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
at_wini also needs a pci_reserve() for the pci compatability device, if
[minix3.git]
/
lib
/
math
/
Makefile.in
blob
5c09a9d6c322edc7aca1828640c6de5c742e7c21
1
# Makefile for lib/math.
2
3
CFLAGS
=
"-O -D_MINIX -D_POSIX_SOURCE"
4
5
LIBRARIES
=
libc
6
7
libc_FILES
=
" \
8
asin.c \
9
atan.c \
10
atan2.c \
11
ceil.c \
12
exp.c \
13
fabs.c \
14
floor.c \
15
fmod.c \
16
hugeval.c \
17
log.c \
18
log10.c \
19
pow.c \
20
sin.c \
21
sinh.c \
22
sqrt.c \
23
tan.c \
24
tanh.c"
25
26
TYPE
=
both