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

SRC += ct_flags.c
SRC += ct_lower.c
SRC += ct_upper.c
SRC += isalnum.c
SRC += isalpha.c
SRC += isascii.c
SRC += isblank.c
SRC += iscntrl.c
SRC += isdigit.c
SRC += isgraph.c
SRC += islower.c
SRC += isprint.c
SRC += ispunct.c
SRC += isspace.c
SRC += isupper.c
SRC += isxdigit.c
SRC += toascii.c
SRC += tolower.c
SRC += toupper.c

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