minix/lib/gnu/ieee_float/Makefile.in

15 lines
125 B
Makefile

CFLAGS="-O -I.."
LIBRARIES=libc
libc_FILES=" \
frexp.c \
isinf.c \
isnan.c \
ldexp.c \
modf.c \
fphook.c"
TYPE=gnu