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