minix/lib/i386/math/Makefile.in
2009-12-24 20:22:41 +00:00

18 lines
262 B
Makefile

# Makefile for lib/i386/math.
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
LIBRARIES=libc
libc_FILES=" \
arch_compare.c \
arch_round.c \
fpu_cw.s \
fpu_sw.s \
fpu_round.s \
fegetround.c \
feholdexcept.c \
fesetround.c"
TYPE=both