Subversion Repositories shark

Rev

Rev 45 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#
# The ctype sub-library
#

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY       = c

OBJS_PATH     = $(BASE)/libc/ctype

SRCS=   ctype.c

OBJS=   $(patsubst %.c,%.o,$(SRCS))

include $(BASE)/config/sublib.mk