Makefile.inc revision 1.3
11.3Sdsl# $NetBSD: Makefile.inc,v 1.3 2009/07/17 19:37:55 dsl Exp $ 21.1Sfvdl 31.1Sfvdl# objects built from assembler sources (need lint stubs) 41.3SdslSRCS+= bcmp.S bcopy.S bzero.S ffs.S memchr.S memcmp.S \ 51.3Sdsl memcpy.S memmove.S memset.S strcat.S strchr.S \ 61.1Sfvdl strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S 71.1Sfvdl 81.1Sfvdl# objects built from C sources 91.1SfvdlSRCS+= strcspn.c strncat.c strncpy.c strpbrk.c strsep.c strspn.c \ 101.1Sfvdl strstr.c 111.1Sfvdl 121.2SlukemSRCS.x86_64.string=\ 131.2Slukem Lint_bcmp.c Lint_bcopy.c Lint_bzero.c Lint_ffs.c Lint_index.c \ 141.1Sfvdl Lint_memchr.c Lint_memcmp.c Lint_memcpy.c Lint_memmove.c \ 151.1Sfvdl Lint_memset.c Lint_rindex.c Lint_strcat.c Lint_strchr.c \ 161.1Sfvdl Lint_strcmp.c Lint_strcpy.c Lint_strlen.c Lint_strncmp.c \ 171.1Sfvdl Lint_strrchr.c Lint_swab.c 181.2SlukemLSRCS+= ${SRCS.x86_64.string} 191.2SlukemDPSRCS+= ${SRCS.x86_64.string} 201.2SlukemCLEANFILES+= ${SRCS.x86_64.string} 21