Cross Reference: Makefile.inc
xref: /src/lib/libc/arch/i386/string/Makefile.inc
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/libc/arch/i386/string/
Makefile.inc revision 1.4
1#	$NetBSD: Makefile.inc,v 1.4 2009/07/17 19:37:54 dsl Exp $
2
3# objects built from assembler sources (need lint stubs)
4SRCS+=	bcmp.S bcopy.S bzero.S ffs.S memchr.S memcmp.S \
5	memcpy.S memmove.S memset.S strcat.S strchr.S \
6	strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S
7
8# objects built from C sources
9SRCS+=	strcspn.c strncat.c strncpy.c strpbrk.c strsep.c strspn.c \
10	strstr.c
11
12SRCS.i386.string=\
13	Lint_bcmp.c Lint_bcopy.c Lint_bzero.c Lint_ffs.c Lint_index.c \
14	Lint_memchr.c Lint_memcmp.c Lint_memcpy.c Lint_memmove.c \
15	Lint_memset.c Lint_rindex.c Lint_strcat.c Lint_strchr.c \
16	Lint_strcmp.c Lint_strcpy.c Lint_strlen.c Lint_strncmp.c \
17	Lint_strrchr.c Lint_swab.c
18LSRCS+=		${SRCS.i386.string}
19DPSRCS+=	${SRCS.i386.string}
20CLEANFILES+=	${SRCS.i386.string}
21

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