[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / arch / x86_64 / string

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/arch/x86_64/string/Makefile.inc between version 1.3 and 1.4

version 1.3, 2009/07/17 19:37:55 version 1.4, 2009/07/30 20:57:17
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
   
 # objects built from assembler sources (need lint stubs)  # objects built from assembler sources
 SRCS+=  bcmp.S bcopy.S bzero.S ffs.S memchr.S memcmp.S \  SRCS+=  bcmp.S bcopy.S bzero.S ffs.S memchr.S memcmp.S \
         memcpy.S memmove.S memset.S strcat.S strchr.S \          memcpy.S memmove.S memset.S strcat.S strchr.S \
         strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S          strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S
   
 # objects built from C sources  
 SRCS+=  strcspn.c strncat.c strncpy.c strpbrk.c strsep.c strspn.c \  
         strstr.c  
   
 SRCS.x86_64.string=\  
         Lint_bcmp.c Lint_bcopy.c Lint_bzero.c Lint_ffs.c Lint_index.c \  
         Lint_memchr.c Lint_memcmp.c Lint_memcpy.c Lint_memmove.c \  
         Lint_memset.c Lint_rindex.c Lint_strcat.c Lint_strchr.c \  
         Lint_strcmp.c Lint_strcpy.c Lint_strlen.c Lint_strncmp.c \  
         Lint_strrchr.c Lint_swab.c  
 LSRCS+=         ${SRCS.x86_64.string}  
 DPSRCS+=        ${SRCS.x86_64.string}  
 CLEANFILES+=    ${SRCS.x86_64.string}  

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>