1 # Makefile for generating the table files from unicode.org data.
3 ARCHIVE_DIR
= /gfs
/ibook
/Volumes
/ExtData
/www-archive
/software
/i18n
/unicode
/ftp.unicode.org
/ArchiveVersions
5 UCD_DIR
= $(ARCHIVE_DIR
)/$(VERSION
)/ucd
7 EXTRA_DIST
= gen-ctype.c
3levelbit.h
3level.h
10 gcc
-g
-Wall gen-ctype.c
-o gen-ctype
11 .
/gen-ctype
$(UCD_DIR
)/UnicodeData.txt \
12 $(UCD_DIR
)/PropList.txt \
13 $(UCD_DIR
)/DerivedCoreProperties.txt \
14 $(UCD_DIR
)/Scripts.txt \
15 $(UCD_DIR
)/Blocks.txt \
16 $(ARCHIVE_DIR
)/3.0.1/PropList-3.0
.1.txt \
18 mv test-
* ..
/..
/tests
/unictype
/