Build system: add provisions for k_order_mean MEX under Octave

pac-components
Sébastien Villemot 2021-12-16 10:42:24 +01:00
parent 21a8a5794a
commit ae5be8d717
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
3 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SUBDIRS = mjdgges kronecker bytecode block_kalman_filter sobol perfect_foresight
# libdynare++ must come before gensylv and k_order_perturbation
if ENABLE_MEX_DYNAREPLUSPLUS
SUBDIRS += libdynare++ gensylv libkorder k_order_perturbation k_order_welfare local_state_space_iterations libkordersim folded_to_unfolded_dr local_state_space_iteration_fortran k_order_simul
SUBDIRS += libdynare++ gensylv libkorder k_order_perturbation k_order_welfare local_state_space_iterations libkordersim folded_to_unfolded_dr local_state_space_iteration_fortran k_order_simul k_order_mean
endif
if ENABLE_MEX_MS_SBVAR

View File

@ -165,6 +165,7 @@ AC_CONFIG_FILES([Makefile
folded_to_unfolded_dr/Makefile
local_state_space_iteration_fortran/Makefile
k_order_simul/Makefile
k_order_mean/Makefile
perfect_foresight_problem/Makefile
num_procs/Makefile
block_trust_region/Makefile

View File

@ -0,0 +1,3 @@
EXEEXT = .mex
include ../mex.am
include ../../k_order_mean.am