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

version 1.1.1.1, 2012/02/21 17:26:12 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 44  DIST_COMMON = $(dist_examples_DATA) $(noinst_HEADERS)  Line 44  DIST_COMMON = $(dist_examples_DATA) $(noinst_HEADERS) 
         $(ospfdheader_HEADERS) $(srcdir)/Makefile.am \          $(ospfdheader_HEADERS) $(srcdir)/Makefile.am \
         $(srcdir)/Makefile.in          $(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 72  am__nobase_list = $(am__nobase_strip_setup); \ Line 75  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; }; \
     }
 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \  am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \
         "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(ospfdheaderdir)"          "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(ospfdheaderdir)"
 LTLIBRARIES = $(lib_LTLIBRARIES)  LTLIBRARIES = $(lib_LTLIBRARIES)
Line 490  uninstall-dist_examplesDATA: Line 499  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 
 install-ospfdheaderHEADERS: $(ospfdheader_HEADERS)  install-ospfdheaderHEADERS: $(ospfdheader_HEADERS)
         @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
         test -z "$(ospfdheaderdir)" || $(MKDIR_P) "$(DESTDIR)$(ospfdheaderdir)"          test -z "$(ospfdheaderdir)" || $(MKDIR_P) "$(DESTDIR)$(ospfdheaderdir)"
Line 510  uninstall-ospfdheaderHEADERS: Line 517  uninstall-ospfdheaderHEADERS:
         @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
         @list='$(ospfdheader_HEADERS)'; test -n "$(ospfdheaderdir)" || list=; \          @list='$(ospfdheader_HEADERS)'; test -n "$(ospfdheaderdir)" || 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)$(ospfdheaderdir)'; $(am__uninstall_files_from_dir)
        echo " ( cd '$(DESTDIR)$(ospfdheaderdir)' && rm -f" $$files ")"; \ 
        cd "$(DESTDIR)$(ospfdheaderdir)" && 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 613  install-am: all-am Line 618  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>