projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bf0292
)
Initial Makefile.am for building with automake.
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 17 Oct 2004 00:20:42 +0000
(
00:20
+0000)
committer
Reid 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]
patch
|
blob
diff --git a/runtime/Makefile.am
b/runtime/Makefile.am
new file mode 100644
(file)
index 0000000..
6dab2fb
--- /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