source: trunk/minix/lib/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: 276 bytes
Line 
1# Makefile for lib/math.
2
3CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
4
5LIBRARIES=libc
6
7libc_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
26TYPE=both
Note: See TracBrowser for help on using the repository browser.