Makefile.inc revision 1.15
1# $NetBSD: Makefile.inc,v 1.15 2005/12/11 12:24:44 christos Exp $ 2 3SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ 4 ffs.S scanc.c skpc.c \ 5 strcat.c strcmp.c strcpy.c strlen.c strcasecmp.c \ 6 strncasecmp.c strncmp.c strtoul.c \ 7 strncpy.c random.c __assert.c memchr.c memcmp.c memset.S \ 8 memmove.S memcpy.S byte_swap_2.S byte_swap_4.S byte_swap_8.S \ 9 ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S movstr_i4.S \ 10 movstrSI.S mulsi3.S sdivsi3.S udivsi3.S 11