summaryrefslogtreecommitdiff
path: root/projects/Stacker/lib/compiler/Makefile
blob: 8e67fbe3c18bb055b4a68562880463301a36874e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##===- projects/Stacker/lib/compiler/Makefile --------------*- Makefile -*-===##

LEVEL := ../..
LIBRARYNAME := stkr_compiler
EXTRA_DIST := Lexer.cpp.cvs Lexer.l.cvs \
	      StackerParser.cpp.cvs StackerParser.h.cvs StackerParser.y.cvs

include $(LEVEL)/Makefile.common

ifdef PARSE_DEBUG
INCLUDES += -DPARSE_DEBUG
endif

$(ObjDir)/Lexer.o : $(PROJ_SRC_DIR)/StackerParser.h