summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjofret2007-04-18 16:57:05 +0000
committerjofret2007-04-18 16:57:05 +0000
commit4de1b55c5f895d164053e3d706976d65272b07ba (patch)
treedbca7435762a50e264cac640571b25cd954de74b /src
parent4df32b1ac3af8b5b65f0c69b8ffc9c35cfa9fe8b (diff)
downloadscilab2c-4de1b55c5f895d164053e3d706976d65272b07ba.tar.gz
scilab2c-4de1b55c5f895d164053e3d706976d65272b07ba.tar.bz2
scilab2c-4de1b55c5f895d164053e3d706976d65272b07ba.zip
Adding Autotools Management.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am5
-rw-r--r--src/Makefile.in3
-rwxr-xr-xsrc/configure11
-rw-r--r--src/configure.ac9
4 files changed, 20 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a4c753e1..3a7c7d87 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@
## Made by Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on Thu Mar 22 16:39:30 2007 jofret
-## Last update Mon Mar 26 11:03:57 2007 jofret
+## Last update Wed Apr 18 16:54:52 2007 jofret
##
## Copyright INRIA 2007
##
@@ -13,7 +13,6 @@
AUTOMAKE_OPTIONS = 1.9 dist-zip dist-bzip2
SUBDIRS= elementaryFunctions \
- type \
- test
+ type
ACLOCAL_AMFLAGS = -I m4/ \ No newline at end of file
diff --git a/src/Makefile.in b/src/Makefile.in
index a49f54d8..4c4a7882 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -170,8 +170,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = 1.9 dist-zip dist-bzip2
SUBDIRS = elementaryFunctions \
- type \
- test
+ type
ACLOCAL_AMFLAGS = -I m4/
all: all-recursive
diff --git a/src/configure b/src/configure
index da5c93e5..febfe44d 100755
--- a/src/configure
+++ b/src/configure
@@ -5102,7 +5102,7 @@ fi
- ac_config_files="$ac_config_files Makefile type/Makefile test/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"
+ 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"
@@ -5671,7 +5671,6 @@ do
# Handling of arguments.
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"type/Makefile" ) CONFIG_FILES="$CONFIG_FILES type/Makefile" ;;
- "test/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
"elementaryFunctions/Makefile" ) CONFIG_FILES="$CONFIG_FILES elementaryFunctions/Makefile" ;;
"elementaryFunctions/cos/Makefile" ) CONFIG_FILES="$CONFIG_FILES elementaryFunctions/cos/Makefile" ;;
"elementaryFunctions/sin/Makefile" ) CONFIG_FILES="$CONFIG_FILES elementaryFunctions/sin/Makefile" ;;
@@ -5684,6 +5683,14 @@ do
"elementaryFunctions/log/Makefile" ) CONFIG_FILES="$CONFIG_FILES elementaryFunctions/log/Makefile" ;;
"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/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" ;;
+ "auxiliaryFunctions/rand/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/rand/Makefile" ;;
+ "auxiliaryFunctions/sign/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/sign/Makefile" ;;
+ "auxiliaryFunctions/size/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/size/Makefile" ;;
+ "auxiliaryFunctions/type/Makefile" ) CONFIG_FILES="$CONFIG_FILES auxiliaryFunctions/type/Makefile" ;;
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"includes/machine.h" ) CONFIG_HEADERS="$CONFIG_HEADERS includes/machine.h" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
diff --git a/src/configure.ac b/src/configure.ac
index 457999f3..b7703c73 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -201,7 +201,6 @@ typedef int BOOL ;
AC_CONFIG_FILES([
Makefile
type/Makefile
-test/Makefile
elementaryFunctions/Makefile
elementaryFunctions/cos/Makefile
elementaryFunctions/sin/Makefile
@@ -214,6 +213,14 @@ 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
])