8009c566df
the (buggy) support for alternative entry points. ALTENTRY() was only used for memmove(). Optimizing for space was particularly silly because memcpy() is rarely used (gcc normally inlines it). Obtained from: NetBSD
9 lines
350 B
Makefile
9 lines
350 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $Id: Makefile.inc,v 1.6 1997/02/22 14:59:02 peter Exp $
|
|
|
|
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S \
|
|
memmove.S memcpy.S memset.S \
|
|
rindex.S strcat.S strchr.S strcmp.S strcpy.S strcspn.c \
|
|
strlen.S strncat.c strncmp.S strncpy.c strpbrk.c strsep.c \
|
|
strspn.c strrchr.S strstr.c swab.S
|