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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Sat Aug 21 05:42:50 2004 UTC revision 1.47 by wakaba, Sun Jul 29 08:20:00 2007 UTC
# Line 1  Line 1 
1  LS = ls  RM = rm
2  MAKE = make  RMALL = $(RM) -fv
 SED = sed  
 XARGS = xargs  
3    
4  PERL = perl -I../../../../  GENERATED_FILES =
 PERL_CHK = $(PERL) -c  
5    
6  DIS2PM_PL = dis2pm.pl  all:
 DIS2PM = $(PERL) $(DIS2PM_PL)  
7    
8  all: dom-modules  clean:
9            $(RMALL) $(GENERATED_FILES) .*.tmp *~ .*~ *.BAK .*.BAK
10    
11  dom-modules:  distclean: clean
         $(LS) *.dis | $(SED) s/\.dis/.pm/ | $(XARGS) $(MAKE)  
12    
13  %.pm: %.dis $(DIS2PM_PL)  ## $Date$
14          $(DIS2PM) $< > $@  ## License: Public Domain.
         $(PERL_CHK) $@  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.47

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24