source: tags/syscall-add-simple-foo/minix/lib/gnu/ieee_float/Makefile.in@ 15

Last change on this file since 15 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.