diff options
author | jofret | 2007-05-07 14:12:10 +0000 |
---|---|---|
committer | jofret | 2007-05-07 14:12:10 +0000 |
commit | 5e99f6ee73b31f683d5b4fb5f88e1bb0b683a9e8 (patch) | |
tree | a62c8792008ff2478b2ab0b3273fa35edac2aaa1 /src/auxiliaryFunctions/isnan/Makefile.am | |
parent | d4c521386b82ea3e29762a845bc4483f57bc056a (diff) | |
download | scilab2c-5e99f6ee73b31f683d5b4fb5f88e1bb0b683a9e8.tar.gz scilab2c-5e99f6ee73b31f683d5b4fb5f88e1bb0b683a9e8.tar.bz2 scilab2c-5e99f6ee73b31f683d5b4fb5f88e1bb0b683a9e8.zip |
Is Nan : New function
Must improve nan so far as complex numbers are concerned !
Diffstat (limited to 'src/auxiliaryFunctions/isnan/Makefile.am')
-rw-r--r-- | src/auxiliaryFunctions/isnan/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auxiliaryFunctions/isnan/Makefile.am b/src/auxiliaryFunctions/isnan/Makefile.am index 362b987b..8195c7c2 100644 --- a/src/auxiliaryFunctions/isnan/Makefile.am +++ b/src/auxiliaryFunctions/isnan/Makefile.am @@ -5,7 +5,7 @@ ## Made by Bruno JOFRET <bruno.jofret@inria.fr> ## ## Started on Fri Jan 5 10:19:16 2007 jofret -## Last update Fri Apr 20 16:20:05 2007 jofret +## Last update Mon May 7 14:54:27 2007 jofret ## ## Copyright INRIA 2007 ## @@ -32,7 +32,7 @@ HEAD = ../includes/isnan.h # Checking Part #### -check_INCLUDES = -I $(top_builddir)/elementaryFunctions/includes \ +check_INCLUDES = -I $(top_builddir)/auxiliaryFunctions/includes \ -I $(top_builddir)/type check_PROGRAMS = testIsnan @@ -42,7 +42,7 @@ TESTS = testIsnan # # -*- Isnan Tests -*- # -testIsnan_SOURCES = testIsnan.c +testIsnan_SOURCES = testIsNan.c testIsnan_CFLAGS = $(check_INCLUDES) testIsnan_LDADD = $(top_builddir)/lib/libDoubleComplex.a \ $(top_builddir)/lib/libFloatComplex.a \ |