diff options
author | jofret | 2008-05-27 13:01:25 +0000 |
---|---|---|
committer | jofret | 2008-05-27 13:01:25 +0000 |
commit | c6a864563a327f505908d680a3c54ef6d38e4591 (patch) | |
tree | 45ddcf6d703832341c84ff8ed73e18dc0e8124b6 /src/elementaryFunctions/lnp1m1 | |
parent | 7d6dfac0f308e407ea153aa3baf78818dedd70cb (diff) | |
download | scilab2c-c6a864563a327f505908d680a3c54ef6d38e4591.tar.gz scilab2c-c6a864563a327f505908d680a3c54ef6d38e4591.tar.bz2 scilab2c-c6a864563a327f505908d680a3c54ef6d38e4591.zip |
Correct sqrt dependancies
Diffstat (limited to 'src/elementaryFunctions/lnp1m1')
-rw-r--r-- | src/elementaryFunctions/lnp1m1/Makefile.am | 2 | ||||
-rw-r--r-- | src/elementaryFunctions/lnp1m1/Makefile.in | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/elementaryFunctions/lnp1m1/Makefile.am b/src/elementaryFunctions/lnp1m1/Makefile.am index 52bdbbb1..537853bf 100644 --- a/src/elementaryFunctions/lnp1m1/Makefile.am +++ b/src/elementaryFunctions/lnp1m1/Makefile.am @@ -34,8 +34,10 @@ check_INCLUDES = -I $(top_builddir)/elementaryFunctions/includes \ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ + $(top_builddir)/lib/lapack/libscilapack.la \ $(top_builddir)/elementaryFunctions/lnp1m1/libLnp1m1.la \ $(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \ + $(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \ $(top_builddir)/auxiliaryFunctions/abs/libAbs.la \ @LIBMATH@ diff --git a/src/elementaryFunctions/lnp1m1/Makefile.in b/src/elementaryFunctions/lnp1m1/Makefile.in index 1002577f..edc7a99a 100644 --- a/src/elementaryFunctions/lnp1m1/Makefile.in +++ b/src/elementaryFunctions/lnp1m1/Makefile.in @@ -65,8 +65,10 @@ am_testDoubleLnp1m1_OBJECTS = \ testDoubleLnp1m1_OBJECTS = $(am_testDoubleLnp1m1_OBJECTS) am__DEPENDENCIES_1 = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ + $(top_builddir)/lib/lapack/libscilapack.la \ $(top_builddir)/elementaryFunctions/lnp1m1/libLnp1m1.la \ $(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \ + $(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \ $(top_builddir)/auxiliaryFunctions/abs/libAbs.la testDoubleLnp1m1_DEPENDENCIES = $(am__DEPENDENCIES_1) testDoubleLnp1m1_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ @@ -228,8 +230,10 @@ check_INCLUDES = -I $(top_builddir)/elementaryFunctions/includes \ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ + $(top_builddir)/lib/lapack/libscilapack.la \ $(top_builddir)/elementaryFunctions/lnp1m1/libLnp1m1.la \ $(top_builddir)/elementaryFunctions/sqrt/libSqrt.la \ + $(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \ $(top_builddir)/auxiliaryFunctions/abs/libAbs.la \ @LIBMATH@ |