From ef9d844916bf70100b21e42bb3218dbeb938e333 Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 7 Sep 2012 11:20:12 +0000 Subject: changed 0.0f to 0.0 svn path=/trunk/externals/iem/iem_tab/; revision=16200 --- src/makefile_darwin | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/makefile_darwin') diff --git a/src/makefile_darwin b/src/makefile_darwin index 8ab9beb..79dc341 100644 --- a/src/makefile_darwin +++ b/src/makefile_darwin @@ -29,6 +29,8 @@ SRC = tab_abs.c \ tab_copy.c \ tab_counter.c \ tab_cross_corr.c \ + tab_dbtopow.c \ + tab_dbtorms.c \ tab_div.c \ tab_eq.c \ tab_eq_scalar.c \ @@ -52,9 +54,11 @@ SRC = tab_abs.c \ tab_mul_scalar.c \ tab_ne.c \ tab_ne_scalar.c \ + tab_powtodb.c \ tab_reverse.c \ tab_rfft.c \ tab_rifft.c \ + tab_rmstodb.c \ tab_sqrt.c \ tab_sub.c \ tab_sum.c \ -- cgit v1.2.1