dec21140A ethernet driver for virtualpc, contributed by nicolas tittley.
[minix.git] / lib / i386 / math / Makefile.in
blobc955d2ae146fb5e3d5fb2c1233c733195904e8ea
1 # Makefile for lib/i386/math.
3 CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
5 LIBRARIES=libc
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"
17 TYPE=both