blob: 4c89ca8468ae006c9efd7433704839c2170d8cc4 [file] [log] [blame]
Chris Lattnerf608e852003-11-23 17:52:55 +00001##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===##
2
3#
4# Indicate where we are relative to the top of the source tree.
5#
6LEVEL=../../../..
7
8#
9# Give the name of a library. This will build a dynamic version.
10#
11SHARED_LIBRARY=1
12LIBRARYNAME=stkr_compiler
13
14#
15# Include Makefile.common so we know what to do.
16#
17include $(LEVEL)/Makefile.common
18
19ifdef PARSE_DEBUG
20INCLUDES += -DPARSE_DEBUG
21endif