source:
trunk/minix/lib/math/Makefile.in@
11
Last change on this file since 11 was 9, checked in by , 14 years ago | |
---|---|
File size: 276 bytes |
Line | |
---|---|
1 | # Makefile for lib/math. |
2 | |
3 | CFLAGS="-O -D_MINIX -D_POSIX_SOURCE" |
4 | |
5 | LIBRARIES=libc |
6 | |
7 | libc_FILES=" \ |
8 | asin.c \ |
9 | atan.c \ |
10 | atan2.c \ |
11 | ceil.c \ |
12 | exp.c \ |
13 | fabs.c \ |
14 | floor.c \ |
15 | fmod.c \ |
16 | hugeval.c \ |
17 | log.c \ |
18 | log10.c \ |
19 | pow.c \ |
20 | sin.c \ |
21 | sinh.c \ |
22 | sqrt.c \ |
23 | tan.c \ |
24 | tanh.c" |
25 | |
26 | TYPE=both |
Note:
See TracBrowser
for help on using the repository browser.