[llvm-commits] CVS: llvm/examples/ModuleMaker/Makefile Makefile.common.in configure

Reid Spencer reid at x10sys.com
Mon Aug 23 12:30:05 PDT 2004



Changes in directory llvm/examples/ModuleMaker:

Makefile updated: 1.2 -> 1.3
Makefile.common.in (r1.2) removed
configure (r1.1) removed
---
Log message:

Moved small examples from /projects/SmallExamples to /examples.
Made the "ModuleMaker" into an example since its just one source file.


---
Diffs of the changes:  (+4 -18)

Index: llvm/examples/ModuleMaker/Makefile
diff -u llvm/examples/ModuleMaker/Makefile:1.2 llvm/examples/ModuleMaker/Makefile:1.3
--- llvm/examples/ModuleMaker/Makefile:1.2	Mon Oct 20 17:28:01 2003
+++ llvm/examples/ModuleMaker/Makefile	Mon Aug 23 14:29:54 2004
@@ -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
-






More information about the llvm-commits mailing list