mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-06 03:38:34 +00:00
443ea946f1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7860 91177308-0d34-0410-b5e6-96231b3b80d8
14 lines
322 B
Makefile
14 lines
322 B
Makefile
# 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::
|