diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-23 19:28:39 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-23 19:28:39 +0000 |
commit | 157b956e42871b53bb9c72e28d6f3409edb4fe42 (patch) | |
tree | 669101e883a64a51fcc851943f3ff0fb89d551cd /projects/SmallExamples/ModuleMaker/Makefile.common.in | |
parent | c21214ac59735dc71cbbd923ff284a3d60146303 (diff) |
Moved the "SmallExamples" out of the /projects directory and into a new
/examples directory. History was maintained. These programs do not need to
be configured but things in /projects must be.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/SmallExamples/ModuleMaker/Makefile.common.in')
-rw-r--r-- | projects/SmallExamples/ModuleMaker/Makefile.common.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/projects/SmallExamples/ModuleMaker/Makefile.common.in b/projects/SmallExamples/ModuleMaker/Makefile.common.in deleted file mode 100644 index 1f1cfc3c2e..0000000000 --- a/projects/SmallExamples/ModuleMaker/Makefile.common.in +++ /dev/null @@ -1,23 +0,0 @@ -# -# Configure the location of the LLVM object root. We know it is two -# directories up. The source tree location we do not know; let the LLVM -# Makefiles find it for us. -# -LLVM_OBJ_ROOT=$(LEVEL)/../../.. - -# -# Grab the LLVM configuration file. -# -include $(LEVEL)/../../../Makefile.config - -# -# Reconfigure the source directories -# -BUILD_SRC_ROOT:=$(LLVM_SRC_ROOT)/projects/SmallExamples/ModuleMaker -BUILD_SRC_DIR := $(subst //,/,$(BUILD_SRC_ROOT)/$(patsubst $(BUILD_OBJ_ROOT)%,%,$(BUILD_OBJ_DIR))) - -# -# Include LLVM's build rules. -# -include $(LLVM_SRC_ROOT)/Makefile.rules - |