From 1a8bfc0d34e6822596050ca34014e03c7ef9bc6b Mon Sep 17 00:00:00 2001 From: jofret Date: Tue, 11 Sep 2007 15:43:48 +0000 Subject: Take into account other functions... --- src/elementaryFunctions/Makefile.am | 16 +++++++++++----- src/elementaryFunctions/Makefile.in | 14 ++++++++++---- 2 files changed, 21 insertions(+), 9 deletions(-) (limited to 'src/elementaryFunctions') 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 ## ## 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 -- cgit