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

Annotation of prex-old/usr/lib/libc/ctype/Makefile.inc, Revision 1.1

1.1     ! nbrk        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

CVSweb