# $NetBSD: Makefile.inc,v 1.9 1999/02/24 15:05:21 drochner Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 # 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 .endif # XXX as far as I can tell, these are never used and can be removed SRCS+= adddi3.c anddi3.c iordi3.c notdi2.c subdi3.c xordi3.c .PATH: ${ARCHDIR}/quad ${.CURDIR}/quad