[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/103.su2cor/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Wed Oct 6 12:31:50 PDT 2004
Changes in directory llvm-test/External/SPEC/CFP95/103.su2cor:
Makefile added (r1.1)
---
Log message:
Run 103.su2cor via f2c
---
Diffs of the changes: (+9 -0)
Index: llvm-test/External/SPEC/CFP95/103.su2cor/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP95/103.su2cor/Makefile:1.1
*** /dev/null Wed Oct 6 14:31:50 2004
--- llvm-test/External/SPEC/CFP95/103.su2cor/Makefile Wed Oct 6 14:31:40 2004
***************
*** 0 ****
--- 1,9 ----
+ LEVEL = ../../../..
+
+ Source = su2cor.f su2cor.data.f
+ include $(LEVEL)/Makefile.f2c
+
+ STDIN_FILENAME = su2cor.in
+ STDOUT_FILENAME = su2cor.out
+
+ include ../../Makefile.spec95
More information about the llvm-commits
mailing list