/[gnue]/gnue-appserver/samples/Makefile
ViewVC logotype

Diff of /gnue-appserver/samples/Makefile

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

revision 1.11 by reinhard, Mon Sep 22 19:46:49 2003 UTC revision 1.12 by siesel, Wed Oct 8 14:59:31 2003 UTC
# Line 1  Line 1 
1  # this Makefile creates sql scripts for different databases  # this Makefile creates sql scripts for different databases
2  # at the moment it requires the sablotron XSLT processor  # at the moment it requires the sablotron XSLT processor
3  xsltcmd = sabcmd  xsltcmd = sabcmd
4    #xsltcmd = xsltproc
5  xslpath = ../../gnue-common/utils/xml2sql/  xslpath = ../../gnue-common/utils/xml2sql/
6  xslstrip = ${xslpath}strip.command.xsl  xslstrip = ${xslpath}strip.command.xsl
7  src1 = base.gsd  src1 = base.gsd
# Line 50  interbase.sql: ${xslpath}interbase.xsl $ Line 51  interbase.sql: ${xslpath}interbase.xsl $
51    
52  html: ${xslpath}display.xsl ${src1} ${src2} ${src3}  html: ${xslpath}display.xsl ${src1} ${src2} ${src3}
53          mkdir -p html          mkdir -p html
54          ${xsltcmd} ${xslpath}display.xsl ${src1} html/${out1}.html          ${xsltcmd} ${xslpath}display.xsl ${src1} > html/${out1}.html
55          ${xsltcmd} ${xslpath}display.xsl ${src2} html/${out2}.html          ${xsltcmd} ${xslpath}display.xsl ${src2} > html/${out2}.html
56          ${xsltcmd} ${xslpath}display.xsl ${src3} html/${out3}.html          ${xsltcmd} ${xslpath}display.xsl ${src3} > html/${out3}.html
57          ln -f ${xslpath}no.png html          ln -f ${xslpath}no.png html
58          ln -f ${xslpath}yes.png html          ln -f ${xslpath}yes.png html
59            ln -f ${xslpath}key.png html
60    
61  clean:  clean:
62          rm -rf *.sql mysql pgsql mssql sybase interbase html          rm -rf *.sql mysql pgsql mssql sybase interbase html

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26