Build system: added missing targets in clean rules

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2804 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-07-03 08:26:35 +00:00
parent 30ba893514
commit ff54854507
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ clean:
distclean: clean
rm -f config.log config.status
rm -rf autom4te.cache
rm -f Makefile preprocessor/Makefile doc/Makefile doc/preprocessor/Makefile doc/macroprocessor/Makefile doc/userguide/Makefile matlab/dynare_version.m windows/dynare-version.nsi
rm -f Makefile preprocessor/Makefile doc/Makefile doc/preprocessor/Makefile doc/macroprocessor/Makefile doc/userguide/Makefile tests/Makefile matlab/dynare_version.m windows/dynare-version.nsi
.PHONY: distclean
TARBASENAME=@PACKAGE_NAME@-@PACKAGE_VERSION@

View File

@ -47,6 +47,7 @@ clean:
# Files generated by the preprocessor
rm -f $(patsubst %.mod, %.m, $(MODS)) \
$(patsubst %.mod, %_static.m, $(MODS)) \
$(patsubst %.mod, %_objective_static.m, $(MODS)) \
$(patsubst %.mod, %_dynamic.m, $(MODS))
# Results