mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 19:37:56 +00:00
Initial checkin of runtime/GCCLibraries makefile
llvm-svn: 7860
This commit is contained in:
parent
7845332a36
commit
78b2442ec4
13
runtime/GCCLibraries/Makefile
Normal file
13
runtime/GCCLibraries/Makefile
Normal file
@ -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…
x
Reference in New Issue
Block a user