Makefile.inc revision 1.26
1# $NetBSD: Makefile.inc,v 1.26 2005/12/11 12:24:42 christos Exp $ 2 3SRCS+= __main.c __assert.c \ 4 imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ 5 bswap16.S bswap32.S bswap64.S \ 6 bcmp.S bzero.S \ 7 memchr.c memcmp.S memcpy.S memmove.S memset.S \ 8 strcat.S strchr.S strcmp.S strcasecmp.c \ 9 strcpy.S strlen.S strncmp.S strncasecmp.c strncpy.S strrchr.S \ 10 strtoul.c \ 11 scanc.S skpc.S \ 12 htonl.S htons.S ntohl.S ntohs.S \ 13 ffs.S 14.if defined(MACHINE_ARCH) && (${MACHINE_ARCH} == "m68000") 15SRCS+= mulsi3.S divsi3.S udivsi3.S modsi3.S umodsi3.S 16SRCS+= random.c 17random.o random.d: random.c 18.else 19SRCS+= random.S 20.endif 21