mirror of
https://github.com/nasa/trick.git
synced 2025-01-02 03:16:43 +00:00
19025d77ad
Reorganized. Created a new top level include directory that will hold all of Trick's header files. Moved all of the Trick headers to this directory. Created a libexec directory that holds all of the executables that users don't need to execute directly. Changed all of the executables remaining in bin to start with "trick-". In the sim_services directories changed all source files to find the Trick headers in their new location. Since all of the include files are gone in sim_services, removed the src directories as well, moving all of the source files up a level. Moved the makefiles, docs, man, and other architecture independent files into a top level share directory. Renamed lib_${TRICK_HOST_CPU} to lib64 or lib depending on the platform we're currently on. refs #63
54 lines
1.9 KiB
Groff
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.
|