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 01:42:54 +08:00
|
|
|
DIRS = compiler runtime
|
2003-11-24 02:06:37 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|