/[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.6 - (show annotations) (download)
Thu Apr 24 22:34:02 2003 UTC (22 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +4 -1 lines
Renewal

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24