repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dec21140A ethernet driver for virtualpc, contributed by nicolas tittley.
[minix.git]
/
lib
/
i386
/
math
/
Makefile.in
blob
c955d2ae146fb5e3d5fb2c1233c733195904e8ea
1
# Makefile for lib/i386/math.
2
3
CFLAGS
=
"-O -D_MINIX -D_POSIX_SOURCE"
4
5
LIBRARIES
=
libc
6
7
libc_FILES
=
" \
8
arch_compare.c \
9
arch_round.c \
10
fpu_cw.s \
11
fpu_sw.s \
12
fpu_round.s \
13
fegetround.c \
14
feholdexcept.c \
15
fesetround.c"
16
17
TYPE
=
both