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.
|
|
|
|
|
2014-09-11 00:49:32 +08:00
|
|
|
include_HEADERS = netcdf.h netcdf_meta.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
|
|
|
|
2015-05-29 05:03:02 +08:00
|
|
|
if BUILD_DISKLESS
|
|
|
|
include_HEADERS += netcdf_mem.h
|
|
|
|
endif
|
|
|
|
|
2011-09-19 04:57:51 +08:00
|
|
|
noinst_HEADERS = nc_logging.h nc_tests.h fbits.h nc.h \
|
2012-08-09 07:15:18 +08:00
|
|
|
nclist.h ncuri.h utf8proc.h ncdispatch.h ncdimscale.h \
|
2011-08-17 05:04:33 +08:00
|
|
|
netcdf_f.h err_macros.h ncbytes.h nchashmap.h ceconstraints.h rnd.h \
|
2013-03-09 02:08:11 +08:00
|
|
|
nclog.h ncconfigure.h nc4internal.h nctime.h nc3dispatch.h nc3internal.h \
|
|
|
|
onstack.h
|
2011-09-19 04:57:51 +08:00
|
|
|
|
|
|
|
if USE_NETCDF4
|
2014-09-11 00:49:32 +08:00
|
|
|
noinst_HEADERS += ncaux.h
|
2011-09-19 04:57:51 +08:00
|
|
|
endif
|
2013-02-21 07:28:28 +08:00
|
|
|
|
2014-09-11 06:50:45 +08:00
|
|
|
EXTRA_DIST = CMakeLists.txt XGetopt.h netcdf_meta.h.in
|