projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
asinl: Respect rules for use of AC_LIBOBJ.
[pspp]
/
modules
/
asinl
1
Description:
2
asinl() function: inverse sine function with long double argument.
3
4
Files:
5
lib/asinl.c
6
m4/asinl.m4
7
8
Depends-on:
9
math
10
extensions
11
sqrtl [test $HAVE_ASINL = 0]
12
13
configure.ac:
14
gl_FUNC_ASINL
15
if test $HAVE_ASINL = 0; then
16
AC_LIBOBJ([asinl])
17
fi
18
gl_MATH_MODULE_INDICATOR([asinl])
19
20
Makefile.am:
21
22
Include:
23
<math.h>
24
25
Link:
26
$(ASINL_LIBM)
27
28
License:
29
LGPL
30
31
Maintainer:
32
Paolo Bonzini