[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/Makefile
Chris Lattner
sabre at nondot.org
Tue Jan 9 14:44:56 PST 2007
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset:
Makefile updated: 1.1.1.1 -> 1.2
---
Log message:
flatten directory hierarchy
---
Diffs of the changes: (+2 -2)
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/Makefile:1.1.1.1 llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/Makefile:1.1.1.1 Mon Jan 8 20:56:05 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/Makefile Tue Jan 9 16:44:02 2007
@@ -1,6 +1,6 @@
-LEVEL = ../../../../..
+LEVEL = ../../../..
-PROG = lout
+PROG = consumer-typeset
CPPFLAGS = -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"lout.lib\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DASSERT_ON=1 -DDEBUG_ON=0 -DPDF_COMPRESSION=0
LDFLAGS = -lm
RUN_OPTIONS = -I data/include -D data/data -F data/font -C data/maps -H data/hyph large.lout > output_large.ps
More information about the llvm-commits
mailing list