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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Thu Dec 19 01:27:01 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
*** empty log message ***

1 PERL = perl
2 PERLINC = ../../
3 PERLOPTION = -I$(PERLINC)
4 ESR2PM = ../Table/tool/esr2pm.pl
5
6 PMS = JIS.pm JISCompatible.pm Pictogram.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