source: trunk/minix/lib/ack/math/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: 151 bytes
Line 
1# Makefile for lib/ack/math.
2
3CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
4
5LIBRARIES=libc
6
7libc_FILES=" \
8 frexp.s \
9 modf.s \
10 isnan.c \
11 ldexp.c"
12
13TYPE=ack
Note: See TracBrowser for help on using the repository browser.