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
48096db2
Commit
48096db2
authored
Oct 28, 2010
by
Sébastien Villemot
Browse files
Build system: add logMHMCMC DLL
parent
03686776
Changes
8
Hide whitespace changes
Inline
Side-by-side
mex/build/logMHMCMCposterior.am
0 → 100644
View file @
48096db2
vpath %.cc $(top_srcdir)/../../sources/estimation $(top_srcdir)/../../sources/estimation/libmat $(top_srcdir)/../../sources/estimation/utils
vpath %.hh $(top_srcdir)/../../sources/estimation $(top_srcdir)/../../sources/estimation/libmat
CPPFLAGS += -I$(top_srcdir)/../../sources/estimation/libmat -I$(top_srcdir)/../../sources/estimation/utils $(BOOST_CPPFLAGS)
LDFLAGS += $(BOOST_LDFLAGS)
noinst_PROGRAMS = logMHMCMCposterior
logMHMCMCposterior_LDADD = $(LIBADD_DLOPEN)
MAT_SRCS = \
Matrix.hh \
Matrix.cc \
Vector.hh \
Vector.cc \
BlasBindings.hh \
DiscLyapFast.hh \
GeneralizedSchurDecomposition.cc \
GeneralizedSchurDecomposition.hh \
LapackBindings.hh \
LUSolver.cc \
LUSolver.hh \
QRDecomposition.cc \
QRDecomposition.hh \
VDVEigDecomposition.cc \
VDVEigDecomposition.hh
nodist_logMHMCMCposterior_SOURCES = \
$(MAT_SRCS) \
DecisionRules.cc \
DecisionRules.hh \
DetrendData.cc \
DetrendData.hh \
EstimatedParameter.cc \
EstimatedParameter.hh \
EstimatedParametersDescription.cc \
EstimatedParametersDescription.hh \
EstimationSubsample.cc \
EstimationSubsample.hh \
InitializeKalmanFilter.cc \
InitializeKalmanFilter.hh \
KalmanFilter.cc \
KalmanFilter.hh \
LogLikelihoodSubSample.cc \
LogLikelihoodSubSample.hh \
LogLikelihoodMain.hh \
LogLikelihoodMain.cc \
LogPosteriorDensity.cc \
LogPosteriorDensity.hh \
LogPriorDensity.cc \
LogPriorDensity.hh \
ModelSolution.cc \
ModelSolution.hh \
Prior.cc \
Prior.hh \
RandomWalkMetropolisHastings.cc \
RandomWalkMetropolisHastings.hh \
RandSampler.cc \
RandSampler.hh \
dynamic_dll.cc \
dynamic_dll.hh \
logMHMCMCposterior.cc
mex/build/matlab/Makefile.am
View file @
48096db2
...
...
@@ -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_ logposterior
SUBDIRS
=
mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ logposterior
logMHMCMCposterior
if
HAVE_GSL
SUBDIRS
+=
swz
endif
...
...
mex/build/matlab/configure.ac
View file @
48096db2
...
...
@@ -118,6 +118,7 @@ AC_CONFIG_FILES([Makefile
k_order_perturbation/Makefile
dynare_simul_/Makefile
swz/Makefile
logposterior/Makefile])
logposterior/Makefile
logMHMCMCposterior/Makefile])
AC_OUTPUT
mex/build/matlab/logMHMCMCposterior/Makefile.am
0 → 100644
View file @
48096db2
include
../mex.am
include
../../logMHMCMCposterior.am
mex/build/octave/Makefile.am
View file @
48096db2
...
...
@@ -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_ logposterior qzcomplex ordschur
SUBDIRS
=
mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ logposterior
logMHMCMCposterior
qzcomplex ordschur
if
HAVE_GSL
SUBDIRS
+=
swz
endif
...
...
mex/build/octave/configure.ac
View file @
48096db2
...
...
@@ -102,6 +102,7 @@ AC_CONFIG_FILES([Makefile
dynare_simul_/Makefile
swz/Makefile
logposterior/Makefile
logMHMCMCposterior/Makefile
qzcomplex/Makefile
ordschur/Makefile])
...
...
mex/build/octave/logMHMCMCposterior/Makefile.am
0 → 100644
View file @
48096db2
EXEEXT
=
.mex
include
../mex.am
include
../../logMHMCMCposterior.am
mex/sources/estimation/Makefile.am
View file @
48096db2
...
...
@@ -25,6 +25,7 @@ EXTRA_DIST = \
LogLikelihoodMain.cc
\
LogLikelihoodSubSample.cc
\
LogLikelihoodSubSample.hh
\
logMHMCMCposterior.cc
\
logposterior.cc
\
LogPosteriorDensity.cc
\
LogPosteriorDensity.hh
\
...
...
@@ -34,6 +35,10 @@ EXTRA_DIST = \
ModelSolution.hh
\
Prior.cc
\
Prior.hh
\
RandomWalkMetropolisHastings.cc
\
RandomWalkMetropolisHastings.hh
\
RandSampler.cc
\
RandSampler.hh
\
utils/dynamic_dll.cc
\
utils/dynamic_dll.hh
\
utils/ts_exception.h
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