git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dd847d
)
added clean (to be etics cleanable - not to fail during etics-build -t clean)
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Mon, 21 Jul 2008 11:48:07 +0000
(11:48 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Mon, 21 Jul 2008 11:48:07 +0000
(11:48 +0000)
org.glite.security.gsoap-plugin/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.security.gsoap-plugin/Makefile
b/org.glite.security.gsoap-plugin/Makefile
index
5bc1f9d
..
cebbc67
100644
(file)
--- 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 $<