summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/exp/Makefile.in
diff options
context:
space:
mode:
authorjofret2008-05-21 11:44:52 +0000
committerjofret2008-05-21 11:44:52 +0000
commit2f6a3cf7733f3680dcaea87c8200da19ce843c70 (patch)
tree9851fa1ff6c3fb686271c16cb31b221f471e23d5 /src/elementaryFunctions/exp/Makefile.in
parent4e4209a43336f42f9754b89c4504f30ddd5f1a89 (diff)
downloadscilab2c-2f6a3cf7733f3680dcaea87c8200da19ce843c70.tar.gz
scilab2c-2f6a3cf7733f3680dcaea87c8200da19ce843c70.tar.bz2
scilab2c-2f6a3cf7733f3680dcaea87c8200da19ce843c70.zip
* Exp Complex Algorithm update according Scilab one
* License update
Diffstat (limited to 'src/elementaryFunctions/exp/Makefile.in')
-rw-r--r--src/elementaryFunctions/exp/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/elementaryFunctions/exp/Makefile.in b/src/elementaryFunctions/exp/Makefile.in
index c1cca474..dd2d4642 100644
--- a/src/elementaryFunctions/exp/Makefile.in
+++ b/src/elementaryFunctions/exp/Makefile.in
@@ -70,7 +70,9 @@ am__DEPENDENCIES_1 = $(top_builddir)/type/libDoubleComplex.la \
$(top_builddir)/elementaryFunctions/sin/libSin.la \
$(top_builddir)/elementaryFunctions/cosh/libCosh.la \
$(top_builddir)/elementaryFunctions/sinh/libSinh.la \
- $(top_builddir)/elementaryFunctions/exp/libExp.la
+ $(top_builddir)/elementaryFunctions/exp/libExp.la \
+ $(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \
+ $(top_builddir)/auxiliaryFunctions/abs/libAbs.la
testDoubleExp_DEPENDENCIES = $(am__DEPENDENCIES_1)
testDoubleExp_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(testDoubleExp_CFLAGS) \
@@ -240,6 +242,8 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \
$(top_builddir)/elementaryFunctions/cosh/libCosh.la \
$(top_builddir)/elementaryFunctions/sinh/libSinh.la \
$(top_builddir)/elementaryFunctions/exp/libExp.la \
+ $(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \
+ $(top_builddir)/auxiliaryFunctions/abs/libAbs.la \
@LIBMATH@
testFloatExp_SOURCES = testFloatExp.c