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

Misha Brukman brukman at cs.uiuc.edu
Thu Oct 7 15:14:01 PDT 2004



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

Makefile updated: 1.1 -> 1.2
---
Log message:

No need to specify source .f files since we already pattern-match on them


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

Index: llvm-test/External/SPEC/CFP95/145.fpppp/Makefile
diff -u llvm-test/External/SPEC/CFP95/145.fpppp/Makefile:1.1 llvm-test/External/SPEC/CFP95/145.fpppp/Makefile:1.2
--- llvm-test/External/SPEC/CFP95/145.fpppp/Makefile:1.1	Wed Oct  6 15:17:08 2004
+++ llvm-test/External/SPEC/CFP95/145.fpppp/Makefile	Thu Oct  7 17:13:50 2004
@@ -1,11 +1,4 @@
 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






More information about the llvm-commits mailing list