From: Jan Pospíšil Date: Mon, 21 Jul 2008 11:48:07 +0000 (+0000) Subject: added clean (to be etics cleanable - not to fail during etics-build -t clean) X-Git-Tag: merge_316_6_dst~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a4a0d0fd316504e45507abd906ba219ec324a8bc;p=jra1mw.git added clean (to be etics cleanable - not to fail during etics-build -t clean) --- diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index 5bc1f9d..cebbc67 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -222,6 +222,14 @@ install-soaplib: ${INSTALL} -m 755 ${LTLIB_S} ${THRLTLIB_S} ${PREFIX}/lib clean: + rm -rvf ${STATICLIB} ${LTLIB} ${THRSTATICLIB} ${THRLTLIB} + rm -rvf ${LTLIB_S} ${THRLTLIB_S} ${STATICLIB_S} ${THRSTATICLIB_S} + rm -rvf *.o *.lo .libs lib* *.c *.h *.xml *.nsmap *.wsdl glite_gsplugin* wscalc* GSOAP_* + for v in ${gsoap_versions}; do \ + dir=`echo $$v | tr -d .`; \ + rm -rvf $$dir; \ + done + rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ %.o: %.c ${COMPILE} -o $@ -c $<