/[suikacvs]/perl/charclass/lib/Char/Class/Makefile
Suika

Contents of /perl/charclass/lib/Char/Class/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Mon Sep 2 08:13:52 2002 UTC (22 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +1 -1 lines
2002-09-02  Wakaba <w@suika.fam.cx>

	* RFC1815-src.upl: New script.

1 PERL = perl5.8.0
2 RM = rm -fv
3 MODULES = Alphabet.pm Han.pm Hiragana.pm JISX0221.pm Kana.pm Katakana.pm UCS.pm
4 MKPMLIB = mkpm.pl
5
6 all: $(MODULES)
7
8 %.pm: %-src.upl $(MKPMLIB)
9 $(PERL) $< > $@
10
11 Hiragana.pm: Kana-src.upl $(MKPMLIB)
12 $(PERL) $< --hiragana > $@
13
14 Katakana.pm: Kana-src.upl $(MKPMLIB)
15 $(PERL) $< --katakana > $@
16
17 clean:
18 $(RM) *~ .*~ *.BAK .*.BAK $(MODULES)

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24