Parent Directory | Revision Log
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 |