1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60AWK = @AWK@
61CC = @CC@
62DNETINC = @DNETINC@
63DNETLIB = @DNETLIB@
64EVENTINC = @EVENTINC@
65EVENTLIB = @EVENTLIB@
66FRAGROUTE_CONF = @FRAGROUTE_CONF@
67LN_S = @LN_S@
68MAKEINFO = @MAKEINFO@
69PACKAGE = @PACKAGE@
70PCAPINC = @PCAPINC@
71PCAPLIB = @PCAPLIB@
72RANLIB = @RANLIB@
73VERSION = @VERSION@
74
75AUTOMAKE_OPTIONS = foreign no-dependencies
76
77SUBDIRS = scripts win32
78
79INCLUDES = @DNETINC@ @PCAPINC@ @EVENTINC@
80
81LDADD = @LIBOBJS@ @DNETLIB@ @PCAPLIB@ @EVENTLIB@
82
83sbin_PROGRAMS = fragroute fragtest
84
85fragroute_SOURCES = fragroute.c argv.c argv.h bget.c bget.h err.h mod.c mod.h 	pcaputil.c pcaputil.h pkt.c pkt.h queue.h randutil.c randutil.h tun.h 	mod_delay.c mod_drop.c mod_dup.c mod_echo.c mod_ip_chaff.c 	mod_ip_frag.c mod_ip_opt.c mod_ip_ttl.c mod_ip_tos.c mod_order.c 	mod_print.c mod_tcp_chaff.c mod_tcp_opt.c mod_tcp_seg.c
86
87
88fragtest_SOURCES = fragtest.c bget.c mod_ip_frag.c pcaputil.c pkt.c randutil.c
89
90man_MANS = fragroute.8 fragtest.8
91
92sysconf_DATA = fragroute.conf
93
94EXTRA_DIST = LICENSE acconfig.h fragroute.conf $(man_MANS)
95
96DISTCLEANFILES = *~
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99CONFIG_HEADER = config.h
100CONFIG_CLEAN_FILES =  fragroute.8
101PROGRAMS =  $(sbin_PROGRAMS)
102
103
104DEFS = @DEFS@ -I. -I$(srcdir) -I.
105CPPFLAGS = @CPPFLAGS@
106LDFLAGS = @LDFLAGS@
107LIBS = @LIBS@
108fragroute_OBJECTS =  fragroute.o argv.o bget.o mod.o pcaputil.o pkt.o \
109randutil.o mod_delay.o mod_drop.o mod_dup.o mod_echo.o mod_ip_chaff.o \
110mod_ip_frag.o mod_ip_opt.o mod_ip_ttl.o mod_ip_tos.o mod_order.o \
111mod_print.o mod_tcp_chaff.o mod_tcp_opt.o mod_tcp_seg.o
112fragroute_LDADD = $(LDADD)
113fragroute_DEPENDENCIES =  @LIBOBJS@
114fragroute_LDFLAGS =
115fragtest_OBJECTS =  fragtest.o bget.o mod_ip_frag.o pcaputil.o pkt.o \
116randutil.o
117fragtest_LDADD = $(LDADD)
118fragtest_DEPENDENCIES =  @LIBOBJS@
119fragtest_LDFLAGS =
120CFLAGS = @CFLAGS@
121COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122CCLD = $(CC)
123LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
124man8dir = $(mandir)/man8
125MANS = $(man_MANS)
126
127NROFF = nroff
128DATA =  $(sysconf_DATA)
129
130DIST_COMMON =  README ./stamp-h.in INSTALL Makefile.am Makefile.in TODO \
131acconfig.h acinclude.m4 aclocal.m4 config.h.in configure configure.in \
132event-win32.c fragroute.8.in getopt.c install-sh missing mkinstalldirs \
133strlcat.c strlcpy.c tun-loop.c tun-solaris.c tun-win32.c
134
135
136DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
137
138TAR = tar
139GZIP_ENV = --best
140SOURCES = $(fragroute_SOURCES) $(fragtest_SOURCES)
141OBJECTS = $(fragroute_OBJECTS) $(fragtest_OBJECTS)
142
143all: all-redirect
144.SUFFIXES:
145.SUFFIXES: .S .c .o .s
146$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
147	cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
148
149Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
150	cd $(top_builddir) \
151	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
152
153$(ACLOCAL_M4):  configure.in  acinclude.m4
154	cd $(srcdir) && $(ACLOCAL)
155
156config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
157	$(SHELL) ./config.status --recheck
158$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
159	cd $(srcdir) && $(AUTOCONF)
160
161config.h: stamp-h
162	@if test ! -f $@; then \
163		rm -f stamp-h; \
164		$(MAKE) stamp-h; \
165	else :; fi
166stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
167	cd $(top_builddir) \
168	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
169	     $(SHELL) ./config.status
170	@echo timestamp > stamp-h 2> /dev/null
171$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
172	@if test ! -f $@; then \
173		rm -f $(srcdir)/stamp-h.in; \
174		$(MAKE) $(srcdir)/stamp-h.in; \
175	else :; fi
176$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
177	cd $(top_srcdir) && $(AUTOHEADER)
178	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
179
180mostlyclean-hdr:
181
182clean-hdr:
183
184distclean-hdr:
185	-rm -f config.h
186
187maintainer-clean-hdr:
188fragroute.8: $(top_builddir)/config.status fragroute.8.in
189	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
190
191mostlyclean-sbinPROGRAMS:
192
193clean-sbinPROGRAMS:
194	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
195
196distclean-sbinPROGRAMS:
197
198maintainer-clean-sbinPROGRAMS:
199
200install-sbinPROGRAMS: $(sbin_PROGRAMS)
201	@$(NORMAL_INSTALL)
202	$(mkinstalldirs) $(DESTDIR)$(sbindir)
203	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
204	  if test -f $$p; then \
205	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
206	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
207	  else :; fi; \
208	done
209
210uninstall-sbinPROGRAMS:
211	@$(NORMAL_UNINSTALL)
212	list='$(sbin_PROGRAMS)'; for p in $$list; do \
213	  rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
214	done
215
216.c.o:
217	$(COMPILE) -c $<
218
219.s.o:
220	$(COMPILE) -c $<
221
222.S.o:
223	$(COMPILE) -c $<
224
225mostlyclean-compile:
226	-rm -f *.o core *.core
227
228clean-compile:
229
230distclean-compile:
231	-rm -f *.tab.c
232
233maintainer-clean-compile:
234
235fragroute: $(fragroute_OBJECTS) $(fragroute_DEPENDENCIES)
236	@rm -f fragroute
237	$(LINK) $(fragroute_LDFLAGS) $(fragroute_OBJECTS) $(fragroute_LDADD) $(LIBS)
238
239fragtest: $(fragtest_OBJECTS) $(fragtest_DEPENDENCIES)
240	@rm -f fragtest
241	$(LINK) $(fragtest_LDFLAGS) $(fragtest_OBJECTS) $(fragtest_LDADD) $(LIBS)
242
243install-man8:
244	$(mkinstalldirs) $(DESTDIR)$(man8dir)
245	@list='$(man8_MANS)'; \
246	l2='$(man_MANS)'; for i in $$l2; do \
247	  case "$$i" in \
248	    *.8*) list="$$list $$i" ;; \
249	  esac; \
250	done; \
251	for i in $$list; do \
252	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
253	  else file=$$i; fi; \
254	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
255	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
256	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
257	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
258	  $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \
259	done
260
261uninstall-man8:
262	@list='$(man8_MANS)'; \
263	l2='$(man_MANS)'; for i in $$l2; do \
264	  case "$$i" in \
265	    *.8*) list="$$list $$i" ;; \
266	  esac; \
267	done; \
268	for i in $$list; do \
269	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
270	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
271	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
272	  echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
273	  rm -f $(DESTDIR)$(man8dir)/$$inst; \
274	done
275install-man: $(MANS)
276	@$(NORMAL_INSTALL)
277	$(MAKE) $(AM_MAKEFLAGS) install-man8
278uninstall-man:
279	@$(NORMAL_UNINSTALL)
280	$(MAKE) $(AM_MAKEFLAGS) uninstall-man8
281
282install-sysconfDATA: $(sysconf_DATA)
283	@$(NORMAL_INSTALL)
284	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
285	@list='$(sysconf_DATA)'; for p in $$list; do \
286	  if test -f $(srcdir)/$$p; then \
287	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p"; \
288	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(sysconfdir)/$$p; \
289	  else if test -f $$p; then \
290	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$p"; \
291	    $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$p; \
292	  fi; fi; \
293	done
294
295uninstall-sysconfDATA:
296	@$(NORMAL_UNINSTALL)
297	list='$(sysconf_DATA)'; for p in $$list; do \
298	  rm -f $(DESTDIR)$(sysconfdir)/$$p; \
299	done
300
301# This directory's subdirectories are mostly independent; you can cd
302# into them and run `make' without going through this Makefile.
303# To change the values of `make' variables: instead of editing Makefiles,
304# (1) if the variable is set in `config.status', edit `config.status'
305#     (which will cause the Makefiles to be regenerated when you run `make');
306# (2) otherwise, pass the desired values on the `make' command line.
307
308@SET_MAKE@
309
310all-recursive install-data-recursive install-exec-recursive \
311installdirs-recursive install-recursive uninstall-recursive  \
312check-recursive installcheck-recursive info-recursive dvi-recursive:
313	@set fnord $(MAKEFLAGS); amf=$$2; \
314	dot_seen=no; \
315	target=`echo $@ | sed s/-recursive//`; \
316	list='$(SUBDIRS)'; for subdir in $$list; do \
317	  echo "Making $$target in $$subdir"; \
318	  if test "$$subdir" = "."; then \
319	    dot_seen=yes; \
320	    local_target="$$target-am"; \
321	  else \
322	    local_target="$$target"; \
323	  fi; \
324	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
325	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
326	done; \
327	if test "$$dot_seen" = "no"; then \
328	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
329	fi; test -z "$$fail"
330
331mostlyclean-recursive clean-recursive distclean-recursive \
332maintainer-clean-recursive:
333	@set fnord $(MAKEFLAGS); amf=$$2; \
334	dot_seen=no; \
335	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
336	  rev="$$subdir $$rev"; \
337	  test "$$subdir" = "." && dot_seen=yes; \
338	  true; \
339	done; \
340	test "$$dot_seen" = "no" && rev=". $$rev"; \
341	target=`echo $@ | sed s/-recursive//`; \
342	for subdir in $$rev; do \
343	  echo "Making $$target in $$subdir"; \
344	  if test "$$subdir" = "."; then \
345	    local_target="$$target-am"; \
346	  else \
347	    local_target="$$target"; \
348	  fi; \
349	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
351	done && test -z "$$fail"
352tags-recursive:
353	list='$(SUBDIRS)'; for subdir in $$list; do \
354	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
355	done
356
357tags: TAGS
358
359ID: $(HEADERS) $(SOURCES) $(LISP)
360	list='$(SOURCES) $(HEADERS)'; \
361	unique=`for i in $$list; do echo $$i; done | \
362	  awk '    { files[$$0] = 1; } \
363	       END { for (i in files) print i; }'`; \
364	here=`pwd` && cd $(srcdir) \
365	  && mkid -f$$here/ID $$unique $(LISP)
366
367TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
368	tags=; \
369	here=`pwd`; \
370	list='$(SUBDIRS)'; for subdir in $$list; do \
371   if test "$$subdir" = .; then :; else \
372	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
373   fi; \
374	done; \
375	list='$(SOURCES) $(HEADERS)'; \
376	unique=`for i in $$list; do echo $$i; done | \
377	  awk '    { files[$$0] = 1; } \
378	       END { for (i in files) print i; }'`; \
379	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
380	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
381
382mostlyclean-tags:
383
384clean-tags:
385
386distclean-tags:
387	-rm -f TAGS ID
388
389maintainer-clean-tags:
390
391distdir = $(PACKAGE)-$(VERSION)
392top_distdir = $(distdir)
393
394# This target untars the dist file and tries a VPATH configuration.  Then
395# it guarantees that the distribution is self-contained by making another
396# tarfile.
397distcheck: dist
398	-rm -rf $(distdir)
399	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
400	mkdir $(distdir)/=build
401	mkdir $(distdir)/=inst
402	dc_install_base=`cd $(distdir)/=inst && pwd`; \
403	cd $(distdir)/=build \
404	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
405	  && $(MAKE) $(AM_MAKEFLAGS) \
406	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
407	  && $(MAKE) $(AM_MAKEFLAGS) check \
408	  && $(MAKE) $(AM_MAKEFLAGS) install \
409	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
410	  && $(MAKE) $(AM_MAKEFLAGS) dist
411	-rm -rf $(distdir)
412	@banner="$(distdir).tar.gz is ready for distribution"; \
413	dashes=`echo "$$banner" | sed s/./=/g`; \
414	echo "$$dashes"; \
415	echo "$$banner"; \
416	echo "$$dashes"
417dist: distdir
418	-chmod -R a+r $(distdir)
419	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
420	-rm -rf $(distdir)
421dist-all: distdir
422	-chmod -R a+r $(distdir)
423	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
424	-rm -rf $(distdir)
425distdir: $(DISTFILES)
426	-rm -rf $(distdir)
427	mkdir $(distdir)
428	-chmod 777 $(distdir)
429	@for file in $(DISTFILES); do \
430	  d=$(srcdir); \
431	  if test -d $$d/$$file; then \
432	    cp -pr $$d/$$file $(distdir)/$$file; \
433	  else \
434	    test -f $(distdir)/$$file \
435	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
436	    || cp -p $$d/$$file $(distdir)/$$file || :; \
437	  fi; \
438	done
439	for subdir in $(SUBDIRS); do \
440	  if test "$$subdir" = .; then :; else \
441	    test -d $(distdir)/$$subdir \
442	    || mkdir $(distdir)/$$subdir \
443	    || exit 1; \
444	    chmod 777 $(distdir)/$$subdir; \
445	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
446	      || exit 1; \
447	  fi; \
448	done
449info-am:
450info: info-recursive
451dvi-am:
452dvi: dvi-recursive
453check-am: all-am
454check: check-recursive
455installcheck-am:
456installcheck: installcheck-recursive
457all-recursive-am: config.h
458	$(MAKE) $(AM_MAKEFLAGS) all-recursive
459
460install-exec-am: install-sbinPROGRAMS install-sysconfDATA
461install-exec: install-exec-recursive
462
463install-data-am: install-man
464install-data: install-data-recursive
465
466install-am: all-am
467	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
468install: install-recursive
469uninstall-am: uninstall-sbinPROGRAMS uninstall-man uninstall-sysconfDATA
470uninstall: uninstall-recursive
471all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
472all-redirect: all-recursive-am
473install-strip:
474	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
475installdirs: installdirs-recursive
476installdirs-am:
477	$(mkinstalldirs)  $(DESTDIR)$(sbindir) $(DESTDIR)$(mandir)/man8 \
478		$(DESTDIR)$(sysconfdir)
479
480
481mostlyclean-generic:
482
483clean-generic:
484
485distclean-generic:
486	-rm -f Makefile $(CONFIG_CLEAN_FILES)
487	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
488	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
489
490maintainer-clean-generic:
491mostlyclean-am:  mostlyclean-hdr mostlyclean-sbinPROGRAMS \
492		mostlyclean-compile mostlyclean-tags \
493		mostlyclean-generic
494
495mostlyclean: mostlyclean-recursive
496
497clean-am:  clean-hdr clean-sbinPROGRAMS clean-compile clean-tags \
498		clean-generic mostlyclean-am
499
500clean: clean-recursive
501
502distclean-am:  distclean-hdr distclean-sbinPROGRAMS distclean-compile \
503		distclean-tags distclean-generic clean-am
504
505distclean: distclean-recursive
506	-rm -f config.status
507
508maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-sbinPROGRAMS \
509		maintainer-clean-compile maintainer-clean-tags \
510		maintainer-clean-generic distclean-am
511	@echo "This command is intended for maintainers to use;"
512	@echo "it deletes files that may require special tools to rebuild."
513
514maintainer-clean: maintainer-clean-recursive
515	-rm -f config.status
516
517.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
518mostlyclean-sbinPROGRAMS distclean-sbinPROGRAMS clean-sbinPROGRAMS \
519maintainer-clean-sbinPROGRAMS uninstall-sbinPROGRAMS \
520install-sbinPROGRAMS mostlyclean-compile distclean-compile \
521clean-compile maintainer-clean-compile install-man8 uninstall-man8 \
522install-man uninstall-man uninstall-sysconfDATA install-sysconfDATA \
523install-data-recursive uninstall-data-recursive install-exec-recursive \
524uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
525all-recursive check-recursive installcheck-recursive info-recursive \
526dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
527maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
528distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
529dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
530install-exec-am install-exec install-data-am install-data install-am \
531install uninstall-am uninstall all-redirect all-am all installdirs-am \
532installdirs mostlyclean-generic distclean-generic clean-generic \
533maintainer-clean-generic clean mostlyclean distclean maintainer-clean
534
535
536fragroute.8.txt: fragroute.8
537	groff -t -e -man -Tascii fragroute.8 | col -bx > $@
538
539fragtest.8.txt: fragtest.8
540	groff -t -e -man -Tascii fragtest.8 | col -bx > $@
541
542# Tell versions [3.59,3.63) of GNU make to not export all variables.
543# Otherwise a system limit (for SysV at least) may be exceeded.
544.NOEXPORT:
545