13 lines
178 B
Makefile
13 lines
178 B
Makefile
# Makefile for lib/ack/math.
|
|
|
|
CFLAGS = -O -D_MINIX -D_POSIX_SOURCE
|
|
|
|
LIBRARIES = libc
|
|
|
|
libc_OBJECTS = \
|
|
frexp.o \
|
|
modf.o \
|
|
isnan.o \
|
|
ldexp.o \
|
|
|
|
include ../../Makefile.ack.inc
|