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

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



Changes in directory llvm-test/External/SPEC/CFP95/145.fpppp:

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

Run 145.fpppp via f2c


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

Index: llvm-test/External/SPEC/CFP95/145.fpppp/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP95/145.fpppp/Makefile:1.1
*** /dev/null	Wed Oct  6 15:17:18 2004
--- llvm-test/External/SPEC/CFP95/145.fpppp/Makefile	Wed Oct  6 15:17:08 2004
***************
*** 0 ****
--- 1,14 ----
+ LEVEL = ../../../..
+ 
+ Source = aclear.f d2esp.f efill.f fmtgen.f fmtset.f fpppp.f gabs.f gacos.f   \
+          gamgen.f gasin.f gatan2.f gatan.f gcabs.f gcexp.f gcmplx.f gconjg.f \
+          gcos.f gexp.f gfloat.f gimag.f gint.f glog10.f glog.f gmax1.f gmin1.f \
+          gmod.f greal.f gsign.f gsin.f gsqrt.f gtan.f igfix.f ilsw.f intowp.f \
+          lclear.f main000.f nprio.f twldrv.f
+ 
+ include $(LEVEL)/Makefile.f2c
+ 
+ STDIN_FILENAME  = natoms.in
+ STDOUT_FILENAME = natoms.out
+ 
+ include ../../Makefile.spec95






More information about the llvm-commits mailing list