SUBDIRS = preprocessor doc tests mex/sources if HAVE_BLAS if HAVE_LAPACK if HAVE_MATIO SUBDIRS += dynare++ endif endif endif # MEX must be built after dynare++ (because of kordepert) if ENABLE_MATLAB SUBDIRS += mex/build/matlab endif if ENABLE_OCTAVE SUBDIRS += mex/build/octave endif ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ matlab \ contrib \ NEWS \ license.txt \ README.md \ COPYING \ CONTRIBUTING.md \ windows/dynare.nsi \ windows/README.txt \ osx \ examples \ scripts \ .dir-locals.el all-local: preprocessor/src/dynare_m { \ if [ -z "`file preprocessor/src/dynare_m | grep x86.64`" ]; then \ ARCH="32"; \ else \ ARCH="64"; \ fi; \ mkdir -p $(abs_srcdir)/matlab/preprocessor$$ARCH; \ $(LN_S) -f $(abs_srcdir)/preprocessor/src/dynare_m $(abs_srcdir)/matlab/preprocessor$$ARCH; \ mkdir -p $(abs_srcdir)/julia/preprocessor$$ARCH ; \ $(LN_S) -f $(abs_srcdir)/preprocessor/src/dynare_m $(abs_srcdir)/julia/preprocessor$$ARCH; \ } dist-hook: rm -rf `find $(distdir)/matlab $(distdir)/examples -name *~` rm -rf $(distdir)/matlab/preprocessor* $(distdir)/matlab/dynare_version.m $(MKDIR_P) $(distdir)/mex/matlab $(distdir)/mex/octave rm -rf `find $(distdir) -name '.git*'` install-exec-local: $(MKDIR_P) $(DESTDIR)$(pkglibdir)/contrib/ms-sbvar/TZcode cp -r contrib/ms-sbvar/TZcode/MatlabFiles $(DESTDIR)$(pkglibdir)/contrib/ms-sbvar/TZcode $(MKDIR_P) $(DESTDIR)$(pkglibdir)/contrib/jsonlab cp -r contrib/jsonlab $(DESTDIR)$(pkglibdir)/contrib/jsonlab cp -r examples $(DESTDIR)$(pkglibdir) cp -r matlab $(DESTDIR)$(pkglibdir) find $(DESTDIR)$(pkglibdir) -name LICENSE.md -delete rm -rf $(DESTDIR)$(pkglibdir)/matlab/preprocessor* { \ if [ -z "`file preprocessor/src/dynare_m | grep x86.64`" ]; then \ ARCH="32"; \ else \ ARCH="64"; \ fi; \ mkdir -p $(DESTDIR)$(pkglibdir)/matlab/preprocessor$$ARCH; \ cp preprocessor/src/dynare_m $(DESTDIR)$(pkglibdir)/matlab/preprocessor$$ARCH; \ } uninstall-local: rm -f $(DESTDIR)$(bindir)/dynare++ rm -rf $(DESTDIR)$(pkglibdir)