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

version 1.1.1.1, 2012/02/21 17:26:11 version 1.1.1.2, 2012/05/29 11:53:41
Line 1 Line 1
# Makefile.in generated by automake 1.11.1 from Makefile.am.# Makefile.in generated by automake 1.11.2 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 43  subdir = ripngd Line 43  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 106  am__nobase_list = $(am__nobase_strip_setup); \ Line 109  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 440  uninstall-dist_examplesDATA: Line 449  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 550  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.1.1  
changed lines
  Added in v.1.1.1.2


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