The definition of a new VMAKE project for an Algorithm Library application is demonstrated in Example A.1. Tiny-ALIB-Project is the symbolic name for the new project, which depends on the Algorithm Library project (ViennaAlgorithmLibrary) project. The new project is branded with the version number 1.0.0 and the VMAKE internal savefile name ALIBexample [62].
(Project-Definition Tiny-ALIB-Project
:fname "ALIBexample"
:major 1 :minor 0 :patchlevel 0
:depend ViennaAlgorithmLibrary
)
Example A.1: The VMAKE project definition file vmake.prj