os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/tools/Makefile.in
First public contribution.
1 # This makefile is used to convert Tcl manual pages into various
4 # Windows help file: 1. Build the winhelp target on Unix
5 # 2. Build the helpfile target on Windows
7 # HTML: 1. Build the html target on Unix
9 # RCS: @(#) $Id: Makefile.in,v 1.9 2000/04/20 01:30:20 hobbs Exp $
11 TCL = tcl@TCL_VERSION@
13 VER = @TCL_WIN_VERSION@
15 TCL_BIN_DIR = @TCL_BIN_DIR@
16 TCL_SOURCE = @TCL_SRC_DIR@
17 TK_SOURCE = $(TCL_SOURCE)/../$(TK)
18 PRO_SOURCE = $(TCL_SOURCE)/../pro
19 ITCL_SOURCE = $(TCL_SOURCE)/../itcl3.1.0
21 TCL_DOCS = $(TCL_SOURCE)/doc/*.[13n]
23 TK_DOCS = $(TK_SOURCE)/doc/*.[13n]
26 $(PRO_SOURCE)/doc/man/procheck.1 \
27 $(PRO_SOURCE)/doc/man/prodebug.1 \
28 $(PRO_SOURCE)/doc/man/prodebug.n \
29 $(PRO_SOURCE)/doc/man/prolicense.1
32 $(ITCL_SOURCE)/itcl/doc/*.[13n] \
33 $(ITCL_SOURCE)/itk/doc/*.[13n]
35 # $(ITCL_SOURCE)/iwidgets3.0.0/doc/*.[13n]
37 COREDOCS = $(TCL_DOCS) $(TK_DOCS)
38 #PRODOCS = $(COREDOCS) $(PRO_DOCS) $(ITCL_DOCS)
39 PRODOCS = $(COREDOCS) $(PRO_DOCS)
40 TCLSH = $(TCL_BIN_DIR)/tclsh
50 $(MAKE) DOCS="$(PRODOCS)" VER="" rtf
53 $(MAKE) DOCS="$(COREDOCS)" rtf
55 rtf: $(TCL_SOURCE)/tools/man2help.tcl man2tcl $(DOCS)
56 LD_LIBRARY_PATH=$(TCL_BIN_DIR) \
57 TCL_LIBRARY=$(TCL_SOURCE)/library \
58 $(TCLSH) $(TCL_SOURCE)/tools/man2help.tcl tcl "$(VER)" $(DOCS)
62 man2tcl: $(TCL_SOURCE)/tools/man2tcl.c
63 $(CC) $(CFLAGS) -o man2tcl $(TCL_SOURCE)/tools/man2tcl.c
66 -rm -f man2tcl *.o *.cnt *.rtf