mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
makefile.unix: remove superclean target
this target is out of date and there are better ways to make a clean tree (the first 2 versioned, the last one not): make distclean (when using autoconf) git clean -fdx git archive Change-Id: I766b75e0adf566c6f7db1a087ff486020b031b3a
This commit is contained in:
parent
cefc9c0964
commit
9e00a499a6
@ -373,19 +373,5 @@ clean:
|
||||
src/utils/*.o src/utils/*~ \
|
||||
src/webp/*~ man/*~ doc/*~ swig/*~ \
|
||||
|
||||
superclean: clean
|
||||
$(RM) -r .git *.log *.cache *~
|
||||
$(RM) -r .deps */.deps */*/.deps
|
||||
$(RM) -r .libs */.libs */*/.libs
|
||||
$(RM) */*.lo */*/*.lo
|
||||
$(RM) */*.la */*/*.la
|
||||
$(RM) Makefile */Makefile */*/Makefile
|
||||
$(RM) Makefile.in */Makefile.in */*/Makefile.in
|
||||
$(RM) config.log autom4te.cache libtool config.h stamp-h1
|
||||
$(RM) aclocal.m4 compile
|
||||
$(RM) config.guess config.h.in config.sub config.status
|
||||
$(RM) configure depcomp install-sh ltmain.sh missing src/libwebp.pc
|
||||
$(RM) m4/*
|
||||
|
||||
.PHONY: all clean dist ex superclean
|
||||
.PHONY: all clean dist ex
|
||||
.SUFFIXES:
|
||||
|
Loading…
Reference in New Issue
Block a user