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

Tanya Brethour tbrethou at cs.uiuc.edu
Sun Apr 24 15:11:10 PDT 2005



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

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

Adding Makefile for arc2d. This will be fixed after autoconf support is added.


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

 Makefile |    7 +++++++
 1 files changed, 7 insertions(+)


Index: llvm-test/External/PerfectClub/arc2d/Makefile
diff -c /dev/null llvm-test/External/PerfectClub/arc2d/Makefile:1.1
*** /dev/null	Sun Apr 24 17:11:09 2005
--- llvm-test/External/PerfectClub/arc2d/Makefile	Sun Apr 24 17:10:58 2005
***************
*** 0 ****
--- 1,7 ----
+ LEVEL = ../../..
+ include $(LEVEL)/Makefile.f2c
+ 
+ PROG = arc2d
+ Source := $(wildcard /home/vadve/tbrethou/cvs/llvm/projects/llvm-test/External/Perfect/arc2d/*.f)
+ 
+ include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list