1b767058a0e65dc75e940413b564de3ccb95222b
[oota-llvm.git] / projects / Stacker / lib / compiler / Makefile
1 ##===- projects/Stacker/lib/compiler/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 LIBRARYNAME=stkr_compiler
12
13 #
14 # Include Makefile.common so we know what to do.
15 #
16 include $(LEVEL)/Makefile.common
17
18 ifdef PARSE_DEBUG
19 INCLUDES += -DPARSE_DEBUG
20 endif
21
22 $(OBJDIR)/Lexer.o : StackerParser.h