2004-10-11 08:54:59 +08:00
|
|
|
##===- projects/Stacker/lib/Makefile -----------------------*- Makefile -*-===##
|
2003-11-24 02:06:37 +08:00
|
|
|
#
|
2004-10-11 08:54:59 +08:00
|
|
|
# Compile Stacker libraries
|
2003-11-24 02:06:37 +08:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2004-09-05 03:48:50 +08:00
|
|
|
LEVEL = ..
|
2005-05-14 00:17:58 +08:00
|
|
|
DIRS = compiler
|
|
|
|
ifneq ($(MAKECMDGOALS),tools-only)
|
|
|
|
DIRS += runtime
|
|
|
|
endif
|
2003-11-24 02:06:37 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|