Diff for /embedaddon/quagga/Makefile.in between versions 1.1.1.1 and 1.1.1.5

version 1.1.1.1, 2012/02/21 17:26:11 version 1.1.1.5, 2016/11/02 10:09:10
Line 1 Line 1
# Makefile.in generated by automake 1.11.1 from Makefile.am.# Makefile.in generated by automake 1.11.6 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,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
# Inc.# 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 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 41  DIST_COMMON = README $(am__configure_deps) $(srcdir)/M Line 58  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)/configure.acam__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
         $(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 50  mkinstalldirs = $(install_sh) -d Line 70  mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = config.h  CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =  CONFIG_CLEAN_VPATH_FILES =
   AM_V_GEN = $(am__v_GEN_@AM_V@)
   am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
   am__v_GEN_0 = @echo "  GEN   " $@;
   AM_V_at = $(am__v_at_@AM_V@)
   am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
   am__v_at_0 = @
 SOURCES =  SOURCES =
 DIST_SOURCES =  DIST_SOURCES =
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \  RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
Line 59  RECURSIVE_TARGETS = all-recursive check-recursive dvi- Line 85  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 70  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) Line 101  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 101  am__relativize = \ Line 134  am__relativize = \
 DIST_ARCHIVES = $(distdir).tar.gz  DIST_ARCHIVES = $(distdir).tar.gz
 GZIP_ENV = --best  GZIP_ENV = --best
 distuninstallcheck_listfiles = find . -type f -print  distuninstallcheck_listfiles = find . -type f -print
   am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
     | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 distcleancheck_listfiles = find . -type f -print  distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@  AMTAR = @AMTAR@
   AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AR = @AR@  AR = @AR@
 AUTOCONF = @AUTOCONF@  AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
Line 114  CC = @CC@ Line 150  CC = @CC@
 CCDEPMODE = @CCDEPMODE@  CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@  CFLAGS = @CFLAGS@
 CONFDATE = @CONFDATE@  CONFDATE = @CONFDATE@
   CONFIG_ARGS = @CONFIG_ARGS@
 CPP = @CPP@  CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@  CPPFLAGS = @CPPFLAGS@
 CURSES = @CURSES@  CURSES = @CURSES@
 CYGPATH_W = @CYGPATH_W@  CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@  DEFS = @DEFS@
   DEJAGNU = @DEJAGNU@
 DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
 DLLTOOL = @DLLTOOL@  DLLTOOL = @DLLTOOL@
 DOC = @DOC@  DOC = @DOC@
Line 134  GAWK = @GAWK@ Line 172  GAWK = @GAWK@
 GREP = @GREP@  GREP = @GREP@
 HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@  HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
 IF_METHOD = @IF_METHOD@  IF_METHOD = @IF_METHOD@
 IF_PROC = @IF_PROC@  
 INCLUDES = @INCLUDES@  
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
Line 148  ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@ Line 184  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 157  LIBPAM = @LIBPAM@ Line 194  LIBPAM = @LIBPAM@
 LIBREADLINE = @LIBREADLINE@  LIBREADLINE = @LIBREADLINE@
 LIBS = @LIBS@  LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@  LIBTOOL = @LIBTOOL@
 LIB_IPV6 = @LIB_IPV6@  
 LIB_REGEX = @LIB_REGEX@  LIB_REGEX = @LIB_REGEX@
 LIPO = @LIPO@  LIPO = @LIPO@
 LN_S = @LN_S@  LN_S = @LN_S@
Line 165  LTLIBOBJS = @LTLIBOBJS@ Line 201  LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
 MANIFEST_TOOL = @MANIFEST_TOOL@  MANIFEST_TOOL = @MANIFEST_TOOL@
 MKDIR_P = @MKDIR_P@  MKDIR_P = @MKDIR_P@
MULTIPATH_NUM = @MULTIPATH_NUM@NETSNMP_CONFIG = @NETSNMP_CONFIG@
 NM = @NM@  NM = @NM@
 NMEDIT = @NMEDIT@  NMEDIT = @NMEDIT@
 OBJDUMP = @OBJDUMP@  OBJDUMP = @OBJDUMP@
Line 174  OSPF6D = @OSPF6D@ Line 210  OSPF6D = @OSPF6D@
 OSPFAPI = @OSPFAPI@  OSPFAPI = @OSPFAPI@
 OSPFCLIENT = @OSPFCLIENT@  OSPFCLIENT = @OSPFCLIENT@
 OSPFD = @OSPFD@  OSPFD = @OSPFD@
 OTHER_METHOD = @OTHER_METHOD@  
 OTOOL = @OTOOL@  OTOOL = @OTOOL@
 OTOOL64 = @OTOOL64@  OTOOL64 = @OTOOL64@
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
Line 185  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@PIMD = @PIMD@
PILDFLAGS = @PILDFLAGS@ 
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
 RIPD = @RIPD@  RIPD = @RIPD@
 RIPNGD = @RIPNGD@  RIPNGD = @RIPNGD@
 RTREAD_METHOD = @RTREAD_METHOD@  RTREAD_METHOD = @RTREAD_METHOD@
 RT_METHOD = @RT_METHOD@  RT_METHOD = @RT_METHOD@
   RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
 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@
   WERROR = @WERROR@
 ZEBRA = @ZEBRA@  ZEBRA = @ZEBRA@
 abs_builddir = @abs_builddir@  abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@  abs_srcdir = @abs_srcdir@
Line 267  top_build_prefix = @top_build_prefix@ Line 305  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@ \
         @ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \         @ISISD@ @PIMD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \
         redhat @SOLARIS@         redhat @SOLARIS@ tests
   
 DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \  DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \
           isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \            isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \
          solaris          solaris pimd
   
 EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \  EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \
         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/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
         $(MAKE) $(AM_MAKEFLAGS) all-recursive          $(MAKE) $(AM_MAKEFLAGS) all-recursive
   
 .SUFFIXES:  .SUFFIXES:
am--refresh:am--refresh: Makefile
         @:          @:
 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
         @for dep in $?; do \          @for dep in $?; do \
Line 321  $(ACLOCAL_M4):  $(am__aclocal_m4_deps) Line 360  $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 $(am__aclocal_m4_deps):  $(am__aclocal_m4_deps):
   
 config.h: stamp-h1  config.h: stamp-h1
        @if test ! -f $@; then \        @if test ! -f $@; then rm -f stamp-h1; else :; fi
          rm -f stamp-h1; \        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 
        else :; fi 
   
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status  stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
         @rm -f stamp-h1          @rm -f stamp-h1
Line 515  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  dist-gzip: distdir Line 587  dist-gzip: distdir
         $(am__remove_distdir)          $(am__remove_distdir)
   
 dist-bzip2: distdir  dist-bzip2: distdir
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -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)
   
 dist-xz: distdir  dist-xz: distdir
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
         $(am__remove_distdir)          $(am__remove_distdir)
   
 dist-tarZ: distdir  dist-tarZ: distdir
Line 592  distcheck: dist Line 630  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 601  distcheck: dist Line 641  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); chmod u+w $(distdir)
         mkdir $(distdir)/_build          mkdir $(distdir)/_build
         mkdir $(distdir)/_inst          mkdir $(distdir)/_inst
         chmod a-w $(distdir)          chmod a-w $(distdir)
Line 611  distcheck: dist Line 651  distcheck: dist
           && am__cwd=`pwd` \            && am__cwd=`pwd` \
           && $(am__cd) $(distdir)/_build \            && $(am__cd) $(distdir)/_build \
           && ../configure --srcdir=.. --prefix="$$dc_install_base" \            && ../configure --srcdir=.. --prefix="$$dc_install_base" \
               $(AM_DISTCHECK_CONFIGURE_FLAGS) \
             $(DISTCHECK_CONFIGURE_FLAGS) \              $(DISTCHECK_CONFIGURE_FLAGS) \
           && $(MAKE) $(AM_MAKEFLAGS) \            && $(MAKE) $(AM_MAKEFLAGS) \
           && $(MAKE) $(AM_MAKEFLAGS) dvi \            && $(MAKE) $(AM_MAKEFLAGS) dvi \
Line 639  distcheck: dist Line 680  distcheck: dist
           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'
 distuninstallcheck:  distuninstallcheck:
        @$(am__cd) '$(distuninstallcheck_dir)' \        @test -n '$(distuninstallcheck_dir)' || { \
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \          echo 'ERROR: trying to run $@ with an empty' \
                '$$(distuninstallcheck_dir)' >&2; \
           exit 1; \
         }; \
         $(am__cd) '$(distuninstallcheck_dir)' || { \
           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
           exit 1; \
         }; \
         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
            || { echo "ERROR: files left after uninstall:" ; \             || { echo "ERROR: files left after uninstall:" ; \
                 if test -n "$(DESTDIR)"; then \                  if test -n "$(DESTDIR)"; then \
                   echo "  (check DESTDIR support)"; \                    echo "  (check DESTDIR support)"; \
Line 671  install-am: all-am Line 720  install-am: all-am
   
 installcheck: installcheck-recursive  installcheck: installcheck-recursive
 install-strip:  install-strip:
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \        if test -z '$(STRIP)'; then \
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
          `test -z '$(STRIP)' || \            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install              install; \
         else \
           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
         fi
 mostlyclean-generic:  mostlyclean-generic:
   
 clean-generic:  clean-generic:
Line 686  distclean-generic: Line 740  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 761  uninstall-am: Line 816  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.1  
changed lines
  Added in v.1.1.1.5


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