diff options
Diffstat (limited to 'src/elementaryFunctions')
-rw-r--r-- | src/elementaryFunctions/Makefile.am | 16 | ||||
-rw-r--r-- | src/elementaryFunctions/Makefile.in | 14 |
2 files changed, 21 insertions, 9 deletions
diff --git a/src/elementaryFunctions/Makefile.am b/src/elementaryFunctions/Makefile.am index b4bd1141..624b6d9c 100644 --- a/src/elementaryFunctions/Makefile.am +++ b/src/elementaryFunctions/Makefile.am @@ -5,19 +5,25 @@ ## Made by Bruno JOFRET <bruno.jofret@inria.fr> ## ## Started on Thu Mar 22 16:39:30 2007 jofret -## Last update Sun Mar 25 12:17:35 2007 bruno +## Last update Thu Sep 6 14:22:15 2007 bruno ## ## Copyright INRIA 2007 ## SUBDIRS= cos \ - sin \ - tan \ cosh \ - sinh \ - tanh \ acos \ + acosh \ + sin \ + sinh \ asin \ + asinh \ + tan \ + tanh \ + atan \ + atanh \ exp \ + exp10 \ log \ + log10 \ sqrt diff --git a/src/elementaryFunctions/Makefile.in b/src/elementaryFunctions/Makefile.in index d81670cb..db12ca47 100644 --- a/src/elementaryFunctions/Makefile.in +++ b/src/elementaryFunctions/Makefile.in @@ -160,15 +160,21 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = cos \ - sin \ - tan \ cosh \ - sinh \ - tanh \ acos \ + acosh \ + sin \ + sinh \ asin \ + asinh \ + tan \ + tanh \ + atan \ + atanh \ exp \ + exp10 \ log \ + log10 \ sqrt all: all-recursive |