Build system: rename 'loglikelihood' to 'logposterior'

time-shift
Sébastien Villemot 2010-07-09 12:48:08 +02:00
parent 50c1e0a8ec
commit acf5451c1f
10 changed files with 14 additions and 12 deletions

View File

@ -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 = loglikelihood
noinst_PROGRAMS = logposterior
loglikelihood_LDADD = $(LIBADD_DLOPEN)
logposterior_LDADD = $(LIBADD_DLOPEN)
MAT_SRCS = \
Matrix.hh \
@ -25,7 +25,7 @@ MAT_SRCS = \
VDVEigDecomposition.cc \
VDVEigDecomposition.hh
nodist_loglikelihood_SOURCES = \
nodist_logposterior_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 \
loglikelihood.cc
logposterior.cc

View File

@ -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_ loglikelihood
SUBDIRS = mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ logposterior
if HAVE_GSL
SUBDIRS += swz
endif

View File

@ -112,6 +112,6 @@ AC_CONFIG_FILES([Makefile
k_order_perturbation/Makefile
dynare_simul_/Makefile
swz/Makefile
loglikelihood/Makefile])
logposterior/Makefile])
AC_OUTPUT

View File

@ -1,2 +0,0 @@
include ../mex.am
include ../../loglikelihood.am

View File

@ -0,0 +1,2 @@
include ../mex.am
include ../../logposterior.am

View File

@ -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_ loglikelihood
SUBDIRS = mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ logposterior
if HAVE_GSL
SUBDIRS += swz
endif

View File

@ -94,6 +94,6 @@ AC_CONFIG_FILES([Makefile
k_order_perturbation/Makefile
dynare_simul_/Makefile
swz/Makefile
loglikelihood/Makefile])
logposterior/Makefile])
AC_OUTPUT

View File

@ -1,2 +0,0 @@
include ../mex.am
include ../../loglikelihood.am

View File

@ -0,0 +1,2 @@
include ../mex.am
include ../../logposterior.am