Initial checkin of runtime/GCCLibraries makefile
authorChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2003 02:33:49 +0000 (02:33 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2003 02:33:49 +0000 (02:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7860 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/Makefile [new file with mode: 0644]

diff --git a/runtime/GCCLibraries/Makefile b/runtime/GCCLibraries/Makefile
new file mode 100644 (file)
index 0000000..6100e23
--- /dev/null
@@ -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::