Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / libcc.ansi / ctype / Makefile
1 clean:
2         rm -f isalnum.o isalpha.o iscntrl.o isdigit.o isgraph.o \
3                 islower.o isprint.o ispunct.o isspace.o isupper.o \
4                 isxdigit.o isascii.o tolower.o toupper.o chartab.o \
5                 isalnum.c isalpha.c iscntrl.c isdigit.c isgraph.c \
6                 islower.c isprint.c ispunct.c isspace.c isupper.c \
7                 isxdigit.c isascii.c chartab.c \
8                 OLIST
9
10 chartab.c: char.tab
11         tabgen -fchar.tab > chartab.c
12
13 isalnum.c isalpha.c iscntrl.c isdigit.c isgraph.c islower.c isprint.c \
14 ispunct.c isspace.c isupper.c isxdigit.c isascii.c: genfiles
15         sh genfiles