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