diff options
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 |