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

Contents of /perl/lib/Encode/Table/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sat Oct 5 00:26:26 2002 UTC (22 years, 2 months ago) by wakaba
Branch: MAIN
2002-10-05  Nanashi-san

	* *.tbr, Makefile: New files.
	* tool/: New directory.
	(Commited by Wakaba <w@suika.fam.cx>.)

1 wakaba 1.1
2     PLDIR = tool/
3     PERL = perl
4     PERLI = $(PRRL) -I$(PLDIR)
5     TBR2TBL = $(PLDIR)tbr2tbl.pl
6     TBL2UCM = $(PLDIR)tbl2ucm.pl
7     TBL2PM = $(PLDIR)tbl2pm.pl
8    
9     %.tbl: %.tbr $(TBR2TBL)
10     $(PERLI) $(TBR2TBL) $< > $@
11    
12     %.ucm: %.tbl $(TBL2UCM)
13     $(PERLI) $(TBL2UCM) $< > $@
14    
15     %.pm: %.tbl $(TBL2PM) $(PLDIR)internal.pl
16     $(PERLI) $(TBL2PM) $< > $@
17    
18     clean:
19     rm -rfv *.BAK .*.BAK *~ .*~

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24