[llvm-commits] CVS: llvm/test/Programs/MultiSource/Ptrdist/bc/Makefile
John Criswell
criswell at cs.uiuc.edu
Sat Sep 6 10:17:07 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Ptrdist/bc:
Makefile updated: 1.3 -> 1.4
---
Log message:
Checkin of autoconf-style object root.
Adjusted the Makefile rules to handle building outside the source directory.
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Ptrdist/bc/Makefile
diff -u llvm/test/Programs/MultiSource/Ptrdist/bc/Makefile:1.3 llvm/test/Programs/MultiSource/Ptrdist/bc/Makefile:1.4
--- llvm/test/Programs/MultiSource/Ptrdist/bc/Makefile:1.3 Fri Aug 15 14:02:50 2003
+++ llvm/test/Programs/MultiSource/Ptrdist/bc/Makefile Sat Sep 6 10:13:37 2003
@@ -1,7 +1,10 @@
LEVEL = ../../../../..
+
+include $(LEVEL)/Makefile.config
+
PROG = bc
OBJS = scan.o util.o main.o number.o storage.o load.o execute.o bc.o global.o
-STDIN_FILENAME = primes.b
+STDIN_FILENAME = $(BUILD_SRC_DIR)/primes.b
include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list