aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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