From: František Dvořák Date: Tue, 15 Jun 2010 14:03:14 +0000 (+0000) Subject: clean cleanup X-Git-Tag: glite-jobid-api-c_R_1_0_4_1~11 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=d8294b7b4130d67fb0675b6a677a00a89fda12fc;p=jra1mw.git clean cleanup --- diff --git a/org.glite.jobid.api-c/Makefile b/org.glite.jobid.api-c/Makefile index a559056..986e2bc 100644 --- a/org.glite.jobid.api-c/Makefile +++ b/org.glite.jobid.api-c/Makefile @@ -67,8 +67,9 @@ base64_test: %: %.cpp compile ${LINKXX} -o $@ $@.o ${LIB} ${TEST_LIBS} clean: - rm -rvf *.o *.lo .libs lib* *.c *.cpp *.h - rm -rvf log.xml project rpmbuild RPMS tgz + rm -rvf *.o *.lo .libs/ lib* *.c *.cpp *.h + rm -vf base64_test base64_test.xml + rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ install: ${LIB} mkdir -p ${PREFIX}/${libdir} diff --git a/org.glite.jobid.api-java/Makefile b/org.glite.jobid.api-java/Makefile index af36ad7..de0b4ee 100644 --- a/org.glite.jobid.api-java/Makefile +++ b/org.glite.jobid.api-java/Makefile @@ -10,4 +10,5 @@ install: check: clean: - echo TODO + ${ant_prefix}/bin/ant clean + rm -rvf log.xml project/glite-jobid-api-java.spec rpmbuild/ RPMS/ tgz/ diff --git a/org.glite.lb.client-java/Makefile b/org.glite.lb.client-java/Makefile index fb5bec8..783b5ee 100644 --- a/org.glite.lb.client-java/Makefile +++ b/org.glite.lb.client-java/Makefile @@ -65,5 +65,6 @@ install: clean: rm -rf build cd src_c && $(MAKE) clean + rm -rvf log.xml project/org.glite.lb.client-java.spec rpmbuild RPMS tgz diff --git a/org.glite.lb.glite-LB/Makefile b/org.glite.lb.glite-LB/Makefile index f5c8fd3..4b1a25b 100644 --- a/org.glite.lb.glite-LB/Makefile +++ b/org.glite.lb.glite-LB/Makefile @@ -25,5 +25,6 @@ stage: check: clean: + rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ .PHONY: default all check install stage clean diff --git a/org.glite.lb.types/Makefile b/org.glite.lb.types/Makefile index 5e05b1d..fefb195 100644 --- a/org.glite.lb.types/Makefile +++ b/org.glite.lb.types/Makefile @@ -28,6 +28,6 @@ install: compile clean: rm -vf at3 - rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ + rm -rvf log.xml project/glite-lb-types.spec rpmbuild/ RPMS/ tgz/ check: diff --git a/org.glite.lb.ws-interface/Makefile b/org.glite.lb.ws-interface/Makefile index f4494b7..6e97ae6 100644 --- a/org.glite.lb.ws-interface/Makefile +++ b/org.glite.lb.ws-interface/Makefile @@ -57,7 +57,7 @@ install: # fi clean: - rm -rvf *.h *.html *.xml *.wsdl + rm -vf *.h *.html *.xml *.wsdl glue2-copy.xsd rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ %.xml: %.xml.T diff --git a/org.glite.lb.ws-test/Makefile b/org.glite.lb.ws-test/Makefile index bb6d4b3..b51cc6f 100644 --- a/org.glite.lb.ws-test/Makefile +++ b/org.glite.lb.ws-test/Makefile @@ -69,9 +69,8 @@ install: done clean: - rm -rf .libs LB.xh *.xml ${GSOAP_FILES_PREFIX}* *.o *.lo *.nsmap soap_version.h ${CEXAMPLES} - - + rm -rvf .libs LB.xh *.xml ${GSOAP_FILES_PREFIX}* *.o *.lo *.nsmap soap_version.h ${CEXAMPLES} + rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ LB.xh: ws_typemap.dat ${stagedir}/interface/LB.wsdl ${gsoap_bin_prefix}/wsdl2h -c -t ${top_srcdir}/examples/ws_typemap.dat -I${stagedir}/interface -o $@ ${stagedir}/interface/LB.wsdl diff --git a/org.glite.lb.yaim/Makefile b/org.glite.lb.yaim/Makefile index e51ba78..f426bff 100644 --- a/org.glite.lb.yaim/Makefile +++ b/org.glite.lb.yaim/Makefile @@ -27,5 +27,6 @@ stage: check: clean: + rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ .PHONY: default all check stage clean diff --git a/org.glite.lbjp-common.jp-interface/Makefile b/org.glite.lbjp-common.jp-interface/Makefile index 4970556..f92aeac 100644 --- a/org.glite.lbjp-common.jp-interface/Makefile +++ b/org.glite.lbjp-common.jp-interface/Makefile @@ -94,6 +94,7 @@ install: clean: rm -rvf *.o *.lo .libs lib* rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ + rm -vf type_test type_test.xml rm -f glite jp %.thr.lo: %.c diff --git a/org.glite.lbjp-common.trio/Makefile b/org.glite.lbjp-common.trio/Makefile index 74e87b8..8496419 100644 --- a/org.glite.lbjp-common.trio/Makefile +++ b/org.glite.lbjp-common.trio/Makefile @@ -82,7 +82,6 @@ runtest: trio_test trio_test: trio_test.cpp ${CXX} -c ${CFLAGS} ${TEST_INC} $< ${LINKXX} -o $@ trio_test.o ${LTLIB} ${TEST_LIBS} - dist: distsrc distbin @@ -108,6 +107,7 @@ install: all clean: rm -rvf *.o *.lo .libs lib* *.c *.h *.dox C/ CPP/ + rm -vf trio_test rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ %.o: %.c