21 lines
248 B
Makefile
21 lines
248 B
Makefile
# Makefile for lib/i386/int64.
|
|
|
|
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
|
|
|
|
LIBRARIES=libc
|
|
|
|
libc_FILES=" \
|
|
add64.s \
|
|
add64u.s \
|
|
cmp64.s \
|
|
cv64u.s \
|
|
cvu64.s \
|
|
diff64.s \
|
|
div64u.s \
|
|
ex64.s \
|
|
make64.s \
|
|
mul64u.s \
|
|
sub64.s \
|
|
sub64u.s"
|
|
|
|
TYPE=both
|