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

version 1.1, 2012/02/21 17:26:11 version 1.1.1.3, 2012/10/09 09:22:29
Line 1 Line 1
# Makefile.in generated by automake 1.11.1 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,
# 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 19 Line 19
   
   
 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 43  subdir = ripngd Line 60  subdir = ripngd
 DIST_COMMON = $(dist_examples_DATA) $(noinst_HEADERS) \  DIST_COMMON = $(dist_examples_DATA) $(noinst_HEADERS) \
         $(srcdir)/Makefile.am $(srcdir)/Makefile.in          $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 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/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)
 mkinstalldirs = $(install_sh) -d  mkinstalldirs = $(install_sh) -d
Line 85  LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOO Line 105  LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOO
         $(LDFLAGS) -o $@          $(LDFLAGS) -o $@
 SOURCES = $(libripng_a_SOURCES) $(ripngd_SOURCES)  SOURCES = $(libripng_a_SOURCES) $(ripngd_SOURCES)
 DIST_SOURCES = $(libripng_a_SOURCES) $(ripngd_SOURCES)  DIST_SOURCES = $(libripng_a_SOURCES) $(ripngd_SOURCES)
   am__can_run_installinfo = \
     case $$AM_UPDATE_INFO_DIR in \
       n|no|NO) false;; \
       *) (install-info --version) >/dev/null 2>&1;; \
     esac
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;  am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 am__vpath_adj = case $$p in \  am__vpath_adj = case $$p in \
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \      $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Line 106  am__nobase_list = $(am__nobase_strip_setup); \ Line 131  am__nobase_list = $(am__nobase_strip_setup); \
 am__base_list = \  am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \    sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'    sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
   am__uninstall_files_from_dir = { \
     test -z "$$files" \
       || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
       || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
            $(am__cd) "$$dir" && rm -f $$files; }; \
     }
 DATA = $(dist_examples_DATA)  DATA = $(dist_examples_DATA)
 HEADERS = $(noinst_HEADERS)  HEADERS = $(noinst_HEADERS)
 ETAGS = etags  ETAGS = etags
Line 118  AUTOCONF = @AUTOCONF@ Line 149  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 157  ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@ Line 189  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 194  PACKAGE_TARNAME = @PACKAGE_TARNAME@ Line 227  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 329  $(am__aclocal_m4_deps): Line 363  $(am__aclocal_m4_deps):
   
 clean-noinstLIBRARIES:  clean-noinstLIBRARIES:
         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)          -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
libripng.a: $(libripng_a_OBJECTS) $(libripng_a_DEPENDENCIES) libripng.a: $(libripng_a_OBJECTS) $(libripng_a_DEPENDENCIES) $(EXTRA_libripng_a_DEPENDENCIES) 
         -rm -f libripng.a          -rm -f libripng.a
         $(libripng_a_AR) libripng.a $(libripng_a_OBJECTS) $(libripng_a_LIBADD)          $(libripng_a_AR) libripng.a $(libripng_a_OBJECTS) $(libripng_a_LIBADD)
         $(RANLIB) libripng.a          $(RANLIB) libripng.a
 install-sbinPROGRAMS: $(sbin_PROGRAMS)  install-sbinPROGRAMS: $(sbin_PROGRAMS)
         @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
         test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"  
         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \          @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
           if test -n "$$list"; then \
             echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
             $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
           fi; \
         for p in $$list; do echo "$$p $$p"; done | \          for p in $$list; do echo "$$p $$p"; done | \
         sed 's/$(EXEEXT)$$//' | \          sed 's/$(EXEEXT)$$//' | \
         while read p p1; do if test -f $$p || test -f $$p1; \          while read p p1; do if test -f $$p || test -f $$p1; \
Line 376  clean-sbinPROGRAMS: Line 413  clean-sbinPROGRAMS:
         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \          list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
         echo " rm -f" $$list; \          echo " rm -f" $$list; \
         rm -f $$list          rm -f $$list
ripngd$(EXEEXT): $(ripngd_OBJECTS) $(ripngd_DEPENDENCIES) ripngd$(EXEEXT): $(ripngd_OBJECTS) $(ripngd_DEPENDENCIES) $(EXTRA_ripngd_DEPENDENCIES) 
         @rm -f ripngd$(EXEEXT)          @rm -f ripngd$(EXEEXT)
         $(LINK) $(ripngd_OBJECTS) $(ripngd_LDADD) $(LIBS)          $(LINK) $(ripngd_OBJECTS) $(ripngd_LDADD) $(LIBS)
   
Line 425  clean-libtool: Line 462  clean-libtool:
         -rm -rf .libs _libs          -rm -rf .libs _libs
 install-dist_examplesDATA: $(dist_examples_DATA)  install-dist_examplesDATA: $(dist_examples_DATA)
         @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
         test -z "$(examplesdir)" || $(MKDIR_P) "$(DESTDIR)$(examplesdir)"  
         @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \          @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
           if test -n "$$list"; then \
             echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
             $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
           fi; \
         for p in $$list; do \          for p in $$list; do \
           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
           echo "$$d$$p"; \            echo "$$d$$p"; \
Line 440  uninstall-dist_examplesDATA: Line 480  uninstall-dist_examplesDATA:
         @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
         @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \          @list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \          files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        test -n "$$files" || exit 0; \        dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
        echo " ( cd '$(DESTDIR)$(examplesdir)' && rm -f" $$files ")"; \ 
        cd "$(DESTDIR)$(examplesdir)" && rm -f $$files 
   
 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 543  install-am: all-am Line 581  install-am: all-am
   
 installcheck: installcheck-am  installcheck: installcheck-am
 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:

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


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