From 13983e37ccac43ebb8c305aab47e3114c89d9a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 3 Nov 2008 10:22:39 +0000 Subject: added new sources to the build svn path=/trunk/externals/iem/iemmatrix/; revision=10357 --- src/iemmatrix_sources.c | 6 +++++- src/iemmatrix_sources.h | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/iemmatrix_sources.c b/src/iemmatrix_sources.c index 2d77635..0471625 100644 --- a/src/iemmatrix_sources.c +++ b/src/iemmatrix_sources.c @@ -31,6 +31,7 @@ void iemmatrix_sources_setup(void) iemtx_diag_setup(); /* mtx_diag.c */ iemtx_diegg_setup(); /* mtx_diegg.c */ iemtx_diff_setup(); /* mtx_diff.c */ + iemtx_dispersive_dline_setup(); /* mtx_dispersive_dline.c */ iemtx_distance2_setup(); /* mtx_distance2.c */ iemtx_egg_setup(); /* mtx_egg.c */ iemtx_element_setup(); /* mtx_element.c */ @@ -55,12 +56,13 @@ void iemmatrix_sources_setup(void) iemtx_mean_setup(); /* mtx_mean.c */ iemtx_min2_setup(); /* mtx_min2.c */ iemtx_minmax_setup(); /* mtx_minmax.c */ - iemtx_mul_setup(); /* mtx_mul.c */ iemtx_mul__setup(); /* mtx_mul~.c */ + iemtx_mul_setup(); /* mtx_mul.c */ iemtx_neq_setup(); /* mtx_neq.c */ iemtx_not_setup(); /* mtx_not.c */ iemtx_ones_setup(); /* mtx_ones.c */ iemtx_or_setup(); /* mtx_or.c */ + iemtx_pack__setup(); /* mtx_pack~.c */ iemtx_pivot_setup(); /* mtx_pivot.c */ iemtx_pow_setup(); /* mtx_pow.c */ iemtx_powtodb_setup(); /* mtx_powtodb.c */ @@ -79,11 +81,13 @@ void iemmatrix_sources_setup(void) iemtx_sin_setup(); /* mtx_sin.c */ iemtx_size_setup(); /* mtx_size.c */ iemtx_slice_setup(); /* mtx_slice.c */ + iemtx_sndfileread_setup(); /* mtx_sndfileread.c */ iemtx_sort_setup(); /* mtx_sort.c */ iemtx_sub_setup(); /* mtx_sub.c */ iemtx_sum_setup(); /* mtx_sum.c */ iemtx_trace_setup(); /* mtx_trace.c */ iemtx_transpose_setup(); /* mtx_transpose.c */ + iemtx_unpack__setup(); /* mtx_unpack~.c */ iemtx_zeros_setup(); /* mtx_zeros.c */ } diff --git a/src/iemmatrix_sources.h b/src/iemmatrix_sources.h index fcd09d8..7e9230f 100644 --- a/src/iemmatrix_sources.h +++ b/src/iemmatrix_sources.h @@ -29,6 +29,7 @@ void iemtx_decay_setup(void); /* mtx_decay.c */ void iemtx_diag_setup(void); /* mtx_diag.c */ void iemtx_diegg_setup(void); /* mtx_diegg.c */ void iemtx_diff_setup(void); /* mtx_diff.c */ +void iemtx_dispersive_dline_setup(void); /* mtx_dispersive_dline.c */ void iemtx_distance2_setup(void); /* mtx_distance2.c */ void iemtx_egg_setup(void); /* mtx_egg.c */ void iemtx_element_setup(void); /* mtx_element.c */ @@ -53,12 +54,13 @@ void iemtx_max2_setup(void); /* mtx_max2.c */ void iemtx_mean_setup(void); /* mtx_mean.c */ void iemtx_min2_setup(void); /* mtx_min2.c */ void iemtx_minmax_setup(void); /* mtx_minmax.c */ -void iemtx_mul_setup(void); /* mtx_mul.c */ void iemtx_mul__setup(void); /* mtx_mul~.c */ +void iemtx_mul_setup(void); /* mtx_mul.c */ void iemtx_neq_setup(void); /* mtx_neq.c */ void iemtx_not_setup(void); /* mtx_not.c */ void iemtx_ones_setup(void); /* mtx_ones.c */ void iemtx_or_setup(void); /* mtx_or.c */ +void iemtx_pack__setup(void); /* mtx_pack~.c */ void iemtx_pivot_setup(void); /* mtx_pivot.c */ void iemtx_pow_setup(void); /* mtx_pow.c */ void iemtx_powtodb_setup(void); /* mtx_powtodb.c */ @@ -77,11 +79,13 @@ void iemtx_scroll_setup(void); /* mtx_scroll.c */ void iemtx_sin_setup(void); /* mtx_sin.c */ void iemtx_size_setup(void); /* mtx_size.c */ void iemtx_slice_setup(void); /* mtx_slice.c */ +void iemtx_sndfileread_setup(void); /* mtx_sndfileread.c */ void iemtx_sort_setup(void); /* mtx_sort.c */ void iemtx_sub_setup(void); /* mtx_sub.c */ void iemtx_sum_setup(void); /* mtx_sum.c */ void iemtx_trace_setup(void); /* mtx_trace.c */ void iemtx_transpose_setup(void); /* mtx_transpose.c */ +void iemtx_unpack__setup(void); /* mtx_unpack~.c */ void iemtx_zeros_setup(void); /* mtx_zeros.c */ #endif /* IEMMATRIX_SOURCES_H__ */ -- cgit v1.2.1