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