% $Id: make_exec,v 2.0 2002/12/20 12:06:15 mcourtoi Exp $

% To build a binary
% ---------------------------------------------------------------
     make_exec  : oui

% Code_Aster main directory
     rep_ref     : HOME_CODE_ASTER

% platform
     plate-forme : IFDEF

% ---------------------------------------------------------------
% IN : sources, debug level
% ---------------------------------------------------------------
     source      : HOME_CODE_ASTER/dvp
     debug       : nodebug

% you can have more than one source directory,
% just separate them with a "|"

% ---------------------------------------------------------------
% OUT : produced binary
% ---------------------------------------------------------------
     exec        : HOME_CODE_ASTER/dvp/asteru.exe


% Generally, we call asteru.exe a binary made without debug option
% and asterd.exe if debug mode is active.
