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

Diff for /OpenXM_contrib2/asir2000/lib/Makefile.in between version 1.24 and 1.25

version 1.24, 2009/02/22 16:51:36 version 1.25, 2012/05/07 13:26:17
Line 1 
Line 1 
 # Makefile.in generated by automake 1.10 from Makefile.am.  # Makefile.in generated by automake 1.11.1 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  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 15 
Line 16 
 @SET_MAKE@  @SET_MAKE@
 VPATH = @srcdir@  VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@  
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
   pkglibdir = $(libdir)/@PACKAGE@
   pkglibexecdir = $(libexecdir)/@PACKAGE@
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 install_sh_DATA = $(install_sh) -c -m 644  install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c  install_sh_PROGRAM = $(install_sh) -c
Line 40  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGUR
Line 42  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGUR
         $(ACLOCAL_M4)          $(ACLOCAL_M4)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
   CONFIG_CLEAN_VPATH_FILES =
 SOURCES =  SOURCES =
 DIST_SOURCES =  DIST_SOURCES =
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@  AMTAR = @AMTAR@
   ASIR_GCLIB = @ASIR_GCLIB@
 AUTOCONF = @AUTOCONF@  AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
Line 64  EGREP = @EGREP@
Line 68  EGREP = @EGREP@
 EXEEXT = @EXEEXT@  EXEEXT = @EXEEXT@
 FEPLIB = @FEPLIB@  FEPLIB = @FEPLIB@
 GC = @GC@  GC = @GC@
   GCINC = @GCINC@
   GCLIB = @GCLIB@
 GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@  GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
 GC_DISTDIR = @GC_DISTDIR@  GC_DISTDIR = @GC_DISTDIR@
 GREP = @GREP@  GREP = @GREP@
Line 87  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Line 93  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@  PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@  PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@  PACKAGE_TARNAME = @PACKAGE_TARNAME@
   PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@  PACKAGE_VERSION = @PACKAGE_VERSION@
 PARIINC = @PARIINC@  PARIINC = @PARIINC@
 PARILIB = @PARILIB@  PARILIB = @PARILIB@
Line 158  target_alias = @target_alias@
Line 165  target_alias = @target_alias@
 target_cpu = @target_cpu@  target_cpu = @target_cpu@
 target_os = @target_os@  target_os = @target_os@
 target_vendor = @target_vendor@  target_vendor = @target_vendor@
   top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@  top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
 asirdir = ${libdir}/asir  asirdir = ${libdir}/asir
Line 172  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir
Line 180  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir
         @for dep in $?; do \          @for dep in $?; do \
           case '$(am__configure_deps)' in \            case '$(am__configure_deps)' in \
             *$$dep*) \              *$$dep*) \
               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \                ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                 && exit 0; \                  && { if test -f $@; then exit 0; else break; fi; }; \
               exit 1;; \                exit 1;; \
           esac; \            esac; \
         done; \          done; \
         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/Makefile'; \          echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
         cd $(top_srcdir) && \          $(am__cd) $(top_srcdir) && \
           $(AUTOMAKE) --gnu  lib/Makefile            $(AUTOMAKE) --gnu lib/Makefile
 .PRECIOUS: Makefile  .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
         @case '$?' in \          @case '$?' in \
Line 197  $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__
Line 205  $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__
         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh          cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh          cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   $(am__aclocal_m4_deps):
 tags: TAGS  tags: TAGS
 TAGS:  TAGS:
   
Line 220  distdir: $(DISTFILES)
Line 229  distdir: $(DISTFILES)
           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
           if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \              dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
               if test -d "$(distdir)/$$file"; then \
                 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
               fi; \
             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \              if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \                cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
             fi; \              fi; \
             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \              cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
           else \            else \
             test -f $(distdir)/$$file \              test -f "$(distdir)/$$file" \
             || cp -p $$d/$$file $(distdir)/$$file \              || cp -p $$d/$$file "$(distdir)/$$file" \
             || exit 1; \              || exit 1; \
           fi; \            fi; \
         done          done
Line 254  clean-generic:
Line 267  clean-generic:
   
 distclean-generic:  distclean-generic:
         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)          -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
           -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   
 maintainer-clean-generic:  maintainer-clean-generic:
         @echo "This command is intended for maintainers to use"          @echo "This command is intended for maintainers to use"
Line 272  dvi-am:
Line 286  dvi-am:
   
 html: html-am  html: html-am
   
   html-am:
   
 info: info-am  info: info-am
   
 info-am:  info-am:
Line 280  install-data-am:
Line 296  install-data-am:
   
 install-dvi: install-dvi-am  install-dvi: install-dvi-am
   
   install-dvi-am:
   
 install-exec-am:  install-exec-am:
   
 install-html: install-html-am  install-html: install-html-am
   
   install-html-am:
   
 install-info: install-info-am  install-info: install-info-am
   
   install-info-am:
   
 install-man:  install-man:
   
 install-pdf: install-pdf-am  install-pdf: install-pdf-am
   
   install-pdf-am:
   
 install-ps: install-ps-am  install-ps: install-ps-am
   
   install-ps-am:
   
 installcheck-am:  installcheck-am:
   
 maintainer-clean: maintainer-clean-am  maintainer-clean: maintainer-clean-am
Line 342  install-lib:
Line 368  install-lib:
         -for i in ${RR} ; do \          -for i in ${RR} ; do \
                 ${INSTALL_DATA} $$i ${DESTDIR}${asirdir} ; \                  ${INSTALL_DATA} $$i ${DESTDIR}${asirdir} ; \
         done          done
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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