summaryrefslogtreecommitdiffstats
path: root/llvm/examples/ModuleMaker/tools/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-23 19:29:54 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-23 19:29:54 +0000
commit5b81eea7a5da840b23e9183f3f5c0eae78f64bd7 (patch)
tree65944ca0acba501bef9ecbf2080fb790175c2b6d /llvm/examples/ModuleMaker/tools/Makefile
parentb987b7cedecca40d7a2ae34618af6ec6045532e4 (diff)
downloadbcm5719-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/Makefile19
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
OpenPOWER on IntegriCloud