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
Johannes Pfeifer
dynare
Commits
e7843e34
Commit
e7843e34
authored
Dec 14, 2010
by
Houtan Bastani
Browse files
Modify configure script to show Kalman Steady State seperately from other mex files
parent
e826fb82
Changes
4
Hide whitespace changes
Inline
Side-by-side
mex/build/matlab/Makefile.am
View file @
e7843e34
...
...
@@ -4,15 +4,15 @@ ACLOCAL_AMFLAGS = -I ../../../m4
if
DO_SOMETHING
SUBDIRS
=
mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ logposterior logMHMCMCposterior
if
HAVE_GSL
SUBDIRS
+=
swz
endif
# libslicot must come before kalman_steady_state
if
HAVE_FORT
SUBDIRS
+=
libslicot kalman_steady_state
endif
if
HAVE_GSL
SUBDIRS
+=
swz
endif
if
HAVE_M2HTML
html-local
:
echo
"addpath
${M2HTML}
"
>
run_m2html.m
...
...
mex/build/matlab/configure.ac
View file @
e7843e34
...
...
@@ -96,9 +96,9 @@ else
fi
if test "x$ax_enable_matlab" = "xyes" -a "x$ax_matlab_version_ok" = "xyes" -a "x$ax_mexopts_ok" = "xyes" -a "x$F77" != "x"; then
BUILD_
LIBSLICOT
_MATLAB="yes"
BUILD_
KALMAN_STEADY_STATE
_MATLAB="yes"
else
BUILD_
LIBSLICOT
_MATLAB="no (missing Fortran Compiler)"
BUILD_
KALMAN_STEADY_STATE
_MATLAB="no (missing Fortran Compiler
for compilation of libslicot
)"
fi
AC_ARG_ENABLE([openmp], AS_HELP_STRING([--enable-openmp], [use OpenMP for parallelization of some MEX files]), [
...
...
@@ -124,10 +124,10 @@ AC_MSG_NOTICE([
Dynare is now configured for building the following components...
Binaries (with "make"):
MEX files for MATLAB (except SWZ): $BUILD_MEX_MATLAB
Libslicot library:
$BUILD_
LIBSLICOT
_MATLAB
SWZ
MEX file
s
for MATLAB: $BUILD_
SWZ_MEX
_MATLAB
M2HTML documentation: $BUILD_M2HTML
MEX files for MATLAB (except SWZ
and Kalman Steady State
): $BUILD_MEX_MATLAB
SWZ MEX files for MATLAB:
$BUILD_
SWZ_MEX
_MATLAB
Kalman Steady State
MEX file for MATLAB:
$BUILD_
KALMAN_STEADY_STATE
_MATLAB
M2HTML documentation:
$BUILD_M2HTML
])
...
...
mex/build/octave/Makefile.am
View file @
e7843e34
...
...
@@ -4,13 +4,15 @@ ACLOCAL_AMFLAGS = -I ../../../m4
if
DO_SOMETHING
SUBDIRS
=
mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ qzcomplex ordschur
if
HAVE_GSL
SUBDIRS
+=
swz
endif
# libslicot must come before kalman_steady_state
if
HAVE_FORT
SUBDIRS
+=
libslicot kalman_steady_state
endif
if
HAVE_GSL
SUBDIRS
+=
swz
endif
if
HAVE_MATIO
SUBDIRS
+=
logposterior logMHMCMCposterior
endif
...
...
mex/build/octave/configure.ac
View file @
e7843e34
...
...
@@ -91,9 +91,9 @@ else
fi
if test "x$MKOCTFILE" != "x" -a "x$F77" != "x"; then
BUILD_
LIBSLICOT
_OCTAVE="yes"
BUILD_
KALMAN_STEADY_STATE
_OCTAVE="yes"
else
BUILD_
LIBSLICOT
_OCTAVE="no (missing Fortran Compiler)"
BUILD_
KALMAN_STEADY_STATE
_OCTAVE="no (missing Fortran Compiler
for compilation of libslicot
)"
fi
AC_ARG_ENABLE([openmp], AS_HELP_STRING([--enable-openmp], [use OpenMP for parallelization of some MEX files]), [
...
...
@@ -109,10 +109,10 @@ AC_MSG_NOTICE([
Dynare is now configured for building the following components...
Binaries (with "make"):
MEX files for Octave (except SWZ): $BUILD_MEX_OCTAVE
Libslicot library: $BUILD_LIBSLICOT
_OCTAVE
SWZ
MEX file
s
for Octave: $BUILD_
SWZ_MEX
_OCTAVE
Estimation MEX for Octave: $BUILD_ESTIMATION_MEX_OCTAVE
MEX files for Octave (except SWZ
and Kalman Steady State
): $BUILD_MEX_OCTAVE
SWZ MEX files for Octave: $BUILD_SWZ_MEX
_OCTAVE
Kalman Steady State
MEX file for Octave:
$BUILD_
KALMAN_STEADY_STATE
_OCTAVE
Estimation MEX for Octave:
$BUILD_ESTIMATION_MEX_OCTAVE
])
...
...
Write
Preview
Supports
Markdown
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