d4c329966fe9ac2807314c31e4d3dd377283199c
[oota-llvm.git] / runtime / GCCLibraries / Makefile
1 # llvm/runtime/GCCLibraries Makefile:  Build all subdirectories automatically
2
3 LEVEL = ../..
4 PARALLEL_DIRS  := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
5 PARALLEL_DIRS := $(filter-out libexception/, $(PARALLEL_DIRS))
6
7 include $(LEVEL)/Makefile.common
8
9 # Install target for libraries: Copy into the gcc install directory in chris's
10 # tree...
11 #
12 install::
13
14 clean::