From a4a0d0fd316504e45507abd906ba219ec324a8bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Mon, 21 Jul 2008 11:48:07 +0000 Subject: [PATCH] added clean (to be etics cleanable - not to fail during etics-build -t clean) --- org.glite.security.gsoap-plugin/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) 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 $< -- 1.8.2.3