minix/lib/libc/ansi/Makefile.inc
2010-04-08 15:00:25 +00:00

63 lines
757 B
Makefile

# ansi sources
.PATH: ${.CURDIR}/ansi
SRCS+= \
abort.c \
abs.c \
assert.c \
atexit.c \
atof.c \
atoi.c \
atol.c \
bsearch.c \
calloc.c \
chartab.c \
clock.c \
difftime.c \
div.c \
errlist.c \
exit.c \
ext_comp.c \
getenv.c \
isalnum.c \
isalpha.c \
isascii.c \
isblank.c \
iscntrl.c \
isdigit.c \
isgraph.c \
islower.c \
isprint.c \
ispunct.c \
isspace.c \
isupper.c \
isxdigit.c \
labs.c \
ldiv.c \
localeconv.c \
malloc.c \
mblen.c \
mbstowcs.c \
mbtowc.c \
misc.c \
qsort.c \
raise.c \
rand.c \
setlocale.c \
sigmisc.c \
signal.c \
strcoll.c \
strcspn.c \
strerror.c \
strpbrk.c \
strspn.c \
strstr.c \
strtok.c \
strtol.c \
strxfrm.c \
system.c \
tolower.c \
toupper.c \
wcstombs.c \
wctomb.c