Makefile.in (netcdf-fortran-4.4.4) | : | Makefile.in (netcdf-fortran-4.4.5) | ||
---|---|---|---|---|
# 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, | |||
# with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |||
# PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. | |||
@SET_MAKE@ | @SET_MAKE@ | |||
# Copyright 2005-2006, see the COPYRIGHT file for more information. | # Copyright 2005-2006, see the COPYRIGHT file for more information. | |||
# This file controls the building of the fortran 90 API. All testing | # This file controls the building of the fortran 90 API. All testing | |||
# of the F90 API is done in the nf_test directory. | # of the F90 API is done in the nf_test directory. | |||
# Remember BUILD_F90 <=> !BUILD_F03 | # Remember BUILD_F90 <=> !BUILD_F03 | |||
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 \ | |||
?) ;; \ | ?) ;; \ | |||
*) echo "am__make_running_with_option: internal error: invalid" \ | *) echo "am__make_running_with_option: internal error: invalid" \ | |||
"target option '$${target_option-}' specified" >&2; \ | "target option '$${target_option-}' specified" >&2; \ | |||
exit 1;; \ | exit 1;; \ | |||
esac; \ | esac; \ | |||
has_opt=no; \ | has_opt=no; \ | |||
sane_makeflags=$$MAKEFLAGS; \ | sane_makeflags=$$MAKEFLAGS; \ | |||
if $(am__is_gnu_make); then \ | if $(am__is_gnu_make); then \ | |||
skipping to change at line 121 | skipping to change at line 131 | |||
@BUILD_F03_TRUE@am__append_8 = NETCDF_NC_DATA.mod NETCDF_NC_INTERFACES.mod NETCD F_NF_DATA.mod \ | @BUILD_F03_TRUE@am__append_8 = NETCDF_NC_DATA.mod NETCDF_NC_INTERFACES.mod NETCD F_NF_DATA.mod \ | |||
@BUILD_F03_TRUE@ NETCDF_NF_INTERFACES.mod NETCDF_F03.mod | @BUILD_F03_TRUE@ NETCDF_NF_INTERFACES.mod NETCDF_F03.mod | |||
@BUILD_F03_TRUE@@BUILD_V2_TRUE@am__append_9 = netcdf_fortv2_c_interfaces.mod | @BUILD_F03_TRUE@@BUILD_V2_TRUE@am__append_9 = netcdf_fortv2_c_interfaces.mod | |||
@BUILD_F03_TRUE@@BUILD_V2_TRUE@am__append_10 = NETCDF_FORTV2_C_INTERFACES.mod | @BUILD_F03_TRUE@@BUILD_V2_TRUE@am__append_10 = NETCDF_FORTV2_C_INTERFACES.mod | |||
@BUILD_F03_TRUE@@USE_NETCDF4_TRUE@am__append_11 = netcdf4_nc_interfaces.mod netc df4_nf_interfaces.mod netcdf4_f03.mod | @BUILD_F03_TRUE@@USE_NETCDF4_TRUE@am__append_11 = netcdf4_nc_interfaces.mod netc df4_nf_interfaces.mod netcdf4_f03.mod | |||
@BUILD_F03_TRUE@@USE_NETCDF4_TRUE@am__append_12 = NETCDF4_NC_INTERFACES.mod NETC DF4_NF_INTERFACES.mod NETCDF4_F03.mod | @BUILD_F03_TRUE@@USE_NETCDF4_TRUE@am__append_12 = NETCDF4_NC_INTERFACES.mod NETC DF4_NF_INTERFACES.mod NETCDF4_F03.mod | |||
@UPPER_CASE_MOD_TRUE@am__append_13 = $(UCHEADERS) $(UCCOMMON) $(LCHEADERS) $(LCC OMMON) | @UPPER_CASE_MOD_TRUE@am__append_13 = $(UCHEADERS) $(UCCOMMON) $(LCHEADERS) $(LCC OMMON) | |||
@UPPER_CASE_MOD_FALSE@am__append_14 = $(LCHEADERS) $(LCCOMMON) | @UPPER_CASE_MOD_FALSE@am__append_14 = $(LCHEADERS) $(LCCOMMON) | |||
subdir = fortran | subdir = fortran | |||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | ||||
$(top_srcdir)/depcomp | ||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ | am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ | |||
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | |||
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | |||
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac | $(top_srcdir)/acinclude.m4 $(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 $(am__DIST_COMMON) | ||||
mkinstalldirs = $(install_sh) -d | mkinstalldirs = $(install_sh) -d | |||
CONFIG_HEADER = $(top_builddir)/config.h \ | CONFIG_HEADER = $(top_builddir)/config.h \ | |||
$(top_builddir)/libsrc/nfconfig1.inc | $(top_builddir)/libsrc/nfconfig1.inc | |||
CONFIG_CLEAN_FILES = | CONFIG_CLEAN_FILES = | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |||
am__vpath_adj = case $$p in \ | am__vpath_adj = case $$p in \ | |||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |||
*) f=$$p;; \ | *) f=$$p;; \ | |||
esac; | esac; | |||
skipping to change at line 286 | skipping to change at line 295 | |||
# Make sure the list of sources is unique. This is necessary because, | # Make sure the list of sources is unique. This is necessary because, | |||
# e.g., the same source file might be shared among _SOURCES variables | # e.g., the same source file might be shared among _SOURCES variables | |||
# for different programs/libraries. | # for different programs/libraries. | |||
am__define_uniq_tagged_files = \ | am__define_uniq_tagged_files = \ | |||
list='$(am__tagged_files)'; \ | list='$(am__tagged_files)'; \ | |||
unique=`for i in $$list; do \ | unique=`for i in $$list; do \ | |||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |||
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 | ||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ | |||
ALLOCA = @ALLOCA@ | ALLOCA = @ALLOCA@ | |||
AMTAR = @AMTAR@ | AMTAR = @AMTAR@ | |||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |||
AR = @AR@ | AR = @AR@ | |||
AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ | |||
AUTOHEADER = @AUTOHEADER@ | AUTOHEADER = @AUTOHEADER@ | |||
AUTOMAKE = @AUTOMAKE@ | AUTOMAKE = @AUTOMAKE@ | |||
AWK = @AWK@ | AWK = @AWK@ | |||
skipping to change at line 341 | skipping to change at line 351 | |||
INSTALL_SCRIPT = @INSTALL_SCRIPT@ | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |||
LD = @LD@ | LD = @LD@ | |||
LDFLAGS = @LDFLAGS@ | LDFLAGS = @LDFLAGS@ | |||
LIBOBJS = @LIBOBJS@ | LIBOBJS = @LIBOBJS@ | |||
LIBS = @LIBS@ | LIBS = @LIBS@ | |||
LIBTOOL = @LIBTOOL@ | LIBTOOL = @LIBTOOL@ | |||
LIPO = @LIPO@ | LIPO = @LIPO@ | |||
LN_S = @LN_S@ | LN_S = @LN_S@ | |||
LTLIBOBJS = @LTLIBOBJS@ | LTLIBOBJS = @LTLIBOBJS@ | |||
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ | ||||
MAINT = @MAINT@ | MAINT = @MAINT@ | |||
MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ | |||
MANIFEST_TOOL = @MANIFEST_TOOL@ | MANIFEST_TOOL = @MANIFEST_TOOL@ | |||
MKDIR_P = @MKDIR_P@ | MKDIR_P = @MKDIR_P@ | |||
MOD_FLAG = @MOD_FLAG@ | MOD_FLAG = @MOD_FLAG@ | |||
NC_FLIBS = @NC_FLIBS@ | NC_FLIBS = @NC_FLIBS@ | |||
NC_LIBS = @NC_LIBS@ | NC_LIBS = @NC_LIBS@ | |||
NM = @NM@ | NM = @NM@ | |||
NMEDIT = @NMEDIT@ | NMEDIT = @NMEDIT@ | |||
NMFLAGS = @NMFLAGS@ | NMFLAGS = @NMFLAGS@ | |||
skipping to change at line 415 | skipping to change at line 426 | |||
libexecdir = @libexecdir@ | libexecdir = @libexecdir@ | |||
localedir = @localedir@ | localedir = @localedir@ | |||
localstatedir = @localstatedir@ | localstatedir = @localstatedir@ | |||
mandir = @mandir@ | mandir = @mandir@ | |||
mkdir_p = @mkdir_p@ | mkdir_p = @mkdir_p@ | |||
oldincludedir = @oldincludedir@ | oldincludedir = @oldincludedir@ | |||
pdfdir = @pdfdir@ | 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@ | |||
sysconfdir = @sysconfdir@ | sysconfdir = @sysconfdir@ | |||
target = @target@ | target = @target@ | |||
target_alias = @target_alias@ | target_alias = @target_alias@ | |||
target_cpu = @target_cpu@ | target_cpu = @target_cpu@ | |||
target_os = @target_os@ | target_os = @target_os@ | |||
target_vendor = @target_vendor@ | target_vendor = @target_vendor@ | |||
top_build_prefix = @top_build_prefix@ | top_build_prefix = @top_build_prefix@ | |||
skipping to change at line 455 | skipping to change at line 467 | |||
# Tell make to rebuld fortran library if netcdf.inc has changed | # Tell make to rebuld fortran library if netcdf.inc has changed | |||
libnetcdff_la_DEPENDENCIES = netcdf_attributes.f90 \ | libnetcdff_la_DEPENDENCIES = netcdf_attributes.f90 \ | |||
netcdf_constants.f90 netcdf_dims.f90 netcdf_expanded.f90 \ | netcdf_constants.f90 netcdf_dims.f90 netcdf_expanded.f90 \ | |||
netcdf_externals.f90 netcdf_file.f90 netcdf_overloads.f90 \ | netcdf_externals.f90 netcdf_file.f90 netcdf_overloads.f90 \ | |||
netcdf_text_variables.f90 netcdf_variables.f90 \ | netcdf_text_variables.f90 netcdf_variables.f90 \ | |||
netcdf_visibility.f90 netcdf_eightbyte.f90 $(am__append_4) \ | netcdf_visibility.f90 netcdf_eightbyte.f90 $(am__append_4) \ | |||
netcdf.inc $(COMMONHEADERS) | netcdf.inc $(COMMONHEADERS) | |||
# All of the _DEPENDENCIES must also be in EXTRA_DIST | # All of the _DEPENDENCIES must also be in EXTRA_DIST | |||
# The nfconfig.in file is turned into nfconfig.inc by the configure | ||||
# script. The man page is generated on the developers machine for the dist | ||||
EXTRA_DIST = netcdf_attributes.f90 netcdf_constants.f90 \ | EXTRA_DIST = netcdf_attributes.f90 netcdf_constants.f90 \ | |||
netcdf_dims.f90 netcdf_expanded.f90 netcdf_externals.f90 \ | netcdf_dims.f90 netcdf_expanded.f90 netcdf_externals.f90 \ | |||
netcdf_file.f90 netcdf_overloads.f90 netcdf_text_variables.f90 \ | netcdf_file.f90 netcdf_overloads.f90 netcdf_text_variables.f90 \ | |||
netcdf_variables.f90 netcdf_visibility.f90 \ | netcdf_variables.f90 netcdf_visibility.f90 \ | |||
netcdf_eightbyte.f90 netcdf4_func.f90 netcdf4_externals.f90 \ | netcdf_eightbyte.f90 netcdf4_func.f90 netcdf4_externals.f90 \ | |||
netcdf4_visibility.f90 netcdf4.f90 netcdf4_eightbyte.f90 \ | netcdf4_visibility.f90 netcdf4.f90 netcdf4_eightbyte.f90 \ | |||
netcdf4_overloads.f90 netcdf4_variables.f90 netcdf4_file.f90 \ | netcdf4_overloads.f90 netcdf4_variables.f90 netcdf4_file.f90 \ | |||
netcdf.inc CMakeLists.txt netcdf.inc netcdf2.inc netcdf3.inc \ | netcdf.inc CMakeLists.txt netcdf2.inc netcdf3.inc netcdf4.inc | |||
netcdf4.inc | ||||
CLEANFILES = netcdf_nc_data.mod netcdf_nc_interfaces.mod \ | CLEANFILES = netcdf_nc_data.mod netcdf_nc_interfaces.mod \ | |||
netcdf_nf_data.mod netcdf_nf_interfaces.mod \ | netcdf_nf_data.mod netcdf_nf_interfaces.mod \ | |||
netcdf_fortv2_c_interfaces.mod netcdf_f03.mod \ | netcdf_fortv2_c_interfaces.mod netcdf_f03.mod \ | |||
netcdf4_nc_interfaces.mod netcdf4_nf_interfaces.mod \ | netcdf4_nc_interfaces.mod netcdf4_nf_interfaces.mod \ | |||
netcdf4_f03.mod $(UCHEADERS) $(UCCOMMON) $(LCHEADERS) \ | netcdf4_f03.mod nfconfig.inc netcdf.inc $(UCHEADERS) \ | |||
$(LCCOMMON) | $(UCCOMMON) $(LCHEADERS) $(LCCOMMON) | |||
DISTCLEANFILES = nfconfig1.inc nfconfig.inc netcdf.inc | DISTCLEANFILES = | |||
libnetcdff_la_LDFLAGS = $(AM_LDFLAGS) -version-number 6:1:1 | libnetcdff_la_LDFLAGS = $(AM_LDFLAGS) -version-number 6:2:1 | |||
@USE_NETCDF4_FALSE@NETCDF_O = netcdf.o | @USE_NETCDF4_FALSE@NETCDF_O = netcdf.o | |||
@USE_NETCDF4_TRUE@NETCDF_O = netcdf4.o | @USE_NETCDF4_TRUE@NETCDF_O = netcdf4.o | |||
@BUILD_F03_FALSE@libnetcdff_la_LIBADD = ${top_builddir}/libsrc/libnetcdfc.la | @BUILD_F03_FALSE@libnetcdff_la_LIBADD = ${top_builddir}/libsrc/libnetcdfc.la | |||
# Some fortran compilers change the file names of .mod files to all | # Some fortran compilers change the file names of .mod files to all | |||
# uppercase. Just to be special. | # uppercase. Just to be special. | |||
LCHEADERS = $(am__append_7) $(am__append_9) $(am__append_11) | LCHEADERS = $(am__append_7) $(am__append_9) $(am__append_11) | |||
UCHEADERS = $(am__append_8) $(am__append_10) $(am__append_12) | UCHEADERS = $(am__append_8) $(am__append_10) $(am__append_12) | |||
# These are always used | # These are always used | |||
skipping to change at line 510 | skipping to change at line 518 | |||
case '$(am__configure_deps)' in \ | case '$(am__configure_deps)' in \ | |||
*$$dep*) \ | *$$dep*) \ | |||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |||
&& { if test -f $@; then exit 0; else break; fi; }; \ | && { if test -f $@; then exit 0; else break; fi; }; \ | |||
exit 1;; \ | exit 1;; \ | |||
esac; \ | esac; \ | |||
done; \ | done; \ | |||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign fortran/Makefile'; \ | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign fortran/Makefile'; \ | |||
$(am__cd) $(top_srcdir) && \ | $(am__cd) $(top_srcdir) && \ | |||
$(AUTOMAKE) --foreign fortran/Makefile | $(AUTOMAKE) --foreign fortran/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*) \ | |||
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__depfiles_maybe)'; \ | |||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__dep files_maybe);; \ | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__dep files_maybe);; \ | |||
esac; | esac; | |||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) | |||
skipping to change at line 858 | skipping to change at line 865 | |||
install-exec-am install-html install-html-am install-info \ | install-exec-am install-html install-html-am install-info \ | |||
install-info-am install-libLTLIBRARIES install-man \ | install-info-am install-libLTLIBRARIES install-man \ | |||
install-nodist_includeHEADERS install-pdf install-pdf-am \ | install-nodist_includeHEADERS install-pdf install-pdf-am \ | |||
install-ps install-ps-am install-strip installcheck \ | install-ps install-ps-am install-strip installcheck \ | |||
installcheck-am installdirs maintainer-clean \ | installcheck-am installdirs maintainer-clean \ | |||
maintainer-clean-generic mostlyclean mostlyclean-compile \ | maintainer-clean-generic mostlyclean mostlyclean-compile \ | |||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |||
tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ | tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ | |||
uninstall-nodist_includeHEADERS | uninstall-nodist_includeHEADERS | |||
.PRECIOUS: Makefile | ||||
# Add dependencies for source files included in "meta" source files, so the | # Add dependencies for source files included in "meta" source files, so the | |||
# meta source is rebuilt properly when an included file is modified. | # meta source is rebuilt properly when an included file is modified. | |||
netcdf.$(OBJEXT): netcdf_constants.f90 netcdf_externals.f90 netcdf_overloads.f90 \ | netcdf.$(OBJEXT): netcdf_constants.f90 netcdf_externals.f90 netcdf_overloads.f90 \ | |||
netcdf_visibility.f90 netcdf_file.f90 netcdf3_file.f90 netcdf_dims.f90 \ | netcdf_visibility.f90 netcdf_file.f90 netcdf3_file.f90 netcdf_dims.f90 \ | |||
netcdf_attributes.f90 netcdf_variables.f90 netcdf_text_variables.f90 \ | netcdf_attributes.f90 netcdf_variables.f90 netcdf_text_variables.f90 \ | |||
netcdf_expanded.f90 netcdf_eightbyte.f90 | netcdf_expanded.f90 netcdf_eightbyte.f90 | |||
netcdf4.$(OBJEXT): netcdf_constants.f90 netcdf_externals.f90 netcdf4_externals.f 90 \ | netcdf4.$(OBJEXT): netcdf_constants.f90 netcdf_externals.f90 netcdf4_externals.f 90 \ | |||
netcdf_overloads.f90 netcdf_visibility.f90 netcdf4_visibility.f90 \ | netcdf_overloads.f90 netcdf_visibility.f90 netcdf4_visibility.f90 \ | |||
netcdf_file.f90 netcdf4_file.f90 netcdf_dims.f90 netcdf_attributes.f90 \ | netcdf_file.f90 netcdf4_file.f90 netcdf_dims.f90 netcdf_attributes.f90 \ | |||
netcdf4_variables.f90 netcdf_text_variables.f90 netcdf_expanded.f90 \ | netcdf4_variables.f90 netcdf_text_variables.f90 netcdf_expanded.f90 \ | |||
End of changes. 13 change blocks. | ||||
15 lines changed or deleted | 24 lines changed or added |