[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/NP/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Oct 4 20:53:21 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/NP:
Makefile updated: 1.1 -> 1.2
---
Log message:
cleanup
---
Diffs of the changes: (+0 -6)
Index: llvm-test/MultiSource/Benchmarks/Prolangs-C++/NP/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Prolangs-C++/NP/Makefile:1.1 llvm-test/MultiSource/Benchmarks/Prolangs-C++/NP/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/Prolangs-C++/NP/Makefile:1.1 Mon Oct 4 15:07:40 2004
+++ llvm-test/MultiSource/Benchmarks/Prolangs-C++/NP/Makefile Mon Oct 4 22:53:10 2004
@@ -1,12 +1,6 @@
LEVEL = ../../../..
PROG = np
-#CPPFLAGS = -DVERSION='"1.00"' -DCOMPDATE="\"today\"" -DCFLAGS='""' -DHOSTNAME="\"thishost\""
LDFLAGS = -lstdc++
-ifdef LARGE_PROBLEM_SIZE
-#RUN_OPTIONS = ref.in
-else
-#RUN_OPTIONS = test.in
-endif
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list