blob: 5a99d7005269239d52384d64df3a0d912d0365c3 [file] [log] [blame]
Misha Brukman17e9acd2004-10-11 00:54:59 +00001##===- projects/Stacker/lib/Makefile -----------------------*- Makefile -*-===##
Chris Lattnerc7afc062003-11-23 18:06:37 +00002#
Misha Brukman17e9acd2004-10-11 00:54:59 +00003# Compile Stacker libraries
Chris Lattnerc7afc062003-11-23 18:06:37 +00004#
5##===----------------------------------------------------------------------===##
6
7#
8# Indicates our relative path to the top of the project's root directory.
9#
Reid Spencer820dab72004-09-04 19:48:50 +000010LEVEL = ..
Chris Lattnerc7afc062003-11-23 18:06:37 +000011
12#
13# Directories that needs to be built.
14#
15DIRS = compiler runtime
16
17#
18# Include the Master Makefile that knows how to build all.
19#
20include $(LEVEL)/Makefile.common