/[pub]/suikawiki/script/lib/SuikaWiki/Plugin/Makefile
Suika

Contents of /suikawiki/script/lib/SuikaWiki/Plugin/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations) (download)
Fri Apr 30 05:59:50 2004 UTC (21 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: suikawiki3-redirect, release-3-0-0, HEAD
Branch point for: helowiki, helowiki-2005
Changes since 1.6: +2 -0 lines
(distclean): New rule.

1 LIB = ../../../lib/
2 BIN = ../../../bin/
3
4 PERL = perl -I$(LIB)
5 PERLC = $(PERL) -c -w
6
7 LS = ls
8 MAKE = make
9 RM = rm -fv
10 SED = sed
11 XARGS = xargs
12
13 MKPLUGIN2_PL = $(BIN)mkplugin2.pl
14 MKPLUGIN2 = $(PERL) $(MKPLUGIN2_PL)
15
16 all:
17 $(LS) *.wp2 | $(SED) s/\.wp2/.pm/ | $(XARGS) $(MAKE)
18
19 %.pm: %.wp2 $(MKPLUGIN2_PL)
20 $(MKPLUGIN2) $< > $@
21 $(PERLC) $@
22
23 clean:
24 $(RM) *.pm
25 $(RM) *~ *.BAK .*~ .*.BAK
26
27 distclean: clean

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24