1# This is part of the netCDF package.
2# Copyright 2005 University Corporation for Atmospheric Research/Unidata
3# See COPYRIGHT file for conditions of use.
4#
5# Assemble the CPPFLAGS and LDFLAGS that point to all the needed
6# libraries for netCDF-4.
7#
8
9AM_CPPFLAGS = -I$(top_srcdir)/include
10AM_LDFLAGS =
11
12if USE_DAP
13AM_CPPFLAGS += -I${top_srcdir}/oc2
14endif
15
16AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir};
17
18
19
20
21