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

Diff for /OpenXM_contrib2/asir2018/fft/Attic/Makefile between version 1.1 and 1.2

version 1.1, 2018/09/19 05:55:19 version 1.2, 2018/09/19 06:51:27
Line 1 
Line 1 
 # Makefile.in generated by automake 1.15 from Makefile.am.  # Makefile.in generated by automake 1.14.1 from Makefile.am.
 # fft/Makefile.  Generated from Makefile.in by configure.  # fft/Makefile.  Generated from Makefile.in by configure.
   
 # Copyright (C) 1994-2014 Free Software Foundation, Inc.  # Copyright (C) 1994-2013 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 
   
   
   
 am__is_gnu_make = { \  am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
   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 90  build_triplet = x86_64-pc-linux-gnu
Line 80  build_triplet = x86_64-pc-linux-gnu
 host_triplet = x86_64-pc-linux-gnu  host_triplet = x86_64-pc-linux-gnu
 target_triplet = x86_64-pc-linux-gnu  target_triplet = x86_64-pc-linux-gnu
 subdir = fft  subdir = fft
   DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
           $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
 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) \
         $(ACLOCAL_M4)          $(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)  
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =  CONFIG_CLEAN_VPATH_FILES =
Line 164  am__define_uniq_tagged_files = \
Line 155  am__define_uniq_tagged_files = \
   done | $(am__uniquify_input)`    done | $(am__uniquify_input)`
 ETAGS = etags  ETAGS = etags
 CTAGS = ctags  CTAGS = ctags
 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \  
         $(top_srcdir)/mkinstalldirs  
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = aclocal-1.15  ACLOCAL = aclocal-1.14
 AMTAR = $${TAR-tar}  AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 1  AM_DEFAULT_VERBOSITY = 1
 ASIR_GCLIB = libasir-gc.a  ASIR_GCLIB = libasir-gc.a
 AUTOCONF = autoconf  AUTOCONF = autoconf
 AUTOHEADER = autoheader  AUTOHEADER = autoheader
 AUTOMAKE = automake-1.15  AUTOMAKE = automake-1.14
 AWK = mawk  AWK = gawk
 CC = gcc  CC = gcc
 CCDEPMODE = depmode=gcc3  CCDEPMODE = depmode=gcc3
 CFLAGS = -g -O  CFLAGS = -g -O
Line 315  $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__
Line 304  $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__
         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fft/Makefile'; \          echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fft/Makefile'; \
         $(am__cd) $(top_srcdir) && \          $(am__cd) $(top_srcdir) && \
           $(AUTOMAKE) --gnu fft/Makefile            $(AUTOMAKE) --gnu fft/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 564  uninstall-am:
Line 554  uninstall-am:
         maintainer-clean-generic mostlyclean mostlyclean-compile \          maintainer-clean-generic mostlyclean mostlyclean-compile \
         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \          mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
         uninstall-am          uninstall-am
   
 .PRECIOUS: Makefile  
   
   
 # 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.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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