chiark / gitweb /
ec9eb3d58e212277f1765f9f4a4209217368ef4c
[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@ $(WARNINGS) $(WERROR) $(CMDLINE_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 bin_SCRIPTS = innduct-stats-report innduct-forall
340 man_MANS = innduct.8 innduct-stats-report.8
341 innduct_SOURCES = duct.c conn.c filemon.c infile.c recv.c xmit.c \
342                 cli.c defer.c help.c statemc.c __oop-read-copy.c
343
344 innduct_LDADD = -L/usr/lib/news -lstorage -linn -lm -loop
345 MAINTAINERCLEANFILES = configure config.h.in Makefile.in
346 all: config.h
347         $(MAKE) $(AM_MAKEFLAGS) all-am
348
349 .SUFFIXES:
350 .SUFFIXES: .c .o .obj
351 am--refresh: Makefile
352         @:
353 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
354         @for dep in $?; do \
355           case '$(am__configure_deps)' in \
356             *$$dep*) \
357               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
358               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
359                 && exit 0; \
360               exit 1;; \
361           esac; \
362         done; \
363         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
364         $(am__cd) $(top_srcdir) && \
365           $(AUTOMAKE) --foreign Makefile
366 .PRECIOUS: Makefile
367 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
368         @case '$?' in \
369           *config.status*) \
370             echo ' $(SHELL) ./config.status'; \
371             $(SHELL) ./config.status;; \
372           *) \
373             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
374             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
375         esac;
376
377 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
378         $(SHELL) ./config.status --recheck
379
380 $(top_srcdir)/configure:  $(am__configure_deps)
381         $(am__cd) $(srcdir) && $(AUTOCONF)
382 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
383         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
384 $(am__aclocal_m4_deps):
385
386 config.h: stamp-h1
387         @test -f $@ || rm -f stamp-h1
388         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
389
390 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
391         @rm -f stamp-h1
392         cd $(top_builddir) && $(SHELL) ./config.status config.h
393 $(srcdir)/config.h.in:  $(am__configure_deps) 
394         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
395         rm -f stamp-h1
396         touch $@
397
398 distclean-hdr:
399         -rm -f config.h stamp-h1
400 install-binPROGRAMS: $(bin_PROGRAMS)
401         @$(NORMAL_INSTALL)
402         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
403         if test -n "$$list"; then \
404           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
405           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
406         fi; \
407         for p in $$list; do echo "$$p $$p"; done | \
408         sed 's/$(EXEEXT)$$//' | \
409         while read p p1; do if test -f $$p \
410           ; then echo "$$p"; echo "$$p"; else :; fi; \
411         done | \
412         sed -e 'p;s,.*/,,;n;h' \
413             -e 's|.*|.|' \
414             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
415         sed 'N;N;N;s,\n, ,g' | \
416         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
417           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
418             if ($$2 == $$4) files[d] = files[d] " " $$1; \
419             else { print "f", $$3 "/" $$4, $$1; } } \
420           END { for (d in files) print "f", d, files[d] }' | \
421         while read type dir files; do \
422             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
423             test -z "$$files" || { \
424               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
425               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
426             } \
427         ; done
428
429 uninstall-binPROGRAMS:
430         @$(NORMAL_UNINSTALL)
431         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
432         files=`for p in $$list; do echo "$$p"; done | \
433           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
434               -e 's/$$/$(EXEEXT)/' \
435         `; \
436         test -n "$$list" || exit 0; \
437         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
438         cd "$(DESTDIR)$(bindir)" && rm -f $$files
439
440 clean-binPROGRAMS:
441         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
442
443 innduct$(EXEEXT): $(innduct_OBJECTS) $(innduct_DEPENDENCIES) $(EXTRA_innduct_DEPENDENCIES) 
444         @rm -f innduct$(EXEEXT)
445         $(AM_V_CCLD)$(LINK) $(innduct_OBJECTS) $(innduct_LDADD) $(LIBS)
446 install-binSCRIPTS: $(bin_SCRIPTS)
447         @$(NORMAL_INSTALL)
448         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
449         if test -n "$$list"; then \
450           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
451           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
452         fi; \
453         for p in $$list; do \
454           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
455           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
456         done | \
457         sed -e 'p;s,.*/,,;n' \
458             -e 'h;s|.*|.|' \
459             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
460         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
461           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
462             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
463               if (++n[d] == $(am__install_max)) { \
464                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
465             else { print "f", d "/" $$4, $$1 } } \
466           END { for (d in files) print "f", d, files[d] }' | \
467         while read type dir files; do \
468              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
469              test -z "$$files" || { \
470                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
471                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
472              } \
473         ; done
474
475 uninstall-binSCRIPTS:
476         @$(NORMAL_UNINSTALL)
477         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
478         files=`for p in $$list; do echo "$$p"; done | \
479                sed -e 's,.*/,,;$(transform)'`; \
480         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
481
482 mostlyclean-compile:
483         -rm -f *.$(OBJEXT)
484
485 distclean-compile:
486         -rm -f *.tab.c
487
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/__oop-read-copy.Po@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cli.Po@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn.Po@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defer.Po@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/duct.Po@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemon.Po@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infile.Po@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recv.Po@am__quote@
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statemc.Po@am__quote@
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmit.Po@am__quote@
499
500 .c.o:
501 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
502 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
503 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
504 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
506
507 .c.obj:
508 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
509 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
510 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
511 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
513 install-man8: $(man_MANS)
514         @$(NORMAL_INSTALL)
515         @list1=''; \
516         list2='$(man_MANS)'; \
517         test -n "$(man8dir)" \
518           && test -n "`echo $$list1$$list2`" \
519           || exit 0; \
520         echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
521         $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
522         { for i in $$list1; do echo "$$i"; done;  \
523         if test -n "$$list2"; then \
524           for i in $$list2; do echo "$$i"; done \
525             | sed -n '/\.8[a-z]*$$/p'; \
526         fi; \
527         } | while read p; do \
528           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
529           echo "$$d$$p"; echo "$$p"; \
530         done | \
531         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
532               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
533         sed 'N;N;s,\n, ,g' | { \
534         list=; while read file base inst; do \
535           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
536             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
537             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
538           fi; \
539         done; \
540         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
541         while read files; do \
542           test -z "$$files" || { \
543             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
544             $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
545         done; }
546
547 uninstall-man8:
548         @$(NORMAL_UNINSTALL)
549         @list=''; test -n "$(man8dir)" || exit 0; \
550         files=`{ for i in $$list; do echo "$$i"; done; \
551         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
552           sed -n '/\.8[a-z]*$$/p'; \
553         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
554               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
555         dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
556
557 ID: $(am__tagged_files)
558         $(am__define_uniq_tagged_files); mkid -fID $$unique
559 tags: tags-am
560 TAGS: tags
561
562 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
563         set x; \
564         here=`pwd`; \
565         $(am__define_uniq_tagged_files); \
566         shift; \
567         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
568           test -n "$$unique" || unique=$$empty_fix; \
569           if test $$# -gt 0; then \
570             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
571               "$$@" $$unique; \
572           else \
573             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
574               $$unique; \
575           fi; \
576         fi
577 ctags: ctags-am
578
579 CTAGS: ctags
580 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
581         $(am__define_uniq_tagged_files); \
582         test -z "$(CTAGS_ARGS)$$unique" \
583           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
584              $$unique
585
586 GTAGS:
587         here=`$(am__cd) $(top_builddir) && pwd` \
588           && $(am__cd) $(top_srcdir) \
589           && gtags -i $(GTAGS_ARGS) "$$here"
590 cscope: cscope.files
591         test ! -s cscope.files \
592           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
593 clean-cscope:
594         -rm -f cscope.files
595 cscope.files: clean-cscope cscopelist
596 cscopelist: cscopelist-am
597
598 cscopelist-am: $(am__tagged_files)
599         list='$(am__tagged_files)'; \
600         case "$(srcdir)" in \
601           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
602           *) sdir=$(subdir)/$(srcdir) ;; \
603         esac; \
604         for i in $$list; do \
605           if test -f "$$i"; then \
606             echo "$(subdir)/$$i"; \
607           else \
608             echo "$$sdir/$$i"; \
609           fi; \
610         done >> $(top_builddir)/cscope.files
611
612 distclean-tags:
613         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
614         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
615
616 distdir: $(DISTFILES)
617         $(am__remove_distdir)
618         test -d "$(distdir)" || mkdir "$(distdir)"
619         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
620         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
621         list='$(DISTFILES)'; \
622           dist_files=`for file in $$list; do echo $$file; done | \
623           sed -e "s|^$$srcdirstrip/||;t" \
624               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
625         case $$dist_files in \
626           */*) $(MKDIR_P) `echo "$$dist_files" | \
627                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
628                            sort -u` ;; \
629         esac; \
630         for file in $$dist_files; do \
631           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
632           if test -d $$d/$$file; then \
633             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
634             if test -d "$(distdir)/$$file"; then \
635               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
636             fi; \
637             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
638               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
639               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
640             fi; \
641             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
642           else \
643             test -f "$(distdir)/$$file" \
644             || cp -p $$d/$$file "$(distdir)/$$file" \
645             || exit 1; \
646           fi; \
647         done
648         -test -n "$(am__skip_mode_fix)" \
649         || find "$(distdir)" -type d ! -perm -755 \
650                 -exec chmod u+rwx,go+rx {} \; -o \
651           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
652           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
653           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
654         || chmod -R a+r "$(distdir)"
655 dist-gzip: distdir
656         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
657         $(am__post_remove_distdir)
658
659 dist-bzip2: distdir
660         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
661         $(am__post_remove_distdir)
662
663 dist-lzip: distdir
664         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
665         $(am__post_remove_distdir)
666
667 dist-xz: distdir
668         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
669         $(am__post_remove_distdir)
670
671 dist-tarZ: distdir
672         @echo WARNING: "Support for shar distribution archives is" \
673                        "deprecated." >&2
674         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
675         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
676         $(am__post_remove_distdir)
677
678 dist-shar: distdir
679         @echo WARNING: "Support for distribution archives compressed with" \
680                        "legacy program 'compress' is deprecated." >&2
681         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
682         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
683         $(am__post_remove_distdir)
684
685 dist-zip: distdir
686         -rm -f $(distdir).zip
687         zip -rq $(distdir).zip $(distdir)
688         $(am__post_remove_distdir)
689
690 dist dist-all:
691         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
692         $(am__post_remove_distdir)
693
694 # This target untars the dist file and tries a VPATH configuration.  Then
695 # it guarantees that the distribution is self-contained by making another
696 # tarfile.
697 distcheck: dist
698         case '$(DIST_ARCHIVES)' in \
699         *.tar.gz*) \
700           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
701         *.tar.bz2*) \
702           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
703         *.tar.lz*) \
704           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
705         *.tar.xz*) \
706           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
707         *.tar.Z*) \
708           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
709         *.shar.gz*) \
710           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
711         *.zip*) \
712           unzip $(distdir).zip ;;\
713         esac
714         chmod -R a-w $(distdir)
715         chmod u+w $(distdir)
716         mkdir $(distdir)/_build $(distdir)/_inst
717         chmod a-w $(distdir)
718         test -d $(distdir)/_build || exit 0; \
719         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
720           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
721           && am__cwd=`pwd` \
722           && $(am__cd) $(distdir)/_build \
723           && ../configure \
724             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
725             $(DISTCHECK_CONFIGURE_FLAGS) \
726             --srcdir=.. --prefix="$$dc_install_base" \
727           && $(MAKE) $(AM_MAKEFLAGS) \
728           && $(MAKE) $(AM_MAKEFLAGS) dvi \
729           && $(MAKE) $(AM_MAKEFLAGS) check \
730           && $(MAKE) $(AM_MAKEFLAGS) install \
731           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
732           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
733           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
734                 distuninstallcheck \
735           && chmod -R a-w "$$dc_install_base" \
736           && ({ \
737                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
738                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
739                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
740                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
741                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
742               } || { rm -rf "$$dc_destdir"; exit 1; }) \
743           && rm -rf "$$dc_destdir" \
744           && $(MAKE) $(AM_MAKEFLAGS) dist \
745           && rm -rf $(DIST_ARCHIVES) \
746           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
747           && cd "$$am__cwd" \
748           || exit 1
749         $(am__post_remove_distdir)
750         @(echo "$(distdir) archives ready for distribution: "; \
751           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
752           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
753 distuninstallcheck:
754         @test -n '$(distuninstallcheck_dir)' || { \
755           echo 'ERROR: trying to run $@ with an empty' \
756                '$$(distuninstallcheck_dir)' >&2; \
757           exit 1; \
758         }; \
759         $(am__cd) '$(distuninstallcheck_dir)' || { \
760           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
761           exit 1; \
762         }; \
763         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
764            || { echo "ERROR: files left after uninstall:" ; \
765                 if test -n "$(DESTDIR)"; then \
766                   echo "  (check DESTDIR support)"; \
767                 fi ; \
768                 $(distuninstallcheck_listfiles) ; \
769                 exit 1; } >&2
770 distcleancheck: distclean
771         @if test '$(srcdir)' = . ; then \
772           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
773           exit 1 ; \
774         fi
775         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
776           || { echo "ERROR: files left in build directory after distclean:" ; \
777                $(distcleancheck_listfiles) ; \
778                exit 1; } >&2
779 check-am: all-am
780 check: check-am
781 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) config.h
782 installdirs:
783         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man8dir)"; do \
784           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
785         done
786 install: install-am
787 install-exec: install-exec-am
788 install-data: install-data-am
789 uninstall: uninstall-am
790
791 install-am: all-am
792         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
793
794 installcheck: installcheck-am
795 install-strip:
796         if test -z '$(STRIP)'; then \
797           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
798             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
799               install; \
800         else \
801           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
802             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
803             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
804         fi
805 mostlyclean-generic:
806
807 clean-generic:
808
809 distclean-generic:
810         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
811         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
812
813 maintainer-clean-generic:
814         @echo "This command is intended for maintainers to use"
815         @echo "it deletes files that may require special tools to rebuild."
816         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
817 clean: clean-am
818
819 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
820
821 distclean: distclean-am
822         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
823         -rm -rf ./$(DEPDIR)
824         -rm -f Makefile
825 distclean-am: clean-am distclean-compile distclean-generic \
826         distclean-hdr distclean-tags
827
828 dvi: dvi-am
829
830 dvi-am:
831
832 html: html-am
833
834 html-am:
835
836 info: info-am
837
838 info-am:
839
840 install-data-am: install-man
841
842 install-dvi: install-dvi-am
843
844 install-dvi-am:
845
846 install-exec-am: install-binPROGRAMS install-binSCRIPTS
847
848 install-html: install-html-am
849
850 install-html-am:
851
852 install-info: install-info-am
853
854 install-info-am:
855
856 install-man: install-man8
857
858 install-pdf: install-pdf-am
859
860 install-pdf-am:
861
862 install-ps: install-ps-am
863
864 install-ps-am:
865
866 installcheck-am:
867
868 maintainer-clean: maintainer-clean-am
869         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
870         -rm -rf $(top_srcdir)/autom4te.cache
871         -rm -rf ./$(DEPDIR)
872         -rm -f Makefile
873 maintainer-clean-am: distclean-am maintainer-clean-generic
874
875 mostlyclean: mostlyclean-am
876
877 mostlyclean-am: mostlyclean-compile mostlyclean-generic
878
879 pdf: pdf-am
880
881 pdf-am:
882
883 ps: ps-am
884
885 ps-am:
886
887 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS uninstall-man
888
889 uninstall-man: uninstall-man8
890
891 .MAKE: all install-am install-strip
892
893 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
894         clean-binPROGRAMS clean-cscope clean-generic cscope \
895         cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
896         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
897         distcheck distclean distclean-compile distclean-generic \
898         distclean-hdr distclean-tags distcleancheck distdir \
899         distuninstallcheck dvi dvi-am html html-am info info-am \
900         install install-am install-binPROGRAMS install-binSCRIPTS \
901         install-data install-data-am install-dvi install-dvi-am \
902         install-exec install-exec-am install-html install-html-am \
903         install-info install-info-am install-man install-man8 \
904         install-pdf install-pdf-am install-ps install-ps-am \
905         install-strip installcheck installcheck-am installdirs \
906         maintainer-clean maintainer-clean-generic mostlyclean \
907         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
908         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
909         uninstall-binSCRIPTS uninstall-man uninstall-man8
910
911
912 autoconf:
913         aclocal-1.4
914         autoheader2.50
915         autoconf2.50
916         automake-1.4
917         perl -i.bak -pe '$$_="" if m/^(?:Makefile|config\.h):/..m/^$$/' \
918                 Makefile.in
919
920 # Tell versions [3.59,3.63) of GNU make to not export all variables.
921 # Otherwise a system limit (for SysV at least) may be exceeded.
922 .NOEXPORT: