Makefile.in
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. # This makefile is used to convert Tcl manual pages into various
  2. # alternate formats:
  3. #
  4. #    Windows help file:  1. Build the winhelp target on Unix
  5. #  2. Build the helpfile target on Windows
  6. #
  7. #    HTML:  1. Build the html target on Unix
  8. # RCS: @(#) $Id: Makefile.in,v 1.9 2000/04/20 01:30:20 hobbs Exp $
  9. TCL = tcl@TCL_VERSION@
  10. TK = tk@TCL_VERSION@
  11. VER = @TCL_WIN_VERSION@
  12. TCL_BIN_DIR = @TCL_BIN_DIR@
  13. TCL_SOURCE = @TCL_SRC_DIR@
  14. TK_SOURCE = $(TCL_SOURCE)/../$(TK)
  15. PRO_SOURCE = $(TCL_SOURCE)/../pro
  16. ITCL_SOURCE = $(TCL_SOURCE)/../itcl3.1.0
  17. TCL_DOCS = $(TCL_SOURCE)/doc/*.[13n]
  18. TK_DOCS = $(TK_SOURCE)/doc/*.[13n]
  19. PRO_DOCS = 
  20. $(PRO_SOURCE)/doc/man/procheck.1 
  21. $(PRO_SOURCE)/doc/man/prodebug.1 
  22. $(PRO_SOURCE)/doc/man/prodebug.n 
  23. $(PRO_SOURCE)/doc/man/prolicense.1
  24. ITCL_DOCS = 
  25. $(ITCL_SOURCE)/itcl/doc/*.[13n] 
  26. $(ITCL_SOURCE)/itk/doc/*.[13n]
  27. # $(ITCL_SOURCE)/iwidgets3.0.0/doc/*.[13n]
  28. COREDOCS = $(TCL_DOCS) $(TK_DOCS) 
  29. #PRODOCS = $(COREDOCS) $(PRO_DOCS) $(ITCL_DOCS)
  30. PRODOCS = $(COREDOCS) $(PRO_DOCS) 
  31. TCLSH = $(TCL_BIN_DIR)/tclsh
  32. CC = @CC@
  33. #
  34. # Targets
  35. #
  36. all: core
  37. pro:
  38. $(MAKE) DOCS="$(PRODOCS)" VER="" rtf
  39. core:
  40. $(MAKE) DOCS="$(COREDOCS)" rtf
  41. rtf: $(TCL_SOURCE)/tools/man2help.tcl man2tcl $(DOCS)
  42. LD_LIBRARY_PATH=$(TCL_BIN_DIR) 
  43. TCL_LIBRARY=$(TCL_SOURCE)/library 
  44. $(TCLSH) $(TCL_SOURCE)/tools/man2help.tcl tcl "$(VER)" $(DOCS)
  45. winhelp: tcl.rtf
  46. man2tcl: $(TCL_SOURCE)/tools/man2tcl.c
  47. $(CC) $(CFLAGS) -o man2tcl $(TCL_SOURCE)/tools/man2tcl.c
  48. clean:
  49. -rm -f man2tcl *.o *.cnt *.rtf
  50. helpfile:
  51. hcw /c /e tcl.hpj