catch some distclean files

This commit is contained in:
Dennis Heimbigner 2012-05-13 18:42:10 +00:00
parent 2f534e11d6
commit 79c751b806
5 changed files with 17 additions and 3 deletions

2
cf
View File

@ -7,7 +7,7 @@ cmds=$@
fi
HDF5=1
#DAP=1
DAP=1
#CDMR=1
#RPC=1
#PGI=1

View File

@ -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
View 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

View File

@ -95,4 +95,5 @@ BUILT_SOURCES = .dodsrc
.dodsrc:
echo "#DODSRC" >.dodsrc
DISTCLEANFILES = .dodsrc
DISTCLEANFILES = .dodsrc results

View File

@ -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