Cross Reference: Makefile.inc
xref: /src/lib/libc/arch/x86_64/gen/Makefile.inc
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/libc/arch/x86_64/gen/
Makefile.inc revision 1.2
1#	$NetBSD: Makefile.inc,v 1.2 2002/02/19 13:08:35 simonb Exp $
2
3# objects built from assembler sources (need lint stubs)
4SRCS+=	alloca.S bswap64.S byte_swap_2.S byte_swap_4.S fabs.S modf.S \
5	flt_rounds.S fpgetmask.S fpgetround.S fpgetsticky.S \
6	fpsetmask.S fpsetround.S fpsetsticky.S 
7
8SRCS+=	__setjmp14.S
9SRCS+=	_setjmp.S
10SRCS+=	__sigsetjmp14.S
11
12# objects built from C sources
13SRCS+=	ldexp.c
14
15# Common ieee754 constants and functions
16SRCS+=	ieee754_infinity.c ieee754_nanf.c
17SRCS+=	ieee754_frexp.c ieee754_isinf.c ieee754_isnan.c
18
19LSRCS+=	Lint__setjmp.c Lint_alloca.c Lint_bswap16.c Lint_bswap32.c \
20	Lint_bswap64.c Lint_fabs.c Lint_modf.c \
21	Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c \
22	Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \
23	Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c 
24DPSRCS+= Lint__setjmp.c Lint_alloca.c Lint_bswap16.c Lint_bswap32.c \
25	Lint_bswap64.c Lint_fabs.c Lint_modf.c \
26	Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c \
27	Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \
28	Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c
29

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