arcslibmaker manpage

NAME

arcslibmaker helper tool to build component libraries for ARCS.

SYNOPSIS

arcslibmaker [ALXFILE]

DESCRIPTION

arcslibmaker runs in two different modes.

The first one occurs when arcslibmaker is called without any parameter. It generates a project file for Qt configured with all ARCS requirements.
The second one occurs when arcslibmaker is called with a parameter file (extension .alx). Actually, this is an XML description of the component library. In this mode, a cpp wrapper is produced that will be compiled with the library.

EXAMPLES

arcslibmaker
produces a project file (.pro) for Qt
arcslibmaker libsample.alx
produces a cpp wrapper named (alm_libsample.cpp)

AUTHOR

Jean-Yves Didier