summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am7
-rw-r--r--src/Makefile.in5
-rwxr-xr-xsrc/configure3
-rw-r--r--src/configure.ac1
4 files changed, 10 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3a7c7d87..3fbe4f1c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,14 +5,15 @@
## Made by Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on Thu Mar 22 16:39:30 2007 jofret
-## Last update Wed Apr 18 16:54:52 2007 jofret
+## Last update Fri Apr 20 16:10:39 2007 jofret
##
## Copyright INRIA 2007
##
AUTOMAKE_OPTIONS = 1.9 dist-zip dist-bzip2
-SUBDIRS= elementaryFunctions \
- type
+SUBDIRS= type \
+ elementaryFunctions \
+ auxiliaryFunctions
ACLOCAL_AMFLAGS = -I m4/ \ No newline at end of file
diff --git a/src/Makefile.in b/src/Makefile.in
index 4c4a7882..f5748501 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -169,8 +169,9 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = 1.9 dist-zip dist-bzip2
-SUBDIRS = elementaryFunctions \
- type
+SUBDIRS = type \
+ elementaryFunctions \
+ auxiliaryFunctions
ACLOCAL_AMFLAGS = -I m4/
all: all-recursive
diff --git a/src/configure b/src/configure
index f9142c0c..9d457527 100755
--- a/src/configure
+++ b/src/configure
@@ -5102,7 +5102,7 @@ fi
- ac_config_files="$ac_config_files Makefile type/Makefile elementaryFunctions/Makefile elementaryFunctions/cos/Makefile elementaryFunctions/sin/Makefile elementaryFunctions/tan/Makefile elementaryFunctions/cosh/Makefile elementaryFunctions/sinh/Makefile elementaryFunctions/tanh/Makefile elementaryFunctions/acos/Makefile elementaryFunctions/asin/Makefile elementaryFunctions/log/Makefile elementaryFunctions/exp/Makefile elementaryFunctions/sqrt/Makefile auxiliaryFunctions/Makefile auxiliaryFunctions/find/Makefile auxiliaryFunctions/isempty/Makefile auxiliaryFunctions/isnan/Makefile auxiliaryFunctions/rand/Makefile auxiliaryFunctions/sign/Makefile auxiliaryFunctions/size/Makefile auxiliaryFunctions/type/Makefile"
+ ac_config_files="$ac_config_files Makefile type/Makefile elementaryFunctions/Makefile elementaryFunctions/cos/Makefile elementaryFunctions/sin/Makefile elementaryFunctions/tan/Makefile elementaryFunctions/cosh/Makefile elementaryFunctions/sinh/Makefile elementaryFunctions/tanh/Makefile elementaryFunctions/acos/Makefile elementaryFunctions/asin/Makefile elementaryFunctions/log/Makefile elementaryFunctions/exp/Makefile elementaryFunctions/sqrt/Makefile auxiliaryFunctions/Makefile auxiliaryFunctions/abs/Makefile auxiliaryFunctions/find/Makefile auxiliaryFunctions/isempty/Makefile auxiliaryFunctions/isnan/Makefile auxiliaryFunctions/rand/Makefile auxiliaryFunctions/sign/Makefile auxiliaryFunctions/size/Makefile auxiliaryFunctions/type/Makefile"
@@ -5684,6 +5684,7 @@ do
"elementaryFunctions/exp/Makefile" ) CONFIG_FILES="$CONFIG_FILES elementaryFunctions/exp/Makefile" ;;
"elementaryFunctions/sqrt/Makefile" ) CONFIG_FILES="$CONFIG_FILES elementaryFunctions/sqrt/Makefile" ;;
"auxiliaryFunctions/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/Makefile" ;;
+ "auxiliaryFunctions/abs/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/abs/Makefile" ;;
"auxiliaryFunctions/find/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/find/Makefile" ;;
"auxiliaryFunctions/isempty/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/isempty/Makefile" ;;
"auxiliaryFunctions/isnan/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/isnan/Makefile" ;;
diff --git a/src/configure.ac b/src/configure.ac
index 7ddb95ee..8e99d600 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -214,6 +214,7 @@ elementaryFunctions/log/Makefile
elementaryFunctions/exp/Makefile
elementaryFunctions/sqrt/Makefile
auxiliaryFunctions/Makefile
+auxiliaryFunctions/abs/Makefile
auxiliaryFunctions/find/Makefile
auxiliaryFunctions/isempty/Makefile
auxiliaryFunctions/isnan/Makefile