[llvm-commits] CVS: llvm-test/External/PerfectClub/arc2d/Makefile

Misha Brukman brukman at cs.uiuc.edu
Mon Apr 25 12:50:05 PDT 2005



Changes in directory llvm-test/External/PerfectClub/arc2d:

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

Get arc2d closer to working


---
Diffs of the changes:  (+3 -3)

 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm-test/External/PerfectClub/arc2d/Makefile
diff -u llvm-test/External/PerfectClub/arc2d/Makefile:1.1 llvm-test/External/PerfectClub/arc2d/Makefile:1.2
--- llvm-test/External/PerfectClub/arc2d/Makefile:1.1	Sun Apr 24 17:10:58 2005
+++ llvm-test/External/PerfectClub/arc2d/Makefile	Mon Apr 25 14:49:54 2005
@@ -1,7 +1,7 @@
 LEVEL = ../../..
 include $(LEVEL)/Makefile.f2c
 
-PROG = arc2d
-Source := $(wildcard /home/vadve/tbrethou/cvs/llvm/projects/llvm-test/External/Perfect/arc2d/*.f)
+Source = COUNTY.f  DOEXTY.f  ENTERY.f  MINITY.f  DOENTY.f  DUMPY.f  \
+         EXITY.f   MENDY.f   SRSI.f    TIMY.f    TIMERS.f 
 
-include $(LEVEL)/MultiSource/Makefile.multisrc
+include ../Makefile.perfect






More information about the llvm-commits mailing list