Add more Autotools artifacts to distclean recipe
parent
9e85633ff7
commit
a72225afff
|
|
@ -785,7 +785,8 @@ distclean: clean
|
|||
@-$(RM) cryptopp.tgz *.o *.bc *.ii *~
|
||||
@-$(RM) -r $(SRCS:.cpp=.obj) cryptlib.lib cryptest.exe *.suo *.sdf *.pdb Win32/ x64/ ipch/
|
||||
@-$(RM) -r $(DOCUMENT_DIRECTORY)/
|
||||
@-$(RM) -rf Makefile.am configure.ac aclocal.m4 depcomp missing install-sh configure Makefile auto*.cache/
|
||||
@-$(RM) -f configure.ac Makefile.* *.m4 local.* lt*.sh depcomp install-sh configure compile libtool stamp-h1
|
||||
@-$(RM) -rf m4/ auto*.cache/ .deps/
|
||||
@-$(RM) -r TestCoverage/
|
||||
@-$(RM) cryptopp$(LIB_VER)\.*
|
||||
@-$(RM) CryptoPPRef.zip
|
||||
|
|
|
|||
|
|
@ -336,7 +336,8 @@ distclean: clean
|
|||
-$(RM) adhoc.cpp adhoc.cpp.copied cryptopp.mapfile GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt
|
||||
@-$(RM) cryptopp.tgz *.o *.bc *.ii *~
|
||||
@-$(RM) -r $(SRCS:.cpp=.obj) cryptlib.lib cryptest.exe *.suo *.sdf *.pdb Win32/ x64/ ipch/
|
||||
@-$(RM) -rf Makefile.am configure.ac aclocal.m4 depcomp missing install-sh configure Makefile auto*.cache/
|
||||
@-$(RM) -f configure.ac Makefile.* *.m4 local.* lt*.sh depcomp install-sh configure compile libtool stamp-h1
|
||||
@-$(RM) -rf m4/ auto*.cache/ .deps/
|
||||
@-$(RM) -r TestCoverage/
|
||||
@-$(RM) cryptopp$(LIB_VER)\.*
|
||||
@-$(RM) CryptoPPRef.zip
|
||||
|
|
|
|||
Loading…
Reference in New Issue