PROJECT

From VrlWiki
Revision as of 16:36, 19 November 2010 by Brad Berg (talk | contribs) (New page: PROJECT = <Project Name> The PROJECT variable is used to access and create directories common to all make files in the directory tree for your project. Use the same project name ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 PROJECT = <Project Name>

The PROJECT variable is used to access and create directories common to all make files in the directory tree for your project. Use the same project name in all make files in the project tree. For clarity you probably want to use the same name as your project's root directory; although that is not a requirement. When you install your project files will be copied to the following directories as appropriate:

$GTO/install_$GARCH/bin/$PROJECT/
$GTO/install_$GARCH/lib/$PROJECT/
$GTO/install_$GARCH/include/$PROJECT/