After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"

returned quite a list of files. Add them to MAINTAINERCLEANFILES.

Whitespace changes (replace multiple spaces by TABs, in a few cases this
needed to be done at the beginning of Makefile lines.


svn path=/trunk/; revision=14891
This commit is contained in:
Jörg Mayer 2005-07-10 08:04:27 +00:00
parent 85f38ef5fa
commit 5b442f2279
41 changed files with 236 additions and 81 deletions

View File

@ -360,11 +360,19 @@ DISTCLEANFILES = \
ps.c ps.c
MAINTAINERCLEANFILES = \ MAINTAINERCLEANFILES = \
$(GENERATED_FILES) $(GENERATED_FILES) \
Makefile.in \
aclocal.m4 \
config.h.in \
configure \
depcomp \
install-sh \
ltmain.sh \
missing
EXTRA_DIST = \ EXTRA_DIST = \
FAQ \ FAQ \
INSTALL.configure \ INSTALL.configure \
Makefile.common \ Makefile.common \
Makefile.nmake \ Makefile.nmake \
README.aix \ README.aix \
@ -387,7 +395,7 @@ EXTRA_DIST = \
capture-wpcap.h \ capture-wpcap.h \
capture_wpcap_packet.c \ capture_wpcap_packet.c \
capture_wpcap_packet.h \ capture_wpcap_packet.h \
cfilters \ cfilters \
cleanbld.bat \ cleanbld.bat \
colorfilters \ colorfilters \
config.h.win32 \ config.h.win32 \
@ -402,16 +410,16 @@ EXTRA_DIST = \
debian/postinst \ debian/postinst \
debian/prerm \ debian/prerm \
debian/rules \ debian/rules \
dfilters \ dfilters \
dictionary.dtd \ dictionary.dtd \
dictionary.xml \ dictionary.xml \
doc/Makefile.am \ doc/Makefile.am \
doc/Makefile.nmake \ doc/Makefile.nmake \
doc/README.capture \ doc/README.capture \
doc/README.design \ doc/README.design \
doc/README.developer \ doc/README.developer \
doc/README.idl2eth \ doc/README.idl2eth \
doc/README.plugins \ doc/README.plugins \
doc/README.regression \ doc/README.regression \
doc/README.tapping \ doc/README.tapping \
doc/README.tvbuff \ doc/README.tvbuff \
@ -532,19 +540,19 @@ EXTRA_DIST = \
make-manuf \ make-manuf \
make-tapreg-dotc \ make-tapreg-dotc \
make-version.pl \ make-version.pl \
manuf \ manuf \
manuf.tmpl \ manuf.tmpl \
mergecap.c \ mergecap.c \
mobileipv4.xml \ mobileipv4.xml \
nasreq.xml \ nasreq.xml \
perlnoutf.pl \ perlnoutf.pl \
print.ps \ print.ps \
randpkt.c \ randpkt.c \
rdps.c \ rdps.c \
sunping.xml \ sunping.xml \
text2pcap-scanner.l \ text2pcap-scanner.l \
text2pcap.c \ text2pcap.c \
text2pcap.h \ text2pcap.h \
wka.tmpl wka.tmpl
if SETUID_INSTALL if SETUID_INSTALL

View File

@ -28,103 +28,103 @@ ethereal-tmp.pod: $(srcdir)/ethereal.pod $(top_builddir)/AUTHORS-SHORT-FORMAT
cat $(srcdir)/ethereal.pod $(top_builddir)/AUTHORS-SHORT-FORMAT > ethereal-tmp.pod cat $(srcdir)/ethereal.pod $(top_builddir)/AUTHORS-SHORT-FORMAT > ethereal-tmp.pod
../ethereal.1: ethereal-tmp.pod ../config.h ../ethereal.1: ethereal-tmp.pod ../config.h
$(POD2MAN) \ $(POD2MAN) \
--center="The Ethereal Network Analyzer" \ --center="The Ethereal Network Analyzer" \
--release=$(VERSION) \ --release=$(VERSION) \
ethereal-tmp.pod | sed 's/ETHEREAL-TMP/ETHEREAL/' > ../ethereal.1 ethereal-tmp.pod | sed 's/ETHEREAL-TMP/ETHEREAL/' > ../ethereal.1
../ethereal.html: ethereal-tmp.pod ../config.h ../ethereal.html: ethereal-tmp.pod ../config.h
$(POD2HTML) \ $(POD2HTML) \
--title="The Ethereal Network Analyzer $(VERSION)" \ --title="The Ethereal Network Analyzer $(VERSION)" \
--noindex \ --noindex \
ethereal-tmp.pod > ../ethereal.html ethereal-tmp.pod > ../ethereal.html
../tethereal.1: tethereal.pod ../config.h ../tethereal.1: tethereal.pod ../config.h
$(POD2MAN) \ $(POD2MAN) \
--center="The Ethereal Network Analyzer" \ --center="The Ethereal Network Analyzer" \
--release=$(VERSION) \ --release=$(VERSION) \
$(srcdir)/tethereal.pod > ../tethereal.1 $(srcdir)/tethereal.pod > ../tethereal.1
../tethereal.html: tethereal.pod ../config.h ../tethereal.html: tethereal.pod ../config.h
$(POD2HTML) \ $(POD2HTML) \
--title="tethereal - The Ethereal Network Analyzer $(VERSION)" \ --title="tethereal - The Ethereal Network Analyzer $(VERSION)" \
--noindex \ --noindex \
$(srcdir)/tethereal.pod > ../tethereal.html $(srcdir)/tethereal.pod > ../tethereal.html
../ethereal-filter.4: ethereal-filter.pod ../config.h ../ethereal-filter.4: ethereal-filter.pod ../config.h
$(POD2MAN) \ $(POD2MAN) \
--section=4 \ --section=4 \
--center="The Ethereal Network Analyzer" \ --center="The Ethereal Network Analyzer" \
--release=$(VERSION) \ --release=$(VERSION) \
ethereal-filter.pod > ../ethereal-filter.4 ethereal-filter.pod > ../ethereal-filter.4
../ethereal-filter.html: ethereal-filter.pod ../config.h ../ethereal-filter.html: ethereal-filter.pod ../config.h
$(POD2HTML) \ $(POD2HTML) \
--title="ethereal-filter - The Ethereal Network Analyzer $(VERSION)" \ --title="ethereal-filter - The Ethereal Network Analyzer $(VERSION)" \
--noindex \ --noindex \
ethereal-filter.pod > ../ethereal-filter.html ethereal-filter.pod > ../ethereal-filter.html
ethereal-filter.pod: ethereal-filter.pod.template ../tethereal ethereal-filter.pod: ethereal-filter.pod.template ../tethereal
../tethereal -G fields | $(PERL) $(srcdir)/dfilter2pod.pl $(srcdir)/ethereal-filter.pod.template > ethereal-filter.pod ../tethereal -G fields | $(PERL) $(srcdir)/dfilter2pod.pl $(srcdir)/ethereal-filter.pod.template > ethereal-filter.pod
../capinfos.1: capinfos.pod ../config.h ../capinfos.1: capinfos.pod ../config.h
$(POD2MAN) \ $(POD2MAN) \
--center="The Ethereal Network Analyzer" \ --center="The Ethereal Network Analyzer" \
--release=$(VERSION) \ --release=$(VERSION) \
$(srcdir)/capinfos.pod > ../capinfos.1 $(srcdir)/capinfos.pod > ../capinfos.1
../capinfos.html: capinfos.pod ../config.h ../capinfos.html: capinfos.pod ../config.h
$(POD2HTML) \ $(POD2HTML) \
--title="capinfos - The Ethereal Network Analyzer $(VERSION)" \ --title="capinfos - The Ethereal Network Analyzer $(VERSION)" \
--noindex \ --noindex \
$(srcdir)/capinfos.pod > ../capinfos.html $(srcdir)/capinfos.pod > ../capinfos.html
../editcap.1: editcap.pod ../config.h ../editcap.1: editcap.pod ../config.h
$(POD2MAN) \ $(POD2MAN) \
--center="The Ethereal Network Analyzer" \ --center="The Ethereal Network Analyzer" \
--release=$(VERSION) \ --release=$(VERSION) \
$(srcdir)/editcap.pod > ../editcap.1 $(srcdir)/editcap.pod > ../editcap.1
../editcap.html: editcap.pod ../config.h ../editcap.html: editcap.pod ../config.h
$(POD2HTML) \ $(POD2HTML) \
--title="editcap - The Ethereal Network Analyzer $(VERSION)" \ --title="editcap - The Ethereal Network Analyzer $(VERSION)" \
--noindex \ --noindex \
$(srcdir)/editcap.pod > ../editcap.html $(srcdir)/editcap.pod > ../editcap.html
../idl2eth.1: idl2eth.pod ../config.h ../idl2eth.1: idl2eth.pod ../config.h
$(POD2MAN) \ $(POD2MAN) \
--center="The Ethereal Network Analyzer" \ --center="The Ethereal Network Analyzer" \
--release=$(VERSION) \ --release=$(VERSION) \
$(srcdir)/idl2eth.pod > ../idl2eth.1 $(srcdir)/idl2eth.pod > ../idl2eth.1
../idl2eth.html: idl2eth.pod ../config.h ../idl2eth.html: idl2eth.pod ../config.h
$(POD2HTML) \ $(POD2HTML) \
--title="idl2eth - The Ethereal Network Analyzer $(VERSION)" \ --title="idl2eth - The Ethereal Network Analyzer $(VERSION)" \
--noindex \ --noindex \
$(srcdir)/idl2eth.pod > ../idl2eth.html $(srcdir)/idl2eth.pod > ../idl2eth.html
../mergecap.1: mergecap.pod ../config.h ../mergecap.1: mergecap.pod ../config.h
$(POD2MAN) \ $(POD2MAN) \
--center="The Ethereal Network Analyzer" \ --center="The Ethereal Network Analyzer" \
--release=$(VERSION) \ --release=$(VERSION) \
$(srcdir)/mergecap.pod > ../mergecap.1 $(srcdir)/mergecap.pod > ../mergecap.1
../mergecap.html: mergecap.pod ../config.h ../mergecap.html: mergecap.pod ../config.h
$(POD2HTML) \ $(POD2HTML) \
--title="mergecap - The Ethereal Network Analyzer $(VERSION)" \ --title="mergecap - The Ethereal Network Analyzer $(VERSION)" \
--noindex \ --noindex \
$(srcdir)/mergecap.pod > ../mergecap.html $(srcdir)/mergecap.pod > ../mergecap.html
../text2pcap.1: text2pcap.pod ../config.h ../text2pcap.1: text2pcap.pod ../config.h
$(POD2MAN) \ $(POD2MAN) \
--center="The Ethereal Network Analyzer" \ --center="The Ethereal Network Analyzer" \
--release=$(VERSION) \ --release=$(VERSION) \
$(srcdir)/text2pcap.pod > ../text2pcap.1 $(srcdir)/text2pcap.pod > ../text2pcap.1
../text2pcap.html: text2pcap.pod ../config.h ../text2pcap.html: text2pcap.pod ../config.h
$(POD2HTML) \ $(POD2HTML) \
--title="text2pcap - The Ethereal Network Analyzer $(VERSION)" \ --title="text2pcap - The Ethereal Network Analyzer $(VERSION)" \
--noindex \ --noindex \
$(srcdir)/text2pcap.pod > ../text2pcap.html $(srcdir)/text2pcap.pod > ../text2pcap.html
CLEANFILES = \ CLEANFILES = \
@ -151,3 +151,7 @@ DISTCLEANFILES = \
pod2htmi.tmp \ pod2htmi.tmp \
pod2htmd.tmp \ pod2htmd.tmp \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in

View File

@ -61,6 +61,9 @@ CLEANFILES = \
libethereal.la \ libethereal.la \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
# #
# Add the object files for missing routines, if any. # Add the object files for missing routines, if any.
# #

View File

@ -28,6 +28,13 @@ CLEANFILES = \
libdfilter.la \ libdfilter.la \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in \
grammar.c \
grammar.h \
grammar.out \
scanner.c
INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/.. -I$(srcdir)/$(LEMON) INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/.. -I$(srcdir)/$(LEMON)
libdfilter_la_SOURCES = \ libdfilter_la_SOURCES = \

View File

@ -112,4 +112,5 @@ CLEANFILES = \
*~ *~
MAINTAINERCLEANFILES = \ MAINTAINERCLEANFILES = \
$(GENERATED_FILES) $(GENERATED_FILES) \
Makefile.in

View File

@ -28,6 +28,9 @@ CLEANFILES = \
libftypes.la \ libftypes.la \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/.. INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/..
libftypes_la_SOURCES = \ libftypes_la_SOURCES = \

View File

@ -29,8 +29,9 @@ CLEANFILES = \
libui.a \ libui.a \
*~ *~
MAINTAINERCLEANFILES = \ MAINTAINERCLEANFILES = \
$(GENERATED_FILES) $(GENERATED_FILES) \
Makefile.in
ethereal-tap-register.c: $(ETHEREAL_TAP_SRC) $(top_srcdir)/make-tapreg-dotc ethereal-tap-register.c: $(ETHEREAL_TAP_SRC) $(top_srcdir)/make-tapreg-dotc
@echo Making ethereal-tap-register.c @echo Making ethereal-tap-register.c
@ -94,7 +95,7 @@ noinst_HEADERS = \
tap_dfilter_dlg.h \ tap_dfilter_dlg.h \
tap_menu.h \ tap_menu.h \
text_page.h \ text_page.h \
toolbar.h \ toolbar.h \
ui_util.h \ ui_util.h \
voip_calls.h \ voip_calls.h \
voip_calls_dlg.h \ voip_calls_dlg.h \

View File

@ -25,15 +25,19 @@
# Install the help files in the "help" subdirectory of the data directory. # Install the help files in the "help" subdirectory of the data directory.
# #
helpdir = $(pkgdatadir)/help helpdir = $(pkgdatadir)/help
help_DATA = \ help_DATA = \
toc \ toc \
getting_started.txt \ getting_started.txt \
capturing.txt \ capturing.txt \
capture_filters.txt \ capture_filters.txt \
display_filters.txt \ display_filters.txt \
faq.txt \ faq.txt \
overview.txt overview.txt
EXTRA_DIST = $(help_DATA) Makefile.nmake EXTRA_DIST = $(help_DATA) Makefile.nmake
CLEANFILES = CLEANFILES =
MAINTAINERCLEANFILES = \
Makefile.in

View File

@ -1 +1,5 @@
SUBDIRS = rpm svr4 nsis SUBDIRS = rpm svr4 nsis
MAINTAINERCLEANFILES = \
Makefile.in

View File

@ -1,3 +1,6 @@
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
ethereal.nsi \ ethereal.nsi \
../../COPYING \ ../../COPYING \

View File

@ -1,3 +1,7 @@
SUBDIRS = SPECS SUBDIRS = SPECS
MAINTAINERCLEANFILES = \
Makefile.in
clean-local: clean-local:
rm -rf BUILD RPMS SOURCES SRPMS rm -rf BUILD RPMS SOURCES SRPMS

View File

@ -1 +1,4 @@
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = ethereal.spec.in EXTRA_DIST = ethereal.spec.in

View File

@ -1,3 +1,7 @@
DISTCLEANFILES = Prototype DISTCLEANFILES = \
Prototype
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = checkinstall.in mkpkg pkginfo.in EXTRA_DIST = checkinstall.in mkpkg pkginfo.in

View File

@ -53,3 +53,7 @@ plugindir = @plugindir@
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake
MAINTAINERCLEANFILES = \
Makefile.in

View File

@ -40,5 +40,8 @@ CLEANFILES = \
acn \ acn \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -40,5 +40,8 @@ CLEANFILES = \
agentx \ agentx \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -40,5 +40,8 @@ CLEANFILES = \
artnet \ artnet \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -36,6 +36,11 @@ asn1_la_LIBADD = @PLUGIN_LIBS@
# add them here. # add them here.
LIBS = $(GLIB_LIBS) LIBS = $(GLIB_LIBS)
CLEANFILES = asn1 *~ CLEANFILES = \
asn1 \
*~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = Makefile.nmake EXTRA_DIST = Makefile.nmake

View File

@ -41,5 +41,8 @@ CLEANFILES = \
ciscosm \ ciscosm \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -40,6 +40,9 @@ CLEANFILES = \
docsis \ docsis \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake \ Makefile.nmake \
README README

View File

@ -40,5 +40,8 @@ CLEANFILES = \
enttec \ enttec \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -54,9 +54,12 @@ LIBS =
CLEANFILES = \ CLEANFILES = \
cosnaming \ cosnaming \
coseventcomm \ coseventcomm \
tango \ tango \
parlay \ parlay \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -42,5 +42,8 @@ CLEANFILES = \
gryphon \ gryphon \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -41,5 +41,8 @@ CLEANFILES = \
irda \ irda \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -40,5 +40,8 @@ CLEANFILES = \
lwres \ lwres \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -27,8 +27,20 @@ INCLUDES = -I$(top_srcdir)
plugindir = @plugindir@ plugindir = @plugindir@
plugin_LTLIBRARIES = mate.la plugin_LTLIBRARIES = mate.la
mate_la_SOURCES = moduleinfo.h mate.h mate_util.h mate_grammar.h \
packet-mate.c mate_runtime.c mate_setup.c mate_util.c mate_plugin.c mate_grammar.c mate_parser.c mate_la_SOURCES = \
mate.h \
mate_grammar.c \
mate_grammar.h \
mate_parser.c \
mate_plugin.c \
mate_runtime.c \
mate_setup.c \
mate_util.c \
mate_util.h \
moduleinfo.h \
packet-mate.c
mate_la_LDFLAGS = -module -avoid-version mate_la_LDFLAGS = -module -avoid-version
mate_la_LIBADD = @PLUGIN_LIBS@ mate_la_LIBADD = @PLUGIN_LIBS@
@ -41,6 +53,13 @@ CLEANFILES = \
mate \ mate \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in \
mate_grammar.c \
mate_grammar.h \
mate_grammar.out \
mate_parser.c
EXTRA_DIST = \ EXTRA_DIST = \
mate_grammar.lemon \ mate_grammar.lemon \
mate_parser.l \ mate_parser.l \

View File

@ -40,5 +40,8 @@ CLEANFILES = \
megaco \ megaco \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -40,5 +40,8 @@ CLEANFILES = \
mgcp \ mgcp \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -40,5 +40,8 @@ CLEANFILES = \
opsi \ opsi \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -40,5 +40,8 @@ CLEANFILES = \
pcli \ pcli \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -40,5 +40,8 @@ CLEANFILES = \
profinet \ profinet \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -40,5 +40,8 @@ CLEANFILES = \
rdm \ rdm \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -41,5 +41,8 @@ CLEANFILES = \
rlm \ rlm \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -40,5 +40,8 @@ CLEANFILES = \
rtnet \ rtnet \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -41,5 +41,8 @@ CLEANFILES = \
rudp \ rudp \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -40,5 +40,8 @@ CLEANFILES = \
stats_tree \ stats_tree \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -40,5 +40,8 @@ CLEANFILES = \
v5ua \ v5ua \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake Makefile.nmake

View File

@ -47,6 +47,9 @@ CLEANFILES = \
xml \ xml \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \ EXTRA_DIST = \
Makefile.nmake \ Makefile.nmake \
xml_lexer.l xml_lexer.l

View File

@ -37,3 +37,7 @@ EXTRA_DIST = \
unix2dos.pl \ unix2dos.pl \
win32-setup.sh \ win32-setup.sh \
yacc.py yacc.py
MAINTAINERCLEANFILES = \
Makefile.in

View File

@ -31,6 +31,9 @@ noinst_PROGRAMS = lemon
CLEANFILES = \ CLEANFILES = \
*~ *~
MAINTAINERCLEANFILES = \
Makefile.in
lemon_SOURCES = \ lemon_SOURCES = \
lemon.c lemon.c

View File

@ -33,7 +33,12 @@ CLEANFILES = \
libwiretap.la \ libwiretap.la \
*~ *~
MAINTAINERCLEANFILES = $(GENERATED_FILES) MAINTAINERCLEANFILES = \
$(GENERATED_FILES) \
Makefile.in \
aclocal.m4 \
config.h.in \
configure
libwiretap_la_SOURCES = \ libwiretap_la_SOURCES = \
$(NONGENERATED_C_FILES) \ $(NONGENERATED_C_FILES) \