From 339779273156fb60a06506964e33d7a9a2f9773a 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 llvm-svn: 8036 --- llvm/projects/ModuleMaker/Makefile.common | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 llvm/projects/ModuleMaker/Makefile.common (limited to 'llvm/projects/ModuleMaker/Makefile.common') diff --git a/llvm/projects/ModuleMaker/Makefile.common b/llvm/projects/ModuleMaker/Makefile.common new file mode 100644 index 00000000000..9b34d875272 --- /dev/null +++ b/llvm/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