Simple refactorings to prepare for lazy global emission
[oota-llvm.git] / runtime / Makefile
index 30d96a755c980c4df986544836ac8d5b572b2c62..a5d3d81e3cbcfb0d85294728a556f0da1bf80619 100644 (file)
 
 LEVEL = ..
 include $(LEVEL)/Makefile.config
+
 ifneq ($(wildcard $(LLVMGCCDIR)),)
-PARALLEL_DIRS  := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
+PARALLEL_DIRS  := GCCLibraries  libdummy  libprofile  libtrace
 else
 PARALLEL_DIRS  := 
-all ::
+install all ::
        @echo '********' Warning: Your LLVMGCCDIR is set incorrectly.  Double-check 
        @echo '********' Warning: llvm/Makefile.config to make sure it matches
        @echo '********' Warning: the directory where the C front-end is installed,