next up previous contents
Next: A.2. Application Body Up: A. A Tiny Algorithm Previous: A. A Tiny Algorithm


A.1. VMAKE Project Definition

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].

\includegraphics[width=0.6cm]{figures/exaLeft.eps}

(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



Robert Mlekus
1999-11-14