Home | History | Annotate | Line # | Download | only in powerpc
Makefile.inc revision 1.25.12.1
      1  1.25.12.1    skrll #	$NetBSD: Makefile.inc,v 1.25.12.1 2009/04/28 07:37:13 skrll Exp $
      2        1.1       ws 
      3        1.8  mycroft SRCS+=	__main.c __assert.c \
      4        1.8  mycroft 	imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
      5        1.8  mycroft 	bswap16.c bswap32.c bswap64.c \
      6       1.20     matt 	memchr.c memcmp.c \
      7       1.18      mjl 	strcat.c strcmp.c strcpy.c strcasecmp.c \
      8       1.16  thorpej 	strncasecmp.c strncmp.c strncpy.c \
      9        1.8  mycroft 	scanc.c skpc.c \
     10        1.8  mycroft 	htonl.c htons.c ntohl.c ntohs.c \
     11       1.15     danw 	random.c strtoul.c \
     12       1.14       ws 	syncicache.c
     13       1.17      mjl 
     14       1.23     matt SRCS+=	ffs.S memset.S strlen.S
     15       1.25  garbled 
     16       1.25  garbled # Disable the asm versions on evbppc because they break the Explora
     17       1.25  garbled .if ${MACHINE} == "evbppc"
     18       1.25  garbled memcpy.o: memcpy.c
     19       1.25  garbled memcmp.o: memcmp.c
     20       1.25  garbled memmove.o: memmove.c
     21       1.25  garbled .endif
     22