source:
trunk/minix/lib/ack/math/Makefile.in@
9
| Last change on this file since 9 was 9, checked in by , 15 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.