[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile

Misha Brukman brukman at cs.uiuc.edu
Wed Oct 6 13:48:06 PDT 2004



Changes in directory llvm-test/External/SPEC/CFP2000/168.wupwise:

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

Run 168.wupwise via f2c


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

Index: llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile:1.1
*** /dev/null	Wed Oct  6 15:48:06 2004
--- llvm-test/External/SPEC/CFP2000/168.wupwise/Makefile	Wed Oct  6 15:47:56 2004
***************
*** 0 ****
--- 1,13 ----
+ LEVEL = ../../../..
+ 
+ Source = dcabs1.f  gammul.f  matmul.f  rndcnf.f  wupwise.f  zdotc.f \
+          dlaran.f  init.f    muldeo.f  rndphi.f  xerbla.f   zgemm.f \
+          dlarnd.f  lsame.f   muldoe.f  su3mul.f  zaxpy.f    zscal.f \
+          dznrm2.f  phinit.f  uinith.f  zcopy.f
+ 
+ include $(LEVEL)/Makefile.f2c
+ 
+ STDIN_FILENAME  = wupwise.in
+ STDOUT_FILENAME = wupwise.out
+ 
+ include ../../Makefile.spec2000






More information about the llvm-commits mailing list