blob: b7b806276ba776fa99395e2999fade3696bb9c31 [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#
10LEVEL = ../../..
11
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