1
0
mirror of https://github.com/adtools/clib2.git synced 2026-05-03 10:53:04 +00:00

- Updated the build files so that atanh() and atanhf() are built for the

respective math libraries.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15046 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-10-16 09:14:28 +00:00
parent f9e782d358
commit 3480ec40b3
3 changed files with 3470 additions and 3464 deletions

View File

@@ -1,5 +1,5 @@
#
# $Id: GNUmakefile.68k,v 1.69 2005-10-11 11:24:53 obarthel Exp $
# $Id: GNUmakefile.68k,v 1.70 2005-10-16 09:14:28 obarthel Exp $
#
# :ts=8
#
@@ -554,6 +554,8 @@ MATH_LIB = \
math_atan2.o \
math_atan2f.o \
math_atanf.o \
math_atanh.o \
math_atanhf.o \
math_cbrt.o \
math_cbrtf.o \
math_ceil.o \

View File

@@ -1,5 +1,5 @@
#
# $Id: GNUmakefile.os4,v 1.78 2005-10-11 11:24:53 obarthel Exp $
# $Id: GNUmakefile.os4,v 1.79 2005-10-16 09:14:28 obarthel Exp $
#
# :ts=8
#
@@ -566,6 +566,8 @@ MATH_LIB = \
math_atan2.o \
math_atan2f.o \
math_atanf.o \
math_atanh.o \
math_atanhf.o \
math_cbrt.o \
math_cbrtf.o \
math_ceil.o \

View File

@@ -1,5 +1,5 @@
#
# $Id: smakefile,v 1.51 2005-10-11 11:24:53 obarthel Exp $
# $Id: smakefile,v 1.52 2005-10-16 09:14:28 obarthel Exp $
#
# :ts=8
#
@@ -191,6 +191,8 @@ MATH_OBJ = \
math_atan2.o \
math_atan2f.o \
math_atanf.o \
math_atanh.o \
math_atanhf.o \
math_cbrt.o \
math_cbrtf.o \
math_ceil.o \