NetBSD/lib/libc/quad/Makefile.inc

20 lines
627 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.7 1996/06/01 21:39:21 jtc Exp $
1995-02-27 20:29:31 +03:00
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
1993-09-16 10:05:46 +04:00
# Quad support
SRCS+= cmpdi2.c divdi3.c fixdfdi.c fixsfdi.c fixunsdfdi.c \
fixunssfdi.c floatdidf.c floatdisf.c floatunsdidf.c \
moddi3.c muldi3.c negdi2.c qdivrem.c \
ucmpdi2.c udivdi3.c umoddi3.c
.if (${MACHINE_ARCH} == "m68k")
SRCS+= ashldi3.S ashrdi3.S lshrdi3.S
.else
SRCS+= ashldi3.c ashrdi3.c lshrdi3.c
1996-06-01 06:06:23 +04:00
.endif
# XXX as far as I can tell, these are never used and can be removed
SRCS+= adddi3.c anddi3.c iordi3.c lshrdi3.c notdi2.c subdi3.c xordi3.c
1993-09-16 10:05:46 +04:00
1993-12-04 05:33:35 +03:00
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/quad ${.CURDIR}/quad