2003-11-23 17:59:43 +00:00
|
|
|
##===- projects/Stacker/tools/Makefile ---------------------*- Makefile -*-===##
|
2003-11-23 17:58:46 +00:00
|
|
|
#
|
2003-11-23 17:59:43 +00:00
|
|
|
# This is the stacker tools makefile
|
2003-11-23 17:58:46 +00:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
#
|
|
|
|
# Indicates our relative path to the top of the project's root directory.
|
|
|
|
#
|
2004-09-04 19:48:50 +00:00
|
|
|
LEVEL = ..
|
2003-11-23 17:58:46 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Directories that needs to be built.
|
|
|
|
#
|
|
|
|
DIRS = stkrc
|
|
|
|
|
|
|
|
#
|
|
|
|
# Include the Master Makefile that knows how to build all.
|
|
|
|
#
|
|
|
|
include $(LEVEL)/Makefile.common
|