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