dynare/mex/build/octave/Makefile.am

13 lines
369 B
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I ../../../m4
# libdynare++ must come before gensylv, k_order_perturbation, dynare_simul_
if DO_SOMETHING
SUBDIRS = mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ qzcomplex ordschur libslicot kalman_steady_state
if HAVE_GSL
SUBDIRS += swz
endif
if HAVE_MATIO
SUBDIRS += logposterior logMHMCMCposterior
endif
endif