source: trunk/minix/lib/gnu/ieee_float/Makefile.in@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 125 bytes
Line 
1
2CFLAGS="-O -I.."
3
4LIBRARIES=libc
5
6libc_FILES=" \
7 frexp.c \
8 isinf.c \
9 isnan.c \
10 ldexp.c \
11 modf.c \
12 fphook.c"
13
14TYPE=gnu
Note: See TracBrowser for help on using the repository browser.