1 ##===- projects/Stacker/lib/Makefile -----------------------*- Makefile -*-===##
3 # Compile Stacker libraries
5 ##===----------------------------------------------------------------------===##
8 DIRS = compiler runtime
10 # Don't generate the runtime if we don't have LLVMGCC
12 DIRS := $(filter-out runtime, $(DIRS))
15 include $(LEVEL)/Makefile.common