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