mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 01:38:03 +00:00
Initial checkin of runtime/GCCLibraries makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7860 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
edaca0c690
commit
443ea946f1
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