[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/security/Makefile
Evan Cheng
evan.cheng at apple.com
Tue Jan 9 11:57:46 PST 2007
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security:
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/security/Makefile
diff -c /dev/null llvm-test/MultiSource/Benchmarks/MiBench/security/Makefile:1.1
*** /dev/null Tue Jan 9 13:57:39 2007
--- llvm-test/MultiSource/Benchmarks/MiBench/security/Makefile Tue Jan 9 13:57:29 2007
***************
*** 0 ****
--- 1,7 ----
+ # MultiSource/MiBench/security Makefile: Build all subdirectories automatically
+
+ LEVEL = ../../../..
+
+ PARALLEL_DIRS := blowfish rijndael sha
+
+ include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list