Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / prex-0.9.0 / usr / lib / libc / ctype / Makefile.inc @ 03e9c04a

History | View | Annotate | Download (201 Bytes)

1
VPATH:=	$(SRCDIR)/usr/lib/libc/ctype:$(VPATH)
2

    
3
SRCS+=	isalnum.c isalpha.c iscntrl.c isdigit.c isgraph.c islower.c \
4
	isprint.c ispunct.c isspace.c isupper.c isxdigit.c isblank.c \
5
	tolower.c toupper.c