Add default Smack manifest for imake.spec
[external/imake.git] / makeg.man
1 .\" $Xorg: makeg.man,v 1.4 2001/02/09 02:03:17 xorgcvs Exp $
2 .\" Copyright (c) 1996, 1998 The Open Group
3 .\" 
4 .\" Permission to use, copy, modify, distribute, and sell this software and its
5 .\" documentation for any purpose is hereby granted without fee, provided that
6 .\" the above copyright notice appear in all copies and that both that
7 .\" copyright notice and this permission notice appear in supporting
8 .\" documentation.
9 .\" 
10 .\" The above copyright notice and this permission notice shall be
11 .\" included in all copies or substantial portions of the Software.
12 .\" 
13 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
14 .\" EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16 .\" IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
17 .\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
18 .\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
19 .\" OTHER DEALINGS IN THE SOFTWARE.
20 .\" 
21 .\" Except as contained in this notice, the name of The Open Group shall
22 .\" not be used in advertising or otherwise to promote the sale, use or
23 .\" other dealings in this Software without prior written authorization
24 .\" from The Open Group.
25 .\"
26 .\"
27 .\" $XFree86: xc/config/util/makeg.man,v 1.2 2001/01/27 18:19:55 dawes Exp $
28 .\"
29 .TH MAKEG 1 __xorgversion__
30 .SH NAME
31 makeg \- make a debuggable executable
32 .SH SYNOPSIS
33 .B makeg
34 [
35 .I make-options .\|.\|.
36 ] [
37 .I targets  .\|.\|.
38 ]
39 .SH DESCRIPTION
40 The
41 .I makeg
42 script runs
43 .I make,
44 passing it variable settings to create a debuggable target when used
45 with a Makefile generated by
46 .I imake.
47 For example, it arranges for the C compiler to be called with the
48 .B \-g
49 option.
50 .SH ENVIRONMENT
51 .TP 8
52 .B MAKE
53 The
54 .I make
55 program to use.  Default ``make''.
56 .TP 8
57 .B GDB
58 Set to a non-null value if using the
59 .I gdb
60 debugger on Solaris 2, which requires additional debugging options to
61 be passed to the compiler.
62 .SH "SEE ALSO"
63 .I make (1),
64 .I imake (1)