update to automake 1.14
This diff is collapsed.
# Makefile.in generated by automake 1.11.5 from Makefile.am. | ||
# Makefile.in generated by automake 1.14 from Makefile.am. | ||
# @configure_input@ | ||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | ||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | ||
# Foundation, Inc. | ||
# Copyright (C) 1994-2013 Free Software Foundation, Inc. | ||
# This Makefile.in is free software; the Free Software Foundation | ||
# gives unlimited permission to copy and/or distribute it, | ||
# with or without modifications, as long as this notice is preserved. | ||
... | ... | @@ -16,23 +15,51 @@ |
@SET_MAKE@ | ||
VPATH = @srcdir@ | ||
am__make_dryrun = \ | ||
{ \ | ||
am__dry=no; \ | ||
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||
am__make_running_with_option = \ | ||
case $${target_option-} in \ | ||
?) ;; \ | ||
*) echo "am__make_running_with_option: internal error: invalid" \ | ||
"target option '$${target_option-}' specified" >&2; \ | ||
exit 1;; \ | ||
esac; \ | ||
has_opt=no; \ | ||
sane_makeflags=$$MAKEFLAGS; \ | ||
if $(am__is_gnu_make); then \ | ||
sane_makeflags=$$MFLAGS; \ | ||
else \ | ||
case $$MAKEFLAGS in \ | ||
*\\[\ \ ]*) \ | ||
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | ||
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | ||
*) \ | ||
for am__flg in $$MAKEFLAGS; do \ | ||
case $$am__flg in \ | ||
*=*|--*) ;; \ | ||
*n*) am__dry=yes; break;; \ | ||
bs=\\; \ | ||
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | ||
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | ||
esac; \ | ||
done;; \ | ||
fi; \ | ||
skip_next=no; \ | ||
strip_trailopt () \ | ||
{ \ | ||
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | ||
}; \ | ||
for flg in $$sane_makeflags; do \ | ||
test $$skip_next = yes && { skip_next=no; continue; }; \ | ||
case $$flg in \ | ||
*=*|--*) continue;; \ | ||
-*I) strip_trailopt 'I'; skip_next=yes;; \ | ||
-*I?*) strip_trailopt 'I';; \ | ||
-*O) strip_trailopt 'O'; skip_next=yes;; \ | ||
-*O?*) strip_trailopt 'O';; \ | ||
-*l) strip_trailopt 'l'; skip_next=yes;; \ | ||
-*l?*) strip_trailopt 'l';; \ | ||
-[dEDm]) skip_next=yes;; \ | ||
-[JT]) skip_next=yes;; \ | ||
esac; \ | ||
test $$am__dry = yes; \ | ||
} | ||
case $$flg in \ | ||
*$$target_option*) has_opt=yes; break;; \ | ||
esac; \ | ||
done; \ | ||
test $$has_opt = yes | ||
am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | ||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | ||
pkgdatadir = $(datadir)/@PACKAGE@ | ||
pkgincludedir = $(includedir)/@PACKAGE@ | ||
pkglibdir = $(libdir)/@PACKAGE@ | ||
... | ... | @@ -56,7 +83,9 @@ noinst_PROGRAMS = $(am__EXEEXT_2) createtable$(EXEEXT) |
@ENABLE_CDI_LIB_TRUE@am__append_1 = cdi | ||
@ENABLE_CDI_LIB_FALSE@am__append_2 = cdi | ||
subdir = app | ||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | ||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | ||
$(top_srcdir)/config/mkinstalldirs \ | ||
$(top_srcdir)/config/depcomp | ||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
am__aclocal_m4_deps = \ | ||
$(top_srcdir)/m4/acx_assert_lang_is_fortran_variant.m4 \ | ||
... | ... | @@ -83,28 +112,53 @@ PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) |
am_cdi_OBJECTS = cdi.$(OBJEXT) | ||
cdi_OBJECTS = $(am_cdi_OBJECTS) | ||
cdi_DEPENDENCIES = $(top_builddir)/src/libcdi.la | ||
cdi_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | ||
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(cdi_LDFLAGS) \ | ||
$(LDFLAGS) -o $@ | ||
AM_V_lt = $(am__v_lt_@AM_V@) | ||
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||
am__v_lt_0 = --silent | ||
am__v_lt_1 = | ||
cdi_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | ||
$(cdi_LDFLAGS) $(LDFLAGS) -o $@ | ||
am_createtable_OBJECTS = createtable.$(OBJEXT) | ||
createtable_OBJECTS = $(am_createtable_OBJECTS) | ||
createtable_DEPENDENCIES = $(top_builddir)/src/libcdi.la | ||
createtable_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
createtable_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | ||
$(createtable_LDFLAGS) $(LDFLAGS) -o $@ | ||
AM_V_P = $(am__v_P_@AM_V@) | ||
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | ||
am__v_P_0 = false | ||
am__v_P_1 = : | ||
AM_V_GEN = $(am__v_GEN_@AM_V@) | ||
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||
am__v_GEN_0 = @echo " GEN " $@; | ||
am__v_GEN_1 = | ||
AM_V_at = $(am__v_at_@AM_V@) | ||
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||
am__v_at_0 = @ | ||
am__v_at_1 = | ||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src | ||
depcomp = $(SHELL) $(top_srcdir)/config/depcomp | ||
am__depfiles_maybe = depfiles | ||
am__mv = mv -f | ||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | ||
< |