A top level header file for kernel and system stuff. At present simply includes ddk...
[reactos.git] / reactos / lib / crtdll / ctype / MAKEFILE
1 # Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details
2 TOP=../..
3
4 SRC += ct_flags.c
5 SRC += ct_lower.c
6 SRC += ct_upper.c
7 SRC += isalnum.c
8 SRC += isalpha.c
9 SRC += isascii.c
10 SRC += iscntrl.c
11 SRC += isdigit.c
12 SRC += isgraph.c
13 SRC += islower.c
14 SRC += isprint.c
15 SRC += ispunct.c
16 SRC += isspace.c
17 SRC += isupper.c
18 SRC += isxdigit.c
19 SRC += toascii.c
20 SRC += tolower.c
21 SRC += toupper.c
22
23 include $(TOP)/../makefile.inc