mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
split nc4var.c
This commit is contained in:
parent
7fdf22f2a7
commit
bdca4313c4
@ -7,7 +7,7 @@
|
||||
|
||||
# The source files for the HDF5 dispatch layer.
|
||||
SET(libnchdf5_SOURCES nc4hdf.c nc4info.c hdf5file.c hdf5attr.c
|
||||
hdf5dim.c hdf5grp.c hdf5type.c hdf5internal.c)
|
||||
hdf5dim.c hdf5grp.c hdf5type.c hdf5internal.c hdf5var.c)
|
||||
|
||||
# Build the HDF4 dispatch layer as a library that will be included in
|
||||
# the netCDF library.
|
||||
|
@ -14,7 +14,7 @@ noinst_LTLIBRARIES = libnchdf5.la
|
||||
|
||||
# The source files.
|
||||
libnchdf5_la_SOURCES = nc4hdf.c nc4info.c hdf5file.c hdf5attr.c \
|
||||
hdf5dim.c hdf5grp.c hdf5type.c hdf5internal.c
|
||||
hdf5dim.c hdf5grp.c hdf5type.c hdf5internal.c hdf5var.c
|
||||
|
||||
# Package this for cmake build.
|
||||
EXTRA_DIST = CMakeLists.txt
|
||||
|
1034
libsrc4/nc4var.c
1034
libsrc4/nc4var.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user