mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-17 12:08:43 +00:00
b9be5b37c2
added reference to link(1) man page.
46 lines
1.2 KiB
Groff
Executable File
46 lines
1.2 KiB
Groff
Executable File
.\"
|
|
.\" Devin Reade, 1998
|
|
.\"
|
|
.\" $Id: compile.1,v 1.2 1998/04/10 20:17:58 gdr-ftp Exp $
|
|
.\"
|
|
.TH COMPILE 1 "13 February 1998" GNO "Commands and Applications"
|
|
.SH NAME
|
|
asml, assemble, cmpl, compile \-
|
|
compile or assemble a source file
|
|
.SH SYNOPSIS
|
|
\fBasml\fR [\fIoptions\fR] \fIsourcefile\fR [\fIqualifiers\fR]
|
|
.br
|
|
\fBassemble\fR [\fIoptions\fR] \fIsourcefile\fR [\fIqualifiers\fR]
|
|
.br
|
|
\fBcmpl\fR [\fIoptions\fR] \fIsourcefile\fR [\fIqualifiers\fR]
|
|
.br
|
|
\fBcompile\fR [\fIoptions\fR] \fIsourcefile\fR [\fIqualifiers\fR]
|
|
.SH DESCRIPTION
|
|
These programs are the secondary front ends to the ORCA language compilers
|
|
and assemblers. (The primary front end is
|
|
.BR occ (1)).
|
|
.LP
|
|
For a complete explanation of these commands including a description of
|
|
.IR options
|
|
and
|
|
.IR qualifiers ,
|
|
see the chapter
|
|
.I "The Command Processor"
|
|
in any of the ORCA/C, ORCA/M, or ORCA/Pascal Reference Manuals.
|
|
.LP
|
|
The
|
|
.BR asml ,
|
|
.BR assemble ,
|
|
.BR cmpl ,
|
|
and
|
|
.BR compile
|
|
commands are in fact the same program. As of this writing, they are
|
|
installed on the target system by copying the binary. When symlinks
|
|
become available in the GNO kernel, they will be used instead.
|
|
.SH "SEE ALSO"
|
|
.BR dmake (1),
|
|
.BR link (1),
|
|
.BR occ (1).
|
|
.br
|
|
.IR "ORCA/C Reference Manual" .
|