repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
. use library function to parse memory string
[minix3.git]
/
lib
/
ack
/
math
/
Makefile.in
blob
a059202685661240526bea233c6b761f8ad37dd7
1
# Makefile for lib/ack/math.
2
3
CFLAGS
=
"-O -D_MINIX -D_POSIX_SOURCE"
4
5
LIBRARIES
=
libc
6
7
libc_FILES
=
" \
8
frexp.s \
9
modf.s \
10
isnan.c \
11
ldexp.c"
12
13
TYPE
=
ack