Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 64 → Rev 102

/shark/tags/rel_0_5/libc/stdlib/makefile
5,6 → 5,7
ifndef BASE
BASE=../..
endif
 
include $(BASE)/config/config.mk
 
LIBRARY = c
19,7 → 20,9
realloc.c \
strtod.c \
strtol.c \
strtoul.c
strtoul.c \
qsort.c \
bsearch.c
 
 
OBJS= $(patsubst %.c,%.o,$(SRCS))