Initial Makefile.am for building with automake.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 00:20:42 +0000 (00:20 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 00:20:42 +0000 (00:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17072 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/Makefile.am [new file with mode: 0644]

diff --git a/runtime/Makefile.am b/runtime/Makefile.am
new file mode 100644 (file)
index 0000000..6dab2fb
--- /dev/null
@@ -0,0 +1,13 @@
+#===-- runtime/Makefile.am -- Makefile For Runtime Libs ----*- Makefile -*--===#
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file was developed by Reid Spencer and is distributed under the 
+# University of Illinois Open Source License. See LICENSE.TXT for details.
+# 
+#===------------------------------------------------------------------------===#
+
+
+SUBDIRS = GC GCCLibraries libdummy libpng libprofile libtrace zlib
+
+include $(top_srcdir)/Makefile_config