Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dynare
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
121
Issues
121
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dynare
dynare
Commits
e826fb82
Commit
e826fb82
authored
Dec 14, 2010
by
Sébastien Villemot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build system: kalman_steady_state depends on libslicot and must be built after
parent
41bda1eb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
mex/build/matlab/Makefile.am
mex/build/matlab/Makefile.am
+3
-3
mex/build/octave/Makefile.am
mex/build/octave/Makefile.am
+4
-2
No files found.
mex/build/matlab/Makefile.am
View file @
e826fb82
ACLOCAL_AMFLAGS
=
-I
../../../m4
# libdynare++ must come before gensylv, k_order_perturbation, dynare_simul_
# libslicot must come before kalman_steady_state
if
DO_SOMETHING
SUBDIRS
=
mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ logposterior logMHMCMCposterior
kalman_steady_state
SUBDIRS
=
mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ logposterior logMHMCMCposterior
# libslicot must come before kalman_steady_state
if
HAVE_FORT
SUBDIRS
+=
libslicot
SUBDIRS
+=
libslicot
kalman_steady_state
endif
if
HAVE_GSL
...
...
mex/build/octave/Makefile.am
View file @
e826fb82
...
...
@@ -2,9 +2,11 @@ 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 kalman_steady_state
SUBDIRS
=
mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ qzcomplex ordschur
# libslicot must come before kalman_steady_state
if
HAVE_FORT
SUBDIRS
+=
libslicot
SUBDIRS
+=
libslicot
kalman_steady_state
endif
if
HAVE_GSL
SUBDIRS
+=
swz
...
...
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