Makefile.inc revision 1.3
11.3Slukem# $NetBSD: Makefile.inc,v 1.3 2003/08/01 17:03:48 lukem 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.3SlukemSRCS.i386.string=\ 131.3Slukem Lint_bcmp.c Lint_bcopy.c Lint_bzero.c Lint_ffs.c Lint_index.c \ 141.2Scgd Lint_memchr.c Lint_memcmp.c Lint_memcpy.c Lint_memmove.c \ 151.2Scgd Lint_memset.c Lint_rindex.c Lint_strcat.c Lint_strchr.c \ 161.2Scgd Lint_strcmp.c Lint_strcpy.c Lint_strlen.c Lint_strncmp.c \ 171.2Scgd Lint_strrchr.c Lint_swab.c 181.3SlukemLSRCS+= ${SRCS.i386.string} 191.3SlukemDPSRCS+= ${SRCS.i386.string} 201.3SlukemCLEANFILES+= ${SRCS.i386.string} 21