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