Diff for /embedaddon/quagga/Makefile.in between versions 1.1.1.2 and 1.1.1.4

version 1.1.1.2, 2012/05/29 11:53:40 version 1.1.1.4, 2013/07/21 23:54:36
Line 1 Line 1
# Makefile.in generated by automake 1.11.2 from Makefile.am.# Makefile.in generated by automake 1.12.6 from Makefile.am.
 # @configure_input@  # @configure_input@
   
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,# Copyright (C) 1994-2012 Free Software Foundation, Inc.
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
# Foundation, Inc. 
 # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
Line 15 Line 14
   
 @SET_MAKE@  @SET_MAKE@
 VPATH = @srcdir@  VPATH = @srcdir@
   am__make_dryrun = \
     { \
       am__dry=no; \
       case $$MAKEFLAGS in \
         *\\[\ \   ]*) \
           echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
             | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
         *) \
           for am__flg in $$MAKEFLAGS; do \
             case $$am__flg in \
               *=*|--*) ;; \
               *n*) am__dry=yes; break;; \
             esac; \
           done;; \
       esac; \
       test $$am__dry = yes; \
     }
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
Line 41  DIST_COMMON = README $(am__configure_deps) $(srcdir)/M Line 57  DIST_COMMON = README $(am__configure_deps) $(srcdir)/M
         INSTALL NEWS TODO compile config.guess config.sub depcomp \          INSTALL NEWS TODO compile config.guess config.sub depcomp \
         install-sh ltmain.sh missing          install-sh ltmain.sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
        $(top_srcdir)/configure.ac        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
         $(ACLOCAL_M4)          $(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \  am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Line 62  RECURSIVE_TARGETS = all-recursive check-recursive dvi- Line 78  RECURSIVE_TARGETS = all-recursive check-recursive dvi-
         install-pdf-recursive install-ps-recursive install-recursive \          install-pdf-recursive install-ps-recursive install-recursive \
         installcheck-recursive installdirs-recursive pdf-recursive \          installcheck-recursive installdirs-recursive pdf-recursive \
         ps-recursive uninstall-recursive          ps-recursive uninstall-recursive
   am__can_run_installinfo = \
     case $$AM_UPDATE_INFO_DIR in \
       n|no|NO) false;; \
       *) (install-info --version) >/dev/null 2>&1;; \
     esac
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \  RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
   distclean-recursive maintainer-clean-recursive    distclean-recursive maintainer-clean-recursive
 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \  AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \          $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
        distdir dist dist-all distcheck        cscope distdir dist dist-all distcheck
 ETAGS = etags  ETAGS = etags
 CTAGS = ctags  CTAGS = ctags
   CSCOPE = cscope
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)  distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)  top_distdir = $(distdir)
 am__remove_distdir = \  am__remove_distdir = \
  { test ! -d "$(distdir)" \  if test -d "$(distdir)"; then \
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
         && rm -fr "$(distdir)"; }; }      && rm -rf "$(distdir)" \
       || { sleep 5 && rm -rf "$(distdir)"; }; \
   else :; fi
 am__post_remove_distdir = $(am__remove_distdir)
 am__relativize = \  am__relativize = \
   dir0=`pwd`; \    dir0=`pwd`; \
   sed_first='s,^\([^/]*\)/.*$$,\1,'; \    sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Line 103  am__relativize = \ Line 128  am__relativize = \
   reldir="$$dir2"    reldir="$$dir2"
 DIST_ARCHIVES = $(distdir).tar.gz  DIST_ARCHIVES = $(distdir).tar.gz
 GZIP_ENV = --best  GZIP_ENV = --best
   DIST_TARGETS = dist-gzip
 distuninstallcheck_listfiles = find . -type f -print  distuninstallcheck_listfiles = find . -type f -print
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \  am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'    | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Line 114  AUTOCONF = @AUTOCONF@ Line 140  AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
 AWK = @AWK@  AWK = @AWK@
   BABELD = @BABELD@
 BGPD = @BGPD@  BGPD = @BGPD@
   BUILD_TESTS = @BUILD_TESTS@
 CC = @CC@  CC = @CC@
 CCDEPMODE = @CCDEPMODE@  CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@  CFLAGS = @CFLAGS@
Line 153  ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@ Line 181  ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
 ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@  ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
 ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@  ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
 KERNEL_METHOD = @KERNEL_METHOD@  KERNEL_METHOD = @KERNEL_METHOD@
   LATEXMK = @LATEXMK@
 LD = @LD@  LD = @LD@
 LDFLAGS = @LDFLAGS@  LDFLAGS = @LDFLAGS@
 LIBCAP = @LIBCAP@  LIBCAP = @LIBCAP@
Line 171  MAKEINFO = @MAKEINFO@ Line 200  MAKEINFO = @MAKEINFO@
 MANIFEST_TOOL = @MANIFEST_TOOL@  MANIFEST_TOOL = @MANIFEST_TOOL@
 MKDIR_P = @MKDIR_P@  MKDIR_P = @MKDIR_P@
 MULTIPATH_NUM = @MULTIPATH_NUM@  MULTIPATH_NUM = @MULTIPATH_NUM@
   NETSNMP_CONFIG = @NETSNMP_CONFIG@
 NM = @NM@  NM = @NM@
 NMEDIT = @NMEDIT@  NMEDIT = @NMEDIT@
 OBJDUMP = @OBJDUMP@  OBJDUMP = @OBJDUMP@
Line 190  PACKAGE_TARNAME = @PACKAGE_TARNAME@ Line 220  PACKAGE_TARNAME = @PACKAGE_TARNAME@
 PACKAGE_URL = @PACKAGE_URL@  PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@  PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@  PATH_SEPARATOR = @PATH_SEPARATOR@
   PDFLATEX = @PDFLATEX@
 PERL = @PERL@  PERL = @PERL@
 PICFLAGS = @PICFLAGS@  PICFLAGS = @PICFLAGS@
 PILDFLAGS = @PILDFLAGS@  PILDFLAGS = @PILDFLAGS@
Line 201  RT_METHOD = @RT_METHOD@ Line 232  RT_METHOD = @RT_METHOD@
 SED = @SED@  SED = @SED@
 SET_MAKE = @SET_MAKE@  SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@  SHELL = @SHELL@
 SNMP_INCLUDES = @SNMP_INCLUDES@  
 SOLARIS = @SOLARIS@  SOLARIS = @SOLARIS@
 STRIP = @STRIP@  STRIP = @STRIP@
 VERSION = @VERSION@  VERSION = @VERSION@
 VTYSH = @VTYSH@  VTYSH = @VTYSH@
 WATCHQUAGGA = @WATCHQUAGGA@  WATCHQUAGGA = @WATCHQUAGGA@
   WEAK_ALIAS = @WEAK_ALIAS@
   WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
 ZEBRA = @ZEBRA@  ZEBRA = @ZEBRA@
 abs_builddir = @abs_builddir@  abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@  abs_srcdir = @abs_srcdir@
Line 271  target_vendor = @target_vendor@ Line 303  target_vendor = @target_vendor@
 top_build_prefix = @top_build_prefix@  top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@  top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @BABELD@ \
          @ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \           @ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \
         redhat @SOLARIS@         redhat @SOLARIS@ @BUILD_TESTS@
   
DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d babeld \
           isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \            isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \
           solaris            solaris
   
Line 283  EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS I Line 315  EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS I
         update-autotools \          update-autotools \
         vtysh/Makefile.in vtysh/Makefile.am \          vtysh/Makefile.in vtysh/Makefile.am \
         tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \          tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \
        tools/zebra.el tools/multiple-bgpd.sh        tools/zebra.el tools/multiple-bgpd.sh \
         fpm/fpm.h
   
 ACLOCAL_AMFLAGS = -I m4  ACLOCAL_AMFLAGS = -I m4
 all: config.h  all: config.h
Line 350  distclean-libtool: Line 383  distclean-libtool:
         -rm -f libtool config.lt          -rm -f libtool config.lt
   
 # This directory's subdirectories are mostly independent; you can cd  # This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.# into them and run 'make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,# To change the values of 'make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'# (1) if the variable is set in 'config.status', edit 'config.status'
#     (which will cause the Makefiles to be regenerated when you run `make');#     (which will cause the Makefiles to be regenerated when you run 'make');
# (2) otherwise, pass the desired values on the `make' command line.# (2) otherwise, pass the desired values on the 'make' command line.
$(RECURSIVE_TARGETS):$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
         @fail= failcom='exit 1'; \          @fail= failcom='exit 1'; \
         for f in x $$MAKEFLAGS; do \          for f in x $$MAKEFLAGS; do \
           case $$f in \            case $$f in \
Line 365  $(RECURSIVE_TARGETS): Line 398  $(RECURSIVE_TARGETS):
         done; \          done; \
         dot_seen=no; \          dot_seen=no; \
         target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
        list='$(SUBDIRS)'; for subdir in $$list; do \        case "$@" in \
           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
           *) list='$(SUBDIRS)' ;; \
         esac; \
         for subdir in $$list; do \
           echo "Making $$target in $$subdir"; \            echo "Making $$target in $$subdir"; \
           if test "$$subdir" = "."; then \            if test "$$subdir" = "."; then \
             dot_seen=yes; \              dot_seen=yes; \
Line 379  $(RECURSIVE_TARGETS): Line 416  $(RECURSIVE_TARGETS):
         if test "$$dot_seen" = "no"; then \          if test "$$dot_seen" = "no"; then \
           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \            $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
         fi; test -z "$$fail"          fi; test -z "$$fail"
   
 $(RECURSIVE_CLEAN_TARGETS):  
         @fail= failcom='exit 1'; \  
         for f in x $$MAKEFLAGS; do \  
           case $$f in \  
             *=* | --[!k]*);; \  
             *k*) failcom='fail=yes';; \  
           esac; \  
         done; \  
         dot_seen=no; \  
         case "$@" in \  
           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \  
           *) list='$(SUBDIRS)' ;; \  
         esac; \  
         rev=''; for subdir in $$list; do \  
           if test "$$subdir" = "."; then :; else \  
             rev="$$subdir $$rev"; \  
           fi; \  
         done; \  
         rev="$$rev ."; \  
         target=`echo $@ | sed s/-recursive//`; \  
         for subdir in $$rev; do \  
           echo "Making $$target in $$subdir"; \  
           if test "$$subdir" = "."; then \  
             local_target="$$target-am"; \  
           else \  
             local_target="$$target"; \  
           fi; \  
           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \  
           || eval $$failcom; \  
         done && test -z "$$fail"  
 tags-recursive:  tags-recursive:
         list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \            test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
Line 418  ctags-recursive: Line 424  ctags-recursive:
         list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \            test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
         done          done
   cscopelist-recursive:
           list='$(SUBDIRS)'; for subdir in $$list; do \
             test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
           done
   
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Line 481  GTAGS: Line 491  GTAGS:
           && $(am__cd) $(top_srcdir) \            && $(am__cd) $(top_srcdir) \
           && gtags -i $(GTAGS_ARGS) "$$here"            && gtags -i $(GTAGS_ARGS) "$$here"
   
   cscope: cscope.files
           test ! -s cscope.files \
             || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
   
   clean-cscope:
           -rm -f cscope.files
   
   cscope.files: clean-cscope cscopelist-recursive cscopelist
   
   cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
           list='$(SOURCES) $(HEADERS) $(LISP)'; \
           case "$(srcdir)" in \
             [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
             *) sdir=$(subdir)/$(srcdir) ;; \
           esac; \
           for i in $$list; do \
             if test -f "$$i"; then \
               echo "$(subdir)/$$i"; \
             else \
               echo "$$sdir/$$i"; \
             fi; \
           done >> $(top_builddir)/cscope.files
   
 distclean-tags:  distclean-tags:
         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
           -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
   
 distdir: $(DISTFILES)  distdir: $(DISTFILES)
         $(am__remove_distdir)          $(am__remove_distdir)
Line 518  distdir: $(DISTFILES) Line 552  distdir: $(DISTFILES)
         done          done
         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \          @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
           if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
            test -d "$(distdir)/$$subdir" \            $(am__make_dryrun) \
            || $(MKDIR_P) "$(distdir)/$$subdir" \              || test -d "$(distdir)/$$subdir" \
            || exit 1; \              || $(MKDIR_P) "$(distdir)/$$subdir" \
          fi; \              || exit 1; \
        done 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 
          if test "$$subdir" = .; then :; else \ 
             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \              dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
             $(am__relativize); \              $(am__relativize); \
             new_distdir=$$reldir; \              new_distdir=$$reldir; \
Line 553  distdir: $(DISTFILES) Line 584  distdir: $(DISTFILES)
         || chmod -R a+r "$(distdir)"          || chmod -R a+r "$(distdir)"
 dist-gzip: distdir  dist-gzip: distdir
         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz          tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
 dist-bzip2: distdir  dist-bzip2: distdir
         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2          tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
dist-lzma: distdirdist-lzip: distdir
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
 dist-xz: distdir  dist-xz: distdir
         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz          tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
 dist-tarZ: distdir  dist-tarZ: distdir
         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z          tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
 dist-shar: distdir  dist-shar: distdir
         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz          shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
 dist-zip: distdir  dist-zip: distdir
         -rm -f $(distdir).zip          -rm -f $(distdir).zip
         zip -rq $(distdir).zip $(distdir)          zip -rq $(distdir).zip $(distdir)
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
dist dist-all: distdirdist dist-all:
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
 # This target untars the dist file and tries a VPATH configuration.  Then  # This target untars the dist file and tries a VPATH configuration.  Then
 # it guarantees that the distribution is self-contained by making another  # it guarantees that the distribution is self-contained by making another
Line 593  distcheck: dist Line 624  distcheck: dist
           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\            GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
         *.tar.bz2*) \          *.tar.bz2*) \
           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\            bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
        *.tar.lzma*) \        *.tar.lz*) \
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
         *.tar.xz*) \          *.tar.xz*) \
           xz -dc $(distdir).tar.xz | $(am__untar) ;;\            xz -dc $(distdir).tar.xz | $(am__untar) ;;\
         *.tar.Z*) \          *.tar.Z*) \
Line 604  distcheck: dist Line 635  distcheck: dist
         *.zip*) \          *.zip*) \
           unzip $(distdir).zip ;;\            unzip $(distdir).zip ;;\
         esac          esac
        chmod -R a-w $(distdir); chmod a+w $(distdir)        chmod -R a-w $(distdir)
        mkdir $(distdir)/_build        chmod u+w $(distdir)
        mkdir $(distdir)/_inst        mkdir $(distdir)/_build $(distdir)/_inst
         chmod a-w $(distdir)          chmod a-w $(distdir)
         test -d $(distdir)/_build || exit 0; \          test -d $(distdir)/_build || exit 0; \
         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \          dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Line 638  distcheck: dist Line 669  distcheck: dist
           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
           && cd "$$am__cwd" \            && cd "$$am__cwd" \
           || exit 1            || exit 1
        $(am__remove_distdir)        $(am__post_remove_distdir)
         @(echo "$(distdir) archives ready for distribution: "; \          @(echo "$(distdir) archives ready for distribution: "; \
           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \            list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'            sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Line 703  distclean-generic: Line 734  distclean-generic:
 maintainer-clean-generic:  maintainer-clean-generic:
         @echo "This command is intended for maintainers to use"          @echo "This command is intended for maintainers to use"
         @echo "it deletes files that may require special tools to rebuild."          @echo "it deletes files that may require special tools to rebuild."
   @HAVE_LATEX_FALSE@clean-local:
 clean: clean-recursive  clean: clean-recursive
   
clean-am: clean-generic clean-libtool mostlyclean-amclean-am: clean-generic clean-libtool clean-local mostlyclean-am
   
 distclean: distclean-recursive  distclean: distclean-recursive
         -rm -f $(am__CONFIG_DISTCLEAN_FILES)          -rm -f $(am__CONFIG_DISTCLEAN_FILES)
Line 774  ps-am: Line 806  ps-am:
 uninstall-am:  uninstall-am:
   
 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \  .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
        ctags-recursive install-am install-strip tags-recursive        cscopelist-recursive ctags-recursive install-am install-strip \
         tags-recursive
   
 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \  .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
        all all-am am--refresh check check-am clean clean-generic \        all all-am am--refresh check check-am clean clean-cscope \
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \        clean-generic clean-libtool clean-local cscope cscopelist \
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \        cscopelist-recursive ctags ctags-recursive dist dist-all \
        distcheck distclean distclean-generic distclean-hdr \        dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
         dist-zip distcheck distclean distclean-generic distclean-hdr \
         distclean-libtool distclean-tags distcleancheck distdir \          distclean-libtool distclean-tags distcleancheck distdir \
         distuninstallcheck dvi dvi-am html html-am info info-am \          distuninstallcheck dvi dvi-am html html-am info info-am \
         install install-am install-data install-data-am install-dvi \          install install-am install-data install-data-am install-dvi \
Line 792  uninstall-am: Line 826  uninstall-am:
         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \          mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
         ps ps-am tags tags-recursive uninstall uninstall-am          ps ps-am tags tags-recursive uninstall uninstall-am
   
   
   @HAVE_LATEX_TRUE@HACKING.pdf: HACKING.tex
   @HAVE_LATEX_TRUE@       $(LATEXMK) -pdf $<
   
   @HAVE_LATEX_TRUE@clean-local:
   @HAVE_LATEX_TRUE@       -$(LATEXMK) -C HACKING.tex
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>