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
acf5451c
Commit
acf5451c
authored
Jul 09, 2010
by
Sébastien Villemot
Browse files
Build system: rename 'loglikelihood' to 'logposterior'
parent
50c1e0a8
Changes
8
Hide whitespace changes
Inline
Side-by-side
mex/build/log
likelihood
.am
→
mex/build/log
posterior
.am
View file @
acf5451c
...
...
@@ -4,9 +4,9 @@ vpath %.hh $(top_srcdir)/../../sources/estimation $(top_srcdir)/../../sources/es
CPPFLAGS += -I$(top_srcdir)/../../sources/estimation/libmat -I$(top_srcdir)/../../sources/estimation/utils $(BOOST_CPPFLAGS)
LDFLAGS += $(BOOST_LDFLAGS)
noinst_PROGRAMS = log
likelihood
noinst_PROGRAMS = log
posterior
log
likelihood
_LDADD = $(LIBADD_DLOPEN)
log
posterior
_LDADD = $(LIBADD_DLOPEN)
MAT_SRCS = \
Matrix.hh \
...
...
@@ -25,7 +25,7 @@ MAT_SRCS = \
VDVEigDecomposition.cc \
VDVEigDecomposition.hh
nodist_log
likelihood
_SOURCES = \
nodist_log
posterior
_SOURCES = \
$(MAT_SRCS) \
DecisionRules.cc \
DecisionRules.hh \
...
...
@@ -46,11 +46,13 @@ nodist_loglikelihood_SOURCES = \
LogLikelihoodMain.hh \
LogLikelihoodMain.cc \
LogPosteriorDensity.cc \
LogPosteriorDensity.hh \
LogPriorDensity.cc \
LogPriorDensity.hh \
ModelSolution.cc \
ModelSolution.hh \
Prior.cc \
Prior.hh \
dynamic_dll.cc \
dynamic_dll.hh \
log
likelihood
.cc
log
posterior
.cc
mex/build/matlab/Makefile.am
View file @
acf5451c
...
...
@@ -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_ log
likelihood
SUBDIRS
=
mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ log
posterior
if
HAVE_GSL
SUBDIRS
+=
swz
endif
...
...
mex/build/matlab/configure.ac
View file @
acf5451c
...
...
@@ -112,6 +112,6 @@ AC_CONFIG_FILES([Makefile
k_order_perturbation/Makefile
dynare_simul_/Makefile
swz/Makefile
log
likelihood
/Makefile])
log
posterior
/Makefile])
AC_OUTPUT
mex/build/matlab/log
likelihood
/Makefile.am
→
mex/build/matlab/log
posterior
/Makefile.am
View file @
acf5451c
include
../mex.am
include
../../log
likelihood
.am
include
../../log
posterior
.am
mex/build/octave/Makefile.am
View file @
acf5451c
...
...
@@ -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_ log
likelihood
SUBDIRS
=
mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ log
posterior
if
HAVE_GSL
SUBDIRS
+=
swz
endif
...
...
mex/build/octave/configure.ac
View file @
acf5451c
...
...
@@ -94,6 +94,6 @@ AC_CONFIG_FILES([Makefile
k_order_perturbation/Makefile
dynare_simul_/Makefile
swz/Makefile
log
likelihood
/Makefile])
log
posterior
/Makefile])
AC_OUTPUT
mex/build/octave/log
likelihood
/Makefile.am
→
mex/build/octave/log
posterior
/Makefile.am
View file @
acf5451c
include
../mex.am
include
../../log
likelihood
.am
include
../../log
posterior
.am
mex/sources/estimation/log
likelihood
.cc
→
mex/sources/estimation/log
posterior
.cc
View file @
acf5451c
File moved
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