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

version 1.1.1.3, 2012/10/09 09:22:28 version 1.1.1.4, 2013/07/21 23:54:36
Line 1 Line 1
# Makefile.in generated by automake 1.11.5 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 58  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 88  RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean- Line 87  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 \
        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)
Line 100  am__remove_distdir = \ Line 100  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 127  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 140  AUTOMAKE = @AUTOMAKE@ Line 142  AUTOMAKE = @AUTOMAKE@
 AWK = @AWK@  AWK = @AWK@
 BABELD = @BABELD@  BABELD = @BABELD@
 BGPD = @BGPD@  BGPD = @BGPD@
   BUILD_TESTS = @BUILD_TESTS@
 CC = @CC@  CC = @CC@
 CCDEPMODE = @CCDEPMODE@  CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@  CFLAGS = @CFLAGS@
Line 197  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 228  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 300  top_builddir = @top_builddir@ Line 305  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@ @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 babeld \  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 \
Line 310  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 377  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 392  $(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 406  $(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 445  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 508  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 577  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-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__remove_distdir)        $(am__post_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__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 621  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*) \  
           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 634  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 668  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 805  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 clean-local ctags ctags-recursive dist dist-all \        clean-generic clean-libtool clean-local cscope cscopelist \
        dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \        cscopelist-recursive ctags ctags-recursive dist dist-all \
        dist-xz dist-zip distcheck distclean distclean-generic \        dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
        distclean-hdr distclean-libtool distclean-tags distcleancheck \        dist-zip distcheck distclean distclean-generic distclean-hdr \
        distdir distuninstallcheck dvi dvi-am html html-am info \        distclean-libtool distclean-tags distcleancheck distdir \
        info-am install install-am install-data install-data-am \        distuninstallcheck dvi dvi-am html html-am info info-am \
        install-dvi install-dvi-am install-exec install-exec-am \        install install-am install-data install-data-am install-dvi \
        install-html install-html-am install-info install-info-am \        install-dvi-am install-exec install-exec-am install-html \
        install-man install-pdf install-pdf-am install-ps \        install-html-am install-info install-info-am install-man \
        install-ps-am install-strip installcheck installcheck-am \        install-pdf install-pdf-am install-ps install-ps-am \
        installdirs installdirs-am maintainer-clean \        install-strip installcheck installcheck-am installdirs \
        maintainer-clean-generic mostlyclean mostlyclean-generic \        installdirs-am maintainer-clean maintainer-clean-generic \
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
        uninstall uninstall-am        ps ps-am tags tags-recursive uninstall uninstall-am
   
   
 @HAVE_LATEX_TRUE@HACKING.pdf: HACKING.tex  @HAVE_LATEX_TRUE@HACKING.pdf: HACKING.tex

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


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