Joren's new library make system (minus Makefiles)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Makefile for lib/ack/math.
|
||||
|
||||
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
|
||||
|
||||
LIBRARIES=libc
|
||||
|
||||
libc_FILES=" \
|
||||
frexp.s \
|
||||
modf.s \
|
||||
isnan.c \
|
||||
ldexp.c"
|
||||
|
||||
TYPE=ack
|
||||
Reference in New Issue
Block a user