Parent Directory
|
Revision Log
2002-11-06 Wakaba <w@suika.fam.cx> * SevenBit.esr, EightBit.esr, JUNET.esr, JUNETCompatible.esr, EUCJA.esr, EUCJACompatible.esr, EUCKR.esr, EUCZH.esr: New files. * SevenBit.pm, EightBit.pm: Removed. (Now these modules are auto-generated from *.esr files.)
| 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 | |
| 10 | all: $(PMS) |
| 11 | |
| 12 | %.pm: %.esr $(ESR2PM) |
| 13 | $(PERL) $(PERLOPTION) $(ESR2PM) $< > $@ |
| 14 | |
| 15 | clean: |
| 16 | rm -v $(PMS) |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |