/[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.2 - (show annotations) (download)
Sun Aug 22 07:44:24 2004 UTC (20 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +6 -1 lines
Daily commitment

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 IDL2DIS_PL = idl2dis.pl
13 IDL2DIS = $(PERL) $(IDL2DIS_PL)
14
15 all: dom-modules
16
17 dom-modules:
18 $(LS) *.dis | $(SED) s/\.dis/.pm/ | $(XARGS) $(MAKE)
19
20 %.pm: %.dis $(DIS2PM_PL)
21 $(DIS2PM) $< > $@
22 $(PERL_CHK) $@
23
24

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24