big modifs on CMake config, doc and make install process

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@559 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-07-06 08:07:01 +00:00
commit cfdd67cbec
115 changed files with 137 additions and 135 deletions

View file

@ -410,6 +410,8 @@ function run_install_step()
RETURN=`expr $RETURN + $?`
execute_cmd "make" "[$currentStepCounter-3] Compile ParadisEO-MO" $SPY
RETURN=`expr $RETURN + $?`
execute_cmd "make install" "[$currentStepCounter-4] Make install of ParadisEO-MO" $SPY
RETURN=`expr $RETURN + $?`
if [ ! $(($RETURN)) = 0 ]
then
echo ''
@ -433,6 +435,8 @@ function run_install_step()
RETURN=`expr $RETURN + $?`
execute_cmd "make" "[$currentStepCounter-3] Compile ParadisEO-MOEO" $SPY
RETURN=`expr $RETURN + $?`
execute_cmd "make install" "[$currentStepCounter-4] Make install ParadisEO-MOEO" $SPY
RETURN=`expr $RETURN + $?`
if [ ! $(($RETURN)) = 0 ]
then
echo ''
@ -669,6 +673,8 @@ function run_install_step()
RETURN=`expr $RETURN + $?`
execute_cmd "make" "[$currentStepCounter-3] Compile ParadisEO-PEO " $SPY
RETURN=`expr $RETURN + $?`
execute_cmd "make install" "[$currentStepCounter-4] Make install ParadisEO-PEO " $SPY
RETURN=`expr $RETURN + $?`
if [ ! $(($RETURN)) = 0 ]
then
echo ''