mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
catch some distclean files
This commit is contained in:
parent
2f534e11d6
commit
79c751b806
@ -10,7 +10,9 @@ PARMS="[log]"
|
||||
#PARMS="${PARMS}[wholevar]"
|
||||
#PARMS="${PARMS}[show=fetch]"
|
||||
|
||||
F="file://${TOPDIR}/ncdap_test/testdata3/123bears.nc"
|
||||
#F="file://${TOPDIR}/ncdap_test/testdata3/synth1"
|
||||
#F="http://motherlode.ucar.edu:8081/dts/test.02"
|
||||
F="http://motherlode.ucar.edu:8080/thredds/dodsC/testdods/coads_climatology.nc"
|
||||
|
||||
PROG="./ncd"
|
||||
#PROG="../ncdump/ncdump"
|
||||
|
10
mclean
Executable file
10
mclean
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
find . -name Makefile -exec rm '{}' \;
|
||||
find . -name Makefile.in -exec rm '{}' \;
|
||||
rm m4/*
|
||||
cp /dev/null m4/empty
|
||||
rm configure config.guess config.sub config.h.in
|
||||
rm depcomp ltmain.sh compile missing install-sh
|
||||
rm 1
|
||||
rm ncdump/1
|
@ -95,4 +95,5 @@ BUILT_SOURCES = .dodsrc
|
||||
.dodsrc:
|
||||
echo "#DODSRC" >.dodsrc
|
||||
|
||||
DISTCLEANFILES = .dodsrc
|
||||
DISTCLEANFILES = .dodsrc results
|
||||
|
||||
|
@ -130,3 +130,4 @@ EXTRA_DIST += tst_ncgen4_shared.sh tst_ncgen4.sh tst_ncgen4_classic.sh \
|
||||
tst_ncgen4_diff.sh tst_ncgen4_cycle.sh ref_ctest.c ref_ctest64.c
|
||||
|
||||
CLEANFILES += results/*.nc results/*.dmp results/*.dmp2 tmp*.cdl
|
||||
DISTCLEANFILES = results
|
||||
|
Loading…
Reference in New Issue
Block a user