File: gnatbind.1

package info (click to toggle)
gnat 3.10p-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 49,492 kB
  • ctags: 33,976
  • sloc: ansic: 347,844; ada: 227,415; sh: 8,759; yacc: 7,861; asm: 5,252; makefile: 3,632; objc: 475; cpp: 400; sed: 261; pascal: 95
file content (59 lines) | stat: -rw-r--r-- 1,936 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.\" Hey, Emacs!  This is an -*- nroff -*- source file.
.\"
.\" Copyright (C) 1996 Erick Branderhorst <branderh@debian.org>
.\"
.\" This is free software; you can redistribute it and/or modify it under
.\" the terms of the GNU General Public License as published by the Free
.\" Software Foundation; either version 2, or (at your option) any later
.\" version.
.\" 
.\" This is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
.\" for more details.
.\" 
.\" You should have received a copy of the GNU General Public License with
.\" your Debian GNU/Linux system, in /usr/doc/copyright/GPL, or with the
.\" dpkg source package as the file COPYING.  If not, write to the Free
.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
.\"
.\" This manpage is created thanks to:
.\" Kai Henningsen <kai@khms.westfalen.de>,
.\" Ian Jackson <iwj10@cus.cam.ac.uk>,
.\" David H. Silber <dhs@firefly.com> &
.\" Carl Streeter <streeter@cae.wisc.edu>.
.\"
.TH GNATBIND 1 "Jan 1997" "Debian Project" "Debian Linux"
.SH NAME
gnatbind \- binder for GNAT
.SH DESCRIPTION
Gnatbind creates a file
.B b_hello.c
which contains the calls to the necessary
elaboration procedures.  This information is collected from the closure of
all
.I ALI 
files determinable from the root
.I ALI
file 
.B (hello.ali). 
A list of
all dependent object files is also generated and appended to the end of the
bind file.
.PP
For specific information on gnat, the GNU NYU Ada Translator, see 
.IR /usr/doc/gnat/gnatdoc1.tex
.IR /usr/doc/gnat/gnatinfo.txt
and the other files in that directory.
.SH SEE ALSO
.BR gcc (1),
.BR gnatbind (1),
.BR gnatf (1),
.BR gnatlink (1),
.BR gnatk8 (1),
.BR gnatmake (1),
.BR gnatchp (1),
.BR gnatchop (1),
.BR gnatbl (1),
.SH AUTHOR
Mark Eichin <eichin@kitten.gen.ma.us>