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 */)))) |
Chris Lattner | 0e807bd | 2003-08-27 22:18:23 +0000 | [diff] [blame^] | 5 | PARALLEL_DIRS := $(filter-out libexception/, $(PARALLEL_DIRS)) |
Chris Lattner | 443ea94 | 2003-08-15 02:33:49 +0000 | [diff] [blame] | 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:: |