]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/ml_stc_src/compile.m
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
f4535d581bb39b020bcc6e8154043f0c321c9d8d
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / ml_stc_src / compile.m
1 clc;
2 fprintf('compiling stc_ml_extract    ... ');
3 mex -output stc_ml_extract    mex_stc_ml_extract.cpp    stc_ml_c.cpp stc_embed_c.cpp stc_extract_c.cpp common.cpp -I../include
4 fprintf('done\n');
5 fprintf('compiling stc_pm1_pls_embed ... ');
6 mex -output stc_pm1_pls_embed mex_stc_pm1_pls_embed.cpp stc_ml_c.cpp stc_embed_c.cpp stc_extract_c.cpp common.cpp -I../include
7 fprintf('done\n');
8 fprintf('compiling stc_pm1_dls_embed ... ');
9 mex -output stc_pm1_dls_embed mex_stc_pm1_dls_embed.cpp stc_ml_c.cpp stc_embed_c.cpp stc_extract_c.cpp common.cpp -I../include
10 fprintf('done\n');
11 fprintf('compiling stc_pm2_pls_embed ... ');
12 mex -output stc_pm2_pls_embed mex_stc_pm2_pls_embed.cpp stc_ml_c.cpp stc_embed_c.cpp stc_extract_c.cpp common.cpp -I../include
13 fprintf('done\n');
14 fprintf('compiling stc_pm2_dls_embed ... ');
15 mex -output stc_pm2_dls_embed mex_stc_pm2_dls_embed.cpp stc_ml_c.cpp stc_embed_c.cpp stc_extract_c.cpp common.cpp -I../include
16 fprintf('done\n');
17 fprintf('compiling stc_embed         ... ');
18 mex -output stc_embed stc_embed.cpp common.cpp -I../include
19 fprintf('done\n');
20 fprintf('compiling stc_extract       ... ');
21 mex -output stc_extract stc_extract.cpp common.cpp -I../include
22 fprintf('done\n');
23
24 movefile('./*.mex*','../matlab');
25 fprintf('All compiled MEX files were moved to ../matlab folder.\n');