forked from OSchip/llvm-project
Initial checkin of runtime/GCCLibraries makefile
llvm-svn: 7860
This commit is contained in:
parent
d750ca9595
commit
aea063b30a
|
@ -0,0 +1,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::
|
Loading…
Reference in New Issue