summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ModuleMaker/Makefile')
-rw-r--r--examples/ModuleMaker/Makefile22
1 files changed, 4 insertions, 18 deletions
diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile
index 034ab053ba..de7a0a5494 100644
--- a/examples/ModuleMaker/Makefile
+++ b/examples/ModuleMaker/Makefile
@@ -1,4 +1,4 @@
-##===- projects/ModuleMaker/Makefile -----------------------*- Makefile -*-===##
+##===- examples/ModuleMaker --------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -6,22 +6,8 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
-#
-# This is a sample Makefile for a project that uses LLVM.
-#
-
-#
-# Indicates our relative path to the top of the project's root directory.
-#
-LEVEL = .
+LEVEL=../..
+TOOLNAME=ModuleMaker
+USEDLIBS= bcwriter vmcore support.a
-#
-# Directories that needs to be built.
-#
-DIRS = tools
-
-#
-# Include the Master Makefile that knows how to build all.
-#
include $(LEVEL)/Makefile.common
-