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.2
1#	$NetBSD: Makefile.inc,v 1.2 1997/11/05 23:43:16 cgd Exp $
2
3# objects built from assembler sources (need lint stubs)
4SRCS+=	bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \
5	memcpy.S memmove.S memset.S rindex.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
12LSRCS+=	Lint_bcmp.c Lint_bcopy.c Lint_bzero.c Lint_ffs.c Lint_index.c \
13	Lint_memchr.c Lint_memcmp.c Lint_memcpy.c Lint_memmove.c \
14	Lint_memset.c Lint_rindex.c Lint_strcat.c Lint_strchr.c \
15	Lint_strcmp.c Lint_strcpy.c Lint_strlen.c Lint_strncmp.c \
16	Lint_strrchr.c Lint_swab.c
17DPSRCS+= Lint_bcmp.c Lint_bcopy.c Lint_bzero.c Lint_ffs.c Lint_index.c \
18	Lint_memchr.c Lint_memcmp.c Lint_memcpy.c Lint_memmove.c \
19	Lint_memset.c Lint_rindex.c Lint_strcat.c Lint_strchr.c \
20	Lint_strcmp.c Lint_strcpy.c Lint_strlen.c Lint_strncmp.c \
21	Lint_strrchr.c Lint_swab.c
22

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