Home | History | Annotate | Line # | Download | only in arm
Makefile.inc revision 1.5
      1  1.5  rearnsha #	$NetBSD: Makefile.inc,v 1.5 2002/11/16 18:27:40 rearnsha Exp $
      2  1.1     bjh21 
      3  1.2    toshii SRCS+=	__assert.c __main.c bswap64.c byte_swap_2.S byte_swap_4.S \
      4  1.4     chris 	ffs.S imax.c imin.c lmax.c lmin.c max.c min.c random.c scanc.c \
      5  1.5  rearnsha 	skpc.c strcat.c strcasecmp.c \
      6  1.1     bjh21 	strcpy.c strlen.c strncasecmp.c strncmp.c \
      7  1.1     bjh21 	strncpy.c strtoul.c ulmax.c ulmin.c
      8  1.1     bjh21 
      9  1.1     bjh21 SRCS+=	divsi3.S
     10  1.5  rearnsha SRCS+=	memchr.c memcmp.c memcpy.S memset.S memmove.S strcmp.S
     11