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.13
11.13Smrg#	$NetBSD: Makefile.inc,v 1.13 2011/07/04 11:22:39 mrg Exp $
21.4Scgd#	@(#)Makefile.inc	8.1 (Berkeley) 6/4/93
31.1Smycroft
41.1Smycroft# Quad support
51.11SuebayasiSRCS.quad=	cmpdi2.c divdi3.c fixdfdi.c fixsfdi.c fixunsdfdi.c \
61.13Smrg	fixunssfdi.c floatdidf.c floatdisf.c floatundisf.c floatundidf.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.11SuebayasiSRCS.quad+=	ashldi3.S ashrdi3.S lshrdi3.S
121.10Sfredette.elif (${MACHINE_ARCH} == "m68000")
131.11SuebayasiSRCS.quad+=	ashldi3.S lshrdi3.S
141.5Sjtc.else
151.11SuebayasiSRCS.quad+=	ashldi3.c ashrdi3.c lshrdi3.c
161.6Sjtc.endif
171.5Sjtc
181.7Sjtc# XXX as far as I can tell, these are never used and can be removed
191.11SuebayasiSRCS.quad+=	adddi3.c anddi3.c iordi3.c notdi2.c subdi3.c xordi3.c
201.11Suebayasi
211.11SuebayasiSRCS+=	${SRCS.quad}
221.1Smycroft
231.9Sdrochner.PATH: ${ARCHDIR}/quad ${.CURDIR}/quad
24

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