Home | History | Annotate | Line # | Download | only in x86_64
Makefile.inc revision 1.1
      1  1.1  fvdl #	$NetBSD: Makefile.inc,v 1.1 2001/06/19 00:22:45 fvdl Exp $
      2  1.1  fvdl 
      3  1.1  fvdl SRCS+=	__main.c __assert.c \
      4  1.1  fvdl 	imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
      5  1.1  fvdl 	byte_swap_2.S byte_swap_4.S bswap64.c \
      6  1.1  fvdl 	bcmp.S bzero.S ffs.S \
      7  1.1  fvdl 	memchr.S memcmp.S memcpy.S memmove.S memset.S \
      8  1.1  fvdl 	strcat.S strchr.S strcmp.S strcasecmp.c \
      9  1.1  fvdl 	strcpy.S strlen.S strncasecmp.c \
     10  1.1  fvdl 	strncmp.c strncpy.c strrchr.S \
     11  1.1  fvdl 	scanc.S skpc.S \
     12  1.1  fvdl 	random.S
     13