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