clean cleanup
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 15 Jun 2010 14:03:14 +0000 (14:03 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 15 Jun 2010 14:03:14 +0000 (14:03 +0000)
org.glite.jobid.api-c/Makefile
org.glite.jobid.api-java/Makefile
org.glite.lb.client-java/Makefile
org.glite.lb.glite-LB/Makefile
org.glite.lb.types/Makefile
org.glite.lb.ws-interface/Makefile
org.glite.lb.ws-test/Makefile
org.glite.lb.yaim/Makefile
org.glite.lbjp-common.jp-interface/Makefile
org.glite.lbjp-common.trio/Makefile

index a559056..986e2bc 100644 (file)
@@ -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}
index af36ad7..de0b4ee 100644 (file)
@@ -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/
index fb5bec8..783b5ee 100644 (file)
@@ -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
 
 
index f5c8fd3..4b1a25b 100644 (file)
@@ -25,5 +25,6 @@ stage:
 check:
 
 clean:
+       rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/
 
 .PHONY: default all check install stage clean
index 5e05b1d..fefb195 100644 (file)
@@ -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:
index f4494b7..6e97ae6 100644 (file)
@@ -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
index bb6d4b3..b51cc6f 100644 (file)
@@ -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
index e51ba78..f426bff 100644 (file)
@@ -27,5 +27,6 @@ stage:
 check:
 
 clean:
+       rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/
 
 .PHONY: default all check stage clean
index 4970556..f92aeac 100644 (file)
@@ -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
index 74e87b8..8496419 100644 (file)
@@ -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