/[pub]/test/oldencodeutils/lib/Encode/Table/Makefile
Suika

Contents of /test/oldencodeutils/lib/Encode/Table/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations) (download)
Sun Oct 6 06:00:16 2002 UTC (23 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +5 -1 lines
2002-10-06  Nanashi-san

	* *gb*.tbr, iso_ir_*.tbr, kps9566_1997.tbr,
	macchinesesimp.tbr, *ks*.tbr: New tables.
	* Makefile: Updated.
	(Committed by Wakaba <w@suika.fam.cx>.)

1
2 PLDIR = tool/
3 PERL = perl
4 PERLI = $(PERL) -I$(PLDIR)
5 TBR2TBL = $(PLDIR)tbr2tbl.pl
6 TBL2UCM = $(PLDIR)tbl2ucm.pl
7 TBL2PM = $(PLDIR)tbl2pm.pl
8
9 PM_jis = jisx0208_1978.pm jisx0208_1983.pm jisx0208_1990.pm \
10 jisx0208_1997.pm jisx0208_1997_irv.pm jisx0208_1997_latin.pm \
11 jisx0212_1990.pm jisx0212_1990_irv.pm jisx0212_0213.pm \
12 jisx0213_2000_1.pm jisx0213_2000_1_esc_24_42.pm jisx0213_2000_2.pm \
13 jisx0201_latin.pm jisx0201_katakana.pm
14 PM_gb = gb2312_1980.pm gb12345_1990.pm iso_ir_165.pm
15 PM_ks = ksx1001_1992.pm
16 PM_kps = kps9566_1997.pm
17 PM_misc = iso_ir_169.pm iso_ir_231.pm
18
19 jis: $(PM_jis)
20 jis-tbl: $(PM_jis:.pm=.tbl)
21 gb: $(PM_gb)
22 gb-tbl: $(PM_gb:.pm=.tbl)
23 ks: $(PM_ks)
24 ks-tbl: $(PM_ks:.pm=.tbl)
25 kps: $(PM_kps)
26 kps-tbl: $(PM_kps:.pm=.tbl)
27 misc: $(PM_misc)
28 misc-tbl: $(PM_misc:.pm=.tbl)
29
30 %.tbl: %.tbr $(TBR2TBL)
31 $(PERLI) $(TBR2TBL) $< > $@
32
33 %.ucm: %.tbl $(TBL2UCM)
34 $(PERLI) $(TBL2UCM) $< > $@
35
36 %.pm: %.tbl $(TBL2PM) $(PLDIR)internal.pl
37 $(PERLI) $(TBL2PM) $< > $@
38
39 clean:
40 rm -rfv *.BAK .*.BAK *~ .*~
41 rm -ffv $(PM_jis) $(PM_jis:.pm=.tbl) \
42 $(PM_gb) $(PM_gb:.pm=.tbl) \
43 $(PM_ks) $(PM_ks:.pm=.tbl) \
44 $(PM_kps) $(PM_kps:.pm=.tbl) \
45 $(PM_misc) $(PM_misc:.pm=.tbl)

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24