From 1097e8020ab06bbcde3e3ce6f1e324535990547b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sat, 18 Nov 2017 17:43:27 +0000 Subject: autotools: Library build products don't need explicit cleaning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5d68c05f2844d6c9ae486531b189dbf10bc09cff Reviewed-on: https://code.wireshark.org/review/24484 Reviewed-by: João Valverde --- epan/Makefile.am | 7 +------ epan/crypt/Makefile.am | 5 ----- epan/dfilter/Makefile.am | 7 ------- epan/dissectors/Makefile.am | 7 +------ epan/ftypes/Makefile.am | 5 ----- epan/wmem/Makefile.am | 5 ----- epan/wslua/Makefile.am | 3 --- 7 files changed, 2 insertions(+), 37 deletions(-) (limited to 'epan') diff --git a/epan/Makefile.am b/epan/Makefile.am index eef075df03..2632cb9a8c 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -370,12 +370,7 @@ EXTRA_DIST = \ print.ps CLEANFILES = \ - doxygen-epan.tag \ - libwireshark.a \ - libwireshark.la \ - libwireshark_generated.a \ - libwireshark_generated.la \ - *~ + doxygen-epan.tag DISTCLEANFILES = \ $(NODIST_LIBWIRESHARK_GENERATED_C_FILES) \ diff --git a/epan/crypt/Makefile.am b/epan/crypt/Makefile.am index 5603d09585..25df09d72a 100644 --- a/epan/crypt/Makefile.am +++ b/epan/crypt/Makefile.am @@ -54,11 +54,6 @@ EXTRA_DIST = \ CMakeLists.txt \ CMakeListsCustom.txt.example -CLEANFILES = \ - libairpdcap.a \ - libairpdcap.la \ - *~ - checkapi: $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g termoutput -build \ -sourcedir=$(srcdir) \ diff --git a/epan/dfilter/Makefile.am b/epan/dfilter/Makefile.am index 413dac7c0d..b3880f3f3b 100644 --- a/epan/dfilter/Makefile.am +++ b/epan/dfilter/Makefile.am @@ -131,13 +131,6 @@ EXTRA_DIST = \ $(GENERATOR_FILES) \ CMakeLists.txt -CLEANFILES = \ - libdfilter.a \ - libdfilter.la \ - libdfilter_generated.a \ - libdfilter_generated.la \ - *~ - DISTCLEANFILES = \ grammar.out \ $(NODIST_GENERATED_FILES) diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am index cbfe2bbb05..8f618c3cc7 100644 --- a/epan/dissectors/Makefile.am +++ b/epan/dissectors/Makefile.am @@ -1953,12 +1953,7 @@ dissectors.c: $(plugin_src) $(ALL_DISSECTORS_SRC) Custom.common \ dissectors $(ALL_DISSECTORS_SRC) ; CLEANFILES = \ - libdissectors.a \ - libdissectors.la \ - libdirtydissectors.a \ - libdirtydissectors.la \ - dissectors-cache.pkl \ - *~ + dissectors-cache.pkl DISTCLEANFILES = \ $(NODIST_GENERATED_FILES) diff --git a/epan/ftypes/Makefile.am b/epan/ftypes/Makefile.am index 5359c0dfe7..fa35c12581 100644 --- a/epan/ftypes/Makefile.am +++ b/epan/ftypes/Makefile.am @@ -50,11 +50,6 @@ EXTRA_DIST = \ .editorconfig \ CMakeLists.txt -CLEANFILES = \ - libftypes.a \ - libftypes.la \ - *~ - checkapi: $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g termoutput -build \ -sourcedir=$(srcdir) \ diff --git a/epan/wmem/Makefile.am b/epan/wmem/Makefile.am index 8228707b13..4c9192b895 100644 --- a/epan/wmem/Makefile.am +++ b/epan/wmem/Makefile.am @@ -81,11 +81,6 @@ wmem_test_LDADD = \ test-programs: wmem_test -CLEANFILES = \ - libwmem.a \ - libwmem.la \ - *~ - EXTRA_DIST = \ CMakeLists.txt diff --git a/epan/wslua/Makefile.am b/epan/wslua/Makefile.am index 0c473f7668..609a43f50b 100644 --- a/epan/wslua/Makefile.am +++ b/epan/wslua/Makefile.am @@ -80,9 +80,6 @@ dist_pkgdata_DATA = \ nodist_pkgdata_DATA = \ init.lua -CLEANFILES = \ - *~ - DISTCLEANFILES = \ $(BUILT_SOURCES) \ taps.txt \ -- cgit v1.2.3