Moved small examples from /projects/SmallExamples to /examples.
[oota-llvm.git] / examples / ModuleMaker / Makefile
index 034ab053ba51cbf0cab16d6b9d9d6df23461f4aa..de7a0a5494596a98db207140587a170004ea00d7 100644 (file)
@@ -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
-