[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / prex-old / usr / lib / libc / string

File: [local] / prex-old / usr / lib / libc / string / Makefile.inc (download)

Revision 1.1.1.1 (vendor branch), Tue Jun 3 09:38:48 2008 UTC (15 years, 11 months ago) by nbrk
Branch: MAIN, KOHSUKE
CVS Tags: PREX_0_8_BASE, PREX_0_7_BASE, HEAD
Changes since 1.1: +0 -0 lines

Yeah, this is an initial import of Prex, portable real-time microkernel 
operating system. I wanna hack it for non-profit but fun, so let it in.

VPATH:=	$(SRCDIR)/usr/lib/libc/string:$(VPATH)

SRCS+=	bcmp.c bcopy.c bzero.c ffs.c index.c memccpy.c memchr.c \
	memcmp.c memcpy.c memmove.c memset.c rindex.c strcasecmp.c strcat.c \
	strchr.c strcmp.c strcoll.c strcpy.c strncpy.c strncat.c strcspn.c \
	strlen.c strmode.c strdup.c strncmp.c strerror.c \
	strpbrk.c strrchr.c strsep.c strspn.c strstr.c strtok.c strtok_r.c \
	strxfrm.c swab.c strlcpy.c strlcat.c