diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-23 19:29:54 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-23 19:29:54 +0000 |
| commit | 5b81eea7a5da840b23e9183f3f5c0eae78f64bd7 (patch) | |
| tree | 65944ca0acba501bef9ecbf2080fb790175c2b6d /llvm/examples/ModuleMaker/tools/Makefile | |
| parent | b987b7cedecca40d7a2ae34618af6ec6045532e4 (diff) | |
| download | bcm5719-llvm-5b81eea7a5da840b23e9183f3f5c0eae78f64bd7.tar.gz bcm5719-llvm-5b81eea7a5da840b23e9183f3f5c0eae78f64bd7.zip | |
Moved small examples from /projects/SmallExamples to /examples.
Made the "ModuleMaker" into an example since its just one source file.
llvm-svn: 16003
Diffstat (limited to 'llvm/examples/ModuleMaker/tools/Makefile')
| -rw-r--r-- | llvm/examples/ModuleMaker/tools/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/examples/ModuleMaker/tools/Makefile b/llvm/examples/ModuleMaker/tools/Makefile deleted file mode 100644 index b15b35b33d0..00000000000 --- a/llvm/examples/ModuleMaker/tools/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -##===- projects/ModuleMaker/tools/Makefile -----------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## -# -# Relative path to the top of the source tree. -# -LEVEL=.. - -# -# List all of the subdirectories that we will compile. -# -DIRS=ModuleMaker - -include $(LEVEL)/Makefile.common |

