summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/tools/ModuleMaker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ModuleMaker/tools/ModuleMaker/Makefile')
-rw-r--r--examples/ModuleMaker/tools/ModuleMaker/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/ModuleMaker/tools/ModuleMaker/Makefile b/examples/ModuleMaker/tools/ModuleMaker/Makefile
new file mode 100644
index 0000000000..7f06b92e74
--- /dev/null
+++ b/examples/ModuleMaker/tools/ModuleMaker/Makefile
@@ -0,0 +1,25 @@
+#
+# LEVEL - Indicate where we are relative to the top of the source tree.
+#
+LEVEL=../..
+
+#
+# TOOLNAME = Give the name of the tool.
+#
+TOOLNAME=ModuleMaker
+
+#
+# LLVMLIBS - List LLVM libraries that we'll need
+#
+LLVMLIBS= bcwriter vmcore support.a
+
+#
+# USEDLIBS - List all project local libraries here
+#
+#USEDLIBS=
+
+#
+# Include Makefile.common so we know what to do.
+#
+include $(LEVEL)/Makefile.common
+