[llvm-commits] CVS: llvm/runtime/GCCLibraries/Makefile

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 14 21:34:02 PDT 2003


Changes in directory llvm/runtime/GCCLibraries:

Makefile added (r1.1)

---
Log message:

Initial checkin of runtime/GCCLibraries makefile


---
Diffs of the changes:

Index: llvm/runtime/GCCLibraries/Makefile
diff -c /dev/null llvm/runtime/GCCLibraries/Makefile:1.1
*** /dev/null	Thu Aug 14 21:33:59 2003
--- llvm/runtime/GCCLibraries/Makefile	Thu Aug 14 21:33:49 2003
***************
*** 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::





More information about the llvm-commits mailing list