Skip to content
Snippets Groups Projects
Commit b98a7e09 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Update clean rules to all identified output files of the tests and examples.

parent 1deac613
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -61,6 +61,7 @@ endif !FC_MOD_UPPERCASE
cdi_read_f2003.$(OBJEXT) cdi_write_f2003.$(OBJEXT): $(top_builddir)/src/$(mo_cdi_mod)
clean-local:
-rm -f *.grb *.grb2 *.nc
-rm -rf *.dSYM
# overrides to make regular compilations also use libtool
......
......@@ -41,6 +41,7 @@ collectData2003_SOURCES = collectData2003.F90
collectData2003_LDADD = $(LDADD) $(YAXT_FC_LIB) $(MPI_FC_LIB)
clean-local:
-rm -f *.grb
-rm -rf *.dSYM
# overrides to make regular compilations also use libtool
......
......@@ -133,7 +133,7 @@ test_resource_copy_mpi_SOURCES = test_resource_copy_mpi.c
clean-local:
-rm -f *.grb *.grb2 *.nc *.nc2 *.nc4 *.srv *.ext *.cksum *.ieg *.log *.stderr *.stdout
-rm -rf test_cdf_const.d *.dSYM
-rm -rf *.dSYM
AUTOMAKE_OPTIONS = color-tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment