2004-10-11 00:54:59 +00:00
|
|
|
##===- projects/Stacker/lib/Makefile -----------------------*- Makefile -*-===##
|
2003-11-23 18:06:37 +00:00
|
|
|
#
|
2004-10-11 00:54:59 +00:00
|
|
|
# Compile Stacker libraries
|
2003-11-23 18:06:37 +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 18:06:37 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Directories that needs to be built.
|
|
|
|
#
|
|
|
|
DIRS = compiler runtime
|
|
|
|
|
|
|
|
#
|
|
|
|
# Include the Master Makefile that knows how to build all.
|
|
|
|
#
|
|
|
|
include $(LEVEL)/Makefile.common
|