|
From: <son...@us...> - 2008-07-02 21:32:51
|
Revision: 375
http://cbench.svn.sourceforge.net/cbench/?rev=375&view=rev
Author: sonicsoft70
Date: 2008-07-02 14:32:19 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
add a download make target
Modified Paths:
--------------
trunk/openapps/hpccg/Makefile
trunk/openapps/lammps/Makefile
trunk/openapps/mpqc/Makefile
trunk/openapps/trilinos/Makefile
Modified: trunk/openapps/hpccg/Makefile
===================================================================
--- trunk/openapps/hpccg/Makefile 2008-07-02 20:25:53 UTC (rev 374)
+++ trunk/openapps/hpccg/Makefile 2008-07-02 21:32:19 UTC (rev 375)
@@ -18,7 +18,7 @@
[ ! -d $(SRC) ] && tar zxf $(TAR)
ln -sf $(SRC) src
-$(TAR):
+$(TAR) download:
$(call download-url,$(URL))
-[ -e $(TAR) ] && touch $(TAR)
Modified: trunk/openapps/lammps/Makefile
===================================================================
--- trunk/openapps/lammps/Makefile 2008-07-02 20:25:53 UTC (rev 374)
+++ trunk/openapps/lammps/Makefile 2008-07-02 21:32:19 UTC (rev 375)
@@ -27,7 +27,7 @@
cd $(SRC)/lib/meam; ln -sf ../../../Makefile.cbench-meam Makefile.cbench
touch $(SRC)
-$(TAR):
+$(TAR) download:
$(call download-url,$(URL))
-[ -e $(TAR) ] && touch $(TAR)
Modified: trunk/openapps/mpqc/Makefile
===================================================================
--- trunk/openapps/mpqc/Makefile 2008-07-02 20:25:53 UTC (rev 374)
+++ trunk/openapps/mpqc/Makefile 2008-07-02 21:32:19 UTC (rev 375)
@@ -37,6 +37,8 @@
exit 1; \
fi
+download:
+
install:
-make -C $(MPQC) install
Modified: trunk/openapps/trilinos/Makefile
===================================================================
--- trunk/openapps/trilinos/Makefile 2008-07-02 20:25:53 UTC (rev 374)
+++ trunk/openapps/trilinos/Makefile 2008-07-02 21:32:19 UTC (rev 375)
@@ -44,6 +44,8 @@
$(call download-url,$(BENCH_URL))
-[ -e $(BENCH_TAR) ] && touch $(BENCH_TAR)
+download: $(TAR) $(BENCH_TAR)
+
clean:
/bin/rm -rf $(SRC) src
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|