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

version 1.1.1.2, 2012/05/29 11:53:40 version 1.1.1.3, 2012/10/09 09:22:28
Line 1 Line 1
# Makefile.in generated by automake 1.11.2 from Makefile.am.# Makefile.in generated by automake 1.11.5 from Makefile.am.
 # @configure_input@  # @configure_input@
   
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Line 15 Line 15
   
 @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 62  RECURSIVE_TARGETS = all-recursive check-recursive dvi- Line 79  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=) \
Line 73  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) Line 95  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS)
 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__relativize = \  am__relativize = \
   dir0=`pwd`; \    dir0=`pwd`; \
   sed_first='s,^\([^/]*\)/.*$$,\1,'; \    sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Line 114  AUTOCONF = @AUTOCONF@ Line 138  AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
 AWK = @AWK@  AWK = @AWK@
   BABELD = @BABELD@
 BGPD = @BGPD@  BGPD = @BGPD@
 CC = @CC@  CC = @CC@
 CCDEPMODE = @CCDEPMODE@  CCDEPMODE = @CCDEPMODE@
Line 153  ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@ Line 178  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 190  PACKAGE_TARNAME = @PACKAGE_TARNAME@ Line 216  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 271  target_vendor = @target_vendor@ Line 298  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@
   
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 518  distdir: $(DISTFILES) Line 545  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 559  dist-bzip2: distdir Line 583  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__remove_distdir)
   
   dist-lzip: distdir
           tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
           $(am__remove_distdir)
   
 dist-lzma: distdir  dist-lzma: distdir
         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma          tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
         $(am__remove_distdir)          $(am__remove_distdir)
Line 595  distcheck: dist Line 623  distcheck: dist
           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\            bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
         *.tar.lzma*) \          *.tar.lzma*) \
           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\            lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
           *.tar.lz*) \
             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 703  distclean-generic: Line 733  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 778  uninstall-am: Line 809  uninstall-am:
   
 .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-generic \
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \        clean-libtool clean-local ctags ctags-recursive dist dist-all \
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \        dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \
        distcheck distclean distclean-generic distclean-hdr \        dist-xz dist-zip distcheck distclean distclean-generic \
        distclean-libtool distclean-tags distcleancheck distdir \        distclean-hdr distclean-libtool distclean-tags distcleancheck \
        distuninstallcheck dvi dvi-am html html-am info info-am \        distdir distuninstallcheck dvi dvi-am html html-am info \
        install install-am install-data install-data-am install-dvi \        info-am install install-am install-data install-data-am \
        install-dvi-am install-exec install-exec-am install-html \        install-dvi install-dvi-am install-exec install-exec-am \
        install-html-am install-info install-info-am install-man \        install-html install-html-am install-info install-info-am \
        install-pdf install-pdf-am install-ps install-ps-am \        install-man install-pdf install-pdf-am install-ps \
        install-strip installcheck installcheck-am installdirs \        install-ps-am install-strip installcheck installcheck-am \
        installdirs-am maintainer-clean maintainer-clean-generic \        installdirs installdirs-am maintainer-clean \
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \        maintainer-clean-generic mostlyclean mostlyclean-generic \
        ps ps-am tags tags-recursive uninstall uninstall-am        mostlyclean-libtool pdf pdf-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.3


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