unbreak the build again
[oota-llvm.git] / projects / Stacker / tools / stkrc / Makefile
1 ##===- projects/Stacker/lib/stkrc/Makefile -----------------*- Makefile -*-===##
2
3 #
4 # Indicate where we are relative to the top of the source tree.
5 #
6 LEVEL=../..
7
8 #
9 # Give the name of a library.  This will build a dynamic version.
10 #
11 TOOLNAME = stkrc
12 LLVMLIBS = LLVMAsmParser LLVMBCWriter LLVMipo.a \
13            LLVMScalarOpts.a LLVMTransforms.a LLVMTransformUtils.a LLVMipa.a LLVMAnalysis.a LLVMTarget.a \
14            LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a 
15 CONFIG_FILES = st
16 EXTRA_DIST = st
17 USEDLIBS=stkr_compiler 
18
19
20 ifdef PARSE_DEBUG
21 CPPFLAGS = -DPARSE_DEBUG=1
22 endif
23
24 ifdef FLEX_DEBUG
25 CPPFLAGS += -DFLEX_DEBUG=1
26 endif
27
28 #
29 # Include Makefile.common so we know what to do.
30 #
31 include $(LEVEL)/Makefile.common
32