]> git.sesse.net Git - rdpsrv/blob - Xserver/config/util/makeg.man
Import X server from vnc-3.3.7.
[rdpsrv] / Xserver / config / util / makeg.man
1 .\" $XConsortium: makeg.man /main/1 1996/02/02 18:48:20 gildea $
2 .\" Copyright (c) 1996  X Consortium
3 .\" 
4 .\" Permission is hereby granted, free of charge, to any person obtaining
5 .\" a copy of this software and associated documentation files (the
6 .\" "Software"), to deal in the Software without restriction, including
7 .\" without limitation the rights to use, copy, modify, merge, publish,
8 .\" distribute, sublicense, and/or sell copies of the Software, and to
9 .\" permit persons to whom the Software is furnished to do so, subject to
10 .\" the following conditions:
11 .\" 
12 .\" The above copyright notice and this permission notice shall be
13 .\" included in all copies or substantial portions of the Software.
14 .\" 
15 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16 .\" EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
18 .\" IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
19 .\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20 .\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21 .\" OTHER DEALINGS IN THE SOFTWARE.
22 .\" 
23 .\" Except as contained in this notice, the name of the X Consortium shall
24 .\" not be used in advertising or otherwise to promote the sale, use or
25 .\" other dealings in this Software without prior written authorization
26 .\" from the X Consortium.
27 .\"
28 .TH MAKEG 1 "Release 6.1" "X Version 11"
29 .SH NAME
30 makeg \- make a debuggable executable
31 .SH SYNOPSIS
32 .B makeg
33 [
34 .I make-options .\|.\|.
35 ] [
36 .I targets  .\|.\|.
37 ]
38 .SH DESCRIPTION
39 The
40 .I makeg
41 script runs
42 .I make,
43 passing it variable settings to create a debuggable target when used
44 with a Makefile generated by
45 .I imake.
46 For example, it arranges for the C compiler to be called with the
47 .B \-g
48 option.
49 .SH ENVIRONMENT
50 .TP 8
51 .B MAKE
52 The
53 .I make
54 program to use.  Default ``make''.
55 .TP 8
56 .B GDB
57 Set to a non-null value if using the
58 .I gdb
59 debugger on Solaris 2, which requires additional debugging options to
60 be passed to the compiler.
61 .SH "SEE ALSO"
62 .I make (1),
63 .I imake (1)