Parent Directory
|
Revision Log
Imported to CVS
| 1 | wakaba | 1.1 | LIB = ../lib/ |
| 2 | BIN = ../bin/ | ||
| 3 | |||
| 4 | PERL = perl -I$(LIB) | ||
| 5 | PERLC = $(PERL) -c | ||
| 6 | |||
| 7 | MKPLUGIN2_PL = $(BIN)mkplugin2.pl | ||
| 8 | MKPLUGIN2 = $(PERL) $(MKPLUGIN2_PL) | ||
| 9 | |||
| 10 | config.ph: config.wp2 $(MKPLUGIN2_PL) | ||
| 11 | $(MKPLUGIN2) $< > $@ | ||
| 12 | $(PERLC) $@ |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |