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

Misha Brukman brukman at cs.uiuc.edu
Wed Oct 6 13:14:45 PDT 2004



Changes in directory llvm-test/External/SPEC/CFP95/141.apsi:

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

Run 141.apsi via f2c


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

Index: llvm-test/External/SPEC/CFP95/141.apsi/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP95/141.apsi/Makefile:1.1
*** /dev/null	Wed Oct  6 15:14:44 2004
--- llvm-test/External/SPEC/CFP95/141.apsi/Makefile	Wed Oct  6 15:14:34 2004
***************
*** 0 ****
--- 1,9 ----
+ LEVEL = ../../../..
+ 
+ Source = apsi.f
+ include $(LEVEL)/Makefile.f2c
+ 
+ STDIN_FILENAME  = apsi.in
+ STDOUT_FILENAME = apsi.out
+ 
+ include ../../Makefile.spec95






More information about the llvm-commits mailing list