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.7
11.7Sjtc#	$NetBSD: Makefile.inc,v 1.7 1996/06/01 21:39:21 jtc Exp $
21.4Scgd#	@(#)Makefile.inc	8.1 (Berkeley) 6/4/93
31.1Smycroft
41.1Smycroft# Quad support
51.7SjtcSRCS+=	cmpdi2.c divdi3.c fixdfdi.c fixsfdi.c fixunsdfdi.c \
61.7Sjtc	fixunssfdi.c floatdidf.c floatdisf.c floatunsdidf.c \
71.7Sjtc	moddi3.c muldi3.c negdi2.c qdivrem.c \
81.7Sjtc	ucmpdi2.c udivdi3.c umoddi3.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.7Sjtc# XXX as far as I can tell, these are never used and can be removed
171.7SjtcSRCS+=	adddi3.c anddi3.c iordi3.c lshrdi3.c notdi2.c subdi3.c xordi3.c
181.1Smycroft
191.3Scgd.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/quad ${.CURDIR}/quad
20

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