# Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details
TOP=../..

SRC += abort.c
SRC += abs.c
SRC += atexit.c
SRC += atof.c
SRC += atoi.c
SRC += atol.c
SRC += atold.c
SRC += bsearch.c
SRC += calloc.c
SRC += div.c
SRC += exit.c
SRC += getenv.c
SRC += labs.c
SRC += ldiv.c
SRC += malloc.c
SRC += qsort.c
SRC += rand.c
SRC += strtod.c
SRC += strtol.c
SRC += strtold.c
SRC += strtoul.c
SRC += system.c

include $(TOP)/../makefile.inc
