blob: 432d71d22658f8cbe1a2b84918c018734bf70958 [file] [log] [blame]
Chris Lattnerd11df3c2003-08-15 02:38:18 +00001# llvm/runtime Makefile: Build all subdirectories automatically
Chris Lattner7aeed262002-01-23 19:57:59 +00002
Chris Lattnerd11df3c2003-08-15 02:38:18 +00003LEVEL = ..
Chris Lattnerda86e6c2003-08-15 02:20:32 +00004PARALLEL_DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
Chris Lattnerc1e20ac2002-03-08 23:20:52 +00005
Chris Lattnerd11df3c2003-08-15 02:38:18 +00006include $(LEVEL)/Makefile.common
Chris Lattnerc1e20ac2002-03-08 23:20:52 +00007
8# Install target for libraries: Copy into the gcc install directory in chris's
9# tree...
10#
11install::
Chris Lattner03051412002-02-26 21:48:24 +000012
13clean::