2011-03-15 18:19:08 +08:00
|
|
|
# This is part of the netCDF package.
|
2018-12-07 06:51:35 +08:00
|
|
|
# Copyright 2018 University Corporation for Atmospheric Research/Unidata
|
2011-03-15 18:19:08 +08:00
|
|
|
# See COPYRIGHT file for conditions of use.
|
2018-12-07 06:51:35 +08:00
|
|
|
#
|
2011-03-15 18:19:08 +08:00
|
|
|
# Assemble the CPPFLAGS and LDFLAGS that point to all the needed
|
|
|
|
# libraries for netCDF-4.
|
|
|
|
#
|
|
|
|
|
2018-12-07 06:51:35 +08:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
AM_LDFLAGS =
|
2011-03-15 18:19:08 +08:00
|
|
|
|
|
|
|
if USE_DAP
|
2012-08-01 04:34:13 +08:00
|
|
|
AM_CPPFLAGS += -I${top_srcdir}/oc2
|
2011-03-15 18:19:08 +08:00
|
|
|
endif
|
2011-03-22 02:38:10 +08:00
|
|
|
|
2018-12-07 06:51:35 +08:00
|
|
|
AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir};
|