at_wini also needs a pci_reserve() for the pci compatability device, if
[minix3.git] / lib / math / Makefile.in
blob5c09a9d6c322edc7aca1828640c6de5c742e7c21
1 # Makefile for lib/math.
3 CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
5 LIBRARIES=libc
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"
26 TYPE=both