# Makefile for lib/i386/int64.

CFLAGS	= -O -D_MINIX -D_POSIX_SOURCE

LIBRARIES = libc

libc_OBJECTS	= \
	add64.o \
	add64u.o \
	cmp64.o \
	cv64u.o \
	cvu64.o \
	diff64.o \
	div64u.o \
	ex64.o \
	make64.o \
	mul64u.o \
	sub64.o \
	sub64u.o \

include ../../Makefile.inc
