Added Aaron Hillegass' summary dialogue. We're ignoring the problem with
[obnox/wireshark/wip.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_STRIP_FLAG =
53 transform = @program_transform_name@
54
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 host_alias = @host_alias@
62 host_triplet = @host@
63 CC = @CC@
64 DATAFILE_DIR = @DATAFILE_DIR@
65 GTK_CFLAGS = @GTK_CFLAGS@
66 GTK_CONFIG = @GTK_CONFIG@
67 GTK_LIBS = @GTK_LIBS@
68 LIBWIRETAP_A = @LIBWIRETAP_A@
69 MAKEINFO = @MAKEINFO@
70 PACKAGE = @PACKAGE@
71 RANLIB = @RANLIB@
72 SNMP_A = @SNMP_A@
73 SNMP_O = @SNMP_O@
74 SNPRINTF_C = @SNPRINTF_C@
75 SNPRINTF_O = @SNPRINTF_O@
76 STRERROR_C = @STRERROR_C@
77 STRERROR_O = @STRERROR_O@
78 VERSION = @VERSION@
79
80 bin_PROGRAMS = ethereal
81
82 man_MANS = ethereal.1
83
84 sysconf_DATA = manuf
85
86 ethereal_SOURCES =      alignment.h     capture.c       capture.h       column.c        column.h        config.h        display.c       display.h       ethereal.c      ethereal.h      ethertype.c     etypes.h        file.c          file.h          filter.c        filter.h        follow.c        follow.h        gtkpacket.c     gtkpacket.h     menu.c          menu.h          packet-aarp.c   packet-arp.c    packet-atalk.c  packet-bootp.c  packet-cdp.c    packet-data.c   packet-dns.c    packet-dns.h    packet-eth.c    packet-fddi.c   packet-ftp.c    packet-giop.c   packet-gre.c    packet-http.c   packet-icmpv6.c         packet-ip.c     packet-ip.h     packet-ipsec.c  packet-ipv6.c   packet-ipv6.h   packet-ipx.c    packet-ipx.h    packet-isakmp.c         packet-llc.c    packet-lpd.c    packet-nbipx.c  packet-nbns.c   packet-ncp.c    packet-ncp.h    packet-nntp.c   packet-null.c   packet-osi.c    packet-ospf.c   packet-ospf.h   packet-pop.c    packet-ppp.c    packet-pppoe.c  packet-pptp.c   packet-raw.c    packet-rip.c    packet-rip.h    packet-rsvp.c   packet-rsvp.h   packet-smb.c    packet-tcp.c    packet-telnet.c         packet-tftp.c   packet-tr.c     packet-trmac.c  packet-udp.c    packet-vines.c  packet-vines.h  packet.c        packet.h        prefs.c         prefs.h         print.c         print.h         ps.c            ps.h            resolv.c        resolv.h        smb.h                  summary.h              summary.c         util.c          util.h
87
88
89 EXTRA_ethereal_SOURCES =        packet-snmp.c           snprintf.c              snprintf.h              snprintf-imp.h          strerror.c              strerror.h
90
91
92 ethereal_DEPENDENCIES = @SNMP_O@ @SNPRINTF_O@ @STRERROR_O@ @LIBWIRETAP_A@
93 ethereal_LDADD = @SNMP_O@ @SNPRINTF_O@ @STRERROR_O@ @LIBWIRETAP_A@ @SNMP_A@
94
95 DISTCLEANFILES =        rdps                    ps.c                    *~
96
97
98 EXTRA_DIST =    doc/Makefile                    doc/ethereal.pod                ethereal.1                      ethereal.spec                   image/icon-excl.xpm             image/icon-ethereal.xpm         manuf                           print.ps                        README.tru64                    rdps.c                          ylwrap                          VERSION
99
100
101 SUBDIRS = @SUBDIRS@
102 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = config.h
105 CONFIG_CLEAN_FILES = 
106 PROGRAMS =  $(bin_PROGRAMS)
107
108
109 DEFS = @DEFS@ -I. -I$(srcdir) -I.
110 CPPFLAGS = @CPPFLAGS@
111 LDFLAGS = @LDFLAGS@
112 LIBS = @LIBS@
113 ethereal_OBJECTS =  capture.o column.o display.o ethereal.o ethertype.o \
114 file.o filter.o follow.o gtkpacket.o menu.o packet-aarp.o packet-arp.o \
115 packet-atalk.o packet-bootp.o packet-cdp.o packet-data.o packet-dns.o \
116 packet-eth.o packet-fddi.o packet-ftp.o packet-giop.o packet-gre.o \
117 packet-http.o packet-icmpv6.o packet-ip.o packet-ipsec.o packet-ipv6.o \
118 packet-ipx.o packet-isakmp.o packet-llc.o packet-lpd.o packet-nbipx.o \
119 packet-nbns.o packet-ncp.o packet-nntp.o packet-null.o packet-osi.o \
120 packet-ospf.o packet-pop.o packet-ppp.o packet-pppoe.o packet-pptp.o \
121 packet-raw.o packet-rip.o packet-rsvp.o packet-smb.o packet-tcp.o \
122 packet-telnet.o packet-tftp.o packet-tr.o packet-trmac.o packet-udp.o \
123 packet-vines.o packet.o prefs.o print.o ps.o resolv.o summary.o util.o
124 ethereal_LDFLAGS = 
125 CFLAGS = @CFLAGS@
126 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127 CCLD = $(CC)
128 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
129 man1dir = $(mandir)/man1
130 MANS = $(man_MANS)
131
132 NROFF = nroff
133 DATA =  $(sysconf_DATA)
134
135 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
136 Makefile.am Makefile.in NEWS acconfig.h acinclude.m4 aclocal.m4 \
137 config.guess config.h.in config.sub configure configure.in install-sh \
138 missing mkinstalldirs ylwrap
139
140
141 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
142
143 TAR = gtar
144 GZIP_ENV = --best
145 DEP_FILES =  .deps/capture.P .deps/column.P .deps/display.P \
146 .deps/ethereal.P .deps/ethertype.P .deps/file.P .deps/filter.P \
147 .deps/follow.P .deps/gtkpacket.P .deps/menu.P .deps/packet-aarp.P \
148 .deps/packet-arp.P .deps/packet-atalk.P .deps/packet-bootp.P \
149 .deps/packet-cdp.P .deps/packet-data.P .deps/packet-dns.P \
150 .deps/packet-eth.P .deps/packet-fddi.P .deps/packet-ftp.P \
151 .deps/packet-giop.P .deps/packet-gre.P .deps/packet-http.P \
152 .deps/packet-icmpv6.P .deps/packet-ip.P .deps/packet-ipsec.P \
153 .deps/packet-ipv6.P .deps/packet-ipx.P .deps/packet-isakmp.P \
154 .deps/packet-llc.P .deps/packet-lpd.P .deps/packet-nbipx.P \
155 .deps/packet-nbns.P .deps/packet-ncp.P .deps/packet-nntp.P \
156 .deps/packet-null.P .deps/packet-osi.P .deps/packet-ospf.P \
157 .deps/packet-pop.P .deps/packet-ppp.P .deps/packet-pppoe.P \
158 .deps/packet-pptp.P .deps/packet-raw.P .deps/packet-rip.P \
159 .deps/packet-rsvp.P .deps/packet-smb.P .deps/packet-snmp.P \
160 .deps/packet-tcp.P .deps/packet-telnet.P .deps/packet-tftp.P \
161 .deps/packet-tr.P .deps/packet-trmac.P .deps/packet-udp.P \
162 .deps/packet-vines.P .deps/packet.P .deps/prefs.P .deps/print.P \
163 .deps/ps.P .deps/resolv.P .deps/snprintf.P .deps/strerror.P \
164 .deps/summary.P .deps/util.P
165 SOURCES = $(ethereal_SOURCES) $(EXTRA_ethereal_SOURCES)
166 OBJECTS = $(ethereal_OBJECTS)
167
168 all: all-redirect
169 .SUFFIXES:
170 .SUFFIXES: .S .c .o .s
171 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
172         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
173
174 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
175         cd $(top_builddir) \
176           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
177
178 $(ACLOCAL_M4):  configure.in  acinclude.m4
179         cd $(srcdir) && $(ACLOCAL)
180
181 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
182         $(SHELL) ./config.status --recheck
183 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
184         cd $(srcdir) && $(AUTOCONF)
185
186 config.h: stamp-h
187         @if test ! -f $@; then \
188                 rm -f stamp-h; \
189                 $(MAKE) stamp-h; \
190         else :; fi
191 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
192         cd $(top_builddir) \
193           && CONFIG_FILES= CONFIG_HEADERS=config.h \
194              $(SHELL) ./config.status
195         @echo timestamp > stamp-h 2> /dev/null
196 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
197         @if test ! -f $@; then \
198                 rm -f $(srcdir)/stamp-h.in; \
199                 $(MAKE) $(srcdir)/stamp-h.in; \
200         else :; fi
201 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
202         cd $(top_srcdir) && $(AUTOHEADER)
203         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
204
205 mostlyclean-hdr:
206
207 clean-hdr:
208
209 distclean-hdr:
210         -rm -f config.h
211
212 maintainer-clean-hdr:
213
214 mostlyclean-binPROGRAMS:
215
216 clean-binPROGRAMS:
217         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
218
219 distclean-binPROGRAMS:
220
221 maintainer-clean-binPROGRAMS:
222
223 install-binPROGRAMS: $(bin_PROGRAMS)
224         @$(NORMAL_INSTALL)
225         $(mkinstalldirs) $(DESTDIR)$(bindir)
226         @list='$(bin_PROGRAMS)'; for p in $$list; do \
227           if test -f $$p; then \
228             echo "  $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
229              $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
230           else :; fi; \
231         done
232
233 uninstall-binPROGRAMS:
234         @$(NORMAL_UNINSTALL)
235         list='$(bin_PROGRAMS)'; for p in $$list; do \
236           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
237         done
238
239 .s.o:
240         $(COMPILE) -c $<
241
242 .S.o:
243         $(COMPILE) -c $<
244
245 mostlyclean-compile:
246         -rm -f *.o core *.core
247
248 clean-compile:
249
250 distclean-compile:
251         -rm -f *.tab.c
252
253 maintainer-clean-compile:
254
255 ethereal: $(ethereal_OBJECTS) $(ethereal_DEPENDENCIES)
256         @rm -f ethereal
257         $(LINK) $(ethereal_LDFLAGS) $(ethereal_OBJECTS) $(ethereal_LDADD) $(LIBS)
258
259 install-man1:
260         $(mkinstalldirs) $(DESTDIR)$(man1dir)
261         @list='$(man1_MANS)'; \
262         l2='$(man_MANS)'; for i in $$l2; do \
263           case "$$i" in \
264             *.1*) list="$$list $$i" ;; \
265           esac; \
266         done; \
267         for i in $$list; do \
268           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
269           else file=$$i; fi; \
270           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
271           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
272           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
273           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
274           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
275         done
276
277 uninstall-man1:
278         @list='$(man1_MANS)'; \
279         l2='$(man_MANS)'; for i in $$l2; do \
280           case "$$i" in \
281             *.1*) list="$$list $$i" ;; \
282           esac; \
283         done; \
284         for i in $$list; do \
285           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
286           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
287           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
288           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
289           rm -f $(DESTDIR)$(man1dir)/$$inst; \
290         done
291 install-man: $(MANS)
292         @$(NORMAL_INSTALL)
293         $(MAKE) $(AM_MAKEFLAGS) install-man1
294 uninstall-man:
295         @$(NORMAL_UNINSTALL)
296         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
297
298 install-sysconfDATA: $(sysconf_DATA)
299         @$(NORMAL_INSTALL)
300         $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
301         @list='$(sysconf_DATA)'; for p in $$list; do \
302           if test -f $(srcdir)/$$p; then \
303             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p"; \
304             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p; \
305           else if test -f $$p; then \
306             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$p"; \
307             $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$p; \
308           fi; fi; \
309         done
310
311 uninstall-sysconfDATA:
312         @$(NORMAL_UNINSTALL)
313         list='$(sysconf_DATA)'; for p in $$list; do \
314           rm -f $(DESTDIR)$(sysconfdir)/$$p; \
315         done
316
317 # This directory's subdirectories are mostly independent; you can cd
318 # into them and run `make' without going through this Makefile.
319 # To change the values of `make' variables: instead of editing Makefiles,
320 # (1) if the variable is set in `config.status', edit `config.status'
321 #     (which will cause the Makefiles to be regenerated when you run `make');
322 # (2) otherwise, pass the desired values on the `make' command line.
323
324 @SET_MAKE@
325
326 all-recursive install-data-recursive install-exec-recursive \
327 installdirs-recursive install-recursive uninstall-recursive  \
328 check-recursive installcheck-recursive info-recursive dvi-recursive:
329         @set fnord $(MAKEFLAGS); amf=$$2; \
330         dot_seen=no; \
331         target=`echo $@ | sed s/-recursive//`; \
332         list='$(SUBDIRS)'; for subdir in $$list; do \
333           echo "Making $$target in $$subdir"; \
334           if test "$$subdir" = "."; then \
335             dot_seen=yes; \
336             local_target="$$target-am"; \
337           else \
338             local_target="$$target"; \
339           fi; \
340           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
341            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
342         done; \
343         if test "$$dot_seen" = "no"; then \
344           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
345         fi; test -z "$$fail"
346
347 mostlyclean-recursive clean-recursive distclean-recursive \
348 maintainer-clean-recursive:
349         @set fnord $(MAKEFLAGS); amf=$$2; \
350         dot_seen=no; \
351         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
352           rev="$$subdir $$rev"; \
353           test "$$subdir" = "." && dot_seen=yes; \
354         done; \
355         test "$$dot_seen" = "no" && rev=". $$rev"; \
356         target=`echo $@ | sed s/-recursive//`; \
357         for subdir in $$rev; do \
358           echo "Making $$target in $$subdir"; \
359           if test "$$subdir" = "."; then \
360             local_target="$$target-am"; \
361           else \
362             local_target="$$target"; \
363           fi; \
364           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
366         done && test -z "$$fail"
367 tags-recursive:
368         list='$(SUBDIRS)'; for subdir in $$list; do \
369           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
370         done
371
372 tags: TAGS
373
374 ID: $(HEADERS) $(SOURCES) $(LISP)
375         list='$(SOURCES) $(HEADERS)'; \
376         unique=`for i in $$list; do echo $$i; done | \
377           awk '    { files[$$0] = 1; } \
378                END { for (i in files) print i; }'`; \
379         here=`pwd` && cd $(srcdir) \
380           && mkid -f$$here/ID $$unique $(LISP)
381
382 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
383         tags=; \
384         here=`pwd`; \
385         list='$(SUBDIRS)'; for subdir in $$list; do \
386    if test "$$subdir" = .; then :; else \
387             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
388    fi; \
389         done; \
390         list='$(SOURCES) $(HEADERS)'; \
391         unique=`for i in $$list; do echo $$i; done | \
392           awk '    { files[$$0] = 1; } \
393                END { for (i in files) print i; }'`; \
394         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
395           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
396
397 mostlyclean-tags:
398
399 clean-tags:
400
401 distclean-tags:
402         -rm -f TAGS ID
403
404 maintainer-clean-tags:
405
406 distdir = $(PACKAGE)-$(VERSION)
407 top_distdir = $(distdir)
408
409 # This target untars the dist file and tries a VPATH configuration.  Then
410 # it guarantees that the distribution is self-contained by making another
411 # tarfile.
412 distcheck: dist
413         -rm -rf $(distdir)
414         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
415         mkdir $(distdir)/=build
416         mkdir $(distdir)/=inst
417         dc_install_base=`cd $(distdir)/=inst && pwd`; \
418         cd $(distdir)/=build \
419           && ../configure --srcdir=.. --prefix=$$dc_install_base \
420           && $(MAKE) $(AM_MAKEFLAGS) \
421           && $(MAKE) $(AM_MAKEFLAGS) dvi \
422           && $(MAKE) $(AM_MAKEFLAGS) check \
423           && $(MAKE) $(AM_MAKEFLAGS) install \
424           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
425           && $(MAKE) $(AM_MAKEFLAGS) dist
426         -rm -rf $(distdir)
427         @banner="$(distdir).tar.gz is ready for distribution"; \
428         dashes=`echo "$$banner" | sed s/./=/g`; \
429         echo "$$dashes"; \
430         echo "$$banner"; \
431         echo "$$dashes"
432 dist: distdir
433         -chmod -R a+r $(distdir)
434         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
435         -rm -rf $(distdir)
436 dist-all: distdir
437         -chmod -R a+r $(distdir)
438         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
439         -rm -rf $(distdir)
440 distdir: $(DISTFILES)
441         -rm -rf $(distdir)
442         mkdir $(distdir)
443         -chmod 777 $(distdir)
444         here=`cd $(top_builddir) && pwd`; \
445         top_distdir=`cd $(distdir) && pwd`; \
446         distdir=`cd $(distdir) && pwd`; \
447         cd $(top_srcdir) \
448           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
449         $(mkinstalldirs) $(distdir)/doc $(distdir)/image
450         @for file in $(DISTFILES); do \
451           d=$(srcdir); \
452           if test -d $$d/$$file; then \
453             cp -pr $$d/$$file $(distdir)/$$file; \
454           else \
455             test -f $(distdir)/$$file \
456             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
457             || cp -p $$d/$$file $(distdir)/$$file || :; \
458           fi; \
459         done
460         for subdir in $(SUBDIRS); do \
461           if test "$$subdir" = .; then :; else \
462             test -d $(distdir)/$$subdir \
463             || mkdir $(distdir)/$$subdir \
464             || exit 1; \
465             chmod 777 $(distdir)/$$subdir; \
466             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
467               || exit 1; \
468           fi; \
469         done
470
471 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
472
473 -include $(DEP_FILES)
474
475 mostlyclean-depend:
476
477 clean-depend:
478
479 distclean-depend:
480         -rm -rf .deps
481
482 maintainer-clean-depend:
483
484 %.o: %.c
485         @echo '$(COMPILE) -c $<'; \
486         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
487         @-cp .deps/$(*F).pp .deps/$(*F).P; \
488         tr ' ' '\012' < .deps/$(*F).pp \
489           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
490             >> .deps/$(*F).P; \
491         rm .deps/$(*F).pp
492
493 %.lo: %.c
494         @echo '$(LTCOMPILE) -c $<'; \
495         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
496         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
497           < .deps/$(*F).pp > .deps/$(*F).P; \
498         tr ' ' '\012' < .deps/$(*F).pp \
499           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
500             >> .deps/$(*F).P; \
501         rm -f .deps/$(*F).pp
502 info-am:
503 info: info-recursive
504 dvi-am:
505 dvi: dvi-recursive
506 check-am: all-am
507 check: check-recursive
508 installcheck-am:
509 installcheck: installcheck-recursive
510 all-recursive-am: config.h
511         $(MAKE) $(AM_MAKEFLAGS) all-recursive
512
513 install-exec-am: install-binPROGRAMS install-sysconfDATA
514 install-exec: install-exec-recursive
515
516 install-data-am: install-man
517 install-data: install-data-recursive
518
519 install-am: all-am
520         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
521 install: install-recursive
522 uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall-sysconfDATA
523 uninstall: uninstall-recursive
524 all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
525 all-redirect: all-recursive-am
526 install-strip:
527         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
528 installdirs: installdirs-recursive
529 installdirs-am:
530         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 \
531                 $(DESTDIR)$(sysconfdir)
532
533
534 mostlyclean-generic:
535
536 clean-generic:
537
538 distclean-generic:
539         -rm -f Makefile $(CONFIG_CLEAN_FILES)
540         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
541         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
542
543 maintainer-clean-generic:
544 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
545                 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
546                 mostlyclean-generic
547
548 mostlyclean: mostlyclean-recursive
549
550 clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
551                 clean-depend clean-generic mostlyclean-am
552
553 clean: clean-recursive
554
555 distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
556                 distclean-tags distclean-depend distclean-generic \
557                 clean-am
558
559 distclean: distclean-recursive
560         -rm -f config.status
561
562 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
563                 maintainer-clean-compile maintainer-clean-tags \
564                 maintainer-clean-depend maintainer-clean-generic \
565                 distclean-am
566         @echo "This command is intended for maintainers to use;"
567         @echo "it deletes files that may require special tools to rebuild."
568
569 maintainer-clean: maintainer-clean-recursive
570         -rm -f config.status
571
572 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
573 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
574 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
575 mostlyclean-compile distclean-compile clean-compile \
576 maintainer-clean-compile install-man1 uninstall-man1 install-man \
577 uninstall-man uninstall-sysconfDATA install-sysconfDATA \
578 install-data-recursive uninstall-data-recursive install-exec-recursive \
579 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
580 all-recursive check-recursive installcheck-recursive info-recursive \
581 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
582 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
583 distclean-tags clean-tags maintainer-clean-tags distdir \
584 mostlyclean-depend distclean-depend clean-depend \
585 maintainer-clean-depend info-am info dvi-am dvi check check-am \
586 installcheck-am installcheck all-recursive-am install-exec-am \
587 install-exec install-data-am install-data install-am install \
588 uninstall-am uninstall all-redirect all-am all installdirs-am \
589 installdirs mostlyclean-generic distclean-generic clean-generic \
590 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
591
592
593 ps.c: print.ps rdps
594         ./rdps print.ps ps.c
595
596 rdps: rdps.c
597         $(CC) -o rdps rdps.c
598
599 ethereal.1: doc/ethereal.pod VERSION
600         (cd doc ; \
601         pod2man ethereal.pod                \
602         --center="The Ethereal Network Analyzer" \
603         --release=`cat ../VERSION`                  \
604         > ../ethereal.1 )
605
606 # Tell versions [3.59,3.63) of GNU make to not export all variables.
607 # Otherwise a system limit (for SysV at least) may be exceeded.
608 .NOEXPORT: