PROJECT: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
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 ...
 
(No difference)

Latest revision as of 16:36, 19 November 2010

 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/