Initial checkin of ModuleMaker project


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8036 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/examples/ModuleMaker/Makefile.common b/examples/ModuleMaker/Makefile.common
new file mode 100644
index 0000000..9b34d87
--- /dev/null
+++ b/examples/ModuleMaker/Makefile.common
@@ -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
+