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

Diff for /OpenXM_contrib2/asir2018/Makefile.in between version 1.3 and 1.4

version 1.3, 2018/09/21 07:06:51 version 1.4, 2018/09/27 02:39:36
Line 1 
Line 1 
 # Makefile.in generated by automake 1.14.1 from Makefile.am.  # Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@  # @configure_input@
   
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.  # Copyright (C) 1994-2014 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 15 
Line 15 
 @SET_MAKE@  @SET_MAKE@
   
 VPATH = @srcdir@  VPATH = @srcdir@
 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'  am__is_gnu_make = { \
     if test -z '$(MAKELEVEL)'; then \
       false; \
     elif test -n '$(MAKE_HOST)'; then \
       true; \
     elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
       true; \
     else \
       false; \
     fi; \
   }
 am__make_running_with_option = \  am__make_running_with_option = \
   case $${target_option-} in \    case $${target_option-} in \
       ?) ;; \        ?) ;; \
Line 81  host_triplet = @host@
Line 91  host_triplet = @host@
 target_triplet = @target@  target_triplet = @target@
 asir_PROGRAMS = asir$(EXEEXT)  asir_PROGRAMS = asir$(EXEEXT)
 subdir = .  subdir = .
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \  
         $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \  
         INSTALL compile config.guess config.sub depcomp install-sh \  
         missing  
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac  am__aclocal_m4_deps = $(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)
   DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
           $(am__configure_deps) $(am__DIST_COMMON)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \  am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno   configure.lineno config.status.lineno
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
Line 174  ETAGS = etags
Line 182  ETAGS = etags
 CTAGS = ctags  CTAGS = ctags
 CSCOPE = cscope  CSCOPE = cscope
 DIST_SUBDIRS = asm builtin engine fft include io lib parse plot  DIST_SUBDIRS = asm builtin engine fft include io lib parse plot
   am__DIST_COMMON = $(srcdir)/Makefile.in INSTALL compile config.guess \
           config.sub depcomp install-sh missing mkinstalldirs
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)  distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)  top_distdir = $(distdir)
Line 329  pdfdir = @pdfdir@
Line 339  pdfdir = @pdfdir@
 prefix = @prefix@  prefix = @prefix@
 program_transform_name = @program_transform_name@  program_transform_name = @program_transform_name@
 psdir = @psdir@  psdir = @psdir@
   runstatedir = @runstatedir@
 sbindir = @sbindir@  sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@  sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@  srcdir = @srcdir@
Line 351  asir_SOURCES = parse/main.c
Line 362  asir_SOURCES = parse/main.c
 asir_LDADD = libasir.a @ASIR_GCLIB@  asir_LDADD = libasir.a @ASIR_GCLIB@
 CLEANFILES = ${asir_LDADD} asir-openxm-${VERSION}.tgz  CLEANFILES = ${asir_LDADD} asir-openxm-${VERSION}.tgz
 GC_TAR_GZ = gc-7.4.2.tar.gz  GC_TAR_GZ = gc-7.4.2.tar.gz
 GC_PATCH = gc-7.diff gc-7.0-risa.diff  GC_PATCH = gc-7.4.2-risa.diff
 LIB_ATOMIC = libatomic_ops-7.4.0  LIB_ATOMIC = libatomic_ops-7.4.0
 LIB_ATOMIC_TAR_GZ = ${LIB_ATOMIC}.tar.gz  LIB_ATOMIC_TAR_GZ = ${LIB_ATOMIC}.tar.gz
 #GC_TAR_GZ     = ${GC}.tar.gz  #GC_TAR_GZ     = ${GC}.tar.gz
Line 388  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir
Line 399  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir
         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
         $(am__cd) $(top_srcdir) && \          $(am__cd) $(top_srcdir) && \
           $(AUTOMAKE) --foreign Makefile            $(AUTOMAKE) --foreign Makefile
 .PRECIOUS: Makefile  
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
         @case '$?' in \          @case '$?' in \
           *config.status*) \            *config.status*) \
Line 659  dist-xz: distdir
Line 669  dist-xz: distdir
         $(am__post_remove_distdir)          $(am__post_remove_distdir)
   
 dist-tarZ: distdir  dist-tarZ: distdir
         @echo WARNING: "Support for shar distribution archives is" \          @echo WARNING: "Support for distribution archives compressed with" \
                        "deprecated." >&2                         "legacy program 'compress' is deprecated." >&2
         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2          @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z          tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
         $(am__post_remove_distdir)          $(am__post_remove_distdir)
   
 dist-shar: distdir  dist-shar: distdir
         @echo WARNING: "Support for distribution archives compressed with" \          @echo WARNING: "Support for shar distribution archives is" \
                        "legacy program 'compress' is deprecated." >&2                         "deprecated." >&2
         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2          @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz          shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
         $(am__post_remove_distdir)          $(am__post_remove_distdir)
Line 703  distcheck: dist
Line 713  distcheck: dist
         esac          esac
         chmod -R a-w $(distdir)          chmod -R a-w $(distdir)
         chmod u+w $(distdir)          chmod u+w $(distdir)
         mkdir $(distdir)/_build $(distdir)/_inst          mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
         chmod a-w $(distdir)          chmod a-w $(distdir)
         test -d $(distdir)/_build || exit 0; \          test -d $(distdir)/_build || exit 0; \
         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \          dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \            && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
           && am__cwd=`pwd` \            && am__cwd=`pwd` \
           && $(am__cd) $(distdir)/_build \            && $(am__cd) $(distdir)/_build/sub \
           && ../configure \            && ../../configure \
             $(AM_DISTCHECK_CONFIGURE_FLAGS) \              $(AM_DISTCHECK_CONFIGURE_FLAGS) \
             $(DISTCHECK_CONFIGURE_FLAGS) \              $(DISTCHECK_CONFIGURE_FLAGS) \
             --srcdir=.. --prefix="$$dc_install_base" \              --srcdir=../.. --prefix="$$dc_install_base" \
           && $(MAKE) $(AM_MAKEFLAGS) \            && $(MAKE) $(AM_MAKEFLAGS) \
           && $(MAKE) $(AM_MAKEFLAGS) dvi \            && $(MAKE) $(AM_MAKEFLAGS) dvi \
           && $(MAKE) $(AM_MAKEFLAGS) check \            && $(MAKE) $(AM_MAKEFLAGS) check \
Line 893  uninstall-am: uninstall-asirPROGRAMS
Line 903  uninstall-am: uninstall-asirPROGRAMS
         maintainer-clean maintainer-clean-generic mostlyclean \          maintainer-clean maintainer-clean-generic mostlyclean \
         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \          mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
         tags tags-am uninstall uninstall-am uninstall-asirPROGRAMS          tags tags-am uninstall uninstall-am uninstall-asirPROGRAMS
   
   .PRECIOUS: Makefile
   
 # EXTRALIBS = @EXTRALIBS@  # EXTRALIBS = @EXTRALIBS@
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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