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