aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-11-18 17:43:27 +0000
committerJoão Valverde <j@v6e.pt>2017-11-18 22:29:41 +0000
commit1097e8020ab06bbcde3e3ce6f1e324535990547b (patch)
tree038449868ff9c0d263c2e25bb06664abf17a3a7c /epan
parentf902981b2d0f845b57aa939d8c160d3bc74499ef (diff)
autotools: Library build products don't need explicit cleaning
Change-Id: I5d68c05f2844d6c9ae486531b189dbf10bc09cff Reviewed-on: https://code.wireshark.org/review/24484 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.am7
-rw-r--r--epan/crypt/Makefile.am5
-rw-r--r--epan/dfilter/Makefile.am7
-rw-r--r--epan/dissectors/Makefile.am7
-rw-r--r--epan/ftypes/Makefile.am5
-rw-r--r--epan/wmem/Makefile.am5
-rw-r--r--epan/wslua/Makefile.am3
7 files changed, 2 insertions, 37 deletions
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 \