mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
16 lines
337 B
Makefile
16 lines
337 B
Makefile
|
## 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.
|
||
|
|
||
|
include_HEADERS = netcdf.h
|
||
|
|
||
|
if BUILD_PARALLEL
|
||
|
include_HEADERS += netcdf_par.h
|
||
|
endif
|
||
|
|
||
|
noinst_HEADERS = nc_logging.h nc_tests.h
|
||
|
|
||
|
|