hanchenye-llvm-project/clang/Driver/Makefile

17 lines
621 B
Makefile
Raw Normal View History

2006-10-06 12:15:06 +08:00
LEVEL = ../../..
TOOLNAME = clang
CPPFLAGS += -I$(PROJ_SRC_DIR)/../include
2006-10-06 12:15:06 +08:00
CXXFLAGS = -fno-rtti
# Include this here so we can get the configuration of the targets
# that have been configured for construction. We have to do this
# early so we can set up LINK_COMPONENTS before including Makefile.rules
include $(LEVEL)/Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) bitreader bitwriter codegen ipo selectiondag
USEDLIBS = clangCodeGen.a clangAnalysis.a clangRewrite.a clangSema.a \
clangDriver.a clangAST.a clangParse.a clangLex.a \
clangBasic.a
2006-10-06 12:15:06 +08:00
include $(LLVM_SRC_ROOT)/Makefile.rules