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

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

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

revision 1.7 by wakaba, Tue May 3 12:34:38 2005 UTC revision 1.8 by wakaba, Sat May 7 13:56:36 2005 UTC
# Line 48  all.dac: $(DIS_FILES) $(DAC_PL) \ Line 48  all.dac: $(DIS_FILES) $(DAC_PL) \
48    
49  ManakaiNode.pm: all.dac $(DAC2PM_PL)  ManakaiNode.pm: all.dac $(DAC2PM_PL)
50          $(DAC2PM) $< \          $(DAC2PM) $< \
51            --module-uri="$(NS_UTIL)ManakaiNode" > $@            --module-uri="$(NS_UTIL)ManakaiNode" \
52              --output-file-path="$@"
53          $(PERL_CHK) $@          $(PERL_CHK) $@
54    
55  DIS.pm: all.dac $(DAC2PM_PL)  DIS.pm: all.dac $(DAC2PM_PL)
56          $(DAC2PM) $< \          $(DAC2PM) $< \
57            --module-uri="$(NS_UTIL)DIS" > $@            --module-uri="$(NS_UTIL)DIS" \
58              --output-file-path="$@"
59          $(PERL_CHK) $@          $(PERL_CHK) $@
60    
61  PerlCode.pm: all.dac $(DAC2PM_PL)  PerlCode.pm: all.dac $(DAC2PM_PL)
62          $(DAC2PM) $< \          $(DAC2PM) $< \
63            --module-uri="$(NS_UTIL)PerlCode" > $@            --module-uri="$(NS_UTIL)PerlCode" \
64              --output-file-path="$@"
65          $(PERL_CHK) $@          $(PERL_CHK) $@
66    
67  Error/DOMException.pm: all.dac $(DAC2PM_PL)  Error/DOMException.pm: all.dac $(DAC2PM_PL)
68          $(DAC2PM) $< \          $(DAC2PM) $< \
69            --module-uri="$(NS_UTIL_ERR)DOMException" > $@            --module-uri="$(NS_UTIL_ERR)DOMException" \
70              --output-file-path="$@"
71          $(PERL_CHK) $@          $(PERL_CHK) $@
72    
73  # $(CORE_DAC_FILE)  # $(CORE_DAC_FILE)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24