mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
33 lines
1.2 KiB
Makefile
33 lines
1.2 KiB
Makefile
## This is a automake file, part of Unidata's netCDF package.
|
|
# Copyright 2007, see the COPYRIGHT file for more information.
|
|
|
|
# This is to include the libnc-dap test comparison files
|
|
|
|
# $Id: Makefile.am,v 1.7 2009/11/22 06:17:54 dmh Exp $
|
|
|
|
EXTRA_DIST=\
|
|
b31a.dmp b31.dmp D1.dmp \
|
|
Drifters.dmp EOSDB.dmp ingrid.dmp \
|
|
nestedDAS.dmp NestedSeq2.dmp NestedSeq.dmp \
|
|
OverideExample.dmp SimpleDrdsExample.dmp \
|
|
test.01.1.dmp test.01.dmp test.02.1.dmp \
|
|
test.02.dmp test.03.1.dmp test.03.2.dmp \
|
|
test.03.dmp test.04.1.dmp test.04.dmp \
|
|
test.05.1.dmp test.05.dmp test.06.1.dmp \
|
|
test.06.dmp test.06a.dmp test.07.1.dmp test.07.3.dmp \
|
|
test.07.4.dmp test.07a.dmp test.07.dmp \
|
|
test.21.dmp test.22.dmp test.23.dmp \
|
|
test.31.dmp test.50.dmp test.53.dmp \
|
|
test.55.dmp test.56.dmp test.57.dmp \
|
|
test.66.dmp test.67.dmp test.68.dmp \
|
|
test.69.dmp test.an1.dmp test.dfp1.dmp \
|
|
test.gr1.dmp test.gr2.dmp test.gr3.dmp \
|
|
test.gr4.dmp test.gr5.dmp test.nc.dmp \
|
|
test.sds1.dmp test.sds2.dmp test.sds3.dmp \
|
|
test.sds4.dmp test.sds5.dmp test.vs1.dmp \
|
|
test.vs2.dmp test.vs3.dmp test.vs4.dmp \
|
|
test.vs5.dmp whoi.dmp \
|
|
GLOBEC_cetaceans.1.dmp GLOBEC_cetaceans.2.dmp \
|
|
Surface_METAR_20120101_0000.nc.1.dmp \
|
|
CMakeLists.txt
|