Makefile.inc revision 1.2
11.2Scgd# $NetBSD: Makefile.inc,v 1.2 1997/11/05 23:43:16 cgd Exp $ 21.1Smycroft 31.2Scgd# objects built from assembler sources (need lint stubs) 41.2ScgdSRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \ 51.2Scgd memcpy.S memmove.S memset.S rindex.S strcat.S strchr.S \ 61.2Scgd strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S 71.2Scgd 81.2Scgd# objects built from C sources 91.2ScgdSRCS+= strcspn.c strncat.c strncpy.c strpbrk.c strsep.c strspn.c \ 101.2Scgd strstr.c 111.2Scgd 121.2ScgdLSRCS+= Lint_bcmp.c Lint_bcopy.c Lint_bzero.c Lint_ffs.c Lint_index.c \ 131.2Scgd Lint_memchr.c Lint_memcmp.c Lint_memcpy.c Lint_memmove.c \ 141.2Scgd Lint_memset.c Lint_rindex.c Lint_strcat.c Lint_strchr.c \ 151.2Scgd Lint_strcmp.c Lint_strcpy.c Lint_strlen.c Lint_strncmp.c \ 161.2Scgd Lint_strrchr.c Lint_swab.c 171.2ScgdDPSRCS+= Lint_bcmp.c Lint_bcopy.c Lint_bzero.c Lint_ffs.c Lint_index.c \ 181.2Scgd Lint_memchr.c Lint_memcmp.c Lint_memcpy.c Lint_memmove.c \ 191.2Scgd Lint_memset.c Lint_rindex.c Lint_strcat.c Lint_strchr.c \ 201.2Scgd Lint_strcmp.c Lint_strcpy.c Lint_strlen.c Lint_strncmp.c \ 211.2Scgd Lint_strrchr.c Lint_swab.c 22