Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1689 → Rev 64

/shark/trunk/libc/ctype/Makefile
File deleted
/shark/trunk/libc/ctype/makefile
0,0 → 1,19
#
# 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