Cross Reference: Makefile.inc
xref: /src/lib/libc/quad/Makefile.inc
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/libc/quad/
Makefile.inc revision 1.6
11.6Sjtc#	$NetBSD: Makefile.inc,v 1.6 1996/06/01 02:06:23 jtc Exp $
21.4Scgd#	@(#)Makefile.inc	8.1 (Berkeley) 6/4/93
31.1Smycroft
41.1Smycroft# Quad support
51.5SjtcSRCS+=	adddi3.c anddi3.c cmpdi2.c divdi3.c fixdfdi.c fixsfdi.c fixunsdfdi.c \
61.5Sjtc	fixunssfdi.c floatdidf.c floatdisf.c floatunsdidf.c iordi3.c \
71.5Sjtc	moddi3.c muldi3.c negdi2.c notdi2.c qdivrem.c subdi3.c \
81.5Sjtc	ucmpdi2.c udivdi3.c umoddi3.c xordi3.c
91.5Sjtc
101.5Sjtc.if   (${MACHINE_ARCH} == "m68k")
111.5SjtcSRCS+=	ashldi3.S ashrdi3.S lshrdi3.S
121.5Sjtc.else
131.5SjtcSRCS+=	ashldi3.c ashrdi3.c lshrdi3.c
141.6Sjtc.endif
151.5Sjtc
161.5Sjtc# XXX as far as I can tell, this is never used and can be removed
171.5SjtcSRCS+=	lshrdi3.c
181.1Smycroft
191.3Scgd.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/quad ${.CURDIR}/quad
20

Indexes created Mon Nov 10 17:20:41 GMT 2025