diff options
author | jofret | 2007-03-25 19:51:02 +0000 |
---|---|---|
committer | jofret | 2007-03-25 19:51:02 +0000 |
commit | 2d87713a00e9fac42f46c43b593395ab03d8614c (patch) | |
tree | 83d8e8e613962d4cf2f8732c885f8538bd441aa5 /src/elementaryFunctions/Makefile.am | |
parent | 9cb67100ea3eee60f5ee9c47bfbf6c226de2fb84 (diff) | |
download | scilab2c-2d87713a00e9fac42f46c43b593395ab03d8614c.tar.gz scilab2c-2d87713a00e9fac42f46c43b593395ab03d8614c.tar.bz2 scilab2c-2d87713a00e9fac42f46c43b593395ab03d8614c.zip |
Autotools
Diffstat (limited to 'src/elementaryFunctions/Makefile.am')
-rw-r--r-- | src/elementaryFunctions/Makefile.am | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/elementaryFunctions/Makefile.am b/src/elementaryFunctions/Makefile.am index 581c732e..b4bd1141 100644 --- a/src/elementaryFunctions/Makefile.am +++ b/src/elementaryFunctions/Makefile.am @@ -5,9 +5,19 @@ ## Made by Bruno JOFRET <bruno.jofret@inria.fr> ## ## Started on Thu Mar 22 16:39:30 2007 jofret -## Last update Thu Mar 22 17:41:32 2007 jofret +## Last update Sun Mar 25 12:17:35 2007 bruno ## ## Copyright INRIA 2007 ## -SUBDIRS= acos
\ No newline at end of file +SUBDIRS= cos \ + sin \ + tan \ + cosh \ + sinh \ + tanh \ + acos \ + asin \ + exp \ + log \ + sqrt |