1:PACKAGE: - X11 tcl:install ast libtksh:force
2
3ID			=	tk
4LIB			=	tk
5TK_VERSION		=	4.2
6TCL_VERSION		= 	7.6
7
8LIB_DIR			==	"lib/$(ID)$(TK_VERSION)"
9
10HAVE_LIMITS_H		==	1
11HAVE_UNISTD_H		==	1
12
13if CC.HOSTTYPE == "win32.*"
14CCFLAGS			=	$(CC.OPTIMIZE) $(CC.DLL)
15else
16CCFLAGS			=	$(CC.OPTIMIZE)
17end
18
19.SOURCE : generic unix
20.SOURCE.h : include bitmaps xlib generic tcl
21
22$(LIB) $(TK_VERSION) :LIBRARY: \
23	tkUnixSelect.c tkUnixInit.c tkUnixEvent.c tkUnixXId.c \
24	tkUnixCursor.c tkUnixDialog.c tkUnixDraw.c tkUnixWm.c tkUnix.c \
25	tk3d.c tkArgv.c tkAtom.c tkBind.c tkBitmap.c tkButton.c \
26	tkCanvArc.c tkCanvBmap.c tkCanvImg.c tkCanvLine.c tkCanvPoly.c \
27	tkCanvPs.c tkCanvText.c tkCanvUtil.c tkCanvWind.c tkCanvas.c \
28	tkClipboard.c tkCmds.c tkColor.c tkConfig.c tkConsole.c tkCursor.c \
29	tkEntry.c tkError.c tkEvent.c tkFileFilter.c tkFocus.c tkFont.c \
30	tkFrame.c tkGC.c tkGeometry.c tkGet.c tkGrab.c tkGrid.c tkImage.c \
31	tkImgBmap.c tkImgGIF.c tkImgPPM.c tkImgPhoto.c tkImgUtil.c \
32	tkListbox.c tkMenu.c tkMenubutton.c tkMessage.c tkOption.c tkPack.c \
33	tkPlace.c tkRectOval.c tkScale.c tkScrollbar.c tkSelect.c tkSend.c \
34	tkSquare.c tkTest.c tkText.c tkTextBTree.c tkTextDisp.c \
35	tkTextIndex.c tkTextMark.c tkTextTag.c tkTextWind.c tkTrig.c \
36	tkUtil.c tkVisual.c tkWindow.c tkMain.c \
37	tkDefault.h tkFileFilter.h tkSelect.h tkNnames.h tkInt.h \
38	tkText.h tk.h tkPatch.h tkCanvas.h tkPort.h tkUnixDef.h \
39	tkUnixInt.h tkUnixPort.h
40
41$(INCLUDEDIR) :INSTALLPROTO: tk.h
42
43:: README RELEASE ToDo changes license.terms tkAppInit.c
44
45/* Generated with: ksh gen library '/$(ID)$(TK_VERSION)' */
46
47$(LIBDIR)/$(ID)$(TK_VERSION):INSTALLDIR: \
48	library/bgerror.tcl \
49	library/button.tcl \
50	library/clrpick.tcl \
51	library/comdlg.tcl \
52	library/console.tcl \
53	library/dialog.tcl \
54	library/entry.tcl \
55	library/focus.tcl \
56	library/folder.gif \
57	library/license.terms \
58	library/listbox.tcl \
59	library/menu.tcl \
60	library/msgbox.tcl \
61	library/obsolete.tcl \
62	library/optMenu.tcl \
63	library/palette.tcl \
64	library/prolog.ps \
65	library/scale.tcl \
66	library/scrlbar.tcl \
67	library/tclIndex \
68	library/tearoff.tcl \
69	library/text.tcl \
70	library/textfile.gif \
71	library/tk.tcl \
72	library/tkfbox.tcl \
73	library/updir.xbm \
74	library/xmfbox.tcl
75
76$(LIBDIR)/$(ID)$(TK_VERSION)/demos:INSTALLDIR: \
77	library/demos/README \
78	library/demos/arrow.tcl \
79	library/demos/bind.tcl \
80	library/demos/bitmap.tcl \
81	library/demos/browse \
82	library/demos/button.tcl \
83	library/demos/check.tcl \
84	library/demos/clrpick.tcl \
85	library/demos/colors.tcl \
86	library/demos/cscroll.tcl \
87	library/demos/ctext.tcl \
88	library/demos/dialog1.tcl \
89	library/demos/dialog2.tcl \
90	library/demos/entry1.tcl \
91	library/demos/entry2.tcl \
92	library/demos/filebox.tcl \
93	library/demos/floor.tcl \
94	library/demos/form.tcl \
95	library/demos/hello \
96	library/demos/hscale.tcl \
97	library/demos/icon.tcl \
98	library/demos/image1.tcl \
99	library/demos/image2.tcl \
100	library/demos/items.tcl \
101	library/demos/ixset \
102	library/demos/label.tcl \
103	library/demos/license.terms \
104	library/demos/menu.tcl \
105	library/demos/msgbox.tcl \
106	library/demos/plot.tcl \
107	library/demos/puzzle.tcl \
108	library/demos/radio.tcl \
109	library/demos/rmt \
110	library/demos/rolodex \
111	library/demos/ruler.tcl \
112	library/demos/sayings.tcl \
113	library/demos/search.tcl \
114	library/demos/square \
115	library/demos/states.tcl \
116	library/demos/style.tcl \
117	library/demos/tclIndex \
118	library/demos/tcolor \
119	library/demos/text.tcl \
120	library/demos/timer \
121	library/demos/twind.tcl \
122	library/demos/vscale.tcl \
123	library/demos/widget
124
125$(LIBDIR)/$(ID)$(TK_VERSION)/demos/images:INSTALLDIR: \
126	library/demos/images/earth.gif \
127	library/demos/images/earthris.gif \
128	library/demos/images/face.bmp \
129	library/demos/images/flagdown.bmp \
130	library/demos/images/flagup.bmp \
131	library/demos/images/gray25.bmp \
132	library/demos/images/letters.bmp \
133	library/demos/images/noletter.bmp \
134	library/demos/images/pattern.bmp \
135	library/demos/images/tcllogo.gif \
136	library/demos/images/teapot.ppm
137
138/* Generated with: ksh gen library */
139
140::	\
141	library/dialog.tcl \
142	library/textfile.gif \
143	library/optMenu.tcl \
144	library/scale.tcl \
145	library/text.tcl \
146	library/folder.gif \
147	library/updir.xbm \
148	library/focus.tcl \
149	library/menu.tcl \
150	library/msgbox.tcl \
151	library/listbox.tcl \
152	library/tearoff.tcl \
153	library/prolog.ps \
154	library/button.tcl \
155	library/comdlg.tcl \
156	library/tclIndex \
157	library/license.terms \
158	library/tk.tcl \
159	library/palette.tcl \
160	library/obsolete.tcl \
161	library/console.tcl \
162	library/bgerror.tcl \
163	library/clrpick.tcl \
164	library/scrlbar.tcl \
165	library/xmfbox.tcl \
166	library/tkfbox.tcl \
167	library/entry.tcl \
168	library/demos/rmt \
169	library/demos/arrow.tcl \
170	library/demos/square \
171	library/demos/puzzle.tcl \
172	library/demos/vscale.tcl \
173	library/demos/hscale.tcl \
174	library/demos/ctext.tcl \
175	library/demos/style.tcl \
176	library/demos/cscroll.tcl \
177	library/demos/browse \
178	library/demos/twind.tcl \
179	library/demos/tcolor \
180	library/demos/floor.tcl \
181	library/demos/bind.tcl \
182	library/demos/text.tcl \
183	library/demos/plot.tcl \
184	library/demos/timer \
185	library/demos/menu.tcl \
186	library/demos/ruler.tcl \
187	library/demos/README \
188	library/demos/items.tcl \
189	library/demos/search.tcl \
190	library/demos/filebox.tcl \
191	library/demos/bitmap.tcl \
192	library/demos/msgbox.tcl \
193	library/demos/radio.tcl \
194	library/demos/hello \
195	library/demos/button.tcl \
196	library/demos/widget \
197	library/demos/tclIndex \
198	library/demos/ixset \
199	library/demos/license.terms \
200	library/demos/label.tcl \
201	library/demos/states.tcl \
202	library/demos/dialog2.tcl \
203	library/demos/clrpick.tcl \
204	library/demos/image2.tcl \
205	library/demos/entry2.tcl \
206	library/demos/sayings.tcl \
207	library/demos/rolodex \
208	library/demos/form.tcl \
209	library/demos/check.tcl \
210	library/demos/colors.tcl \
211	library/demos/icon.tcl \
212	library/demos/dialog1.tcl \
213	library/demos/image1.tcl \
214	library/demos/entry1.tcl \
215	library/demos/images/flagdown.bmp \
216	library/demos/images/pattern.bmp \
217	library/demos/images/tcllogo.gif \
218	library/demos/images/teapot.ppm \
219	library/demos/images/noletter.bmp \
220	library/demos/images/earthris.gif \
221	library/demos/images/face.bmp \
222	library/demos/images/flagup.bmp \
223	library/demos/images/gray25.bmp \
224	library/demos/images/letters.bmp \
225	library/demos/images/earth.gif
226
227
228/* Generated with: ksh gen doc */
229
230::	\
231	doc/CrtPhImgFmt.3 \
232	doc/toplevel.n \
233	doc/CrtErrHdlr.3 \
234	doc/GetScroll.3 \
235	doc/CrtGenHdlr.3 \
236	doc/GetCapStyl.3 \
237	doc/tk.n \
238	doc/popup.n \
239	doc/wm.n \
240	doc/FindPhoto.3 \
241	doc/GetVRoot.3 \
242	doc/MainLoop.3 \
243	doc/place.n \
244	doc/pack.n \
245	doc/image.n \
246	doc/scale.n \
247	doc/frame.n \
248	doc/Name.3 \
249	doc/tkwait.n \
250	doc/CrtSelHdlr.3 \
251	doc/tkvars.n \
252	doc/IdToWindow.3 \
253	doc/GetColor.3 \
254	doc/InternAtom.3 \
255	doc/GetPixmap.3 \
256	doc/GetBitmap.3 \
257	doc/GetClrmap.3 \
258	doc/grab.n \
259	doc/label.n \
260	doc/grid.n \
261	doc/ClrSelect.3 \
262	doc/MainWin.3 \
263	doc/optionMenu.n \
264	doc/HandleEvent.3 \
265	doc/chooseColor.n \
266	doc/menubutton.n \
267	doc/CrtWindow.3 \
268	doc/ManageGeom.3 \
269	doc/palette.n \
270	doc/focus.n \
271	doc/listbox.n \
272	doc/menubar.n \
273	doc/GetGC.3 \
274	doc/destroy.n \
275	doc/Tk_Main.3 \
276	doc/button.n \
277	doc/CanvPsY.3 \
278	doc/entry.n \
279	doc/Restack.3 \
280	doc/tkerror.n \
281	doc/SetAppName.3 \
282	doc/bell.n \
283	doc/GetUid.3 \
284	doc/send.n \
285	doc/event.n \
286	doc/menu.n \
287	doc/text.n \
288	doc/GetRelief.3 \
289	doc/GetOption.3 \
290	doc/getOpenFile.n \
291	doc/GeomReq.3 \
292	doc/GetRootCrd.3 \
293	doc/canvas.n \
294	doc/CrtItemType.3 \
295	doc/NameOfImg.3 \
296	doc/selection.n \
297	doc/message.n \
298	doc/DeleteImg.3 \
299	doc/GetJoinStl.3 \
300	doc/bindtags.n \
301	doc/clipboard.n \
302	doc/Clipboard.3 \
303	doc/GetFontStr.3 \
304	doc/GetAnchor.3 \
305	doc/DrawFocHlt.3 \
306	doc/lower.n \
307	doc/SetGrid.3 \
308	doc/3DBorder.3 \
309	doc/CoordToWin.3 \
310	doc/WindowId.3 \
311	doc/options.n \
312	doc/CanvTkwin.3 \
313	doc/pack-old.n \
314	doc/option.n \
315	doc/bind.n \
316	doc/raise.n \
317	doc/wish.1 \
318	doc/checkbutton.n \
319	doc/EventHndlr.3 \
320	doc/license.terms \
321	doc/radiobutton.n \
322	doc/GetVisual.3 \
323	doc/SetVisual.3 \
324	doc/GetSelect.3 \
325	doc/MoveToplev.3 \
326	doc/GetPixels.3 \
327	doc/StrictMotif.3 \
328	doc/OwnSelect.3 \
329	doc/QWinEvent.3 \
330	doc/MaintGeom.3 \
331	doc/Tk_Init.3 \
332	doc/CanvTxtInfo.3 \
333	doc/RestrictEv.3 \
334	doc/focusNext.n \
335	doc/MapWindow.3 \
336	doc/ImgChanged.3 \
337	doc/BindTable.3 \
338	doc/GetCursor.3 \
339	doc/dialog.n \
340	doc/FreeXId.3 \
341	doc/GetJustify.3 \
342	doc/CrtImgType.3 \
343	doc/bitmap.n \
344	doc/ParseArgv.3 \
345	doc/messageBox.n \
346	doc/scrollbar.n \
347	doc/tk4.0.ps \
348	doc/winfo.n \
349	doc/GetImage.3 \
350	doc/ConfigWidg.3 \
351	doc/ConfigWind.3 \
352	doc/SetClass.3 \
353	doc/man.macros \
354	doc/photo.n
355