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
MAINTAINERCLEANFILES = \
$(GENERATED_FILES)
$(GENERATED_FILES) \
Makefile.in \
aclocal.m4 \
config.h.in \
configure \
depcomp \
install-sh \
ltmain.sh \
missing
EXTRA_DIST = \
FAQ \
INSTALL.configure \
INSTALL.configure \
Makefile.common \
Makefile.nmake \
README.aix \
@ -387,7 +395,7 @@ EXTRA_DIST = \
capture-wpcap.h \
capture_wpcap_packet.c \
capture_wpcap_packet.h \
cfilters \
cfilters \
cleanbld.bat \
colorfilters \
config.h.win32 \
@ -402,16 +410,16 @@ EXTRA_DIST = \
debian/postinst \
debian/prerm \
debian/rules \
dfilters \
dfilters \
dictionary.dtd \
dictionary.xml \
doc/Makefile.am \
doc/Makefile.nmake \
doc/README.capture \
doc/README.design \
doc/README.developer \
doc/README.idl2eth \
doc/README.plugins \
doc/Makefile.am \
doc/Makefile.nmake \
doc/README.capture \
doc/README.design \
doc/README.developer \
doc/README.idl2eth \
doc/README.plugins \
doc/README.regression \
doc/README.tapping \
doc/README.tvbuff \
@ -532,19 +540,19 @@ EXTRA_DIST = \
make-manuf \
make-tapreg-dotc \
make-version.pl \
manuf \
manuf \
manuf.tmpl \
mergecap.c \
mobileipv4.xml \
nasreq.xml \
perlnoutf.pl \
print.ps \
print.ps \
randpkt.c \
rdps.c \
sunping.xml \
text2pcap-scanner.l \
text2pcap.c \
text2pcap.h \
text2pcap-scanner.l \
text2pcap.c \
text2pcap.h \
wka.tmpl
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
../ethereal.1: ethereal-tmp.pod ../config.h
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
ethereal-tmp.pod | sed 's/ETHEREAL-TMP/ETHEREAL/' > ../ethereal.1
../ethereal.html: ethereal-tmp.pod ../config.h
$(POD2HTML) \
--title="The Ethereal Network Analyzer $(VERSION)" \
--noindex \
$(POD2HTML) \
--title="The Ethereal Network Analyzer $(VERSION)" \
--noindex \
ethereal-tmp.pod > ../ethereal.html
../tethereal.1: tethereal.pod ../config.h
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(srcdir)/tethereal.pod > ../tethereal.1
../tethereal.html: tethereal.pod ../config.h
$(POD2HTML) \
--title="tethereal - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
$(POD2HTML) \
--title="tethereal - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
$(srcdir)/tethereal.pod > ../tethereal.html
../ethereal-filter.4: ethereal-filter.pod ../config.h
$(POD2MAN) \
--section=4 \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(POD2MAN) \
--section=4 \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
ethereal-filter.pod > ../ethereal-filter.4
../ethereal-filter.html: ethereal-filter.pod ../config.h
$(POD2HTML) \
--title="ethereal-filter - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
$(POD2HTML) \
--title="ethereal-filter - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
ethereal-filter.pod > ../ethereal-filter.html
ethereal-filter.pod: ethereal-filter.pod.template ../tethereal
../tethereal -G fields | $(PERL) $(srcdir)/dfilter2pod.pl $(srcdir)/ethereal-filter.pod.template > ethereal-filter.pod
../capinfos.1: capinfos.pod ../config.h
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(srcdir)/capinfos.pod > ../capinfos.1
../capinfos.html: capinfos.pod ../config.h
$(POD2HTML) \
--title="capinfos - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
$(POD2HTML) \
--title="capinfos - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
$(srcdir)/capinfos.pod > ../capinfos.html
../editcap.1: editcap.pod ../config.h
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(srcdir)/editcap.pod > ../editcap.1
../editcap.html: editcap.pod ../config.h
$(POD2HTML) \
--title="editcap - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
$(POD2HTML) \
--title="editcap - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
$(srcdir)/editcap.pod > ../editcap.html
../idl2eth.1: idl2eth.pod ../config.h
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(srcdir)/idl2eth.pod > ../idl2eth.1
../idl2eth.html: idl2eth.pod ../config.h
$(POD2HTML) \
--title="idl2eth - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
$(POD2HTML) \
--title="idl2eth - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
$(srcdir)/idl2eth.pod > ../idl2eth.html
../mergecap.1: mergecap.pod ../config.h
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(srcdir)/mergecap.pod > ../mergecap.1
../mergecap.html: mergecap.pod ../config.h
$(POD2HTML) \
--title="mergecap - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
$(POD2HTML) \
--title="mergecap - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
$(srcdir)/mergecap.pod > ../mergecap.html
../text2pcap.1: text2pcap.pod ../config.h
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(POD2MAN) \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
$(srcdir)/text2pcap.pod > ../text2pcap.1
../text2pcap.html: text2pcap.pod ../config.h
$(POD2HTML) \
--title="text2pcap - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
--title="text2pcap - The Ethereal Network Analyzer $(VERSION)" \
--noindex \
$(srcdir)/text2pcap.pod > ../text2pcap.html
CLEANFILES = \
@ -151,3 +151,7 @@ DISTCLEANFILES = \
pod2htmi.tmp \
pod2htmd.tmp \
*~
MAINTAINERCLEANFILES = \
Makefile.in

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1 +1,4 @@
MAINTAINERCLEANFILES = \
Makefile.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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -27,8 +27,20 @@ INCLUDES = -I$(top_srcdir)
plugindir = @plugindir@
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_LIBADD = @PLUGIN_LIBS@
@ -41,6 +53,13 @@ CLEANFILES = \
mate \
*~
MAINTAINERCLEANFILES = \
Makefile.in \
mate_grammar.c \
mate_grammar.h \
mate_grammar.out \
mate_parser.c
EXTRA_DIST = \
mate_grammar.lemon \
mate_parser.l \

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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