summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/tools/ModuleMaker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ModuleMaker/tools/ModuleMaker/Makefile')
-rw-r--r--examples/ModuleMaker/tools/ModuleMaker/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/examples/ModuleMaker/tools/ModuleMaker/Makefile b/examples/ModuleMaker/tools/ModuleMaker/Makefile
deleted file mode 100644
index 21e8579d9f..0000000000
--- a/examples/ModuleMaker/tools/ModuleMaker/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-##===- projects/ModuleMaker/tools/ModuleMaker/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.
-#
-##===----------------------------------------------------------------------===##
-#
-# LEVEL - Indicate where we are relative to the top of the source tree.
-#
-LEVEL=../..
-
-#
-# TOOLNAME = Give the name of the tool.
-#
-TOOLNAME=ModuleMaker
-
-#
-# LLVMLIBS - List LLVM libraries that we'll need
-#
-LLVMLIBS= bcwriter vmcore support.a
-
-#
-# USEDLIBS - List all project local libraries here
-#
-#USEDLIBS=
-
-#
-# Include Makefile.common so we know what to do.
-#
-include $(LEVEL)/Makefile.common
-