~ubuntu-branches/ubuntu/natty/leafnode/natty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Grimm
  • Date: 2010-06-13 20:41:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100613204110-jn5da77ih13v8oau
Tags: 1.11.8-1
* New upstream release.
   - Fix file descriptor leak in getbody_newno() (closes: #568128).
* Added Danish Debconf translation, kindly provided by
  Joe Hansen <joedalton2@yahoo.dk> (closes: #581055).
* Depend on netbase.  
* Standards version 3.8.4 (no changes).
* Switch to dpkg source 3.0 (quilt) format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
39
40
 
40
41
VPATH = @srcdir@
41
42
pkgdatadir = $(datadir)/@PACKAGE@
 
43
pkgincludedir = $(includedir)/@PACKAGE@
42
44
pkglibdir = $(libdir)/@PACKAGE@
43
 
pkgincludedir = $(includedir)/@PACKAGE@
 
45
pkglibexecdir = $(libexecdir)/@PACKAGE@
44
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45
47
install_sh_DATA = $(install_sh) -c -m 644
46
48
install_sh_PROGRAM = $(install_sh) -c
61
63
        checkpeerlocal$(EXEEXT) validatefqdn$(EXEEXT) \
62
64
        pcre_extract$(EXEEXT) nntputil$(EXEEXT) t.rfctime$(EXEEXT) \
63
65
        grouplist$(EXEEXT)
64
 
TESTS = $(MYTESTS) xsnprintf$(EXEEXT) t.pcre_extract
 
66
TESTS = $(MYTESTS) xsnprintf$(EXEEXT) t.pcre_extract t.validate-xml
65
67
subdir = .
66
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
67
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
68
 
        $(srcdir)/genlsm.sh.in $(srcdir)/leafnode.spec.in \
69
 
        $(srcdir)/subst.in $(top_srcdir)/configure COPYING ChangeLog \
70
 
        INSTALL NEWS TODO depcomp getline.c install-sh missing \
71
 
        mkstemp.c strdup.c strlcpy.c timegm.c
 
68
DIST_COMMON = README $(am__configure_deps) $(dist_check_SCRIPTS) \
 
69
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
70
        $(srcdir)/config.h.in $(srcdir)/genlsm.sh.in \
 
71
        $(srcdir)/leafnode.spec.in $(srcdir)/subst.in \
 
72
        $(top_srcdir)/configure COPYING ChangeLog INSTALL NEWS TODO \
 
73
        depcomp getline.c install-sh missing mkstemp.c strdup.c \
 
74
        strlcpy.c timegm.c
72
75
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
73
76
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
74
77
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
78
81
mkinstalldirs = $(install_sh) -d
79
82
CONFIG_HEADER = config.h
80
83
CONFIG_CLEAN_FILES = subst leafnode.spec genlsm.sh
 
84
CONFIG_CLEAN_VPATH_FILES =
81
85
LIBRARIES = $(noinst_LIBRARIES)
82
86
ARFLAGS = cru
83
87
liblnutil_a_AR = $(AR) $(ARFLAGS)
99
103
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
100
104
        "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)" \
101
105
        "$(DESTDIR)$(sysconfdir)"
102
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
103
 
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
104
106
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)
105
107
amiroot_SOURCES = amiroot.c
106
108
amiroot_OBJECTS = amiroot.$(OBJEXT)
193
195
DEFAULT_INCLUDES = -I.@am__isrc@
194
196
depcomp = $(SHELL) $(top_srcdir)/depcomp
195
197
am__depfiles_maybe = depfiles
 
198
am__mv = mv -f
196
199
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
197
200
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
198
201
CCLD = $(CC)
216
219
        install-pdf-recursive install-ps-recursive install-recursive \
217
220
        installcheck-recursive installdirs-recursive pdf-recursive \
218
221
        ps-recursive uninstall-recursive
219
 
man1dir = $(mandir)/man1
220
 
man8dir = $(mandir)/man8
221
 
NROFF = nroff
222
 
MANS = $(man_MANS)
223
222
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
224
223
am__vpath_adj = case $$p in \
225
224
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
226
225
    *) f=$$p;; \
227
226
  esac;
228
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
229
 
sysconfDATA_INSTALL = $(INSTALL_DATA)
 
227
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
228
am__install_max = 40
 
229
am__nobase_strip_setup = \
 
230
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
231
am__nobase_strip = \
 
232
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
233
am__nobase_list = $(am__nobase_strip_setup); \
 
234
  for p in $$list; do echo "$$p $$p"; done | \
 
235
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
236
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
237
    if (++n[$$2] == $(am__install_max)) \
 
238
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
239
    END { for (dir in files) print dir, files[dir] }'
 
240
am__base_list = \
 
241
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
242
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
243
man1dir = $(mandir)/man1
 
244
man8dir = $(mandir)/man8
 
245
NROFF = nroff
 
246
MANS = $(man_MANS)
230
247
DATA = $(noinst_DATA) $(sysconf_DATA)
231
248
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
232
249
  distclean-recursive maintainer-clean-recursive
 
250
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
251
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
252
        distdir dist dist-all distcheck
233
253
ETAGS = etags
234
254
CTAGS = ctags
 
255
am__tty_colors = \
 
256
red=; grn=; lgn=; blu=; std=
235
257
DIST_SUBDIRS = $(SUBDIRS)
236
258
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
237
259
distdir = $(PACKAGE)-$(VERSION)
238
260
top_distdir = $(distdir)
239
261
am__remove_distdir = \
240
 
  { test ! -d $(distdir) \
241
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
242
 
         && rm -fr $(distdir); }; }
 
262
  { test ! -d "$(distdir)" \
 
263
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
264
         && rm -fr "$(distdir)"; }; }
 
265
am__relativize = \
 
266
  dir0=`pwd`; \
 
267
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
268
  sed_rest='s,^[^/]*/*,,'; \
 
269
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
270
  sed_butlast='s,/*[^/]*$$,,'; \
 
271
  while test -n "$$dir1"; do \
 
272
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
273
    if test "$$first" != "."; then \
 
274
      if test "$$first" = ".."; then \
 
275
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
276
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
277
      else \
 
278
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
279
        if test "$$first2" = "$$first"; then \
 
280
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
281
        else \
 
282
          dir2="../$$dir2"; \
 
283
        fi; \
 
284
        dir0="$$dir0"/"$$first"; \
 
285
      fi; \
 
286
    fi; \
 
287
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
288
  done; \
 
289
  reldir="$$dir2"
243
290
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
244
291
GZIP_ENV = --best
245
292
distuninstallcheck_listfiles = find . -type f -print
279
326
LIBS = @LIBS@
280
327
LOCKFILE = @LOCKFILE@
281
328
LTLIBOBJS = @LTLIBOBJS@
282
 
MAINT = @MAINT@
283
329
MAKEINFO = @MAKEINFO@
284
330
MKDIR_P = @MKDIR_P@
285
331
NEWS_GROUP = @NEWS_GROUP@
377
423
        ChangeLog ChangeLog.old sanitize.sed \
378
424
        README-MAINTAINER update.sh COPYING.LGPL COPYING.GPL \
379
425
        getline.c mkstemp.c strdup.c strlcpy.c strlcpy.h \
380
 
        .indent.pro README.FIRST config.h.in cindent README-FQDN.pod \
 
426
        .indent.pro config.h.in cindent README-FQDN.pod \
381
427
        $(mydocs) $(MANPAGES_IN) makesubst subst.in \
382
428
        FAQ.xml timegm.c \
383
429
        run.tcpserver.dist.in run.tcpd.dist.in setup-daemontools.sh.in \
418
464
        mysigact.h mysigact.c log_unlink.c wantassert.h snprintf.c
419
465
 
420
466
nodist_liblnutil_a_SOURCES = config.c
 
467
dist_check_SCRIPTS = t.validate-xml
421
468
checkpeerlocal_SOURCES = checkpeerlocal.c
422
469
t_rfctime_SOURCES = t.rfctime.c
423
470
checkpeerlocal_CFLAGS = -DTEST -DTEST_LOCAL $(AM_CFLAGS) $(CFLAGS)
428
475
MYTESTS = \
429
476
t.gal2 t.gal3 t.gal4 t.gal6
430
477
 
 
478
TESTS_ENVIRONMENT = srcdir=$(srcdir) SHELL="$(SHELL)"
431
479
CLEANFILES = $(MYTESTS) xsnprintf $(man_MANS) FAQ.aux FAQ.tex FAQ.out FAQ.log \
432
480
           README-FQDN.aux README-FQDN.log README-FQDN.ind README-FQDN.idx \
433
481
           README-FQDN.toc README-FQDN.pdf README-FQDN.idxs README-FQDN.tex
439
487
.SUFFIXES: .c .o .obj
440
488
am--refresh:
441
489
        @:
442
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
490
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
443
491
        @for dep in $?; do \
444
492
          case '$(am__configure_deps)' in \
445
493
            *$$dep*) \
446
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
447
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
494
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
495
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
448
496
                && exit 0; \
449
497
              exit 1;; \
450
498
          esac; \
451
499
        done; \
452
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
453
 
        cd $(top_srcdir) && \
454
 
          $(AUTOMAKE) --foreign  Makefile
 
500
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
501
        $(am__cd) $(top_srcdir) && \
 
502
          $(AUTOMAKE) --foreign Makefile
455
503
.PRECIOUS: Makefile
456
504
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
457
505
        @case '$?' in \
466
514
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
467
515
        $(SHELL) ./config.status --recheck
468
516
 
469
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
470
 
        cd $(srcdir) && $(AUTOCONF)
471
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
472
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
517
$(top_srcdir)/configure:  $(am__configure_deps)
 
518
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
519
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
520
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
521
$(am__aclocal_m4_deps):
473
522
 
474
523
config.h: stamp-h1
475
524
        @if test ! -f $@; then \
480
529
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
481
530
        @rm -f stamp-h1
482
531
        cd $(top_builddir) && $(SHELL) ./config.status config.h
483
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
484
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
532
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
533
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
485
534
        rm -f stamp-h1
486
535
        touch $@
487
536
 
503
552
install-binPROGRAMS: $(bin_PROGRAMS)
504
553
        @$(NORMAL_INSTALL)
505
554
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
506
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
507
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
508
 
          if test -f $$p \
509
 
          ; then \
510
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
511
 
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
512
 
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
513
 
          else :; fi; \
514
 
        done
 
555
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
556
        for p in $$list; do echo "$$p $$p"; done | \
 
557
        sed 's/$(EXEEXT)$$//' | \
 
558
        while read p p1; do if test -f $$p; \
 
559
          then echo "$$p"; echo "$$p"; else :; fi; \
 
560
        done | \
 
561
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
562
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
563
        sed 'N;N;N;s,\n, ,g' | \
 
564
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
565
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
566
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
567
            else { print "f", $$3 "/" $$4, $$1; } } \
 
568
          END { for (d in files) print "f", d, files[d] }' | \
 
569
        while read type dir files; do \
 
570
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
571
            test -z "$$files" || { \
 
572
              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
573
              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
574
            } \
 
575
        ; done
515
576
 
516
577
uninstall-binPROGRAMS:
517
578
        @$(NORMAL_UNINSTALL)
518
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
519
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
520
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
521
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
522
 
        done
 
579
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
580
        files=`for p in $$list; do echo "$$p"; done | \
 
581
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
582
              -e 's/$$/$(EXEEXT)/' `; \
 
583
        test -n "$$list" || exit 0; \
 
584
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
585
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
523
586
 
524
587
clean-binPROGRAMS:
525
588
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
532
595
install-sbinPROGRAMS: $(sbin_PROGRAMS)
533
596
        @$(NORMAL_INSTALL)
534
597
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
535
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
536
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
537
 
          if test -f $$p \
538
 
          ; then \
539
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
540
 
           echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
541
 
           $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
542
 
          else :; fi; \
543
 
        done
 
598
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
599
        for p in $$list; do echo "$$p $$p"; done | \
 
600
        sed 's/$(EXEEXT)$$//' | \
 
601
        while read p p1; do if test -f $$p; \
 
602
          then echo "$$p"; echo "$$p"; else :; fi; \
 
603
        done | \
 
604
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
605
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
606
        sed 'N;N;N;s,\n, ,g' | \
 
607
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
608
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
609
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
610
            else { print "f", $$3 "/" $$4, $$1; } } \
 
611
          END { for (d in files) print "f", d, files[d] }' | \
 
612
        while read type dir files; do \
 
613
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
614
            test -z "$$files" || { \
 
615
              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
 
616
              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
 
617
            } \
 
618
        ; done
544
619
 
545
620
uninstall-sbinPROGRAMS:
546
621
        @$(NORMAL_UNINSTALL)
547
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
548
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
549
 
          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
550
 
          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
551
 
        done
 
622
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
623
        files=`for p in $$list; do echo "$$p"; done | \
 
624
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
625
              -e 's/$$/$(EXEEXT)/' `; \
 
626
        test -n "$$list" || exit 0; \
 
627
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
 
628
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
552
629
 
553
630
clean-sbinPROGRAMS:
554
631
        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
674
751
 
675
752
.c.o:
676
753
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
677
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
754
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
678
755
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
679
756
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
680
757
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
681
758
 
682
759
.c.obj:
683
760
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
684
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
761
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
685
762
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
686
763
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
687
764
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
688
765
 
689
766
checkpeerlocal-checkpeerlocal.o: checkpeerlocal.c
690
767
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(checkpeerlocal_CFLAGS) $(CFLAGS) -MT checkpeerlocal-checkpeerlocal.o -MD -MP -MF $(DEPDIR)/checkpeerlocal-checkpeerlocal.Tpo -c -o checkpeerlocal-checkpeerlocal.o `test -f 'checkpeerlocal.c' || echo '$(srcdir)/'`checkpeerlocal.c
691
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/checkpeerlocal-checkpeerlocal.Tpo $(DEPDIR)/checkpeerlocal-checkpeerlocal.Po
 
768
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/checkpeerlocal-checkpeerlocal.Tpo $(DEPDIR)/checkpeerlocal-checkpeerlocal.Po
692
769
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='checkpeerlocal.c' object='checkpeerlocal-checkpeerlocal.o' libtool=no @AMDEPBACKSLASH@
693
770
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
694
771
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(checkpeerlocal_CFLAGS) $(CFLAGS) -c -o checkpeerlocal-checkpeerlocal.o `test -f 'checkpeerlocal.c' || echo '$(srcdir)/'`checkpeerlocal.c
695
772
 
696
773
checkpeerlocal-checkpeerlocal.obj: checkpeerlocal.c
697
774
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(checkpeerlocal_CFLAGS) $(CFLAGS) -MT checkpeerlocal-checkpeerlocal.obj -MD -MP -MF $(DEPDIR)/checkpeerlocal-checkpeerlocal.Tpo -c -o checkpeerlocal-checkpeerlocal.obj `if test -f 'checkpeerlocal.c'; then $(CYGPATH_W) 'checkpeerlocal.c'; else $(CYGPATH_W) '$(srcdir)/checkpeerlocal.c'; fi`
698
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/checkpeerlocal-checkpeerlocal.Tpo $(DEPDIR)/checkpeerlocal-checkpeerlocal.Po
 
775
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/checkpeerlocal-checkpeerlocal.Tpo $(DEPDIR)/checkpeerlocal-checkpeerlocal.Po
699
776
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='checkpeerlocal.c' object='checkpeerlocal-checkpeerlocal.obj' libtool=no @AMDEPBACKSLASH@
700
777
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
701
778
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(checkpeerlocal_CFLAGS) $(CFLAGS) -c -o checkpeerlocal-checkpeerlocal.obj `if test -f 'checkpeerlocal.c'; then $(CYGPATH_W) 'checkpeerlocal.c'; else $(CYGPATH_W) '$(srcdir)/checkpeerlocal.c'; fi`
702
779
 
703
780
grouplist-grouplist.o: grouplist.c
704
781
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(grouplist_CFLAGS) $(CFLAGS) -MT grouplist-grouplist.o -MD -MP -MF $(DEPDIR)/grouplist-grouplist.Tpo -c -o grouplist-grouplist.o `test -f 'grouplist.c' || echo '$(srcdir)/'`grouplist.c
705
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/grouplist-grouplist.Tpo $(DEPDIR)/grouplist-grouplist.Po
 
782
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/grouplist-grouplist.Tpo $(DEPDIR)/grouplist-grouplist.Po
706
783
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='grouplist.c' object='grouplist-grouplist.o' libtool=no @AMDEPBACKSLASH@
707
784
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
708
785
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(grouplist_CFLAGS) $(CFLAGS) -c -o grouplist-grouplist.o `test -f 'grouplist.c' || echo '$(srcdir)/'`grouplist.c
709
786
 
710
787
grouplist-grouplist.obj: grouplist.c
711
788
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(grouplist_CFLAGS) $(CFLAGS) -MT grouplist-grouplist.obj -MD -MP -MF $(DEPDIR)/grouplist-grouplist.Tpo -c -o grouplist-grouplist.obj `if test -f 'grouplist.c'; then $(CYGPATH_W) 'grouplist.c'; else $(CYGPATH_W) '$(srcdir)/grouplist.c'; fi`
712
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/grouplist-grouplist.Tpo $(DEPDIR)/grouplist-grouplist.Po
 
789
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/grouplist-grouplist.Tpo $(DEPDIR)/grouplist-grouplist.Po
713
790
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='grouplist.c' object='grouplist-grouplist.obj' libtool=no @AMDEPBACKSLASH@
714
791
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
715
792
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(grouplist_CFLAGS) $(CFLAGS) -c -o grouplist-grouplist.obj `if test -f 'grouplist.c'; then $(CYGPATH_W) 'grouplist.c'; else $(CYGPATH_W) '$(srcdir)/grouplist.c'; fi`
716
793
 
717
794
nntputil-nntputil.o: nntputil.c
718
795
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nntputil_CFLAGS) $(CFLAGS) -MT nntputil-nntputil.o -MD -MP -MF $(DEPDIR)/nntputil-nntputil.Tpo -c -o nntputil-nntputil.o `test -f 'nntputil.c' || echo '$(srcdir)/'`nntputil.c
719
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/nntputil-nntputil.Tpo $(DEPDIR)/nntputil-nntputil.Po
 
796
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/nntputil-nntputil.Tpo $(DEPDIR)/nntputil-nntputil.Po
720
797
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='nntputil.c' object='nntputil-nntputil.o' libtool=no @AMDEPBACKSLASH@
721
798
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
722
799
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nntputil_CFLAGS) $(CFLAGS) -c -o nntputil-nntputil.o `test -f 'nntputil.c' || echo '$(srcdir)/'`nntputil.c
723
800
 
724
801
nntputil-nntputil.obj: nntputil.c
725
802
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nntputil_CFLAGS) $(CFLAGS) -MT nntputil-nntputil.obj -MD -MP -MF $(DEPDIR)/nntputil-nntputil.Tpo -c -o nntputil-nntputil.obj `if test -f 'nntputil.c'; then $(CYGPATH_W) 'nntputil.c'; else $(CYGPATH_W) '$(srcdir)/nntputil.c'; fi`
726
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/nntputil-nntputil.Tpo $(DEPDIR)/nntputil-nntputil.Po
 
803
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/nntputil-nntputil.Tpo $(DEPDIR)/nntputil-nntputil.Po
727
804
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='nntputil.c' object='nntputil-nntputil.obj' libtool=no @AMDEPBACKSLASH@
728
805
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
729
806
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nntputil_CFLAGS) $(CFLAGS) -c -o nntputil-nntputil.obj `if test -f 'nntputil.c'; then $(CYGPATH_W) 'nntputil.c'; else $(CYGPATH_W) '$(srcdir)/nntputil.c'; fi`
730
807
 
731
808
pcre_extract-pcre_extract.o: pcre_extract.c
732
809
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_extract_CFLAGS) $(CFLAGS) -MT pcre_extract-pcre_extract.o -MD -MP -MF $(DEPDIR)/pcre_extract-pcre_extract.Tpo -c -o pcre_extract-pcre_extract.o `test -f 'pcre_extract.c' || echo '$(srcdir)/'`pcre_extract.c
733
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/pcre_extract-pcre_extract.Tpo $(DEPDIR)/pcre_extract-pcre_extract.Po
 
810
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/pcre_extract-pcre_extract.Tpo $(DEPDIR)/pcre_extract-pcre_extract.Po
734
811
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pcre_extract.c' object='pcre_extract-pcre_extract.o' libtool=no @AMDEPBACKSLASH@
735
812
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
736
813
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_extract_CFLAGS) $(CFLAGS) -c -o pcre_extract-pcre_extract.o `test -f 'pcre_extract.c' || echo '$(srcdir)/'`pcre_extract.c
737
814
 
738
815
pcre_extract-pcre_extract.obj: pcre_extract.c
739
816
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_extract_CFLAGS) $(CFLAGS) -MT pcre_extract-pcre_extract.obj -MD -MP -MF $(DEPDIR)/pcre_extract-pcre_extract.Tpo -c -o pcre_extract-pcre_extract.obj `if test -f 'pcre_extract.c'; then $(CYGPATH_W) 'pcre_extract.c'; else $(CYGPATH_W) '$(srcdir)/pcre_extract.c'; fi`
740
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/pcre_extract-pcre_extract.Tpo $(DEPDIR)/pcre_extract-pcre_extract.Po
 
817
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/pcre_extract-pcre_extract.Tpo $(DEPDIR)/pcre_extract-pcre_extract.Po
741
818
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pcre_extract.c' object='pcre_extract-pcre_extract.obj' libtool=no @AMDEPBACKSLASH@
742
819
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
743
820
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pcre_extract_CFLAGS) $(CFLAGS) -c -o pcre_extract-pcre_extract.obj `if test -f 'pcre_extract.c'; then $(CYGPATH_W) 'pcre_extract.c'; else $(CYGPATH_W) '$(srcdir)/pcre_extract.c'; fi`
744
821
 
745
822
validatefqdn-validatefqdn.o: validatefqdn.c
746
823
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(validatefqdn_CFLAGS) $(CFLAGS) -MT validatefqdn-validatefqdn.o -MD -MP -MF $(DEPDIR)/validatefqdn-validatefqdn.Tpo -c -o validatefqdn-validatefqdn.o `test -f 'validatefqdn.c' || echo '$(srcdir)/'`validatefqdn.c
747
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/validatefqdn-validatefqdn.Tpo $(DEPDIR)/validatefqdn-validatefqdn.Po
 
824
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/validatefqdn-validatefqdn.Tpo $(DEPDIR)/validatefqdn-validatefqdn.Po
748
825
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='validatefqdn.c' object='validatefqdn-validatefqdn.o' libtool=no @AMDEPBACKSLASH@
749
826
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
750
827
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(validatefqdn_CFLAGS) $(CFLAGS) -c -o validatefqdn-validatefqdn.o `test -f 'validatefqdn.c' || echo '$(srcdir)/'`validatefqdn.c
751
828
 
752
829
validatefqdn-validatefqdn.obj: validatefqdn.c
753
830
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(validatefqdn_CFLAGS) $(CFLAGS) -MT validatefqdn-validatefqdn.obj -MD -MP -MF $(DEPDIR)/validatefqdn-validatefqdn.Tpo -c -o validatefqdn-validatefqdn.obj `if test -f 'validatefqdn.c'; then $(CYGPATH_W) 'validatefqdn.c'; else $(CYGPATH_W) '$(srcdir)/validatefqdn.c'; fi`
754
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/validatefqdn-validatefqdn.Tpo $(DEPDIR)/validatefqdn-validatefqdn.Po
 
831
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/validatefqdn-validatefqdn.Tpo $(DEPDIR)/validatefqdn-validatefqdn.Po
755
832
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='validatefqdn.c' object='validatefqdn-validatefqdn.obj' libtool=no @AMDEPBACKSLASH@
756
833
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
757
834
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(validatefqdn_CFLAGS) $(CFLAGS) -c -o validatefqdn-validatefqdn.obj `if test -f 'validatefqdn.c'; then $(CYGPATH_W) 'validatefqdn.c'; else $(CYGPATH_W) '$(srcdir)/validatefqdn.c'; fi`
758
 
install-man1: $(man1_MANS) $(man_MANS)
 
835
install-man1: $(man_MANS)
759
836
        @$(NORMAL_INSTALL)
760
837
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
761
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
762
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
763
 
        for i in $$l2; do \
764
 
          case "$$i" in \
765
 
            *.1*) list="$$list $$i" ;; \
766
 
          esac; \
 
838
        @list=''; test -n "$(man1dir)" || exit 0; \
 
839
        { for i in $$list; do echo "$$i"; done; \
 
840
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
841
          sed -n '/\.1[a-z]*$$/p'; \
 
842
        } | while read p; do \
 
843
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
844
          echo "$$d$$p"; echo "$$p"; \
 
845
        done | \
 
846
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
847
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
848
        sed 'N;N;s,\n, ,g' | { \
 
849
        list=; while read file base inst; do \
 
850
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
851
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
852
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
 
853
          fi; \
767
854
        done; \
768
 
        for i in $$list; do \
769
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
770
 
          else file=$$i; fi; \
771
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
772
 
          case "$$ext" in \
773
 
            1*) ;; \
774
 
            *) ext='1' ;; \
775
 
          esac; \
776
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
777
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
778
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
779
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
780
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
781
 
        done
 
855
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
856
        while read files; do \
 
857
          test -z "$$files" || { \
 
858
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
 
859
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
 
860
        done; }
 
861
 
782
862
uninstall-man1:
783
863
        @$(NORMAL_UNINSTALL)
784
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
785
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
786
 
        for i in $$l2; do \
787
 
          case "$$i" in \
788
 
            *.1*) list="$$list $$i" ;; \
789
 
          esac; \
790
 
        done; \
791
 
        for i in $$list; do \
792
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
793
 
          case "$$ext" in \
794
 
            1*) ;; \
795
 
            *) ext='1' ;; \
796
 
          esac; \
797
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
798
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
799
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
800
 
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
801
 
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
802
 
        done
803
 
install-man8: $(man8_MANS) $(man_MANS)
 
864
        @list=''; test -n "$(man1dir)" || exit 0; \
 
865
        files=`{ for i in $$list; do echo "$$i"; done; \
 
866
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
867
          sed -n '/\.1[a-z]*$$/p'; \
 
868
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
869
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
870
        test -z "$$files" || { \
 
871
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
 
872
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
 
873
install-man8: $(man_MANS)
804
874
        @$(NORMAL_INSTALL)
805
875
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
806
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
807
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
808
 
        for i in $$l2; do \
809
 
          case "$$i" in \
810
 
            *.8*) list="$$list $$i" ;; \
811
 
          esac; \
 
876
        @list=''; test -n "$(man8dir)" || exit 0; \
 
877
        { for i in $$list; do echo "$$i"; done; \
 
878
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
879
          sed -n '/\.8[a-z]*$$/p'; \
 
880
        } | while read p; do \
 
881
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
882
          echo "$$d$$p"; echo "$$p"; \
 
883
        done | \
 
884
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
885
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
886
        sed 'N;N;s,\n, ,g' | { \
 
887
        list=; while read file base inst; do \
 
888
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
889
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
890
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
 
891
          fi; \
812
892
        done; \
813
 
        for i in $$list; do \
814
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
815
 
          else file=$$i; fi; \
816
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
817
 
          case "$$ext" in \
818
 
            8*) ;; \
819
 
            *) ext='8' ;; \
820
 
          esac; \
821
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
822
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
823
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
824
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
825
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
826
 
        done
 
893
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
894
        while read files; do \
 
895
          test -z "$$files" || { \
 
896
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
 
897
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
 
898
        done; }
 
899
 
827
900
uninstall-man8:
828
901
        @$(NORMAL_UNINSTALL)
829
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
830
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
831
 
        for i in $$l2; do \
832
 
          case "$$i" in \
833
 
            *.8*) list="$$list $$i" ;; \
834
 
          esac; \
835
 
        done; \
836
 
        for i in $$list; do \
837
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
838
 
          case "$$ext" in \
839
 
            8*) ;; \
840
 
            *) ext='8' ;; \
841
 
          esac; \
842
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
843
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
844
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
845
 
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
846
 
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
847
 
        done
 
902
        @list=''; test -n "$(man8dir)" || exit 0; \
 
903
        files=`{ for i in $$list; do echo "$$i"; done; \
 
904
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
905
          sed -n '/\.8[a-z]*$$/p'; \
 
906
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
907
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
908
        test -z "$$files" || { \
 
909
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
 
910
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
848
911
install-sysconfDATA: $(sysconf_DATA)
849
912
        @$(NORMAL_INSTALL)
850
913
        test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
851
 
        @list='$(sysconf_DATA)'; for p in $$list; do \
 
914
        @list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
 
915
        for p in $$list; do \
852
916
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
853
 
          f=$(am__strip_dir) \
854
 
          echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
855
 
          $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
 
917
          echo "$$d$$p"; \
 
918
        done | $(am__base_list) | \
 
919
        while read files; do \
 
920
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
 
921
          $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
856
922
        done
857
923
 
858
924
uninstall-sysconfDATA:
859
925
        @$(NORMAL_UNINSTALL)
860
 
        @list='$(sysconf_DATA)'; for p in $$list; do \
861
 
          f=$(am__strip_dir) \
862
 
          echo " rm -f '$(DESTDIR)$(sysconfdir)/$$f'"; \
863
 
          rm -f "$(DESTDIR)$(sysconfdir)/$$f"; \
864
 
        done
 
926
        @list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
 
927
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
928
        test -n "$$files" || exit 0; \
 
929
        echo " ( cd '$(DESTDIR)$(sysconfdir)' && rm -f" $$files ")"; \
 
930
        cd "$(DESTDIR)$(sysconfdir)" && rm -f $$files
865
931
 
866
932
# This directory's subdirectories are mostly independent; you can cd
867
933
# into them and run `make' without going through this Makefile.
887
953
          else \
888
954
            local_target="$$target"; \
889
955
          fi; \
890
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
956
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
891
957
          || eval $$failcom; \
892
958
        done; \
893
959
        if test "$$dot_seen" = "no"; then \
921
987
          else \
922
988
            local_target="$$target"; \
923
989
          fi; \
924
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
990
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
925
991
          || eval $$failcom; \
926
992
        done && test -z "$$fail"
927
993
tags-recursive:
928
994
        list='$(SUBDIRS)'; for subdir in $$list; do \
929
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
995
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
930
996
        done
931
997
ctags-recursive:
932
998
        list='$(SUBDIRS)'; for subdir in $$list; do \
933
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
999
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
934
1000
        done
935
1001
 
936
1002
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
938
1004
        unique=`for i in $$list; do \
939
1005
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
940
1006
          done | \
941
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
1007
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
942
1008
              END { if (nonempty) { for (i in files) print i; }; }'`; \
943
1009
        mkid -fID $$unique
944
1010
tags: TAGS
945
1011
 
946
1012
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
947
1013
                $(TAGS_FILES) $(LISP)
948
 
        tags=; \
 
1014
        set x; \
949
1015
        here=`pwd`; \
950
1016
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
951
1017
          include_option=--etags-include; \
957
1023
        list='$(SUBDIRS)'; for subdir in $$list; do \
958
1024
          if test "$$subdir" = .; then :; else \
959
1025
            test ! -f $$subdir/TAGS || \
960
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
1026
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
961
1027
          fi; \
962
1028
        done; \
963
1029
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
966
1032
          done | \
967
1033
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
968
1034
              END { if (nonempty) { for (i in files) print i; }; }'`; \
969
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
1035
        shift; \
 
1036
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
970
1037
          test -n "$$unique" || unique=$$empty_fix; \
971
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
972
 
            $$tags $$unique; \
 
1038
          if test $$# -gt 0; then \
 
1039
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1040
              "$$@" $$unique; \
 
1041
          else \
 
1042
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1043
              $$unique; \
 
1044
          fi; \
973
1045
        fi
974
1046
ctags: CTAGS
975
1047
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
976
1048
                $(TAGS_FILES) $(LISP)
977
 
        tags=; \
978
1049
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
979
1050
        unique=`for i in $$list; do \
980
1051
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
981
1052
          done | \
982
1053
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
983
1054
              END { if (nonempty) { for (i in files) print i; }; }'`; \
984
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
1055
        test -z "$(CTAGS_ARGS)$$unique" \
985
1056
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
986
 
             $$tags $$unique
 
1057
             $$unique
987
1058
 
988
1059
GTAGS:
989
1060
        here=`$(am__cd) $(top_builddir) && pwd` \
990
 
          && cd $(top_srcdir) \
991
 
          && gtags -i $(GTAGS_ARGS) $$here
 
1061
          && $(am__cd) $(top_srcdir) \
 
1062
          && gtags -i $(GTAGS_ARGS) "$$here"
992
1063
 
993
1064
distclean-tags:
994
1065
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
995
1066
 
996
1067
check-TESTS: $(TESTS)
997
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
1068
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
998
1069
        srcdir=$(srcdir); export srcdir; \
999
1070
        list=' $(TESTS) '; \
 
1071
        $(am__tty_colors); \
1000
1072
        if test -n "$$list"; then \
1001
1073
          for tst in $$list; do \
1002
1074
            if test -f ./$$tst; then dir=./; \
1005
1077
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1006
1078
              all=`expr $$all + 1`; \
1007
1079
              case " $(XFAIL_TESTS) " in \
1008
 
              *$$ws$$tst$$ws*) \
 
1080
              *[\ \     ]$$tst[\ \      ]*) \
1009
1081
                xpass=`expr $$xpass + 1`; \
1010
1082
                failed=`expr $$failed + 1`; \
1011
 
                echo "XPASS: $$tst"; \
 
1083
                col=$$red; res=XPASS; \
1012
1084
              ;; \
1013
1085
              *) \
1014
 
                echo "PASS: $$tst"; \
 
1086
                col=$$grn; res=PASS; \
1015
1087
              ;; \
1016
1088
              esac; \
1017
1089
            elif test $$? -ne 77; then \
1018
1090
              all=`expr $$all + 1`; \
1019
1091
              case " $(XFAIL_TESTS) " in \
1020
 
              *$$ws$$tst$$ws*) \
 
1092
              *[\ \     ]$$tst[\ \      ]*) \
1021
1093
                xfail=`expr $$xfail + 1`; \
1022
 
                echo "XFAIL: $$tst"; \
 
1094
                col=$$lgn; res=XFAIL; \
1023
1095
              ;; \
1024
1096
              *) \
1025
1097
                failed=`expr $$failed + 1`; \
1026
 
                echo "FAIL: $$tst"; \
 
1098
                col=$$red; res=FAIL; \
1027
1099
              ;; \
1028
1100
              esac; \
1029
1101
            else \
1030
1102
              skip=`expr $$skip + 1`; \
1031
 
              echo "SKIP: $$tst"; \
 
1103
              col=$$blu; res=SKIP; \
1032
1104
            fi; \
 
1105
            echo "$${col}$$res$${std}: $$tst"; \
1033
1106
          done; \
 
1107
          if test "$$all" -eq 1; then \
 
1108
            tests="test"; \
 
1109
            All=""; \
 
1110
          else \
 
1111
            tests="tests"; \
 
1112
            All="All "; \
 
1113
          fi; \
1034
1114
          if test "$$failed" -eq 0; then \
1035
1115
            if test "$$xfail" -eq 0; then \
1036
 
              banner="All $$all tests passed"; \
 
1116
              banner="$$All$$all $$tests passed"; \
1037
1117
            else \
1038
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
1118
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
1119
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1039
1120
            fi; \
1040
1121
          else \
1041
1122
            if test "$$xpass" -eq 0; then \
1042
 
              banner="$$failed of $$all tests failed"; \
 
1123
              banner="$$failed of $$all $$tests failed"; \
1043
1124
            else \
1044
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
1125
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
1126
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1045
1127
            fi; \
1046
1128
          fi; \
1047
1129
          dashes="$$banner"; \
1048
1130
          skipped=""; \
1049
1131
          if test "$$skip" -ne 0; then \
1050
 
            skipped="($$skip tests were not run)"; \
 
1132
            if test "$$skip" -eq 1; then \
 
1133
              skipped="($$skip test was not run)"; \
 
1134
            else \
 
1135
              skipped="($$skip tests were not run)"; \
 
1136
            fi; \
1051
1137
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1052
1138
              dashes="$$skipped"; \
1053
1139
          fi; \
1058
1144
              dashes="$$report"; \
1059
1145
          fi; \
1060
1146
          dashes=`echo "$$dashes" | sed s/./=/g`; \
1061
 
          echo "$$dashes"; \
 
1147
          if test "$$failed" -eq 0; then \
 
1148
            echo "$$grn$$dashes"; \
 
1149
          else \
 
1150
            echo "$$red$$dashes"; \
 
1151
          fi; \
1062
1152
          echo "$$banner"; \
1063
1153
          test -z "$$skipped" || echo "$$skipped"; \
1064
1154
          test -z "$$report" || echo "$$report"; \
1065
 
          echo "$$dashes"; \
 
1155
          echo "$$dashes$$std"; \
1066
1156
          test "$$failed" -eq 0; \
1067
1157
        else :; fi
1068
1158
 
1069
1159
distdir: $(DISTFILES)
 
1160
        @list='$(MANS)'; if test -n "$$list"; then \
 
1161
          list=`for p in $$list; do \
 
1162
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
1163
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
1164
          if test -n "$$list" && \
 
1165
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
1166
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
1167
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
1168
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
1169
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
1170
            exit 1; \
 
1171
          else :; fi; \
 
1172
        else :; fi
1070
1173
        $(am__remove_distdir)
1071
 
        test -d $(distdir) || mkdir $(distdir)
 
1174
        test -d "$(distdir)" || mkdir "$(distdir)"
1072
1175
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1073
1176
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1074
1177
        list='$(DISTFILES)'; \
1084
1187
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1085
1188
          if test -d $$d/$$file; then \
1086
1189
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1190
            if test -d "$(distdir)/$$file"; then \
 
1191
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1192
            fi; \
1087
1193
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1088
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1194
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1195
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1089
1196
            fi; \
1090
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1197
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1091
1198
          else \
1092
 
            test -f $(distdir)/$$file \
1093
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
1199
            test -f "$(distdir)/$$file" \
 
1200
            || cp -p $$d/$$file "$(distdir)/$$file" \
1094
1201
            || exit 1; \
1095
1202
          fi; \
1096
1203
        done
1097
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1204
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1098
1205
          if test "$$subdir" = .; then :; else \
1099
1206
            test -d "$(distdir)/$$subdir" \
1100
1207
            || $(MKDIR_P) "$(distdir)/$$subdir" \
1101
1208
            || exit 1; \
1102
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
1103
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1104
 
            (cd $$subdir && \
 
1209
          fi; \
 
1210
        done
 
1211
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1212
          if test "$$subdir" = .; then :; else \
 
1213
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
1214
            $(am__relativize); \
 
1215
            new_distdir=$$reldir; \
 
1216
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
1217
            $(am__relativize); \
 
1218
            new_top_distdir=$$reldir; \
 
1219
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
1220
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
1221
            ($(am__cd) $$subdir && \
1105
1222
              $(MAKE) $(AM_MAKEFLAGS) \
1106
 
                top_distdir="$$top_distdir" \
1107
 
                distdir="$$distdir/$$subdir" \
 
1223
                top_distdir="$$new_top_distdir" \
 
1224
                distdir="$$new_distdir" \
1108
1225
                am__remove_distdir=: \
1109
1226
                am__skip_length_check=: \
 
1227
                am__skip_mode_fix=: \
1110
1228
                distdir) \
1111
1229
              || exit 1; \
1112
1230
          fi; \
1113
1231
        done
1114
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
1232
        -test -n "$(am__skip_mode_fix)" \
 
1233
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
1115
1234
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1116
1235
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1117
1236
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1118
 
        || chmod -R a+r $(distdir)
 
1237
        || chmod -R a+r "$(distdir)"
1119
1238
dist-gzip: distdir
1120
1239
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1121
1240
        $(am__remove_distdir)
1127
1246
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
1128
1247
        $(am__remove_distdir)
1129
1248
 
 
1249
dist-xz: distdir
 
1250
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
1251
        $(am__remove_distdir)
 
1252
 
1130
1253
dist-tarZ: distdir
1131
1254
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1132
1255
        $(am__remove_distdir)
1156
1279
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
1157
1280
        *.tar.lzma*) \
1158
1281
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
1282
        *.tar.xz*) \
 
1283
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1159
1284
        *.tar.Z*) \
1160
1285
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1161
1286
        *.shar.gz*) \
1167
1292
        mkdir $(distdir)/_build
1168
1293
        mkdir $(distdir)/_inst
1169
1294
        chmod a-w $(distdir)
 
1295
        test -d $(distdir)/_build || exit 0; \
1170
1296
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1171
1297
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1172
 
          && cd $(distdir)/_build \
 
1298
          && am__cwd=`pwd` \
 
1299
          && $(am__cd) $(distdir)/_build \
1173
1300
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1174
1301
            $(DISTCHECK_CONFIGURE_FLAGS) \
1175
1302
          && $(MAKE) $(AM_MAKEFLAGS) \
1191
1318
          && rm -rf "$$dc_destdir" \
1192
1319
          && $(MAKE) $(AM_MAKEFLAGS) dist \
1193
1320
          && rm -rf $(DIST_ARCHIVES) \
1194
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
1321
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
1322
          && cd "$$am__cwd" \
 
1323
          || exit 1
1195
1324
        $(am__remove_distdir)
1196
1325
        @(echo "$(distdir) archives ready for distribution: "; \
1197
1326
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1198
1327
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1199
1328
distuninstallcheck:
1200
 
        @cd $(distuninstallcheck_dir) \
 
1329
        @$(am__cd) '$(distuninstallcheck_dir)' \
1201
1330
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1202
1331
           || { echo "ERROR: files left after uninstall:" ; \
1203
1332
                if test -n "$(DESTDIR)"; then \
1215
1344
               $(distcleancheck_listfiles) ; \
1216
1345
               exit 1; } >&2
1217
1346
check-am: all-am
1218
 
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
1347
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) \
 
1348
          $(dist_check_SCRIPTS)
1219
1349
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1220
1350
check: $(BUILT_SOURCES)
1221
1351
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
1248
1378
 
1249
1379
distclean-generic:
1250
1380
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1381
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1251
1382
 
1252
1383
maintainer-clean-generic:
1253
1384
        @echo "This command is intended for maintainers to use"
1273
1404
 
1274
1405
html: html-recursive
1275
1406
 
 
1407
html-am:
 
1408
 
1276
1409
info: info-recursive
1277
1410
 
1278
1411
info-am:
1280
1413
install-data-am: install-man
1281
1414
        @$(NORMAL_INSTALL)
1282
1415
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1283
 
 
1284
1416
install-dvi: install-dvi-recursive
1285
1417
 
 
1418
install-dvi-am:
 
1419
 
1286
1420
install-exec-am: install-binPROGRAMS install-sbinPROGRAMS \
1287
1421
        install-sysconfDATA
1288
1422
 
1289
1423
install-html: install-html-recursive
1290
1424
 
 
1425
install-html-am:
 
1426
 
1291
1427
install-info: install-info-recursive
1292
1428
 
 
1429
install-info-am:
 
1430
 
1293
1431
install-man: install-man1 install-man8
1294
1432
 
1295
1433
install-pdf: install-pdf-recursive
1296
1434
 
 
1435
install-pdf-am:
 
1436
 
1297
1437
install-ps: install-ps-recursive
1298
1438
 
 
1439
install-ps-am:
 
1440
 
1299
1441
installcheck-am:
1300
1442
 
1301
1443
maintainer-clean: maintainer-clean-recursive
1322
1464
 
1323
1465
uninstall-man: uninstall-man1 uninstall-man8
1324
1466
 
1325
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
1326
 
        install-data-am install-strip
 
1467
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
 
1468
        check-am ctags-recursive install install-am install-data-am \
 
1469
        install-strip tags-recursive
1327
1470
 
1328
1471
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1329
1472
        all all-am am--refresh check check-TESTS check-am clean \
1330
1473
        clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
1331
1474
        clean-noinstLIBRARIES clean-noinstPROGRAMS clean-sbinPROGRAMS \
1332
1475
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
1333
 
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
1334
 
        distclean-compile distclean-generic distclean-hdr \
 
1476
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
1477
        distclean distclean-compile distclean-generic distclean-hdr \
1335
1478
        distclean-local distclean-tags distcleancheck distdir \
1336
1479
        distuninstallcheck dvi dvi-am html html-am info info-am \
1337
1480
        install install-am install-binPROGRAMS install-data \
1503
1646
rsync:  distdir rsynconly
1504
1647
rsynconly:      $(srcdir)/.rsyncs
1505
1648
        @( cat $(srcdir)/.rsyncs | sed -e 's}^}rsync -avessh --delete $(PACKAGE)-$(VERSION)/ }; s/\($$\)/ \&/;' ; echo "wait" ) | $(SHELL) -x
 
1649
 
1506
1650
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1507
1651
# Otherwise a system limit (for SysV at least) may be exceeded.
1508
1652
.NOEXPORT: