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

Contents of /perl/lib/Encode/SJIS/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Mon Dec 16 09:37:09 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
JIS.esr: New file.

1 wakaba 1.1 PERL = perl
2     PERLINC = ../../
3     PERLOPTION = -I$(PERLINC)
4     ESR2PM = ../Table/tool/esr2pm.pl
5    
6     PMS = JIS.pm
7    
8     all: $(PMS)
9    
10     %.pm: %.esr $(ESR2PM)
11     $(PERL) $(PERLOPTION) $(ESR2PM) $< > $@
12     $(PERL) -c $@
13    
14     clean:
15     rm -v $(PMS)

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24