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