Project

General

Profile

Statistics
| Branch: | Revision:

root / prex-0.9.0 / usr / lib / libc / string / Makefile.inc @ 03e9c04a

History | View | Annotate | Download (414 Bytes)

1 03e9c04a Brad Neuman
VPATH:=	$(SRCDIR)/usr/lib/libc/string:$(VPATH)
2
3
SRCS+=	bcmp.c bcopy.c bzero.c ffs.c index.c memccpy.c memchr.c \
4
	memcmp.c memcpy.c memmove.c memset.c rindex.c strcasecmp.c strcat.c \
5
	strchr.c strcmp.c strcoll.c strcpy.c strncpy.c strncat.c strcspn.c \
6
	strlen.c strmode.c strdup.c strncmp.c strerror.c \
7
	strpbrk.c strrchr.c strsep.c strspn.c strstr.c strtok.c strtok_r.c \
8
	strxfrm.c swab.c strlcpy.c strlcat.c