Skip to content
Makefile 504 B
Newer Older
##===- lib/CodeGen/Makefile --------------------------------*- Makefile -*-===##
# 
#                     The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
# 
##===----------------------------------------------------------------------===##
Vikram S. Adve's avatar
Vikram S. Adve committed
LEVEL = ../..
Andrew Lenharth's avatar
Andrew Lenharth committed
BUILD_ARCHIVE = 1
Vikram S. Adve's avatar
Vikram S. Adve committed

include $(LEVEL)/Makefile.common