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

Update clean rules in the 'src' directory.

1. Remove 'cdilib.c' when 'make clean'.
2. Remove the Fortran module when 'make mostlyclean'.
parent 66438be4
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -320,10 +320,10 @@ pkgconfig/cdi_f2003.pc: pkgconfig/cdi_f2003.pc.in ../config.status
cdilib.c:
$(AM_V_GEN)(cd $(top_srcdir)/src ; ./make_cdilib)
CLEANFILES = cdilib.c
MOSTLYCLEANFILES = make_fint
CLEANFILES =
if CREATE_ISOC
CLEANFILES += $(mo_cdi_mod)
MOSTLYCLEANFILES += $(mo_cdi_mod)
endif
MAINTAINERCLEANFILES = cdi.inc cdiFortran.c cdipio.inc cdipioFortran.c mo_cdi.f90
......
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