[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/office/Makefile
Evan Cheng
evan.cheng at apple.com
Tue Jan 9 11:56:14 PST 2007
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/office:
Makefile added (r1.1)
---
Log message:
Missed a makefile
---
Diffs of the changes: (+7 -0)
Makefile | 7 +++++++
1 files changed, 7 insertions(+)
Index: llvm-test/MultiSource/Benchmarks/MiBench/office/Makefile
diff -c /dev/null llvm-test/MultiSource/Benchmarks/MiBench/office/Makefile:1.1
*** /dev/null Tue Jan 9 13:56:07 2007
--- llvm-test/MultiSource/Benchmarks/MiBench/office/Makefile Tue Jan 9 13:55:57 2007
***************
*** 0 ****
--- 1,7 ----
+ # MultiSource/MiBench/office Makefile: Build all subdirectories automatically
+
+ LEVEL = ../../../..
+
+ PARALLEL_DIRS := ispell stringsearch
+
+ include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list