summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-17 00:20:42 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-17 00:20:42 +0000
commitaa717415bf22e0de40961a09d108999845976d34 (patch)
treeb50dc5db1d48afcfea23ce3a25024b70bc5903a2 /runtime
parent2bf0292432d9a99667eef82f0df2de19022da97d (diff)
downloadllvm-aa717415bf22e0de40961a09d108999845976d34.tar.gz
llvm-aa717415bf22e0de40961a09d108999845976d34.tar.bz2
llvm-aa717415bf22e0de40961a09d108999845976d34.tar.xz
Initial Makefile.am for building with automake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
new file mode 100644
index 0000000000..6dab2fb75e
--- /dev/null
+++ b/runtime/Makefile.am
@@ -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