source:
trunk/minix/lib/ack/math/Makefile.in@
20
Last change on this file since 20 was 9, checked in by , 14 years ago | |
---|---|
File size: 151 bytes |
Line | |
---|---|
1 | # Makefile for lib/ack/math. |
2 | |
3 | CFLAGS="-O -D_MINIX -D_POSIX_SOURCE" |
4 | |
5 | LIBRARIES=libc |
6 | |
7 | libc_FILES=" \ |
8 | frexp.s \ |
9 | modf.s \ |
10 | isnan.c \ |
11 | ldexp.c" |
12 | |
13 | TYPE=ack |
Note:
See TracBrowser
for help on using the repository browser.