diff options
author | jofret | 2007-04-18 16:55:20 +0000 |
---|---|---|
committer | jofret | 2007-04-18 16:55:20 +0000 |
commit | c5bfd436e5128eb1c2188104f5dab5dabe35bbd6 (patch) | |
tree | b1e168cc7ac3553645807bfaf36f6a43ddff178a /src/auxiliaryFunctions/Makefile.am | |
parent | e5e45b432c54046b734726fa7b979602aa1c2039 (diff) | |
download | scilab2c-c5bfd436e5128eb1c2188104f5dab5dabe35bbd6.tar.gz scilab2c-c5bfd436e5128eb1c2188104f5dab5dabe35bbd6.tar.bz2 scilab2c-c5bfd436e5128eb1c2188104f5dab5dabe35bbd6.zip |
Adding Autotools Management.
Diffstat (limited to 'src/auxiliaryFunctions/Makefile.am')
-rw-r--r-- | src/auxiliaryFunctions/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/auxiliaryFunctions/Makefile.am b/src/auxiliaryFunctions/Makefile.am new file mode 100644 index 00000000..4c474db8 --- /dev/null +++ b/src/auxiliaryFunctions/Makefile.am @@ -0,0 +1,19 @@ +## +## -*- makefile -*- +## +## Makefile.am +## Made by Bruno JOFRET <bruno.jofret@inria.fr> +## +## Started on Thu Mar 22 16:39:30 2007 jofret +## Last update Wed Apr 18 17:14:49 2007 jofret +## +## Copyright INRIA 2007 +## + +SUBDIRS= find \ + isempty \ + isnan \ + rand \ + sign \ + size \ + type |