summaryrefslogtreecommitdiff
path: root/runtime/Makefile
blob: 432d71d22658f8cbe1a2b84918c018734bf70958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# llvm/runtime Makefile:  Build all subdirectories automatically

LEVEL = ..
PARALLEL_DIRS  := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))

include $(LEVEL)/Makefile.common

# Install target for libraries: Copy into the gcc install directory in chris's
# tree...
#
install::

clean::