[llvm-commits] CVS: llvm-test/External/PerfectClub/adm/Makefile
Tanya Brethour
tbrethou at cs.uiuc.edu
Sun Apr 24 15:10:15 PDT 2005
Changes in directory llvm-test/External/PerfectClub/adm:
Makefile added (r1.1)
---
Log message:
Adding Makefile for adm. 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/adm/Makefile
diff -c /dev/null llvm-test/External/PerfectClub/adm/Makefile:1.1
*** /dev/null Sun Apr 24 17:10:14 2005
--- llvm-test/External/PerfectClub/adm/Makefile Sun Apr 24 17:10:04 2005
***************
*** 0 ****
--- 1,7 ----
+ LEVEL = ../../..
+ include $(LEVEL)/Makefile.f2c
+
+ PROG = adm
+ Source := $(wildcard /home/vadve/tbrethou/cvs/llvm/projects/llvm-test/External/Perfect/adm/*.f)
+
+ include $(LEVEL)/MultiSource/Makefile.multisrc
\ No newline at end of file
More information about the llvm-commits
mailing list