blob: 39d33dc0831c96a03c2870c64b55111933446b69 [file] [log] [blame]
Chris Lattnerafec3dc2003-11-23 17:59:43 +00001##===- projects/Stacker/tools/Makefile ---------------------*- Makefile -*-===##
Chris Lattner42cb6df2003-11-23 17:58:46 +00002#
Chris Lattnerafec3dc2003-11-23 17:59:43 +00003# This is the stacker tools makefile
Chris Lattner42cb6df2003-11-23 17:58:46 +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 Lattner42cb6df2003-11-23 17:58:46 +000011
12#
13# Directories that needs to be built.
14#
15DIRS = stkrc
16
17#
18# Include the Master Makefile that knows how to build all.
19#
20include $(LEVEL)/Makefile.common