aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ModuleMaker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ModuleMaker/Makefile')
-rw-r--r--examples/ModuleMaker/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile
new file mode 100644
index 0000000..9454cf5
--- /dev/null
+++ b/examples/ModuleMaker/Makefile
@@ -0,0 +1,14 @@
+##===- examples/ModuleMaker/Makefile -----------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+LEVEL=../..
+TOOLNAME=ModuleMaker
+EXAMPLE_TOOL = 1
+LINK_COMPONENTS := bitwriter
+
+include $(LEVEL)/Makefile.common