/[suikacvs]/perl/lib/Encode/ISO2022/Makefile
Suika

Contents of /perl/lib/Encode/ISO2022/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Fri Nov 8 10:29:50 2002 UTC (23 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +2 -1 lines
2002-11-08  Wakaba <w@suika.fam.cx>

	* JIS.esr: New files.
	* JIS.pm: Removed.
	* Makefile: Updated.

1 PERL = perl
2 PERLINC = ../../
3 PERLOPTION = -I$(PERLINC)
4 ESR2PM = ../Table/tool/esr2pm.pl
5
6 PMS = SevenBit.pm JUNET.pm JUNETCompatible.pm \
7 EightBit.pm \
8 EUCJA.pm EUCJACompatible.pm EUCKR.pm EUCZH.pm \
9 JIS.pm
10
11 all: $(PMS)
12
13 %.pm: %.esr $(ESR2PM)
14 $(PERL) $(PERLOPTION) $(ESR2PM) $< > $@
15
16 clean:
17 rm -v $(PMS)

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24