diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-21 22:29:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-21 22:29:52 +0000 |
commit | 8ca0eebe4ef4fe810dba5ce91306031272f139cf (patch) | |
tree | 5d5500bd2c4a8097c6a5a7c4fd454c76f5f0f29c /projects/ModuleMaker/Makefile.common | |
parent | 56e4fa45654cd4a972298272750e1c032993e9ac (diff) |
Initial checkin of ModuleMaker project
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/ModuleMaker/Makefile.common')
-rw-r--r-- | projects/ModuleMaker/Makefile.common | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |