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

Clean up clean rules

parent 724df9e5
No related branches found
No related tags found
1 merge request!44Fix examples
Pipeline #75833 passed
......@@ -106,13 +106,10 @@ iconoce.$(OBJEXT) \
test_dace.$(OBJEXT): $(mo_event_manager_mod)
clean-local:
rm -rf *.dSYM
rm -f *.dat
MOSTLYCLEANFILES = $(mo_event_manager_mod) $(mo_exception_mod) $(mo_kind_mod)
mostlyclean-local:
rm -f *.i
# overrides to make regular compilations also use libtool
COMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=compile $(CC) -static $(DEFS) \
......
......@@ -19,6 +19,8 @@ $(install_tmpdir)/_mtime.py: mtime/_mtime.py
$(SED) -n '/^# SET-SOFILE-END-TAG$$/,$$p' $<; \
}>$@
MOSTLYCLEANFILES = $(nodist_pkgpython_PYTHON)
# overrides to make regular compilations also use libtool
COMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=compile $(CC) -static $(DEFS) \
......
......@@ -142,9 +142,6 @@ endif ENABLE_FORTRAN_HL
MOSTLYCLEANFILES = $(all_mods)
mostlyclean-local:
rm -f *.i
EXTRA_DIST = mtime_iso8601.rl
# overrides to make regular compilations also use libtool
......
......@@ -28,9 +28,6 @@ libmtime_check_la_SOURCES = \
mtime_timedelta_test.h
endif ENABLE_CHECK
clean-local:
rm -rf *.dSYM
# overrides to make regular compilations also use libtool
COMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=compile $(CC) -static $(DEFS) \
......
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