summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-10 22:07:57 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-10 22:07:57 +0000
commitf5dcbd7ba5253dfd176705beda4dd42d271acdfa (patch)
tree3c8929c03b018c05a66096ea37c6562950700730 /llvm/utils
parentf92cbf5bb8d37908dd5443d3ca381462975293fd (diff)
downloadbcm5719-llvm-f5dcbd7ba5253dfd176705beda4dd42d271acdfa.tar.gz
bcm5719-llvm-f5dcbd7ba5253dfd176705beda4dd42d271acdfa.zip
Initial version of automake Makefile.am file.
llvm-svn: 16888
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/utils/Makefile.am b/llvm/utils/Makefile.am
new file mode 100644
index 00000000000..41aa3122bf5
--- /dev/null
+++ b/llvm/utils/Makefile.am
@@ -0,0 +1,12 @@
+##===- utils/Makefile.am -----------------------------------*- 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.
+#
+##===----------------------------------------------------------------------===##
+
+include $(top_srcdir)/Makefile.rules.am
+
+SUBDIRS = Burg fpcmp TableGen
OpenPOWER on IntegriCloud