From 3b43ce53ec9962b19da6716ccb37b6d38f467990 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 5 Nov 2017 03:42:39 -0500 Subject: [PATCH] Add more Autotools artifacts to distclean recipe --- GNUmakefile | 4 ++-- GNUmakefile-cross | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 89520392..65d4ed75 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -781,7 +781,7 @@ clean: @-$(RM) libcryptopp.a libcryptopp.dylib cryptopp.dll libcryptopp.dll.a libcryptopp.import.a @-$(RM) libcryptopp.so libcryptopp.so$(SOLIB_COMPAT_SUFFIX) libcryptopp.so$(SOLIB_VERSION_SUFFIX) @-$(RM) cryptest.exe dlltest.exe cryptest.import.exe cryptest.info ct et - @-$(RM) *.la *.gcov *.gcno *.gcda *.stackdump core core-* + @-$(RM) *.la *.lo *.gcov *.gcno *.gcda *.stackdump core core-* @-$(RM) /tmp/adhoc.exe @-$(RM) -r /tmp/cryptopp_test/ @-$(RM) -r *.exe.dSYM/ @@ -797,7 +797,7 @@ distclean: clean @-$(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 stamp-h1 ar-lib *.m4 local.* lt*.sh missing libtool - @-$(RM) -rf m4/ auto*.cache/ .deps/ + @-$(RM) -rf m4/ auto*.cache/ .deps/ .libs/ @-$(RM) -r TestCoverage/ @-$(RM) cryptopp$(LIB_VER)\.* @-$(RM) CryptoPPRef.zip diff --git a/GNUmakefile-cross b/GNUmakefile-cross index 8d3a57d3..e2caa614 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -328,7 +328,7 @@ clean: @-$(RM) libcryptopp.a libcryptopp.dylib cryptopp.dll libcryptopp.dll.a libcryptopp.import.a @-$(RM) libcryptopp.so libcryptopp.so$(SOLIB_COMPAT_SUFFIX) libcryptopp.so$(SOLIB_VERSION_SUFFIX) @-$(RM) cryptest.exe dlltest.exe cryptest.import.exe cryptest.info ct rdrand-???.o - @-$(RM) *.la *.gcov *.gcno *.gcda *.stackdump core core-* + @-$(RM) *.la *.lo *.gcov *.gcno *.gcda *.stackdump core core-* @-$(RM) /tmp/adhoc.exe @-$(RM) -r /tmp/cryptopp_test/ @-$(RM) -r *.exe.dSYM/ @@ -343,7 +343,7 @@ distclean: clean @-$(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 stamp-h1 ar-lib *.m4 local.* lt*.sh missing libtool - @-$(RM) -rf m4/ auto*.cache/ .deps/ + @-$(RM) -rf m4/ auto*.cache/ .deps/ .libs/ @-$(RM) -r TestCoverage/ @-$(RM) cryptopp$(LIB_VER)\.* @-$(RM) CryptoPPRef.zip