Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
a1ee7f1e
Commit
a1ee7f1e
authored
Sep 23, 2011
by
Sébastien Villemot
Browse files
block_kalman_filter: add MEX to build system
parent
324ad05e
Changes
5
Hide whitespace changes
Inline
Side-by-side
mex/build/matlab/Makefile.am
View file @
a1ee7f1e
...
...
@@ -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
...
...
mex/build/matlab/configure.ac
View file @
a1ee7f1e
...
...
@@ -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
mex/build/octave/Makefile.am
View file @
a1ee7f1e
...
...
@@ -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
...
...
mex/build/octave/configure.ac
View file @
a1ee7f1e
...
...
@@ -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
mex/sources/Makefile.am
View file @
a1ee7f1e
...
...
@@ -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
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment