From 8ca0eebe4ef4fe810dba5ce91306031272f139cf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 21 Aug 2003 22:29:52 +0000 Subject: Initial checkin of ModuleMaker project git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8036 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/ModuleMaker/Makefile.common | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 projects/ModuleMaker/Makefile.common (limited to 'projects/ModuleMaker/Makefile.common') diff --git a/projects/ModuleMaker/Makefile.common b/projects/ModuleMaker/Makefile.common new file mode 100644 index 0000000000..9b34d87527 --- /dev/null +++ b/projects/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 + -- cgit v1.2.3-18-g5258