[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / include

Diff for /OpenXM_contrib2/asir2000/include/Makefile.in between version 1.15 and 1.16

version 1.15, 2012/05/07 13:26:17 version 1.16, 2013/02/12 09:40:42
Line 1 
Line 1 
 # Makefile.in generated by automake 1.11.1 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  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 16 
Line 15 
 @SET_MAKE@  @SET_MAKE@
   
 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 36  build_triplet = @build@
Line 52  build_triplet = @build@
 host_triplet = @host@  host_triplet = @host@
 target_triplet = @target@  target_triplet = @target@
 subdir = include  subdir = include
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
           $(top_srcdir)/mkinstalldirs
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.in  am__aclocal_m4_deps = $(top_srcdir)/configure.in
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Line 46  CONFIG_CLEAN_FILES =
Line 63  CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =  CONFIG_CLEAN_VPATH_FILES =
 SOURCES =  SOURCES =
 DIST_SOURCES =  DIST_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 67  am__nobase_list = $(am__nobase_strip_setup); \
Line 89  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)$(incdir)"  am__installdirs = "$(DESTDIR)$(incdir)"
 DATA = $(inc_DATA)  DATA = $(inc_DATA)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Line 231  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4
Line 259  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4
 $(am__aclocal_m4_deps):  $(am__aclocal_m4_deps):
 install-incDATA: $(inc_DATA)  install-incDATA: $(inc_DATA)
         @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
         test -z "$(incdir)" || $(MKDIR_P) "$(DESTDIR)$(incdir)"  
         @list='$(inc_DATA)'; test -n "$(incdir)" || list=; \          @list='$(inc_DATA)'; test -n "$(incdir)" || list=; \
           if test -n "$$list"; then \
             echo " $(MKDIR_P) '$(DESTDIR)$(incdir)'"; \
             $(MKDIR_P) "$(DESTDIR)$(incdir)" || 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 246  uninstall-incDATA:
Line 277  uninstall-incDATA:
         @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
         @list='$(inc_DATA)'; test -n "$(incdir)" || list=; \          @list='$(inc_DATA)'; test -n "$(incdir)" || 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)$(incdir)'; $(am__uninstall_files_from_dir)
         echo " ( cd '$(DESTDIR)$(incdir)' && rm -f" $$files ")"; \  
         cd "$(DESTDIR)$(incdir)" && rm -f $$files  
 tags: TAGS  tags: TAGS
 TAGS:  TAGS:
   
 ctags: CTAGS  ctags: CTAGS
 CTAGS:  CTAGS:
   
   cscope cscopelist:
   
   
 distdir: $(DISTFILES)  distdir: $(DISTFILES)
         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \          @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Line 303  install-am: all-am
Line 334  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:

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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