diff options
Diffstat (limited to 'projects/SmallExamples/ModuleMaker/Makefile.common')
-rw-r--r-- | projects/SmallExamples/ModuleMaker/Makefile.common | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/projects/SmallExamples/ModuleMaker/Makefile.common b/projects/SmallExamples/ModuleMaker/Makefile.common new file mode 100644 index 0000000..9b34d87 --- /dev/null +++ b/projects/SmallExamples/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 + |