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