trick/man/man1/make_build.1
2015-02-26 09:02:31 -06:00

54 lines
1.9 KiB
Groff

.TH MAKE_BUILD 1 "May 17, 2000" "Trick" "Trick User's Manual"
.SH NAME
make_build \- build a (Trick) Makefile
.SH SYNOPSIS
\fBmake_build\fP
.SH DESCRIPTION
\fBmake_build\fP generates a Makefile for a module source directory.
It must be executed within the module source directory which is to be
processed.
.PP
The Makefile produced by \fBmake_build\fP has the following maintenance targets:
.TP
\fBdepend\fP
Runs 'make_depend' in the model directory.
.TP
\fBclean\fP
Removes all object code generated by this model directory.
.TP
\fBreal_clean\fP
Removes all object code generated by this model directory, all source code
generated by \fBICG\fP in this model directory, and all HTML files in the
model_directory's \fIhtml\fP directory.
.TP
\fBlib <libname>\fP
Creates a Makefile for building library out of model source code.
.\" .SS Options
.\".TP
.\"\fB-option\fP
.\"option description.
.SH FILES
.TP
\fI`pwd`/Makefile\fP
This file is created, or replaced if it exists.
.SH "SEE ALSO"
\fBmake\fP(1)
.PP
All Trick model developers and users should go through the tutorial found
in the \fITrick Simulation Environment User Training Materials\fP.
The canonical reference for all Trick commands, files and utilities is the
\fITrick Simulation Environment User's Guide\fP. Information specific to a
given release of Trick tools is contained in the \fITrick Simulation
Environment Version Description\fP for that release.
.\" .SH DIAGNOSTICS
.\" How to determine why the command failed.
.SH BUGS
Known bugs will be placed in the \fIVersion Description Document\fP located in
$TRICK_HOME/docs area. If you would like to report a bug, contact
vetter@lincom-asg.com.
.SH AUTHORS
The \fBmake_build\fP command was originally written by Rob Bailey. It was
extensively modified by Zack Crues and is maintained by the
Trick development staff. This man page was written by Rick Sykes,
address all discrepancies to sykes@lincom-asg.com.