[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_pari

Diff for /OpenXM/src/ox_pari/Makefile.in between version 1.6 and 1.7

version 1.6, 2017/07/10 02:43:49 version 1.7, 2018/06/04 06:39:26
Line 1 
Line 1 
 # Makefile.in generated by automake 1.14.1 from Makefile.am.  # Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@  # @configure_input@
   
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.  # Copyright (C) 1994-2017 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 16 
Line 16 
   
   
 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 82  host_triplet = @host@
Line 92  host_triplet = @host@
 target_triplet = @target@  target_triplet = @target@
 ox_pari_PROGRAMS = ox_pari$(EXEEXT)  ox_pari_PROGRAMS = ox_pari$(EXEEXT)
 subdir = .  subdir = .
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \  
         $(top_srcdir)/configure $(am__configure_deps) \  
         $(noinst_HEADERS) compile config.guess config.sub 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) $(noinst_HEADERS) $(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 = $(install_sh) -d  mkinstalldirs = $(install_sh) -d
Line 98  CONFIG_CLEAN_VPATH_FILES =
Line 106  CONFIG_CLEAN_VPATH_FILES =
 am__installdirs = "$(DESTDIR)$(ox_paridir)"  am__installdirs = "$(DESTDIR)$(ox_paridir)"
 PROGRAMS = $(ox_pari_PROGRAMS)  PROGRAMS = $(ox_pari_PROGRAMS)
 am_ox_pari_OBJECTS = ox_pari.$(OBJEXT) convert.$(OBJEXT) \  am_ox_pari_OBJECTS = ox_pari.$(OBJEXT) convert.$(OBJEXT) \
         pari_ftab.$(OBJEXT)          pari_ftab.$(OBJEXT) mysig.$(OBJEXT)
 ox_pari_OBJECTS = $(am_ox_pari_OBJECTS)  ox_pari_OBJECTS = $(am_ox_pari_OBJECTS)
 ox_pari_LDADD = $(LDADD)  ox_pari_LDADD = $(LDADD)
 AM_V_P = $(am__v_P_@AM_V@)  AM_V_P = $(am__v_P_@AM_V@)
Line 157  ETAGS = etags
Line 165  ETAGS = etags
 CTAGS = ctags  CTAGS = ctags
 CSCOPE = cscope  CSCOPE = cscope
 AM_RECURSIVE_TARGETS = cscope  AM_RECURSIVE_TARGETS = cscope
   am__DIST_COMMON = $(srcdir)/Makefile.in compile config.guess \
           config.sub install-sh missing
 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 276  top_srcdir = @top_srcdir@
Line 286  top_srcdir = @top_srcdir@
 AUTOMAKE_OPTIONS = foreign no-dependencies 1.5  AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
 DISTCLEANFILES = .configure_done  DISTCLEANFILES = .configure_done
 AM_CPPFLAGS = -g -Wall -finline-functions -I${prefix}/include  AM_CPPFLAGS = -g -Wall -finline-functions -I${prefix}/include
 noinst_HEADERS = ox_pari.h  noinst_HEADERS = ox_pari.h mysig.h
 ox_paridir = ${prefix}/bin  ox_paridir = ${prefix}/bin
 ox_pari_SOURCES = ox_pari.c convert.c pari_ftab.c  ox_pari_SOURCES = ox_pari.c convert.c pari_ftab.c mysig.c
 all: all-am  all: all-am
   
 .SUFFIXES:  .SUFFIXES:
Line 298  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir
Line 308  $(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 475  distdir: $(DISTFILES)
Line 484  distdir: $(DISTFILES)
           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \            ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
         || chmod -R a+r "$(distdir)"          || chmod -R a+r "$(distdir)"
 dist-gzip: distdir  dist-gzip: distdir
         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz          tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
         $(am__post_remove_distdir)          $(am__post_remove_distdir)
   
 dist-bzip2: distdir  dist-bzip2: distdir
Line 491  dist-xz: distdir
Line 500  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) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
         $(am__post_remove_distdir)          $(am__post_remove_distdir)
   
 dist-zip: distdir  dist-zip: distdir
Line 519  dist dist-all:
Line 528  dist dist-all:
 distcheck: dist  distcheck: dist
         case '$(DIST_ARCHIVES)' in \          case '$(DIST_ARCHIVES)' in \
         *.tar.gz*) \          *.tar.gz*) \
           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\            eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
         *.tar.bz2*) \          *.tar.bz2*) \
           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\            bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
         *.tar.lz*) \          *.tar.lz*) \
Line 529  distcheck: dist
Line 538  distcheck: dist
         *.tar.Z*) \          *.tar.Z*) \
           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\            uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
         *.shar.gz*) \          *.shar.gz*) \
           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\            eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
         *.zip*) \          *.zip*) \
           unzip $(distdir).zip ;;\            unzip $(distdir).zip ;;\
         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 725  uninstall-am: uninstall-ox_pariPROGRAMS
Line 734  uninstall-am: uninstall-ox_pariPROGRAMS
         mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \          mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
         ps ps-am tags tags-am uninstall uninstall-am \          ps ps-am tags tags-am uninstall uninstall-am \
         uninstall-ox_pariPROGRAMS          uninstall-ox_pariPROGRAMS
   
   .PRECIOUS: Makefile
   
   
 install-exec-hook:  install-exec-hook:

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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