2010-06-24 05:20:03 +08:00
|
|
|
## This is a automake file, part of Unidata's netCDF package.
|
|
|
|
# Copyright 2010, see the COPYRIGHT file for more information.
|
|
|
|
|
|
|
|
# This automake file generates the Makefile to build the include
|
|
|
|
# directory.
|
|
|
|
|
2018-02-08 23:02:28 +08:00
|
|
|
# Ed Hartnett, Dennis Heimbigner, Ward Fisher
|
|
|
|
|
2018-11-26 19:31:23 +08:00
|
|
|
include_HEADERS = netcdf.h netcdf_meta.h netcdf_mem.h netcdf_aux.h
|
2010-06-24 05:20:03 +08:00
|
|
|
|
|
|
|
if BUILD_PARALLEL
|
2014-09-11 00:49:32 +08:00
|
|
|
include_HEADERS += netcdf_par.h
|
|
|
|
endif
|
2010-06-24 05:20:03 +08:00
|
|
|
|
2018-02-08 23:02:28 +08:00
|
|
|
noinst_HEADERS = nc_logging.h nc_tests.h fbits.h nc.h nclist.h \
|
|
|
|
ncuri.h ncutf8.h ncdispatch.h ncdimscale.h netcdf_f.h err_macros.h \
|
|
|
|
ncbytes.h nchashmap.h ceconstraints.h rnd.h nclog.h ncconfigure.h \
|
2018-07-12 21:05:21 +08:00
|
|
|
nc4internal.h nctime.h nc3internal.h onstack.h ncrc.h ncauth.h \
|
|
|
|
ncoffsets.h nctestserver.h nc4dispatch.h nc3dispatch.h ncexternl.h \
|
2018-11-28 07:09:17 +08:00
|
|
|
ncwinpath.h ncfilter.h ncindex.h hdf4dispatch.h hdf5internal.h \
|
2018-11-29 04:28:26 +08:00
|
|
|
nc_provenance.h hdf5dispatch.h
|
2017-03-09 08:01:10 +08:00
|
|
|
|
|
|
|
if USE_DAP
|
|
|
|
noinst_HEADERS += ncdap.h
|
|
|
|
endif
|
2011-09-19 04:57:51 +08:00
|
|
|
|
2014-09-11 06:50:45 +08:00
|
|
|
EXTRA_DIST = CMakeLists.txt XGetopt.h netcdf_meta.h.in
|