block_kalman_filter: add MEX to build system

time-shift
Sébastien Villemot 2011-09-23 18:22:15 +02:00
parent 324ad05ec1
commit a1ee7f1ee4
5 changed files with 8 additions and 5 deletions

View File

@ -2,7 +2,7 @@ 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_ estimation
SUBDIRS = mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ estimation block_kalman_filter
if HAVE_GSL
SUBDIRS += ms_sbvar

View File

@ -142,6 +142,7 @@ AC_CONFIG_FILES([Makefile
estimation/Makefile
libslicot/Makefile
kalman_steady_state/Makefile
ms_sbvar/Makefile])
ms_sbvar/Makefile
block_kalman_filter/Makefile])
AC_OUTPUT

View File

@ -2,7 +2,7 @@ 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
SUBDIRS = mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ qzcomplex ordschur block_kalman_filter
if HAVE_GSL
SUBDIRS += ms_sbvar

View File

@ -129,6 +129,7 @@ AC_CONFIG_FILES([Makefile
ordschur/Makefile
libslicot/Makefile
kalman_steady_state/Makefile
ms_sbvar/Makefile])
ms_sbvar/Makefile
block_kalman_filter/Makefile])
AC_OUTPUT

View File

@ -12,7 +12,8 @@ EXTRA_DIST = \
ordschur \
libslicot \
kalman_steady_state \
ms-sbvar
ms-sbvar \
block_kalman_filter
clean-local:
rm -rf `find mex/sources -name *.o`