Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym
[oweals/cde.git] / util / makeg.man
1 .\" $TOG: makeg.man /main/2 1998/02/06 11:24:05 kaleb $
2 .\" Copyright (c) 1996, 1998 The Open Group
3 .\" 
4 .\" All Rights Reserved.
5 .\" 
6 .\" The above copyright notice and this permission notice shall be
7 .\" included in all copies or substantial portions of the Software.
8 .\" 
9 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
10 .\" EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
11 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
12 .\" IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
13 .\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
14 .\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
15 .\" OTHER DEALINGS IN THE SOFTWARE.
16 .\" 
17 .\" Except as contained in this notice, the name of The Open Group shall
18 .\" not be used in advertising or otherwise to promote the sale, use or
19 .\" other dealings in this Software without prior written authorization
20 .\" from The Open Group.
21 .\"
22 .TH MAKEG 1 "Release 6.4" "X Version 11"
23 .SH NAME
24 makeg \- make a debuggable executable
25 .SH SYNOPSIS
26 .B makeg
27 [
28 .I make-options .\|.\|.
29 ] [
30 .I targets  .\|.\|.
31 ]
32 .SH DESCRIPTION
33 The
34 .I makeg
35 script runs
36 .I make,
37 passing it variable settings to create a debuggable target when used
38 with a Makefile generated by
39 .I imake.
40 For example, it arranges for the C compiler to be called with the
41 .B \-g
42 option.
43 .SH ENVIRONMENT
44 .TP 8
45 .B MAKE
46 The
47 .I make
48 program to use.  Default ``make''.
49 .TP 8
50 .B GDB
51 Set to a non-null value if using the
52 .I gdb
53 debugger on Solaris 2, which requires additional debugging options to
54 be passed to the compiler.
55 .SH "SEE ALSO"
56 .I make (1),
57 .I imake (1)