/[suikacvs]/messaging/manakai/lib/Message/DOM/Makefile
Suika

Contents of /messaging/manakai/lib/Message/DOM/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sat Aug 21 05:42:50 2004 UTC (20 years, 10 months ago) by wakaba
Branch: MAIN
Moved

1 LS = ls
2 MAKE = make
3 SED = sed
4 XARGS = xargs
5
6 PERL = perl -I../../../../
7 PERL_CHK = $(PERL) -c
8
9 DIS2PM_PL = dis2pm.pl
10 DIS2PM = $(PERL) $(DIS2PM_PL)
11
12 all: dom-modules
13
14 dom-modules:
15 $(LS) *.dis | $(SED) s/\.dis/.pm/ | $(XARGS) $(MAKE)
16
17 %.pm: %.dis $(DIS2PM_PL)
18 $(DIS2PM) $< > $@
19 $(PERL_CHK) $@

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24