Subversion Repositories shark

Rev

Rev 2 | Rev 45 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 pj 1
#
2
# The ctype sub-library
3
#
4
 
5
ifndef BASE
6
BASE=../..
7
endif
8
include $(BASE)/config/config.mk
9
 
10
LIBRARY       = c
11
 
12
OBJS_PATH     = $(BASE)/libc/ctype
13
 
14
SRCS=	ctype.c
15
 
16
OBJS=	$(patsubst %.c,%.o,$(SRCS))
17
 
18
include $(BASE)/config/sublib.mk