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

Diff of /test/oldencodeutils/lib/Encode/ISO2022/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by wakaba, Fri Nov 8 10:29:50 2002 UTC revision 1.6 by wakaba, Thu Dec 19 01:27:01 2002 UTC
# Line 6  ESR2PM = ../Table/tool/esr2pm.pl Line 6  ESR2PM = ../Table/tool/esr2pm.pl
6  PMS = SevenBit.pm JUNET.pm JUNETCompatible.pm \  PMS = SevenBit.pm JUNET.pm JUNETCompatible.pm \
7    EightBit.pm \    EightBit.pm \
8    EUCJA.pm EUCJACompatible.pm EUCKR.pm EUCZH.pm \    EUCJA.pm EUCJACompatible.pm EUCKR.pm EUCZH.pm \
9    JIS.pm    JIS.pm \
10      Pictogram.pm
11    
12  all: $(PMS)  all: $(PMS)
13    
14  %.pm: %.esr $(ESR2PM)  %.pm: %.esr $(ESR2PM)
15          $(PERL) $(PERLOPTION) $(ESR2PM) $< > $@          $(PERL) $(PERLOPTION) $(ESR2PM) $< > $@
16            $(PERL) -c $@
17    
18  clean:  clean:
19          rm -v $(PMS)          rm -v $(PMS)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24