[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/Makefile

Misha Brukman brukman at cs.uiuc.edu
Wed Oct 6 13:18:28 PDT 2004



Changes in directory llvm-test/External/SPEC/CFP95:

Makefile added (r1.1)
---
Log message:

Recurse into subdirs that have a chance of working via f2c


---
Diffs of the changes:  (+16 -0)

Index: llvm-test/External/SPEC/CFP95/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP95/Makefile:1.1
*** /dev/null	Wed Oct  6 15:18:27 2004
--- llvm-test/External/SPEC/CFP95/Makefile	Wed Oct  6 15:18:17 2004
***************
*** 0 ****
--- 1,16 ----
+ LEVEL = ../../..
+ PARALLEL_DIRS := \
+   101.tomcatv    \
+   102.swim       \
+   103.su2cor     \
+   104.hydro2d    \
+   107.mgrid      \
+   110.applu      \
+   145.fpppp      \
+   146.wave5
+ 
+ # These are REALLY broken: the output of f2c does not compile
+ #  125.turb3d     \
+ #  141.apsi       \
+ 
+ include $(LEVEL)/External/Makefile.external






More information about the llvm-commits mailing list