Add more Autotools artifacts to distclean recipe
parent
5d7175bf03
commit
f40afed631
|
|
@ -796,7 +796,7 @@ distclean: clean
|
||||||
@-$(RM) -r $(DOCUMENT_DIRECTORY)/
|
@-$(RM) -r $(DOCUMENT_DIRECTORY)/
|
||||||
@-$(RM) -f configure.ac configure configure.in Makefile.am Makefile.in Makefile
|
@-$(RM) -f configure.ac configure configure.in Makefile.am Makefile.in Makefile
|
||||||
@-$(RM) -f config.guess config.status config.sub depcomp install-sh compile
|
@-$(RM) -f config.guess config.status config.sub depcomp install-sh compile
|
||||||
@-$(RM) -f stamp-h1 ar-lib *.m4 local.* lt*.sh missing libtool
|
@-$(RM) -f stamp-h1 ar-lib *.m4 local.* lt*.sh missing libtool* libcryptopp.pc*
|
||||||
@-$(RM) -rf m4/ auto*.cache/ .deps/ .libs/
|
@-$(RM) -rf m4/ auto*.cache/ .deps/ .libs/
|
||||||
@-$(RM) -r TestCoverage/
|
@-$(RM) -r TestCoverage/
|
||||||
@-$(RM) cryptopp$(LIB_VER)\.*
|
@-$(RM) cryptopp$(LIB_VER)\.*
|
||||||
|
|
|
||||||
|
|
@ -342,7 +342,7 @@ distclean: clean
|
||||||
@-$(RM) -r $(SRCS:.cpp=.obj) cryptlib.lib cryptest.exe *.suo *.sdf *.pdb Win32/ x64/ ipch/
|
@-$(RM) -r $(SRCS:.cpp=.obj) cryptlib.lib cryptest.exe *.suo *.sdf *.pdb Win32/ x64/ ipch/
|
||||||
@-$(RM) -f configure.ac configure configure.in Makefile.am Makefile.in Makefile
|
@-$(RM) -f configure.ac configure configure.in Makefile.am Makefile.in Makefile
|
||||||
@-$(RM) -f config.guess config.status config.sub depcomp install-sh compile
|
@-$(RM) -f config.guess config.status config.sub depcomp install-sh compile
|
||||||
@-$(RM) -f stamp-h1 ar-lib *.m4 local.* lt*.sh missing libtool
|
@-$(RM) -f stamp-h1 ar-lib *.m4 local.* lt*.sh missing libtool* libcryptopp.pc*
|
||||||
@-$(RM) -rf m4/ auto*.cache/ .deps/ .libs/
|
@-$(RM) -rf m4/ auto*.cache/ .deps/ .libs/
|
||||||
@-$(RM) -r TestCoverage/
|
@-$(RM) -r TestCoverage/
|
||||||
@-$(RM) cryptopp$(LIB_VER)\.*
|
@-$(RM) cryptopp$(LIB_VER)\.*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue