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