summaryrefslogtreecommitdiff
path: root/lib/Transforms/Hello
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/Hello')
-rw-r--r--lib/Transforms/Hello/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/Transforms/Hello/Makefile.am b/lib/Transforms/Hello/Makefile.am
new file mode 100644
index 00000000000..75fa34f896f
--- /dev/null
+++ b/lib/Transforms/Hello/Makefile.am
@@ -0,0 +1,15 @@
+#===-- lib/Transforms/Hello/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
+
+libexec_PROGRAMS = LLVMHello.o
+
+LLVMHello_o_SOURCES = Hello.cpp
+LIBS=