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

version 1.1.1.4, 2013/07/21 23:54:36 version 1.1.1.5, 2016/11/02 10:09:10
Line 1 Line 1
# Makefile.in generated by automake 1.12.6 from Makefile.am.# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@  # @configure_input@
   
# Copyright (C) 1994-2012 Free Software Foundation, Inc.# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 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 69  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 87  RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean- Line 94  RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-
   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 \
        cscope distdir dist dist-all distcheck        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)
Line 100  am__remove_distdir = \ Line 106  am__remove_distdir = \
       && rm -rf "$(distdir)" \        && rm -rf "$(distdir)" \
       || { sleep 5 && rm -rf "$(distdir)"; }; \        || { sleep 5 && rm -rf "$(distdir)"; }; \
   else :; fi    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 128  am__relativize = \ Line 133  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$$'
 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@
 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@
 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 167  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 191  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 199  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@  NETSNMP_CONFIG = @NETSNMP_CONFIG@
 NM = @NM@  NM = @NM@
 NMEDIT = @NMEDIT@  NMEDIT = @NMEDIT@
Line 209  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 222  PACKAGE_VERSION = @PACKAGE_VERSION@ Line 222  PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@  PATH_SEPARATOR = @PATH_SEPARATOR@
 PDFLATEX = @PDFLATEX@  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@
Line 239  VTYSH = @VTYSH@ Line 239  VTYSH = @VTYSH@
 WATCHQUAGGA = @WATCHQUAGGA@  WATCHQUAGGA = @WATCHQUAGGA@
 WEAK_ALIAS = @WEAK_ALIAS@  WEAK_ALIAS = @WEAK_ALIAS@
 WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@  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 303  target_vendor = @target_vendor@ Line 304  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@ @BABELD@ \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@ @BUILD_TESTS@         redhat @SOLARIS@ tests
   
DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d babeld \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          fpm/fpm.h
   
Line 383  distclean-libtool: Line 384  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_CLEAN_TARGETS):$(RECURSIVE_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 398  $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): Line 399  $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
         done; \          done; \
         dot_seen=no; \          dot_seen=no; \
         target=`echo $@ | sed s/-recursive//`; \          target=`echo $@ | sed s/-recursive//`; \
        case "$@" in \        list='$(SUBDIRS)'; for subdir in $$list; do \
          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 416  $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): Line 413  $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_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 424  ctags-recursive: Line 452  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 491  GTAGS: Line 515  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 584  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__post_remove_distdir)        $(am__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__post_remove_distdir)        $(am__remove_distdir)
   
 dist-lzip: distdir  dist-lzip: distdir
         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz          tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
        $(am__post_remove_distdir)        $(am__remove_distdir)
   
   dist-lzma: distdir
           tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
           $(am__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__post_remove_distdir)        $(am__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__post_remove_distdir)        $(am__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__post_remove_distdir)        $(am__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__post_remove_distdir)        $(am__remove_distdir)
   
dist dist-all:dist dist-all: distdir
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        $(am__post_remove_distdir)        $(am__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 624  distcheck: dist Line 628  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*) \
             lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
         *.tar.lz*) \          *.tar.lz*) \
           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\            lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
         *.tar.xz*) \          *.tar.xz*) \
Line 635  distcheck: dist Line 641  distcheck: dist
         *.zip*) \          *.zip*) \
           unzip $(distdir).zip ;;\            unzip $(distdir).zip ;;\
         esac          esac
        chmod -R a-w $(distdir)        chmod -R a-w $(distdir); chmod u+w $(distdir)
        chmod u+w $(distdir)        mkdir $(distdir)/_build
        mkdir $(distdir)/_build $(distdir)/_inst        mkdir $(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 669  distcheck: dist Line 675  distcheck: dist
           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
           && cd "$$am__cwd" \            && cd "$$am__cwd" \
           || exit 1            || exit 1
        $(am__post_remove_distdir)        $(am__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 806  ps-am: Line 812  ps-am:
 uninstall-am:  uninstall-am:
   
 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \  .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
        cscopelist-recursive ctags-recursive install-am install-strip \        ctags-recursive install-am install-strip tags-recursive
        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-cscope \        all all-am am--refresh check check-am clean clean-generic \
        clean-generic clean-libtool clean-local cscope cscopelist \        clean-libtool clean-local ctags ctags-recursive dist dist-all \
        cscopelist-recursive ctags ctags-recursive dist dist-all \        dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \
        dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \        dist-xz dist-zip distcheck distclean distclean-generic \
        dist-zip distcheck distclean distclean-generic distclean-hdr \        distclean-hdr distclean-libtool distclean-tags distcleancheck \
        distclean-libtool distclean-tags distcleancheck distdir \        distdir distuninstallcheck dvi dvi-am html html-am info \
        distuninstallcheck dvi dvi-am html html-am info info-am \        info-am install install-am install-data install-data-am \
        install install-am install-data install-data-am install-dvi \        install-dvi install-dvi-am install-exec install-exec-am \
        install-dvi-am install-exec install-exec-am install-html \        install-html install-html-am install-info install-info-am \
        install-html-am install-info install-info-am install-man \        install-man install-pdf install-pdf-am install-ps \
        install-pdf install-pdf-am install-ps install-ps-am \        install-ps-am install-strip installcheck installcheck-am \
        install-strip installcheck installcheck-am installdirs \        installdirs installdirs-am maintainer-clean \
        installdirs-am maintainer-clean maintainer-clean-generic \        maintainer-clean-generic mostlyclean mostlyclean-generic \
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
        ps ps-am tags tags-recursive uninstall uninstall-am        uninstall uninstall-am
   
   
 @HAVE_LATEX_TRUE@HACKING.pdf: HACKING.tex  @HAVE_LATEX_TRUE@HACKING.pdf: HACKING.tex

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


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