blob: 78ab25c6ec206166f90491cfb7b90f70ff75b437 [file] [log] [blame]
Misha Brukman17e9acd2004-10-11 00:54:59 +00001##===- projects/Stacker/lib/Makefile -----------------------*- Makefile -*-===##
Chris Lattnerc7afc062003-11-23 18:06:37 +00002#
Misha Brukman17e9acd2004-10-11 00:54:59 +00003# Compile Stacker libraries
Chris Lattnerc7afc062003-11-23 18:06:37 +00004#
5##===----------------------------------------------------------------------===##
6
Reid Spencer820dab72004-09-04 19:48:50 +00007LEVEL = ..
Reid Spencer08f55352005-05-13 16:17:58 +00008DIRS = compiler
9ifneq ($(MAKECMDGOALS),tools-only)
10DIRS += runtime
11endif
Chris Lattnerc7afc062003-11-23 18:06:37 +000012
Chris Lattnerc7afc062003-11-23 18:06:37 +000013include $(LEVEL)/Makefile.common