[llvm-commits] CVS: llvm-test/External/PerfectClub/Makefile
Tanya Brethour
tbrethou at cs.uiuc.edu
Sun Apr 24 15:09:06 PDT 2005
Changes in directory llvm-test/External/PerfectClub:
Makefile added (r1.1)
---
Log message:
Adding Perfect Club benchmarks.
---
Diffs of the changes: (+14 -0)
Makefile | 14 ++++++++++++++
1 files changed, 14 insertions(+)
Index: llvm-test/External/PerfectClub/Makefile
diff -c /dev/null llvm-test/External/PerfectClub/Makefile:1.1
*** /dev/null Sun Apr 24 17:09:00 2005
--- llvm-test/External/PerfectClub/Makefile Sun Apr 24 17:08:49 2005
***************
*** 0 ****
--- 1,14 ----
+ LEVEL = ../../..
+ include $(LEVEL)/Makefile.config
+
+ # We can only compile these SPEC benchmarks with F2C
+ ifdef USE_F2C
+ PARALLEL_DIRS := \
+ adm \
+ arc2d \
+ bdna \
+ else
+ PARALLEL_DIRS :=
+ endif
+
+ include $(LEVEL)/External/Makefile.external
More information about the llvm-commits
mailing list