Initial checkin of ModuleMaker project
[oota-llvm.git] / projects / SmallExamples / ModuleMaker / Makefile.common
diff --git a/projects/SmallExamples/ModuleMaker/Makefile.common b/projects/SmallExamples/ModuleMaker/Makefile.common
new file mode 100644 (file)
index 0000000..9b34d87
--- /dev/null
@@ -0,0 +1,10 @@
+#
+# Set this variable to the top of the LLVM source tree.
+#
+LLVM_SRC_ROOT = $(LEVEL)/../..
+
+#
+# Include LLVM's Master Makefile.
+#
+include $(LLVM_SRC_ROOT)/Makefile.common
+