2010-06-03 21:24:43 +08:00
|
|
|
## This is a automake file, part of Unidata's netCDF package.
|
2018-12-07 06:36:53 +08:00
|
|
|
# Copyright 2018, see the COPYRIGHT file for more information.
|
2010-06-03 21:24:43 +08:00
|
|
|
|
|
|
|
# This is to include the libnc-dap test comparison files
|
|
|
|
|
|
|
|
# $Id: Makefile.am,v 1.1 2009/11/22 22:47:41 dmh Exp $
|
|
|
|
|
|
|
|
EXTRA_DIST=\
|
|
|
|
testData2.nc.dmp \
|
|
|
|
testData.nc.dmp \
|
|
|
|
tst-NCEP-GFS-ALASKA.nc.dmp \
|
|
|
|
tst-NCEP-NAM-CONUS.nc.dmp \
|
|
|
|
tst-NCEP-RUC-CONUS.nc.dmp \
|
|
|
|
tst-NCEP-SREF-CONUS.nc.dmp \
|
|
|
|
tst-NWS-NDFD-CONUS.nc.dmp \
|
|
|
|
tst-ocean.nc.dmp \
|
|
|
|
tst-PROFILER.nc.dmp \
|
|
|
|
tst-PROFILER_RASS.nc.dmp \
|
|
|
|
tst-RUC.nc.dmp \
|
|
|
|
tst-sst.nc.dmp \
|
|
|
|
tst-striped.nc.dmp \
|
2014-02-07 01:53:47 +08:00
|
|
|
tst-upc-nmm-point.nc.dmp \
|
|
|
|
CMakeLists.txt
|