mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
add a 'superclean' section
wipes out everything that is not needed. Used to create the tgz archives. Change-Id: Icbb00edb0e3a77abd0de6135c39a11d6973f9cd3
This commit is contained in:
parent
276ae82512
commit
261abb8e24
@ -73,3 +73,16 @@ clean:
|
||||
src/enc/*.o src/enc/*~ \
|
||||
src/dec/*.o src/dec/*~ \
|
||||
examples/*.o examples/*~
|
||||
|
||||
superclean: clean
|
||||
rm -rf .git *.log *.cache *~
|
||||
rm -rf .deps */.deps */*/.deps
|
||||
rm -rf .libs */.libs */*/.libs
|
||||
rm -f */*.lo */*/*.lo
|
||||
rm -f */*.la */*/*.la
|
||||
rm -f Makefile */Makefile */*/Makefile
|
||||
rm -f Makefile.in */Makefile.in */*/Makefile.in
|
||||
rm -f config.log autom4te.cache libtool config.h stamp-h1
|
||||
rm -f aclocal.m4 compile config.guess config.h.in config.sub config.status
|
||||
rm -f configure depcomp install-sh ltmain.sh missing src/libwebp.pc
|
||||
rm -f m4/*
|
||||
|
Loading…
Reference in New Issue
Block a user