[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc / top

Diff for /OpenXM/src/asir-contrib/packages/doc/top/Makefile between version 1.6 and 1.7

version 1.6, 2007/09/29 07:29:31 version 1.7, 2009/02/21 22:09:12
Line 1 
Line 1 
 #$OpenXM: OpenXM/src/asir-contrib/packages/doc/top/Makefile,v 1.5 2005/05/18 05:48:45 takayama Exp $  #$OpenXM: OpenXM/src/asir-contrib/packages/doc/top/Makefile,v 1.6 2007/09/29 07:29:31 takayama Exp $
   
 # Name of this document.  # Name of this document.
 MYNAME=cman  MYNAME=cman
Line 10  SRC = base.oxw calculus.oxw complex.oxw \
Line 10  SRC = base.oxw calculus.oxw complex.oxw \
       poly.oxw print.oxw series.oxw \        poly.oxw print.oxw series.oxw \
       util.oxw windows.oxw oxshell.oxw load.oxw        util.oxw windows.oxw oxshell.oxw load.oxw
   
 ENSRCS = ${SRC:.oxw=.en}  ENSRCS = ${SRC:.oxw=.en}
 JASRCS = ${SRC:.oxw=.ja}  JASRCS = ${SRC:.oxw=.ja}
 ENAUTO=  base-auto.en glib-auto.en matrix-auto.en number-auto.en \  ENAUTO=  base-auto.en glib-auto.en matrix-auto.en number-auto.en \
          poly-auto.en print-auto.en util-auto.en \           poly-auto.en print-auto.en util-auto.en \
          oxshell-auto.en           oxshell-auto.en
 JAAUTO=${ENAUTO:.en=.ja}  JAAUTO=${ENAUTO:.en=.ja}
   
 include ../M/Makefile  include ../M/Makefile
   
 clean_private:  clean_private:
 ### base  ### base
 base-auto.en : ${CONTRIB}/names.rr  
         ${RM} -f base-auto.en  
         ${OXWEAVE} usage  <${CONTRIB}/names.rr | ${OXGENTEXI} --category base --en --upnode "Basic (Standard Functions)" ${OPTGENTEXI} >base-auto.en  
 base-auto.ja : ${CONTRIB}/names.rr  
         ${RM} -f base-auto.ja  
         ${OXWEAVE} usage  <${CONTRIB}/names.rr | ${OXGENTEXI} --category base --ja --upnode "Basic (Standard Functions)" ${OPTGENTEXI} >base-auto.ja  
   
   ${MYNAME}.en ${MYNAME}.ja:
   
   ${MYNAME}-en.texi: ${ENAUTO} ${ENSRCS}
   ${MYNAME}-ja.texi: ${JAAUTO} ${JASRCS}
   
   base-auto.en: ${CONTRIB}/names.rr
           cat ${CONTRIB}/names.rr | ${OXWEAVE} usage \
           | ${OXGENTEXI} --category base --en --upnode "Basic (Standard Functions)" ${OPTGENTEXI} > $@
   
   base-auto.ja: ${CONTRIB}/names.rr
           cat ${CONTRIB}/names.rr | ${OXWEAVE} usage \
           | ${OXGENTEXI} --category base --ja --upnode "Basic (Standard Functions)" ${OPTGENTEXI} > $@
   
 ### number  ### number
 number-auto.en :  ${CONTRIB}/names.rr  number-auto.en: ${CONTRIB}/names.rr
         ${RM} -f number-auto.en          cat ${CONTRIB}/names.rr | ${OXWEAVE} usage \
         cat ${CONTRIB}/names.rr | ${OXWEAVE} usage | ${OXGENTEXI}  --category number --en --upnode "Numbers (Standard Mathematical Functions)" ${OPTGENTEXI} >number-auto.en          | ${OXGENTEXI}  --category number --en --upnode "Numbers (Standard Mathematical Functions)" ${OPTGENTEXI} > $@
 number-auto.ja : ${CONTRIB}/names.rr  number-auto.ja: ${CONTRIB}/names.rr
         ${RM} -f number-auto.ja          cat ${CONTRIB}/names.rr | ${OXWEAVE} usage \
         cat ${CONTRIB}/names.rr | ${OXWEAVE} usage  | ${OXGENTEXI}   --category number  --ja --upnode "Numbers (Standard Mathematical Functions)" ${OPTGENTEXI} >number-auto.ja          | ${OXGENTEXI}   --category number  --ja --upnode "Numbers (Standard Mathematical Functions)" ${OPTGENTEXI} > $@
   
 ### matrix  ### matrix
 matrix-auto.en : ${CONTRIB}/names.rr  matrix-auto.en: ${CONTRIB}/names.rr
         ${RM} -f matrix-auto.en          cat ${CONTRIB}/names.rr | ${OXWEAVE} usage \
         ${OXWEAVE} usage  <${CONTRIB}/names.rr | ${OXGENTEXI} --category matrix --en --upnode "Matrix (Standard Mathematical Functions)" ${OPTGENTEXI} >matrix-auto.en          | ${OXGENTEXI} --category matrix --en --upnode "Matrix (Standard Mathematical Functions)" ${OPTGENTEXI} > $@
 matrix-auto.ja : ${CONTRIB}/names.rr  
         ${RM} -f matrix-auto.ja  
         ${OXWEAVE} usage  <${CONTRIB}/names.rr | ${OXGENTEXI} --category matrix --ja --upnode "Matrix (Standard Mathematical Functions)" ${OPTGENTEXI} >matrix-auto.ja  
   
   matrix-auto.ja: ${CONTRIB}/names.rr
           cat ${CONTRIB}/names.rr | ${OXWEAVE} usage \
           | ${OXGENTEXI} --category matrix --ja --upnode "Matrix (Standard Mathematical Functions)" ${OPTGENTEXI} > $@
   
 ### print  ### print
 print-auto.en : ${CONTRIB}/names.rr  print-auto.en: ${CONTRIB}/names.rr
         ${RM} -f print-auto.en          cat ${CONTRIB}/names.rr | ${OXWEAVE} usage \
         ${OXWEAVE} usage  <${CONTRIB}/names.rr | ${OXGENTEXI} --category print --en --upnode "Print (Standard Mathematical Functions)" ${OPTGENTEXI} >print-auto.en          | ${OXGENTEXI} --category print --en --upnode "Print (Standard Mathematical Functions)" ${OPTGENTEXI} > $@
 print-auto.ja : ${CONTRIB}/names.rr  
         ${RM} -f print-auto.ja  
         ${OXWEAVE} usage  <${CONTRIB}/names.rr | ${OXGENTEXI} --category print --ja --upnode "Print (Standard Mathematical Functions)" ${OPTGENTEXI} >print-auto.ja  
   
   print-auto.ja: ${CONTRIB}/names.rr
           cat ${CONTRIB}/names.rr | ${OXWEAVE} usage \
           | ${OXGENTEXI} --category print --ja --upnode "Print (Standard Mathematical Functions)" ${OPTGENTEXI} > $@
   
 ### poly  ### poly
 poly-auto.en : ${CONTRIB}/names.rr  poly-auto.en: ${CONTRIB}/names.rr
         ${RM} -f poly-auto.en          cat ${CONTRIB}/names.rr | ${OXWEAVE} usage \
         ${OXWEAVE} usage  <${CONTRIB}/names.rr | ${OXGENTEXI} --category poly --en --upnode "Polynomials (Standard Mathematical Functions)" ${OPTGENTEXI} >poly-auto.en          | ${OXGENTEXI} --category poly --en --upnode "Polynomials (Standard Mathematical Functions)" ${OPTGENTEXI} >poly-auto.en
 poly-auto.ja : ${CONTRIB}/names.rr  
         ${RM} -f poly-auto.ja  
         ${OXWEAVE} usage  <${CONTRIB}/names.rr | ${OXGENTEXI} --category poly --ja --upnode "Polynomials (Standard Mathematical Functions)" ${OPTGENTEXI} >poly-auto.ja  
   
   poly-auto.ja: ${CONTRIB}/names.rr
           cat ${CONTRIB}/names.rr | ${OXWEAVE} usage \
           | ${OXGENTEXI} --category poly --ja --upnode "Polynomials (Standard Mathematical Functions)" ${OPTGENTEXI} > $@
   
 ### glib  ### glib
 glib-auto.en : ${ASIRLIB}/glib  glib-auto.en: ${ASIRLIB}/glib
         ${RM} -f glib-auto.en          cat ${ASIRLIB}/glib | ${OXWEAVE} usage \
         cat ${ASIRLIB}/glib | ${OXWEAVE} usage | ${OXGENTEXI}  --category glib --en --upnode "Graphic Library (2 dimensional)" ${OPTGENTEXI} >glib-auto.en          | ${OXGENTEXI}  --category glib --en --upnode "Graphic Library (2 dimensional)" ${OPTGENTEXI} > $@
 glib-auto.ja : ${ASIRLIB}/glib  
         ${RM} -f glib-auto.ja  
         cat ${ASIRLIB}/glib | ${OXWEAVE} usage  | ${OXGENTEXI}   --category glib  --ja --upnode "Graphic Library (2 dimensional)" ${OPTGENTEXI} >glib-auto.ja  
   
   glib-auto.ja: ${ASIRLIB}/glib
           cat ${ASIRLIB}/glib | ${OXWEAVE} usage \
           | ${OXGENTEXI}   --category glib  --ja --upnode "Graphic Library (2 dimensional)" ${OPTGENTEXI} > $@
   
 ### util  ### util
 util-auto.en :  ${CONTRIB}/names.rr  util-auto.en: ${CONTRIB}/names.rr
         ${RM} -f util-auto.en          cat ${CONTRIB}/names.rr | ${OXWEAVE} usage \
         cat ${CONTRIB}/names.rr | ${OXWEAVE} usage | ${OXGENTEXI}  --category util --en --upnode "Utility Functions" ${OPTGENTEXI} >util-auto.en          | ${OXGENTEXI}  --category util --en --upnode "Utility Functions" ${OPTGENTEXI} > $@
 util-auto.ja : ${CONTRIB}/names.rr  
         ${RM} -f util-auto.ja  util-auto.ja: ${CONTRIB}/names.rr
         cat ${CONTRIB}/names.rr | ${OXWEAVE} usage  | ${OXGENTEXI}   --category util  --ja --upnode "Utility Functions" ${OPTGENTEXI} >util-auto.ja          cat ${CONTRIB}/names.rr | ${OXWEAVE} usage \
           | ${OXGENTEXI}   --category util  --ja --upnode "Utility Functions" ${OPTGENTEXI} > $@
 ### oxshell  ### oxshell
 oxshell-auto.en :  ${CONTRIB}/oxshell.rr  
         ${RM} -f oxshell-auto.en  oxshell-auto.en: ${CONTRIB}/oxshell.rr
         cat ${CONTRIB}/oxshell.rr | ${OXWEAVE} usage | ${OXGENTEXI}  --category oxshell --en --upnode "Oxshell Functions" ${OPTGENTEXI} >oxshell-auto.en          cat ${CONTRIB}/oxshell.rr | ${OXWEAVE} usage \
 oxshell-auto.ja : ${CONTRIB}/oxshell.rr          | ${OXGENTEXI}  --category oxshell --en --upnode "Oxshell Functions" ${OPTGENTEXI} > $@
         ${RM} -f oxshell-auto.ja  
         cat ${CONTRIB}/oxshell.rr | ${OXWEAVE} usage  | ${OXGENTEXI}   --category oxshell  --ja --upnode "Oxshell Functions" ${OPTGENTEXI} >oxshell-auto.ja  oxshell-auto.ja: ${CONTRIB}/oxshell.rr
           cat ${CONTRIB}/oxshell.rr | ${OXWEAVE} usage \
           | ${OXGENTEXI}   --category oxshell  --ja --upnode "Oxshell Functions" ${OPTGENTEXI} > $@
   

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>