]> git.lizzy.rs Git - plan9front.git/blob - sys/src/ape/lib/ap/math/mkfile
ape: floating point improvements (thanks spew)
[plan9front.git] / sys / src / ape / lib / ap / math / mkfile
1 APE=/sys/src/ape
2 <$APE/config
3 LIB=/$objtype/lib/ape/libap.a
4 OFILES=\
5         asin.$O\
6         atan.$O\
7         atan2.$O\
8         erf.$O\
9         exp.$O\
10         fabs.$O\
11         floor.$O\
12         fmod.$O\
13         fmin.$O\
14         gamma.$O\
15         hypot.$O\
16         j0.$O\
17         j1.$O\
18         jn.$O\
19         log.$O\
20         pow.$O\
21         sin.$O\
22         sinh.$O\
23         tan.$O\
24         tanh.$O\
25
26 </sys/src/cmd/mksyslib
27
28 CFLAGS=-c -D_POSIX_SOURCE