[llvm-commits] CVS: llvm/projects/Stacker/tools/stkrc/Makefile

Reid Spencer reid at x10sys.com
Sat Sep 4 12:49:01 PDT 2004



Changes in directory llvm/projects/Stacker/tools/stkrc:

Makefile updated: 1.3 -> 1.4
---
Log message:

Make Stacker into a complete project with its own configuration.


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

Index: llvm/projects/Stacker/tools/stkrc/Makefile
diff -u llvm/projects/Stacker/tools/stkrc/Makefile:1.3 llvm/projects/Stacker/tools/stkrc/Makefile:1.4
--- llvm/projects/Stacker/tools/stkrc/Makefile:1.3	Sat Sep  4 14:05:53 2004
+++ llvm/projects/Stacker/tools/stkrc/Makefile	Sat Sep  4 14:48:50 2004
@@ -1,17 +1,18 @@
-##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===##
+##===- projects/Stacker/lib/stkrc/Makefile -----------------*- Makefile -*-===##
 
 #
 # Indicate where we are relative to the top of the source tree.
 #
-LEVEL=../../../..
+LEVEL=../..
 
 #
 # Give the name of a library.  This will build a dynamic version.
 #
 TOOLNAME=stkrc
-USEDLIBS=stkr_compiler asmparser bcwriter transforms ipo.a ipa.a \
+LLVMLIBS= asmparser bcwriter transforms ipo.a ipa.a \
 	 scalaropts analysis.a target.a transformutils \
 	 vmcore support.a LLVMsystem.a 
+USEDLIBS=stkr_compiler 
 
 
 ifdef PARSE_DEBUG






More information about the llvm-commits mailing list