chiark / gitweb /
Drop __oop-read-copy.c: our bugfixes are upstream for ages (autogen)
[innduct.git] / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #  innduct
18 #  tailing reliable realtime streaming feeder for inn
19 #  Makefile.am
20 #
21 #  Copyright (C) 2010 Ian Jackson <ijackson@chiark.greenend.org.uk>
22
23 #  This program is free software: you can redistribute it and/or modify
24 #  it under the terms of the GNU General Public License as published by
25 #  the Free Software Foundation, either version 3 of the License, or
26 #  (at your option) any later version.
27
28 #  This program is distributed in the hope that it will be useful,
29 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
30 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31 #  GNU General Public License for more details.
32
33 #  You should have received a copy of the GNU General Public License
34 #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
35 #
36 #  (I believe that when you compile and link this as part of the inn2
37 #  build, with the Makefile runes I have provided, all the libraries
38 #  and files which end up included in innduct are licence-compatible
39 #  with GPLv3.  If not then please let me know.  -Ian Jackson.)
40
41
42
43 VPATH = @srcdir@
44 am__is_gnu_make = { \
45   if test -z '$(MAKELEVEL)'; then \
46     false; \
47   elif test -n '$(MAKE_HOST)'; then \
48     true; \
49   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
50     true; \
51   else \
52     false; \
53   fi; \
54 }
55 am__make_running_with_option = \
56   case $${target_option-} in \
57       ?) ;; \
58       *) echo "am__make_running_with_option: internal error: invalid" \
59               "target option '$${target_option-}' specified" >&2; \
60          exit 1;; \
61   esac; \
62   has_opt=no; \
63   sane_makeflags=$$MAKEFLAGS; \
64   if $(am__is_gnu_make); then \
65     sane_makeflags=$$MFLAGS; \
66   else \
67     case $$MAKEFLAGS in \
68       *\\[\ \   ]*) \
69         bs=\\; \
70         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
71           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
72     esac; \
73   fi; \
74   skip_next=no; \
75   strip_trailopt () \
76   { \
77     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
78   }; \
79   for flg in $$sane_makeflags; do \
80     test $$skip_next = yes && { skip_next=no; continue; }; \
81     case $$flg in \
82       *=*|--*) continue;; \
83         -*I) strip_trailopt 'I'; skip_next=yes;; \
84       -*I?*) strip_trailopt 'I';; \
85         -*O) strip_trailopt 'O'; skip_next=yes;; \
86       -*O?*) strip_trailopt 'O';; \
87         -*l) strip_trailopt 'l'; skip_next=yes;; \
88       -*l?*) strip_trailopt 'l';; \
89       -[dEDm]) skip_next=yes;; \
90       -[JT]) skip_next=yes;; \
91     esac; \
92     case $$flg in \
93       *$$target_option*) has_opt=yes; break;; \
94     esac; \
95   done; \
96   test $$has_opt = yes
97 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
98 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
99 pkgdatadir = $(datadir)/@PACKAGE@
100 pkgincludedir = $(includedir)/@PACKAGE@
101 pkglibdir = $(libdir)/@PACKAGE@
102 pkglibexecdir = $(libexecdir)/@PACKAGE@
103 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
104 install_sh_DATA = $(install_sh) -c -m 644
105 install_sh_PROGRAM = $(install_sh) -c
106 install_sh_SCRIPT = $(install_sh) -c
107 INSTALL_HEADER = $(INSTALL_DATA)
108 transform = $(program_transform_name)
109 NORMAL_INSTALL = :
110 PRE_INSTALL = :
111 POST_INSTALL = :
112 NORMAL_UNINSTALL = :
113 PRE_UNINSTALL = :
114 POST_UNINSTALL = :
115 bin_PROGRAMS = innduct$(EXEEXT)
116 subdir = .
117 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
118 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
119 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
120         $(ACLOCAL_M4)
121 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
122         $(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON)
123 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
124  configure.lineno config.status.lineno
125 mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf-aux/mkinstalldirs
126 CONFIG_HEADER = config.h
127 CONFIG_CLEAN_FILES =
128 CONFIG_CLEAN_VPATH_FILES =
129 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
130         "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(docdir)"
131 PROGRAMS = $(bin_PROGRAMS)
132 am_innduct_OBJECTS = duct.$(OBJEXT) conn.$(OBJEXT) filemon.$(OBJEXT) \
133         infile.$(OBJEXT) recv.$(OBJEXT) xmit.$(OBJEXT) cli.$(OBJEXT) \
134         defer.$(OBJEXT) help.$(OBJEXT) statemc.$(OBJEXT)
135 innduct_OBJECTS = $(am_innduct_OBJECTS)
136 innduct_DEPENDENCIES =
137 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
138 am__vpath_adj = case $$p in \
139     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
140     *) f=$$p;; \
141   esac;
142 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
143 am__install_max = 40
144 am__nobase_strip_setup = \
145   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
146 am__nobase_strip = \
147   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
148 am__nobase_list = $(am__nobase_strip_setup); \
149   for p in $$list; do echo "$$p $$p"; done | \
150   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
151   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
152     if (++n[$$2] == $(am__install_max)) \
153       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
154     END { for (dir in files) print dir, files[dir] }'
155 am__base_list = \
156   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
157   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
158 am__uninstall_files_from_dir = { \
159   test -z "$$files" \
160     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
161     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
162          $(am__cd) "$$dir" && rm -f $$files; }; \
163   }
164 SCRIPTS = $(bin_SCRIPTS)
165 AM_V_P = $(am__v_P_@AM_V@)
166 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
167 am__v_P_0 = false
168 am__v_P_1 = :
169 AM_V_GEN = $(am__v_GEN_@AM_V@)
170 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
171 am__v_GEN_0 = @echo "  GEN     " $@;
172 am__v_GEN_1 = 
173 AM_V_at = $(am__v_at_@AM_V@)
174 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
175 am__v_at_0 = @
176 am__v_at_1 = 
177 DEFAULT_INCLUDES = -I.@am__isrc@
178 depcomp = $(SHELL) $(top_srcdir)/autoconf-aux/depcomp
179 am__maybe_remake_depfiles = depfiles
180 am__depfiles_remade = ./$(DEPDIR)/cli.Po ./$(DEPDIR)/conn.Po \
181         ./$(DEPDIR)/defer.Po ./$(DEPDIR)/duct.Po \
182         ./$(DEPDIR)/filemon.Po ./$(DEPDIR)/help.Po \
183         ./$(DEPDIR)/infile.Po ./$(DEPDIR)/recv.Po \
184         ./$(DEPDIR)/statemc.Po ./$(DEPDIR)/xmit.Po
185 am__mv = mv -f
186 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
187         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
188 AM_V_CC = $(am__v_CC_@AM_V@)
189 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
190 am__v_CC_0 = @echo "  CC      " $@;
191 am__v_CC_1 = 
192 CCLD = $(CC)
193 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
194 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
195 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
196 am__v_CCLD_0 = @echo "  CCLD    " $@;
197 am__v_CCLD_1 = 
198 SOURCES = $(innduct_SOURCES)
199 DIST_SOURCES = $(innduct_SOURCES)
200 am__can_run_installinfo = \
201   case $$AM_UPDATE_INFO_DIR in \
202     n|no|NO) false;; \
203     *) (install-info --version) >/dev/null 2>&1;; \
204   esac
205 man8dir = $(mandir)/man8
206 NROFF = nroff
207 MANS = $(man_MANS)
208 DATA = $(dist_doc_DATA)
209 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
210         $(LISP)config.h.in
211 # Read a list of newline-separated strings from the standard input,
212 # and print each of them once, without duplicates.  Input order is
213 # *not* preserved.
214 am__uniquify_input = $(AWK) '\
215   BEGIN { nonempty = 0; } \
216   { items[$$0] = 1; nonempty = 1; } \
217   END { if (nonempty) { for (i in items) print i; }; } \
218 '
219 # Make sure the list of sources is unique.  This is necessary because,
220 # e.g., the same source file might be shared among _SOURCES variables
221 # for different programs/libraries.
222 am__define_uniq_tagged_files = \
223   list='$(am__tagged_files)'; \
224   unique=`for i in $$list; do \
225     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
226   done | $(am__uniquify_input)`
227 ETAGS = etags
228 CTAGS = ctags
229 CSCOPE = cscope
230 AM_RECURSIVE_TARGETS = cscope
231 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
232         $(top_srcdir)/autoconf-aux/compile \
233         $(top_srcdir)/autoconf-aux/depcomp \
234         $(top_srcdir)/autoconf-aux/install-sh \
235         $(top_srcdir)/autoconf-aux/missing \
236         $(top_srcdir)/autoconf-aux/mkinstalldirs autoconf-aux/COPYING \
237         autoconf-aux/compile autoconf-aux/config.guess \
238         autoconf-aux/config.sub autoconf-aux/depcomp \
239         autoconf-aux/install-sh autoconf-aux/missing \
240         autoconf-aux/mkinstalldirs
241 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
242 distdir = $(PACKAGE)-$(VERSION)
243 top_distdir = $(distdir)
244 am__remove_distdir = \
245   if test -d "$(distdir)"; then \
246     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
247       && rm -rf "$(distdir)" \
248       || { sleep 5 && rm -rf "$(distdir)"; }; \
249   else :; fi
250 am__post_remove_distdir = $(am__remove_distdir)
251 DIST_ARCHIVES = $(distdir).tar.gz
252 GZIP_ENV = --best
253 DIST_TARGETS = dist-gzip
254 distuninstallcheck_listfiles = find . -type f -print
255 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
256   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
257 distcleancheck_listfiles = find . -type f -print
258 ACLOCAL = @ACLOCAL@
259 AMTAR = @AMTAR@
260 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
261 AUTOCONF = @AUTOCONF@
262 AUTOHEADER = @AUTOHEADER@
263 AUTOMAKE = @AUTOMAKE@
264 AWK = @AWK@
265 CC = @CC@
266 CCDEPMODE = @CCDEPMODE@
267 CFLAGS = @CFLAGS@
268 CPP = @CPP@
269 CPPFLAGS = @CPPFLAGS@
270 CYGPATH_W = @CYGPATH_W@
271 DEFS = @DEFS@
272 DEPDIR = @DEPDIR@
273 ECHO_C = @ECHO_C@
274 ECHO_N = @ECHO_N@
275 ECHO_T = @ECHO_T@
276 EGREP = @EGREP@
277 EXEEXT = @EXEEXT@
278 GREP = @GREP@
279 INSTALL = @INSTALL@
280 INSTALL_DATA = @INSTALL_DATA@
281 INSTALL_PROGRAM = @INSTALL_PROGRAM@
282 INSTALL_SCRIPT = @INSTALL_SCRIPT@
283 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
284 LDFLAGS = @LDFLAGS@
285 LIBOBJS = @LIBOBJS@
286 LIBS = @LIBS@
287 LTLIBOBJS = @LTLIBOBJS@
288 MAKEINFO = @MAKEINFO@
289 MKDIR_P = @MKDIR_P@
290 OBJEXT = @OBJEXT@
291 PACKAGE = @PACKAGE@
292 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
293 PACKAGE_NAME = @PACKAGE_NAME@
294 PACKAGE_STRING = @PACKAGE_STRING@
295 PACKAGE_TARNAME = @PACKAGE_TARNAME@
296 PACKAGE_URL = @PACKAGE_URL@
297 PACKAGE_VERSION = @PACKAGE_VERSION@
298 PATH_SEPARATOR = @PATH_SEPARATOR@
299 SET_MAKE = @SET_MAKE@
300 SHELL = @SHELL@
301 STRIP = @STRIP@
302 VERSION = @VERSION@
303 abs_builddir = @abs_builddir@
304 abs_srcdir = @abs_srcdir@
305 abs_top_builddir = @abs_top_builddir@
306 abs_top_srcdir = @abs_top_srcdir@
307 ac_ct_CC = @ac_ct_CC@
308 am__include = @am__include@
309 am__leading_dot = @am__leading_dot@
310 am__quote = @am__quote@
311 am__tar = @am__tar@
312 am__untar = @am__untar@
313 bindir = @bindir@
314 build_alias = @build_alias@
315 builddir = @builddir@
316 datadir = @datadir@
317 datarootdir = @datarootdir@
318 docdir = @docdir@
319 dvidir = @dvidir@
320 exec_prefix = @exec_prefix@
321 host_alias = @host_alias@
322 htmldir = @htmldir@
323 includedir = @includedir@
324 infodir = @infodir@
325 install_sh = @install_sh@
326 libdir = @libdir@
327 libexecdir = @libexecdir@
328 localedir = @localedir@
329 localstatedir = @localstatedir@
330 mandir = @mandir@
331 mkdir_p = @mkdir_p@
332 oldincludedir = @oldincludedir@
333 pdfdir = @pdfdir@
334 prefix = @prefix@
335 program_transform_name = @program_transform_name@
336 psdir = @psdir@
337 runstatedir = @runstatedir@
338 sbindir = @sbindir@
339 sharedstatedir = @sharedstatedir@
340 srcdir = @srcdir@
341 sysconfdir = @sysconfdir@
342 target_alias = @target_alias@
343 top_build_prefix = @top_build_prefix@
344 top_builddir = @top_builddir@
345 top_srcdir = @top_srcdir@
346 AUTOMAKE_OPTIONS = foreign
347 AM_CPPFLAGS = -I/usr/include/inn $(CMDLINE_CPPFLAGS)
348 WERROR = -Werror
349 CMDLINE_CFLAGS = 
350 WARNINGS = \
351         -Wall -Wformat=2 -Wno-format-zero-length \
352         -Wshadow -Wpointer-arith -Wbad-function-cast \
353         -Wwrite-strings -Wsign-compare -Wstrict-prototypes \
354         -Wmissing-prototypes -Wmissing-declarations \
355         -Wmissing-format-attribute -Wredundant-decls -Wnested-externs \
356         -Wno-pointer-sign
357
358 AM_CFLAGS = $(WARNINGS) $(WERROR) $(CMDLINE_CFLAGS)
359 bin_SCRIPTS = innduct-stats-report innduct-forall
360 man_MANS = innduct.8 innduct-stats-report.8
361 innduct_SOURCES = duct.c conn.c filemon.c infile.c recv.c xmit.c \
362                 cli.c defer.c help.c statemc.c
363
364 dist_doc_DATA = README.states README.statistics README.example
365 innduct_LDADD = -lm -loop
366 MAINTAINERCLEANFILES = configure config.h.in Makefile.in
367 all: config.h
368         $(MAKE) $(AM_MAKEFLAGS) all-am
369
370 .SUFFIXES:
371 .SUFFIXES: .c .o .obj
372 am--refresh: Makefile
373         @:
374 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
375         @for dep in $?; do \
376           case '$(am__configure_deps)' in \
377             *$$dep*) \
378               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
379               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
380                 && exit 0; \
381               exit 1;; \
382           esac; \
383         done; \
384         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
385         $(am__cd) $(top_srcdir) && \
386           $(AUTOMAKE) --foreign Makefile
387 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
388         $(SHELL) ./config.status --recheck
389
390 $(top_srcdir)/configure:  $(am__configure_deps)
391         $(am__cd) $(srcdir) && $(AUTOCONF)
392 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
393         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
394 $(am__aclocal_m4_deps):
395
396 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
397         @rm -f stamp-h1
398         cd $(top_builddir) && $(SHELL) ./config.status config.h
399 $(srcdir)/config.h.in:  $(am__configure_deps) 
400         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
401         rm -f stamp-h1
402         touch $@
403
404 distclean-hdr:
405         -rm -f config.h stamp-h1
406 install-binPROGRAMS: $(bin_PROGRAMS)
407         @$(NORMAL_INSTALL)
408         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
409         if test -n "$$list"; then \
410           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
411           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
412         fi; \
413         for p in $$list; do echo "$$p $$p"; done | \
414         sed 's/$(EXEEXT)$$//' | \
415         while read p p1; do if test -f $$p \
416           ; then echo "$$p"; echo "$$p"; else :; fi; \
417         done | \
418         sed -e 'p;s,.*/,,;n;h' \
419             -e 's|.*|.|' \
420             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
421         sed 'N;N;N;s,\n, ,g' | \
422         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
423           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
424             if ($$2 == $$4) files[d] = files[d] " " $$1; \
425             else { print "f", $$3 "/" $$4, $$1; } } \
426           END { for (d in files) print "f", d, files[d] }' | \
427         while read type dir files; do \
428             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
429             test -z "$$files" || { \
430               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
431               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
432             } \
433         ; done
434
435 uninstall-binPROGRAMS:
436         @$(NORMAL_UNINSTALL)
437         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
438         files=`for p in $$list; do echo "$$p"; done | \
439           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
440               -e 's/$$/$(EXEEXT)/' \
441         `; \
442         test -n "$$list" || exit 0; \
443         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
444         cd "$(DESTDIR)$(bindir)" && rm -f $$files
445
446 clean-binPROGRAMS:
447         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
448
449 innduct$(EXEEXT): $(innduct_OBJECTS) $(innduct_DEPENDENCIES) $(EXTRA_innduct_DEPENDENCIES) 
450         @rm -f innduct$(EXEEXT)
451         $(AM_V_CCLD)$(LINK) $(innduct_OBJECTS) $(innduct_LDADD) $(LIBS)
452 install-binSCRIPTS: $(bin_SCRIPTS)
453         @$(NORMAL_INSTALL)
454         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
455         if test -n "$$list"; then \
456           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
457           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
458         fi; \
459         for p in $$list; do \
460           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
461           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
462         done | \
463         sed -e 'p;s,.*/,,;n' \
464             -e 'h;s|.*|.|' \
465             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
466         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
467           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
468             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
469               if (++n[d] == $(am__install_max)) { \
470                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
471             else { print "f", d "/" $$4, $$1 } } \
472           END { for (d in files) print "f", d, files[d] }' | \
473         while read type dir files; do \
474              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
475              test -z "$$files" || { \
476                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
477                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
478              } \
479         ; done
480
481 uninstall-binSCRIPTS:
482         @$(NORMAL_UNINSTALL)
483         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
484         files=`for p in $$list; do echo "$$p"; done | \
485                sed -e 's,.*/,,;$(transform)'`; \
486         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
487
488 mostlyclean-compile:
489         -rm -f *.$(OBJEXT)
490
491 distclean-compile:
492         -rm -f *.tab.c
493
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cli.Po@am__quote@ # am--include-marker
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn.Po@am__quote@ # am--include-marker
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defer.Po@am__quote@ # am--include-marker
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/duct.Po@am__quote@ # am--include-marker
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemon.Po@am__quote@ # am--include-marker
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@ # am--include-marker
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infile.Po@am__quote@ # am--include-marker
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recv.Po@am__quote@ # am--include-marker
502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statemc.Po@am__quote@ # am--include-marker
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmit.Po@am__quote@ # am--include-marker
504
505 $(am__depfiles_remade):
506         @$(MKDIR_P) $(@D)
507         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
508
509 am--depfiles: $(am__depfiles_remade)
510
511 .c.o:
512 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
513 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
514 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
515 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
516 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
517
518 .c.obj:
519 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
520 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
521 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
522 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
524 install-man8: $(man_MANS)
525         @$(NORMAL_INSTALL)
526         @list1=''; \
527         list2='$(man_MANS)'; \
528         test -n "$(man8dir)" \
529           && test -n "`echo $$list1$$list2`" \
530           || exit 0; \
531         echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
532         $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
533         { for i in $$list1; do echo "$$i"; done;  \
534         if test -n "$$list2"; then \
535           for i in $$list2; do echo "$$i"; done \
536             | sed -n '/\.8[a-z]*$$/p'; \
537         fi; \
538         } | while read p; do \
539           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
540           echo "$$d$$p"; echo "$$p"; \
541         done | \
542         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
543               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
544         sed 'N;N;s,\n, ,g' | { \
545         list=; while read file base inst; do \
546           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
547             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
548             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
549           fi; \
550         done; \
551         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
552         while read files; do \
553           test -z "$$files" || { \
554             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
555             $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
556         done; }
557
558 uninstall-man8:
559         @$(NORMAL_UNINSTALL)
560         @list=''; test -n "$(man8dir)" || exit 0; \
561         files=`{ for i in $$list; do echo "$$i"; done; \
562         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
563           sed -n '/\.8[a-z]*$$/p'; \
564         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
565               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
566         dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
567 install-dist_docDATA: $(dist_doc_DATA)
568         @$(NORMAL_INSTALL)
569         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
570         if test -n "$$list"; then \
571           echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
572           $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
573         fi; \
574         for p in $$list; do \
575           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
576           echo "$$d$$p"; \
577         done | $(am__base_list) | \
578         while read files; do \
579           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
580           $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
581         done
582
583 uninstall-dist_docDATA:
584         @$(NORMAL_UNINSTALL)
585         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
586         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
587         dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
588
589 ID: $(am__tagged_files)
590         $(am__define_uniq_tagged_files); mkid -fID $$unique
591 tags: tags-am
592 TAGS: tags
593
594 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
595         set x; \
596         here=`pwd`; \
597         $(am__define_uniq_tagged_files); \
598         shift; \
599         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
600           test -n "$$unique" || unique=$$empty_fix; \
601           if test $$# -gt 0; then \
602             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
603               "$$@" $$unique; \
604           else \
605             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
606               $$unique; \
607           fi; \
608         fi
609 ctags: ctags-am
610
611 CTAGS: ctags
612 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
613         $(am__define_uniq_tagged_files); \
614         test -z "$(CTAGS_ARGS)$$unique" \
615           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
616              $$unique
617
618 GTAGS:
619         here=`$(am__cd) $(top_builddir) && pwd` \
620           && $(am__cd) $(top_srcdir) \
621           && gtags -i $(GTAGS_ARGS) "$$here"
622 cscope: cscope.files
623         test ! -s cscope.files \
624           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
625 clean-cscope:
626         -rm -f cscope.files
627 cscope.files: clean-cscope cscopelist
628 cscopelist: cscopelist-am
629
630 cscopelist-am: $(am__tagged_files)
631         list='$(am__tagged_files)'; \
632         case "$(srcdir)" in \
633           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
634           *) sdir=$(subdir)/$(srcdir) ;; \
635         esac; \
636         for i in $$list; do \
637           if test -f "$$i"; then \
638             echo "$(subdir)/$$i"; \
639           else \
640             echo "$$sdir/$$i"; \
641           fi; \
642         done >> $(top_builddir)/cscope.files
643
644 distclean-tags:
645         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
646         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
647
648 distdir: $(BUILT_SOURCES)
649         $(MAKE) $(AM_MAKEFLAGS) distdir-am
650
651 distdir-am: $(DISTFILES)
652         $(am__remove_distdir)
653         test -d "$(distdir)" || mkdir "$(distdir)"
654         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
655         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
656         list='$(DISTFILES)'; \
657           dist_files=`for file in $$list; do echo $$file; done | \
658           sed -e "s|^$$srcdirstrip/||;t" \
659               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
660         case $$dist_files in \
661           */*) $(MKDIR_P) `echo "$$dist_files" | \
662                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
663                            sort -u` ;; \
664         esac; \
665         for file in $$dist_files; do \
666           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
667           if test -d $$d/$$file; then \
668             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
669             if test -d "$(distdir)/$$file"; then \
670               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
671             fi; \
672             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
673               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
674               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
675             fi; \
676             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
677           else \
678             test -f "$(distdir)/$$file" \
679             || cp -p $$d/$$file "$(distdir)/$$file" \
680             || exit 1; \
681           fi; \
682         done
683         -test -n "$(am__skip_mode_fix)" \
684         || find "$(distdir)" -type d ! -perm -755 \
685                 -exec chmod u+rwx,go+rx {} \; -o \
686           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
687           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
688           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
689         || chmod -R a+r "$(distdir)"
690 dist-gzip: distdir
691         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
692         $(am__post_remove_distdir)
693
694 dist-bzip2: distdir
695         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
696         $(am__post_remove_distdir)
697
698 dist-lzip: distdir
699         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
700         $(am__post_remove_distdir)
701
702 dist-xz: distdir
703         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
704         $(am__post_remove_distdir)
705
706 dist-tarZ: distdir
707         @echo WARNING: "Support for distribution archives compressed with" \
708                        "legacy program 'compress' is deprecated." >&2
709         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
710         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
711         $(am__post_remove_distdir)
712
713 dist-shar: distdir
714         @echo WARNING: "Support for shar distribution archives is" \
715                        "deprecated." >&2
716         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
717         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
718         $(am__post_remove_distdir)
719
720 dist-zip: distdir
721         -rm -f $(distdir).zip
722         zip -rq $(distdir).zip $(distdir)
723         $(am__post_remove_distdir)
724
725 dist dist-all:
726         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
727         $(am__post_remove_distdir)
728
729 # This target untars the dist file and tries a VPATH configuration.  Then
730 # it guarantees that the distribution is self-contained by making another
731 # tarfile.
732 distcheck: dist
733         case '$(DIST_ARCHIVES)' in \
734         *.tar.gz*) \
735           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
736         *.tar.bz2*) \
737           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
738         *.tar.lz*) \
739           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
740         *.tar.xz*) \
741           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
742         *.tar.Z*) \
743           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
744         *.shar.gz*) \
745           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
746         *.zip*) \
747           unzip $(distdir).zip ;;\
748         esac
749         chmod -R a-w $(distdir)
750         chmod u+w $(distdir)
751         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
752         chmod a-w $(distdir)
753         test -d $(distdir)/_build || exit 0; \
754         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
755           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
756           && am__cwd=`pwd` \
757           && $(am__cd) $(distdir)/_build/sub \
758           && ../../configure \
759             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
760             $(DISTCHECK_CONFIGURE_FLAGS) \
761             --srcdir=../.. --prefix="$$dc_install_base" \
762           && $(MAKE) $(AM_MAKEFLAGS) \
763           && $(MAKE) $(AM_MAKEFLAGS) dvi \
764           && $(MAKE) $(AM_MAKEFLAGS) check \
765           && $(MAKE) $(AM_MAKEFLAGS) install \
766           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
767           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
768           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
769                 distuninstallcheck \
770           && chmod -R a-w "$$dc_install_base" \
771           && ({ \
772                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
773                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
774                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
775                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
776                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
777               } || { rm -rf "$$dc_destdir"; exit 1; }) \
778           && rm -rf "$$dc_destdir" \
779           && $(MAKE) $(AM_MAKEFLAGS) dist \
780           && rm -rf $(DIST_ARCHIVES) \
781           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
782           && cd "$$am__cwd" \
783           || exit 1
784         $(am__post_remove_distdir)
785         @(echo "$(distdir) archives ready for distribution: "; \
786           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
787           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
788 distuninstallcheck:
789         @test -n '$(distuninstallcheck_dir)' || { \
790           echo 'ERROR: trying to run $@ with an empty' \
791                '$$(distuninstallcheck_dir)' >&2; \
792           exit 1; \
793         }; \
794         $(am__cd) '$(distuninstallcheck_dir)' || { \
795           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
796           exit 1; \
797         }; \
798         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
799            || { echo "ERROR: files left after uninstall:" ; \
800                 if test -n "$(DESTDIR)"; then \
801                   echo "  (check DESTDIR support)"; \
802                 fi ; \
803                 $(distuninstallcheck_listfiles) ; \
804                 exit 1; } >&2
805 distcleancheck: distclean
806         @if test '$(srcdir)' = . ; then \
807           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
808           exit 1 ; \
809         fi
810         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
811           || { echo "ERROR: files left in build directory after distclean:" ; \
812                $(distcleancheck_listfiles) ; \
813                exit 1; } >&2
814 check-am: all-am
815 check: check-am
816 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) config.h
817 installdirs:
818         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(docdir)"; do \
819           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
820         done
821 install: install-am
822 install-exec: install-exec-am
823 install-data: install-data-am
824 uninstall: uninstall-am
825
826 install-am: all-am
827         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
828
829 installcheck: installcheck-am
830 install-strip:
831         if test -z '$(STRIP)'; then \
832           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
833             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
834               install; \
835         else \
836           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
837             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
838             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
839         fi
840 mostlyclean-generic:
841
842 clean-generic:
843
844 distclean-generic:
845         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
846         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
847
848 maintainer-clean-generic:
849         @echo "This command is intended for maintainers to use"
850         @echo "it deletes files that may require special tools to rebuild."
851         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
852 clean: clean-am
853
854 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
855
856 distclean: distclean-am
857         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
858                 -rm -f ./$(DEPDIR)/cli.Po
859         -rm -f ./$(DEPDIR)/conn.Po
860         -rm -f ./$(DEPDIR)/defer.Po
861         -rm -f ./$(DEPDIR)/duct.Po
862         -rm -f ./$(DEPDIR)/filemon.Po
863         -rm -f ./$(DEPDIR)/help.Po
864         -rm -f ./$(DEPDIR)/infile.Po
865         -rm -f ./$(DEPDIR)/recv.Po
866         -rm -f ./$(DEPDIR)/statemc.Po
867         -rm -f ./$(DEPDIR)/xmit.Po
868         -rm -f Makefile
869 distclean-am: clean-am distclean-compile distclean-generic \
870         distclean-hdr distclean-tags
871
872 dvi: dvi-am
873
874 dvi-am:
875
876 html: html-am
877
878 html-am:
879
880 info: info-am
881
882 info-am:
883
884 install-data-am: install-dist_docDATA install-man
885
886 install-dvi: install-dvi-am
887
888 install-dvi-am:
889
890 install-exec-am: install-binPROGRAMS install-binSCRIPTS
891
892 install-html: install-html-am
893
894 install-html-am:
895
896 install-info: install-info-am
897
898 install-info-am:
899
900 install-man: install-man8
901
902 install-pdf: install-pdf-am
903
904 install-pdf-am:
905
906 install-ps: install-ps-am
907
908 install-ps-am:
909
910 installcheck-am:
911
912 maintainer-clean: maintainer-clean-am
913         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
914         -rm -rf $(top_srcdir)/autom4te.cache
915                 -rm -f ./$(DEPDIR)/cli.Po
916         -rm -f ./$(DEPDIR)/conn.Po
917         -rm -f ./$(DEPDIR)/defer.Po
918         -rm -f ./$(DEPDIR)/duct.Po
919         -rm -f ./$(DEPDIR)/filemon.Po
920         -rm -f ./$(DEPDIR)/help.Po
921         -rm -f ./$(DEPDIR)/infile.Po
922         -rm -f ./$(DEPDIR)/recv.Po
923         -rm -f ./$(DEPDIR)/statemc.Po
924         -rm -f ./$(DEPDIR)/xmit.Po
925         -rm -f Makefile
926 maintainer-clean-am: distclean-am maintainer-clean-generic
927
928 mostlyclean: mostlyclean-am
929
930 mostlyclean-am: mostlyclean-compile mostlyclean-generic
931
932 pdf: pdf-am
933
934 pdf-am:
935
936 ps: ps-am
937
938 ps-am:
939
940 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
941         uninstall-dist_docDATA uninstall-man
942
943 uninstall-man: uninstall-man8
944
945 .MAKE: all install-am install-strip
946
947 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \
948         check-am clean clean-binPROGRAMS clean-cscope clean-generic \
949         cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
950         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
951         distcheck distclean distclean-compile distclean-generic \
952         distclean-hdr distclean-tags distcleancheck distdir \
953         distuninstallcheck dvi dvi-am html html-am info info-am \
954         install install-am install-binPROGRAMS install-binSCRIPTS \
955         install-data install-data-am install-dist_docDATA install-dvi \
956         install-dvi-am install-exec install-exec-am install-html \
957         install-html-am install-info install-info-am install-man \
958         install-man8 install-pdf install-pdf-am install-ps \
959         install-ps-am install-strip installcheck installcheck-am \
960         installdirs maintainer-clean maintainer-clean-generic \
961         mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
962         ps ps-am tags tags-am uninstall uninstall-am \
963         uninstall-binPROGRAMS uninstall-binSCRIPTS \
964         uninstall-dist_docDATA uninstall-man uninstall-man8
965
966 .PRECIOUS: Makefile
967
968
969 autogen autoconf:
970         ./autogen.sh
971
972 # Tell versions [3.59,3.63) of GNU make to not export all variables.
973 # Otherwise a system limit (for SysV at least) may be exceeded.
974 .NOEXPORT: