From: Miloš Mulač Date: Tue, 4 Apr 2006 11:02:16 +0000 (+0000) Subject: better way of query-tests exampels installation X-Git-Tag: glite-jp-index_R_1_2_1~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a6e9b903bdcfc6e09a43e202fda955583a38b27f;p=jra1mw.git better way of query-tests exampels installation --- diff --git a/org.glite.jp.index/Makefile b/org.glite.jp.index/Makefile index 85500b6..ef0864a 100644 --- a/org.glite.jp.index/Makefile +++ b/org.glite.jp.index/Makefile @@ -22,7 +22,7 @@ CC=gcc -include Makefile.inc -VPATH=${top_srcdir}/src:${top_srcdir}/examples:${top_srcdir}/examples/query-tests:${top_srcdir}/tests:${top_srcdir}/test:${top_srcdir}/project:${top_srcdir}/doc:${jpproject}:${stagedir}/interface +VPATH=${top_srcdir}/src:${top_srcdir}/examples:${top_srcdir}/tests:${top_srcdir}/test:${top_srcdir}/project:${top_srcdir}/doc:${jpproject}:${stagedir}/interface GLOBUS_LIBS:=-L${globus_prefix}/lib \ -lglobus_common_${nothrflavour} \ @@ -96,7 +96,9 @@ glite-jpis-client: ${EXA_CLIENT_OBJS} ${LINK} -o $@ $+ ${GSOAPLIB} copy_tests: ${test} ${test_files} - -for i in $?; do cp $$i ${top_srcdir}/build; done + +${test} ${test_files}: + for i in $@; do cp ${top_srcdir}/examples/query-tests/$$i ${top_srcdir}/build; done JobProvenanceIS.xh: JobProvenanceIS.wsdl JobProvenanceTypes.wsdl typemap.dat cp ${stagedir}/interface/JobProvenanceTypes.wsdl .