/[pub]/suikawiki/script/misc/plugins/link/Makefile
Suika

Contents of /suikawiki/script/misc/plugins/link/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sun Feb 1 12:09:44 2004 UTC (21 years, 5 months ago) by wakaba
Branch: MAIN
Branch point for: paragraph-200404
New

1 LIB = ../../../lib/
2 BIN = ../../../bin/
3
4 PERL = perl -I$(LIB)
5 PERLC = $(PERL) -c -w
6
7 MKPLUGIN_PL = $(LIB)SuikaWiki/Plugin/mkplugin.pl
8 MKPLUGIN = $(PERL) $(MKPLUGIN_PL)
9 MKPLUGIN2_PL = $(BIN)mkplugin2.pl
10 MKPLUGIN2 = $(PERL) $(MKPLUGIN2_PL)
11
12 %.pm: %.wps $(MKPLUGIN_PL)
13 $(MKPLUGIN) $< > $@
14 $(PERLC) $@
15
16 %.pm: %.wp2 $(MKPLUGIN2_PL)
17 $(MKPLUGIN2) $< > $@
18 $(PERLC) $@
19
20

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24