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