Initial checkin
[oota-llvm.git] / runtime / Makefile
1 # llvm/runtime 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::