dynare/mex/build/octave/Makefile.am

25 lines
527 B
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I ../../../m4
if DO_SOMETHING
SUBDIRS = mjdgges kronecker bytecode block_kalman_filter sobol local_state_space_iterations perfect_foresight_problem num_procs
# libdynare++ must come before gensylv, k_order_perturbation, dynare_simul_
if HAVE_MATIO
SUBDIRS += libdynare++ gensylv k_order_perturbation dynare_simul_
endif
if HAVE_GSL
if HAVE_MATIO
SUBDIRS += ms_sbvar
endif
endif
if HAVE_SLICOT
SUBDIRS += kalman_steady_state
endif
2014-07-16 16:18:06 +02:00
install-exec-local:
$(MKDIR_P) $(DESTDIR)$(pkglibdir)/mex/octave
endif