mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Added hdf5plugins example code to EXTRA_DIST
This commit is contained in:
parent
054c55f85b
commit
6e3eca4fc0
@ -12,6 +12,7 @@ SET_TESTS_PROPERTIES(C_tests_simple_xy_rd PROPERTIES DEPENDS C_tests_simple_xy_w
|
||||
SET_TESTS_PROPERTIES(C_tests_sfc_pres_temp_rd PROPERTIES DEPENDS C_tests_sfc_pres_temp_wr)
|
||||
SET_TESTS_PROPERTIES(C_tests_pres_temp_4D_rd PROPERTIES DEPENDS C_tests_pres_temp_4D_wr)
|
||||
|
||||
ADD_SUBDIRECTORY(hdf5plugins)
|
||||
|
||||
SET(CLEANFILES sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc)
|
||||
SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${CLEANFILES}")
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
# This file builds the C examples.
|
||||
|
||||
# Ed Hartnett
|
||||
# Ed Hartnett, Ward Fisher, Dennis Heimbigner
|
||||
|
||||
# Un comment to use a more verbose test driver
|
||||
#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
|
||||
@ -13,7 +13,7 @@ LDADD = -lm
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
AM_LDFLAGS =
|
||||
|
||||
# These are the netCDF-3 examples.
|
||||
# These are the netCDF-3 examples.
|
||||
check_PROGRAMS = simple_xy_wr simple_xy_rd sfc_pres_temp_wr \
|
||||
sfc_pres_temp_rd pres_temp_4D_wr pres_temp_4D_rd
|
||||
|
||||
@ -21,9 +21,9 @@ TESTS = run_examples.sh
|
||||
|
||||
# To build netcdf-4, or not to build netcdf-4, that is the question...
|
||||
if USE_NETCDF4
|
||||
# These are the extra netCDF-4 examples.
|
||||
# These are the extra netCDF-4 examples.
|
||||
check_PROGRAMS += simple_nc4_wr simple_nc4_rd simple_xy_nc4_wr \
|
||||
simple_xy_nc4_rd
|
||||
simple_xy_nc4_rd
|
||||
|
||||
if ENABLE_FILTER_TESTING
|
||||
# filter_example.c should be same as nc_test4/test_filter.c
|
||||
@ -33,7 +33,7 @@ endif
|
||||
endif #USE_NETCDF4
|
||||
|
||||
if USE_PNETCDF
|
||||
# These are the extra netCDF-4 examples.
|
||||
# These are the extra netCDF-4 examples.
|
||||
check_PROGRAMS += parallel_vara
|
||||
TESTS += parallel_vara
|
||||
endif #USE_PNETCDF
|
||||
@ -57,7 +57,7 @@ endif # USE_VALGRIND_TESTS
|
||||
endif # USE_NETCDF4
|
||||
|
||||
# These files are created by the tests.
|
||||
CLEANFILES = *.nc
|
||||
CLEANFILES = *.nc
|
||||
|
||||
EXTRA_DIST = run_valgrind_tests.sh run_nc4_valgrind_tests.sh \
|
||||
CMakeLists.txt run_examples.sh run_examples4.sh
|
||||
|
@ -24,3 +24,5 @@ libbzip2_la_SOURCES = ${DLLSRC}
|
||||
libbzip2_la_LDFLAGS = -module -avoid-version -shared -export-dynamic -no-undefined
|
||||
|
||||
endif #ENABLE_FILTER_TESTING
|
||||
EXTRA_DIST = CMakeLists.txt H5Zbzip2.c Makefile.am blocksort.c bzlib.c bzlib.h bzlib_private.h compress.c \
|
||||
crctable.c decompress.c h5bzip2.h huffman.c randtable.c bzip2.nc
|
||||
|
Loading…
Reference in New Issue
Block a user