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