Chris Lattner | 443ea94 | 2003-08-15 02:33:49 +0000 | [diff] [blame] | 1 | # llvm/runtime/GCCLibraries Makefile: Build all subdirectories automatically |
2 | |||||
3 | LEVEL = ../.. | ||||
4 | PARALLEL_DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */)))) | ||||
5 | |||||
6 | include $(LEVEL)/Makefile.common | ||||
7 | |||||
8 | # Install target for libraries: Copy into the gcc install directory in chris's | ||||
9 | # tree... | ||||
10 | # | ||||
11 | install:: | ||||
12 | |||||
13 | clean:: |