[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.19 and 1.22

version 1.19, 2015/08/04 06:46:29 version 1.22, 2019/03/23 12:17:16
Line 1 
Line 1 
 # Makefile.in generated by automake 1.15 from Makefile.am.  # Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@  # @configure_input@
   
 # Copyright (C) 1994-2014 Free Software Foundation, Inc.  # Copyright (C) 1994-2018 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,
Line 176  GCINC = @GCINC@
Line 176  GCINC = @GCINC@
 GCLIB = @GCLIB@  GCLIB = @GCLIB@
 GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@  GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
 GC_DISTDIR = @GC_DISTDIR@  GC_DISTDIR = @GC_DISTDIR@
   GMPLIB = @GMPLIB@
 GREP = @GREP@  GREP = @GREP@
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
Line 208  SHELL = @SHELL@
Line 209  SHELL = @SHELL@
 STRIP = @STRIP@  STRIP = @STRIP@
 USE_GC_SPARC64 = @USE_GC_SPARC64@  USE_GC_SPARC64 = @USE_GC_SPARC64@
 VERSION = @VERSION@  VERSION = @VERSION@
   WSLIB = @WSLIB@
 XMKMF = @XMKMF@  XMKMF = @XMKMF@
 XPMLIB = @XPMLIB@  XPMLIB = @XPMLIB@
 X_CFLAGS = @X_CFLAGS@  X_CFLAGS = @X_CFLAGS@
Line 296  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config
Line 298  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config
           *config.status*) \            *config.status*) \
             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
           *) \            *) \
             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \              echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \              cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
         esac;          esac;
   
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Line 336  ctags CTAGS:
Line 338  ctags CTAGS:
 cscope cscopelist:  cscope cscopelist:
   
   
 distdir: $(DISTFILES)  distdir: $(BUILT_SOURCES)
           $(MAKE) $(AM_MAKEFLAGS) distdir-am
   
   distdir-am: $(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'`; \
         list='$(DISTFILES)'; \          list='$(DISTFILES)'; \

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.22

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