summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/Makefile
blob: 6100e23d206521beaccfb3577eb36dcd9afba9f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# llvm/runtime/GCCLibraries 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::