2010-06-03 21:24:43 +08:00
|
|
|
## This is a automake file, part of Unidata's netCDF package.
|
2013-08-15 23:43:59 +08:00
|
|
|
# Copyright 2005-2013, see the COPYRIGHT file for more information.
|
2010-06-03 21:24:43 +08:00
|
|
|
|
|
|
|
# This is the main automake file for netCDF. It builds the different
|
|
|
|
# netcdf directories. Not all directories are built, depending on the
|
|
|
|
# options selected during configure.
|
|
|
|
|
|
|
|
# This directory stores libtool macros, put there by aclocal.
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
|
|
# These files get added to the distribution.
|
2015-04-07 04:36:00 +08:00
|
|
|
EXTRA_DIST = README.md COPYRIGHT INSTALL.md test_prog.c \
|
2014-05-31 03:36:35 +08:00
|
|
|
lib_flags.am cmake CMakeLists.txt COMPILE.cmake.txt \
|
2014-05-30 03:23:24 +08:00
|
|
|
config.h.cmake.in cmake_uninstall.cmake.in \
|
2014-08-26 01:18:57 +08:00
|
|
|
FixBundle.cmake.in \
|
2014-05-30 03:23:24 +08:00
|
|
|
nc-config.cmake.in RELEASE_NOTES.md CTestCustom.cmake \
|
2015-01-15 02:13:34 +08:00
|
|
|
CTestConfig.cmake.in libnetcdf.settings.in netCDFConfig.cmake.in \
|
|
|
|
CMakeInstallation.cmake
|
2010-06-03 21:24:43 +08:00
|
|
|
|
2011-08-22 21:53:37 +08:00
|
|
|
# Doxygen doesn't build nicely in vpath builds.
|
2011-12-13 12:16:52 +08:00
|
|
|
# Don't do this; it wipes out any exported values
|
|
|
|
#DISTCHECK_CONFIGURE_FLAGS = --disable-doxygen
|
2011-08-22 21:53:37 +08:00
|
|
|
|
2010-06-03 21:24:43 +08:00
|
|
|
pkgconfigdir=$(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = netcdf.pc
|
|
|
|
|
2012-03-15 05:32:58 +08:00
|
|
|
# We need a way to automatically generate INSTALL from
|
2014-05-22 04:40:39 +08:00
|
|
|
# docs/install.doc, now that we've switched from texinfo to doxygen.
|
2012-03-15 05:32:58 +08:00
|
|
|
# INSTALL:
|
2014-05-22 04:40:39 +08:00
|
|
|
# non-existent-doxygen-to-text-utility < docs/install.doc > INSTALL
|
2012-03-15 05:32:58 +08:00
|
|
|
|
2010-06-03 21:24:43 +08:00
|
|
|
# Does the user want to build the V2 API?
|
|
|
|
if BUILD_V2
|
|
|
|
V2_TEST = nctest
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Does the user want to build ncgen/ncdump?
|
|
|
|
if BUILD_UTILITIES
|
|
|
|
NCGEN3 = ncgen3
|
|
|
|
NCGEN = ncgen
|
|
|
|
NCDUMP = ncdump
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Does the user want to build the examples?
|
|
|
|
if BUILD_EXAMPLES
|
|
|
|
EXAMPLES = examples
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Is the user building netCDF-4?
|
|
|
|
if USE_NETCDF4
|
2011-03-15 18:19:08 +08:00
|
|
|
H5_TEST_DIR = h5_test
|
2010-06-03 21:24:43 +08:00
|
|
|
LIBSRC4_DIR = libsrc4
|
|
|
|
NC_TEST4 = nc_test4
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Build the opendap client?
|
|
|
|
if BUILD_DAP
|
2012-08-01 04:34:13 +08:00
|
|
|
OCLIB = oc2
|
2011-05-18 03:14:35 +08:00
|
|
|
DAP2 = libdap2
|
2011-10-08 03:37:07 +08:00
|
|
|
#if BUILD_UTILITIES
|
2011-11-14 12:20:19 +08:00
|
|
|
NCDAPTESTDIR = ncdap_test
|
2011-10-08 03:37:07 +08:00
|
|
|
#endif # BUILD_UTILITIES
|
2010-06-03 21:24:43 +08:00
|
|
|
endif
|
|
|
|
|
2013-03-16 04:31:07 +08:00
|
|
|
# Build pnetcdf
|
|
|
|
if USE_PNETCDF
|
2015-08-15 10:38:30 +08:00
|
|
|
LIBSRCP = libsrcp
|
2011-09-02 06:32:28 +08:00
|
|
|
endif
|
|
|
|
|
2012-07-18 06:23:37 +08:00
|
|
|
# Build UDUNITS?
|
2012-07-18 06:29:09 +08:00
|
|
|
#if BUILD_UDUNITS
|
|
|
|
#UDUNITS = udunits
|
|
|
|
#endif
|
2012-07-18 06:23:37 +08:00
|
|
|
|
|
|
|
# Build libcf?
|
2012-07-18 06:29:09 +08:00
|
|
|
#if BUILD_LIBCF
|
|
|
|
#LIBCF = libcf
|
|
|
|
#endif
|
2012-07-18 06:23:37 +08:00
|
|
|
|
2012-04-13 10:41:00 +08:00
|
|
|
# Define Test directories
|
|
|
|
if BUILD_TESTSETS
|
|
|
|
TESTDIRS = $(V2_TEST) nc_test $(NC_TEST4) $(NCDAPTESTDIR)
|
|
|
|
endif
|
|
|
|
|
2010-06-03 21:24:43 +08:00
|
|
|
# This is the list of subdirs for which Makefiles will be constructed
|
2011-08-11 02:00:32 +08:00
|
|
|
# and run. ncgen must come before ncdump, because their tests
|
2014-07-24 04:26:15 +08:00
|
|
|
# depend on it.
|
2012-05-16 01:48:27 +08:00
|
|
|
SUBDIRS = include $(OCLIB) $(H5_TEST_DIR) libdispatch libsrc \
|
2015-08-15 10:38:30 +08:00
|
|
|
$(LIBSRC4_DIR) $(DAP2) $(LIBCDMR) $(LIBSRCP) liblib \
|
2012-03-26 09:34:32 +08:00
|
|
|
$(NCGEN3) $(NCGEN) $(NCDUMP) \
|
2012-04-13 10:41:00 +08:00
|
|
|
$(TESTDIRS) \
|
2014-05-22 04:40:39 +08:00
|
|
|
docs $(EXAMPLES) \
|
2012-07-18 06:23:37 +08:00
|
|
|
$(UDUNITS) $(LIBCF)
|
2010-06-03 21:24:43 +08:00
|
|
|
|
|
|
|
# Remove these generated files, for a distclean.
|
2014-07-24 04:48:36 +08:00
|
|
|
DISTCLEANFILES = VERSION comps.txt test_prog libnetcdf.settings
|
2010-06-03 21:24:43 +08:00
|
|
|
|
|
|
|
# The nc-config script helps the user build programs with netCDF.
|
|
|
|
bin_SCRIPTS = nc-config
|
|
|
|
|
|
|
|
# What needs to go in the binrary dist?
|
|
|
|
BINFILES = README_BINARIES.txt
|
|
|
|
BINFILES += include/netcdf.h share/man/man3/netcdf.3 lib/libnetcdf.a
|
2014-07-24 04:48:36 +08:00
|
|
|
BINFILES += libnetcdf.settings
|
2011-04-27 04:57:24 +08:00
|
|
|
ZIPBINFILES = ${prefix}/include/netcdf.h ${prefix}/share/man/man3/netcdf.3 ${prefix}/lib/libnetcdf.a
|
2010-06-03 21:24:43 +08:00
|
|
|
|
|
|
|
if BUILD_UTILITIES
|
|
|
|
BINFILES += bin/ncgen3$(EXEEXT) bin/ncgen$(EXEEXT) bin/ncdump$(EXEEXT) \
|
|
|
|
share/man/man1/ncgen.1 share/man/man1/ncdump.1
|
2011-04-27 04:57:24 +08:00
|
|
|
ZIPBINFILES += ${prefix}/bin/ncgen3$(EXEEXT) ${prefix}/bin/ncgen$(EXEEXT) ${prefix}/bin/ncdump$(EXEEXT) \
|
|
|
|
${prefix}/share/man/man1/ncgen.1 ${prefix}/share/man/man1/ncdump.1
|
2010-06-03 21:24:43 +08:00
|
|
|
endif
|
|
|
|
|
2011-03-15 18:19:08 +08:00
|
|
|
if BUILD_DLL
|
2011-05-06 07:02:22 +08:00
|
|
|
BINFILES += bin/libnetcdf-7.dll lib/libnetcdf.dll.a lib/libnetcdf.a \
|
2011-04-27 04:57:24 +08:00
|
|
|
lib/libnetcdf.la lib/netcdfdll.def
|
2011-05-06 07:02:22 +08:00
|
|
|
ZIPBINFILES += ${prefix}/bin/libnetcdf-7.dll ${prefix}/lib/libnetcdf.dll.a ${prefix}/lib/libnetcdf.a \
|
2011-04-27 04:57:24 +08:00
|
|
|
${prefix}/lib/libnetcdf.la ${prefix}/lib/netcdfdll.def
|
2011-03-15 18:19:08 +08:00
|
|
|
endif # BUILD_DLL
|
|
|
|
|
2014-07-24 04:48:36 +08:00
|
|
|
# install libnetcdf.settings in lib directory.
|
|
|
|
settingsdir=$(libdir)
|
|
|
|
settings_DATA=libnetcdf.settings
|
|
|
|
|
2015-08-17 11:44:18 +08:00
|
|
|
####
|
|
|
|
# Provide an entry to rebuild all the m4 generated files
|
|
|
|
# List of files to create: WARNING leave off the extension
|
2015-08-18 03:29:25 +08:00
|
|
|
####
|
|
|
|
|
2015-08-17 11:44:18 +08:00
|
|
|
MM4= ./nc_test/test_put ./nc_test/test_get \
|
2016-10-13 15:56:50 +08:00
|
|
|
./nc_test/test_write ./nc_test/test_read \
|
2015-08-17 11:44:18 +08:00
|
|
|
./libsrc/netcdf ./libsrc/putget ./libsrc/ncx \
|
|
|
|
./libsrc/t_ncxx ./libsrc/attr
|
|
|
|
|
|
|
|
mm4::
|
2015-08-18 03:29:25 +08:00
|
|
|
for m in ${MM4} ; do \
|
|
|
|
b=`basename $$m` ; d=`dirname $$m`;\
|
|
|
|
pushd $$d; m4 -s $${b}.m4 > $${b}.c ; popd; done
|
2015-08-17 11:44:18 +08:00
|
|
|
|
|
|
|
|
2014-11-20 07:57:51 +08:00
|
|
|
#####
|
|
|
|
# If ENABLE_FORTRAN was turned on,
|
|
|
|
# we have new make targets, build-netcdf-fortran and
|
|
|
|
# install-netcdf-fortran.
|
|
|
|
#####
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# build-netcdf-fortran
|
|
|
|
###
|
|
|
|
if BUILD_FORTRAN
|
|
|
|
|
|
|
|
build-netcdf-fortran:
|
|
|
|
echo "Downloading and Building NetCDF-Fortran"
|
|
|
|
chmod u+x $(abs_top_builddir)/postinstall.sh
|
|
|
|
sh -c "$(abs_top_builddir)/postinstall.sh -t autotools -a build"
|
|
|
|
|
|
|
|
###
|
|
|
|
# install-netcdf-fortran
|
|
|
|
###
|
|
|
|
install-netcdf-fortran:
|
|
|
|
echo "Installing NetCDF-Fortran"
|
|
|
|
chmod u+x $(abs_top_builddir)/postinstall.sh
|
|
|
|
sh -c "$(abs_top_builddir)/postinstall.sh -t autotools -a install"
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2010-06-03 21:24:43 +08:00
|
|
|
# At Unidata, package up binaries.
|
|
|
|
ftpbin: install
|
|
|
|
echo "Getting binaries from ${prefix}"
|
|
|
|
ls -l ${prefix}
|
|
|
|
echo "These are the binaries for netCDF @PACKAGE_VERSION@." > ${prefix}/README_BINARIES.txt
|
2011-08-12 01:54:34 +08:00
|
|
|
echo "For this build: CC=$(CC) CXX=$(CXX)" >> ${prefix}/README_BINARIES.txt
|
2010-06-03 21:24:43 +08:00
|
|
|
echo "CFLAGS=$(CFLAGS) CXXFLAGS=$(CXXFLAGS)" >> ${prefix}/README_BINARIES.txt
|
|
|
|
echo "FCFLAGS=$(FCFLAGS) F77FLAGS=$(F77FLAGS) $F90FLAGS=$(F90FLAGS)" >> ${prefix}/README_BINARIES.txt
|
|
|
|
which tar
|
2011-03-15 18:19:08 +08:00
|
|
|
echo "PATH: $(PATH)"
|
2010-06-03 21:24:43 +08:00
|
|
|
tar cf @BINFILE_NAME@ -C ${prefix} ${BINFILES}
|
|
|
|
gzip -f @BINFILE_NAME@
|
2011-04-27 04:57:24 +08:00
|
|
|
zip -j netcdf_${VERSION}.zip ${ZIPBINFILES}
|
2010-06-03 21:24:43 +08:00
|
|
|
|
|
|
|
check_nc_config:
|
|
|
|
$(CC) `./nc-config --cflags` test_prog.c -o test_prog `./nc-config --libs`
|
|
|
|
./test_prog
|
|
|
|
|
2014-11-20 07:57:51 +08:00
|
|
|
|
2010-06-03 21:24:43 +08:00
|
|
|
install-data-hook:
|
2014-11-19 06:33:16 +08:00
|
|
|
|
2014-11-20 07:57:51 +08:00
|
|
|
# if BUILD_FORTRAN
|
|
|
|
# chmod u+x $(abs_top_builddir)/postinstall.sh
|
|
|
|
# sh -c "$(abs_top_builddir)/postinstall.sh -t autotools"
|
|
|
|
#endif
|
2014-11-19 06:33:16 +08:00
|
|
|
|
2011-04-27 04:57:24 +08:00
|
|
|
if BUILD_DLL
|
2015-08-04 05:31:37 +08:00
|
|
|
cp liblib/netcdfdll.def $(DESTDIR)${prefix}/bin
|
2011-05-06 07:02:22 +08:00
|
|
|
endif # BUILD_DLL
|
2010-06-03 21:24:43 +08:00
|
|
|
@echo ''
|
|
|
|
@echo '+-------------------------------------------------------------+'
|
|
|
|
@echo '| Congratulations! You have successfully installed netCDF! |'
|
|
|
|
@echo '| |'
|
|
|
|
@echo '| You can use script "nc-config" to find out the relevant |'
|
|
|
|
@echo '| compiler options to build your application. Enter |'
|
|
|
|
@echo '| |'
|
|
|
|
@echo '| nc-config --help |'
|
|
|
|
@echo '| |'
|
|
|
|
@echo '| for additional information. |'
|
|
|
|
@echo '| |'
|
|
|
|
@echo '| CAUTION: |'
|
|
|
|
@echo '| |'
|
|
|
|
@echo '| If you have not already run "make check", then we strongly |'
|
|
|
|
@echo '| recommend you do so. It does not take very long. |'
|
|
|
|
@echo '| |'
|
|
|
|
@echo '| Before using netCDF to store important data, test your |'
|
|
|
|
@echo '| build with "make check". |'
|
|
|
|
@echo '| |'
|
|
|
|
@echo '| NetCDF is tested nightly on many platforms at Unidata |'
|
|
|
|
@echo '| but your platform is probably different in some ways. |'
|
|
|
|
@echo '| |'
|
|
|
|
@echo '| If any tests fail, please see the netCDF web site: |'
|
|
|
|
@echo '| http://www.unidata.ucar.edu/software/netcdf/ |'
|
|
|
|
@echo '| |'
|
|
|
|
@echo '| NetCDF is developed and maintained at the Unidata Program |'
|
2014-07-24 04:26:15 +08:00
|
|
|
@echo '| Center. Unidata provides a broad array of data and software |'
|
2010-06-03 21:24:43 +08:00
|
|
|
@echo '| tools for use in geoscience education and research. |'
|
|
|
|
@echo '| http://www.unidata.ucar.edu |'
|
|
|
|
@echo '+-------------------------------------------------------------+'
|
|
|
|
@echo ''
|