Makefile.inc revision 1.25
11.25Smycroft# $NetBSD: Makefile.inc,v 1.25 2003/10/29 23:32:15 mycroft Exp $ 21.1Scgd 31.17SmycroftSRCS+= __main.c __assert.c \ 41.17Smycroft imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ 51.17Smycroft bswap16.S bswap32.S bswap64.S \ 61.21Sfredette bcmp.S bzero.S \ 71.19Sperry memchr.c memcmp.S memcpy.S memmove.S memset.S \ 81.20Sthorpej strcat.S strchr.S strcmp.S strcasecmp.c \ 91.20Sthorpej strcpy.S strlen.S strncmp.S strncasecmp.c strncpy.S strrchr.S \ 101.24Schs strtoul.c \ 111.17Smycroft scanc.S skpc.S \ 121.25Smycroft htonl.S htons.S ntohl.S ntohs.S \ 131.25Smycroft ffs.S 141.21Sfredette.if defined(MACHINE_ARCH) && (${MACHINE_ARCH} == "m68000") 151.23SfredetteSRCS+= mulsi3.S divsi3.S udivsi3.S modsi3.S umodsi3.S 161.25SmycroftSRCS+= random.c 171.25Smycroftrandom.o random.d: random.c 181.21Sfredette.else 191.25SmycroftSRCS+= random.S 201.21Sfredette.endif 21