makefile.nt
上传用户:zhaopin
上传日期:2007-01-07
资源大小:79k
文件大小:1k
源码类别:

语音合成与识别

开发平台:

Visual C++

  1. #
  2. # File: makefile.nt
  3. # Author: Julian Smart
  4. # Created: 1997
  5. # Copyright:
  6. #
  7. # "%W% %G%"
  8. #
  9. # Makefile
  10. #
  11. DOCDIR=.
  12. LOCALDOCDIR=.
  13. THISDIR=.
  14. DOCSOURCES=cspeech.tex classes.tex changes.tex
  15. all: hlp
  16. hlp: cspeech.hlp
  17. rtf: cspeech.rtf
  18. cspeech.hlp:         cspeech.rtf cspeech.hpj
  19.         cd $(LOCALDOCDIR)
  20.         -erase cspeech.ph
  21.         hc cspeech
  22.         cd $(THISDIR)
  23. cspeech.rtf: $(DOCSOURCES)
  24.         cd $(LOCALDOCDIR)
  25.         -start /w tex2rtf cspeech.tex cspeech.rtf -twice -winhelp
  26.         cd $(THISDIR)