xref: /plan9/sys/src/ape/lib/ap/math/mkfile (revision 781103c4074deb8af160e8a0da2742ba6b29dc2b)
1APE=/sys/src/ape
2<$APE/config
3LIB=/$objtype/lib/ape/libap.a
4OFILES=\
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	gamma.$O\
14	hypot.$O\
15	j0.$O\
16	j1.$O\
17	jn.$O\
18	log.$O\
19	pow.$O\
20	sin.$O\
21	sinh.$O\
22	tan.$O\
23	tanh.$O\
24
25</sys/src/cmd/mksyslib
26
27CFLAGS=$CFLAGS -c -D_POSIX_SOURCE
28