Ignore:
Timestamp:
Feb 15, 2007, 2:19:42 PM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osc_snovis/trunk/obuild/sh/build_release

    r221 r270  
    104104obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
    105105if [ ${obuild_platform_result} = yes ] ; then
    106 CERNLIB_home="/cern/pro"
    107 fi
    108 unset obuild_platform_result
    109 if [ "${obuild_platform_exe}" = "" ] ; then
    110   echo "Variable obuild_platform_exe not defined."
    111   exit
    112 fi
    113 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    114 if [ ${obuild_platform_result} = yes ] ; then
    115 CERNLIB_home="C:\cern\pro"
    116 fi
    117 unset obuild_platform_result
    118 if [ "${obuild_platform_exe}" = "" ] ; then
    119   echo "Variable obuild_platform_exe not defined."
    120   exit
    121 fi
    122 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    123 if [ ${obuild_platform_result} = yes ] ; then
    124 Motif_home="/usr/X11R6"
    125 fi
    126 unset obuild_platform_result
    127 if [ "${obuild_platform_exe}" = "" ] ; then
    128   echo "Variable obuild_platform_exe not defined."
    129   exit
    130 fi
    131 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
    132 if [ ${obuild_platform_result} = yes ] ; then
    133 Qt_home="/usr/local/Qt/4.1.4"
    134 fi
    135 unset obuild_platform_result
    136 if [ "${OBUILD_SITE}" = "CERN" ] ; then
    137 if [ "${obuild_platform_exe}" = "" ] ; then
    138   echo "Variable obuild_platform_exe not defined."
    139   exit
    140 fi
    141 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
    142 if [ ${obuild_platform_result} = yes ] ; then
    143 Qt_home="/afs/cern.ch/sw/contrib/Qt/4.1.4/Darwin"
    144 fi
    145 unset obuild_platform_result
    146 fi
    147 if [ "${obuild_platform_exe}" = "" ] ; then
    148   echo "Variable obuild_platform_exe not defined."
    149   exit
    150 fi
    151 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    152 if [ ${obuild_platform_result} = yes ] ; then
    153 Qt_home="/usr/local/Qt/4.1.4"
    154 fi
    155 unset obuild_platform_result
    156 if [ "${OBUILD_SITE}" = "CERN" ] ; then
    157 if [ "${obuild_platform_exe}" = "" ] ; then
    158   echo "Variable obuild_platform_exe not defined."
    159   exit
    160 fi
    161 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    162 if [ ${obuild_platform_result} = yes ] ; then
    163 Qt_home="/afs/cern.ch/user/g/gybarran/software/Qt/4.1.4/slc3_ia32_gcc323"
    164 fi
    165 unset obuild_platform_result
    166 fi
    167 if [ "${OBUILD_SITE}" = "CERN_SLC4" ] ; then
    168 if [ "${obuild_platform_exe}" = "" ] ; then
    169   echo "Variable obuild_platform_exe not defined."
    170   exit
    171 fi
    172 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    173 if [ ${obuild_platform_result} = yes ] ; then
    174 Qt_home="/afs/cern.ch/user/g/gybarran/software/Qt/4.1.4/slc4_ia32_gcc34"
    175 fi
    176 unset obuild_platform_result
    177 fi
    178 if [ "${obuild_platform_exe}" = "" ] ; then
    179   echo "Variable obuild_platform_exe not defined."
    180   exit
    181 fi
    182 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    183 if [ ${obuild_platform_result} = yes ] ; then
    184 Qt_home="C:\usr\local\Qt\4.1.1"
    185 fi
    186 unset obuild_platform_result
    187 if [ "${OBUILD_SITE}" = "CERN" ] ; then
    188 if [ "${obuild_platform_exe}" = "" ] ; then
    189   echo "Variable obuild_platform_exe not defined."
    190   exit
    191 fi
    192 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    193 if [ ${obuild_platform_result} = yes ] ; then
    194 Qt_home="P:\cern.ch\user\g\gybarran\software\Qt\4.1.1\win32_vc71"
    195 fi
    196 unset obuild_platform_result
    197 fi
    198 if [ "${obuild_platform_exe}" = "" ] ; then
    199   echo "Variable obuild_platform_exe not defined."
    200   exit
    201 fi
    202 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
    203 if [ ${obuild_platform_result} = yes ] ; then
    204 Python_home="/System/Library/Frameworks/Python.framework"
    205 fi
    206 unset obuild_platform_result
    207 if [ "${obuild_platform_exe}" = "" ] ; then
    208   echo "Variable obuild_platform_exe not defined."
    209   exit
    210 fi
    211 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    212 if [ ${obuild_platform_result} = yes ] ; then
    213 Python_home="/usr/local/Python/2.4.2"
    214 fi
    215 unset obuild_platform_result
    216 if [ "${OBUILD_SITE}" = "CERN" ] ; then
    217 if [ "${obuild_platform_exe}" = "" ] ; then
    218   echo "Variable obuild_platform_exe not defined."
    219   exit
    220 fi
    221 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    222 if [ ${obuild_platform_result} = yes ] ; then
    223 Python_home="/afs/cern.ch/sw/lcg/external/Python/2.4.2/slc3_ia32_gcc323"
    224 fi
    225 unset obuild_platform_result
    226 fi
    227 if [ "${OBUILD_SITE}" = "CERN_SLC4" ] ; then
    228 if [ "${obuild_platform_exe}" = "" ] ; then
    229   echo "Variable obuild_platform_exe not defined."
    230   exit
    231 fi
    232 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    233 if [ ${obuild_platform_result} = yes ] ; then
    234 Python_home="/afs/cern.ch/sw/lcg/external/Python/2.4.2/slc4_ia32_gcc34"
    235 fi
    236 unset obuild_platform_result
    237 fi
    238 if [ "${obuild_platform_exe}" = "" ] ; then
    239   echo "Variable obuild_platform_exe not defined."
    240   exit
    241 fi
    242 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'OSF1'`
    243 if [ ${obuild_platform_result} = yes ] ; then
    244 Python_home="/usr/local/Python/2.3.4"
    245 fi
    246 unset obuild_platform_result
    247 if [ "${obuild_platform_exe}" = "" ] ; then
    248   echo "Variable obuild_platform_exe not defined."
    249   exit
    250 fi
    251 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    252 if [ ${obuild_platform_result} = yes ] ; then
    253 Python_home="C:\usr\local\Python\2.4.2"
    254 fi
    255 unset obuild_platform_result
    256 if [ "${obuild_platform_exe}" = "" ] ; then
    257   echo "Variable obuild_platform_exe not defined."
    258   exit
    259 fi
    260 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    261 if [ ${obuild_platform_result} = yes ] ; then
    262 Python_version="24"
    263 fi
    264 unset obuild_platform_result
    265 if [ "${OBUILD_SITE}" = "CERN" ] ; then
    266 if [ "${obuild_platform_exe}" = "" ] ; then
    267   echo "Variable obuild_platform_exe not defined."
    268   exit
    269 fi
    270 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    271 if [ ${obuild_platform_result} = yes ] ; then
    272 Python_home="P:\cern.ch\sw\lcg\external\Python\2.4.2\win32_vc71"
    273 fi
    274 unset obuild_platform_result
    275 fi
    276 if [ "${OBUILD_SITE}" = "CERN" ] ; then
    277 if [ "${obuild_platform_exe}" = "" ] ; then
    278   echo "Variable obuild_platform_exe not defined."
    279   exit
    280 fi
    281 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    282 if [ ${obuild_platform_result} = yes ] ; then
    283 Python_version="24"
    284 fi
    285 unset obuild_platform_result
    286 fi
    287 if [ "${obuild_platform_exe}" = "" ] ; then
    288   echo "Variable obuild_platform_exe not defined."
    289   exit
    290 fi
    291 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
    292 if [ ${obuild_platform_result} = yes ] ; then
    293 SDL_home="/Library/Frameworks/SDL.framework"
    294 fi
    295 unset obuild_platform_result
    296 if [ "${obuild_platform_exe}" = "" ] ; then
    297   echo "Variable obuild_platform_exe not defined."
    298   exit
    299 fi
    300 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    301 if [ ${obuild_platform_result} = yes ] ; then
    302 SDL_home="/usr/local/SDL/1.2.11"
    303 fi
    304 unset obuild_platform_result
    305 if [ "${OBUILD_SITE}" = "CERN" ] ; then
    306 if [ "${obuild_platform_exe}" = "" ] ; then
    307   echo "Variable obuild_platform_exe not defined."
    308   exit
    309 fi
    310 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    311 if [ ${obuild_platform_result} = yes ] ; then
    312 SDL_home="/afs/cern.ch/sw/contrib/SDL/1.2.11/slc3_ia32_gcc323"
    313 fi
    314 unset obuild_platform_result
    315 fi
    316 if [ "${OBUILD_SITE}" = "CERN_SLC4" ] ; then
    317 if [ "${obuild_platform_exe}" = "" ] ; then
    318   echo "Variable obuild_platform_exe not defined."
    319   exit
    320 fi
    321 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    322 if [ ${obuild_platform_result} = yes ] ; then
    323 SDL_home="/afs/cern.ch/sw/contrib/SDL/1.2.11/slc4_ia32_gcc34"
    324 fi
    325 unset obuild_platform_result
    326 fi
    327 if [ "${obuild_platform_exe}" = "" ] ; then
    328   echo "Variable obuild_platform_exe not defined."
    329   exit
    330 fi
    331 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    332 if [ ${obuild_platform_result} = yes ] ; then
    333 SDL_home="C:\usr\local\SDL\1.2.11"
    334 fi
    335 unset obuild_platform_result
    336 if [ "${OBUILD_SITE}" = "CERN" ] ; then
    337 if [ "${obuild_platform_exe}" = "" ] ; then
    338   echo "Variable obuild_platform_exe not defined."
    339   exit
    340 fi
    341 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    342 if [ ${obuild_platform_result} = yes ] ; then
    343 SDL_home="P:\cern.ch\sw\contrib\SDL\1.2.11\win32_vc71"
    344 fi
    345 unset obuild_platform_result
    346 fi
    347 if [ "${obuild_platform_exe}" = "" ] ; then
    348   echo "Variable obuild_platform_exe not defined."
    349   exit
    350 fi
    351 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
    352 if [ ${obuild_platform_result} = yes ] ; then
    353 JavaVM_home="/System/Library/Frameworks/JavaVM.framework"
    354 fi
    355 unset obuild_platform_result
    356 if [ "${obuild_platform_exe}" = "" ] ; then
    357   echo "Variable obuild_platform_exe not defined."
    358   exit
    359 fi
    360 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    361 if [ ${obuild_platform_result} = yes ] ; then
    362 JavaVM_home="/opt/jdk1.5.0_07"
    363 fi
    364 unset obuild_platform_result
    365 if [ "${obuild_platform_exe}" = "" ] ; then
    366   echo "Variable obuild_platform_exe not defined."
    367   exit
    368 fi
    369 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    370 if [ ${obuild_platform_result} = yes ] ; then
    371 JavaVM_home="C:\usr\local\j2sdk1.4.1"
     106OSC_home="/usr/local/OpenScientist/v16r0"
    372107fi
    373108unset obuild_platform_result
     
    388123if [ ${obuild_platform_result} = yes ] ; then
    389124Geant4_home="/usr/local/geant4/8.2"
     125fi
     126unset obuild_platform_result
     127if [ "${obuild_platform_exe}" = "" ] ; then
     128  echo "Variable obuild_platform_exe not defined."
     129  exit
     130fi
     131obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
     132if [ ${obuild_platform_result} = yes ] ; then
     133HDF5_home="/usr/local/HDF5/1.6.5"
     134fi
     135unset obuild_platform_result
     136if [ "${obuild_platform_exe}" = "" ] ; then
     137  echo "Variable obuild_platform_exe not defined."
     138  exit
     139fi
     140obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
     141if [ ${obuild_platform_result} = yes ] ; then
     142zlib_home="/usr"
    390143fi
    391144unset obuild_platform_result
     
    404157
    405158/bin/rm -f "${obuild_dir_project}/Versions"
    406 echo "package foreign v1r0" >> "${obuild_dir_project}/Versions"
    407 echo "package expat v1r11p6" >> "${obuild_dir_project}/Versions"
    408 echo "package Slash v1r0p0" >> "${obuild_dir_project}/Versions"
    409 echo "package Lib v8r0" >> "${obuild_dir_project}/Versions"
    410 echo "package BatchLab v1r0" >> "${obuild_dir_project}/Versions"
    411 echo "package UseAIDA v1r0p2" >> "${obuild_dir_project}/Versions"
    412 echo "package osc_batch v16r0p0" >> "${obuild_dir_project}/Versions"
    413 echo "package CoinGL v1r244p0" >> "${obuild_dir_project}/Versions"
    414 echo "package CoinXt v1r122p0" >> "${obuild_dir_project}/Versions"
    415 echo "package CoinQt v1r130p0" >> "${obuild_dir_project}/Versions"
    416 echo "package CoinPython v1r0" >> "${obuild_dir_project}/Versions"
    417 echo "package HEPVis v6r6p0" >> "${obuild_dir_project}/Versions"
    418 echo "package OnX v17r0" >> "${obuild_dir_project}/Versions"
    419 echo "package OnXLab v1r0" >> "${obuild_dir_project}/Versions"
    420 echo "package OpenPAW v3r0" >> "${obuild_dir_project}/Versions"
    421 echo "package G4Lab v8r0p0" >> "${obuild_dir_project}/Versions"
    422 echo "package G4Simple v2r0p0" >> "${obuild_dir_project}/Versions"
    423 echo "package G4Examples v1r0" >> "${obuild_dir_project}/Versions"
     159echo "package osc_snovis v1r0" >> "${obuild_dir_project}/Versions"
     160echo "package snovis v1r1" >> "${obuild_dir_project}/Versions"
    424161echo "package bhep v1r4p2" >> "${obuild_dir_project}/Versions"
    425162echo "package snova v2r0p0" >> "${obuild_dir_project}/Versions"
    426163echo "package snovis v1r1" >> "${obuild_dir_project}/Versions"
    427 echo "foreign Motif 2.2" >> "${obuild_dir_project}/Versions"
    428 if [ "${obuild_platform_exe}" = "" ] ; then
    429   echo "Variable obuild_platform_exe not defined."
    430   exit
    431 fi
    432 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
    433 if [ ${obuild_platform_result} = yes ] ; then
    434 echo "foreign Qt 4.1.4" >> "${obuild_dir_project}/Versions"
    435 fi
    436 unset obuild_platform_result
    437 if [ "${obuild_platform_exe}" = "" ] ; then
    438   echo "Variable obuild_platform_exe not defined."
    439   exit
    440 fi
    441 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    442 if [ ${obuild_platform_result} = yes ] ; then
    443 echo "foreign Qt 4.1.4" >> "${obuild_dir_project}/Versions"
    444 fi
    445 unset obuild_platform_result
    446 if [ "${obuild_platform_exe}" = "" ] ; then
    447   echo "Variable obuild_platform_exe not defined."
    448   exit
    449 fi
    450 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    451 if [ ${obuild_platform_result} = yes ] ; then
    452 echo "foreign Qt 4.1.1" >> "${obuild_dir_project}/Versions"
    453 fi
    454 unset obuild_platform_result
    455 if [ "${obuild_platform_exe}" = "" ] ; then
    456   echo "Variable obuild_platform_exe not defined."
    457   exit
    458 fi
    459 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
    460 if [ ${obuild_platform_result} = yes ] ; then
    461 echo "foreign Python 2.3.5" >> "${obuild_dir_project}/Versions"
    462 fi
    463 unset obuild_platform_result
    464 if [ "${obuild_platform_exe}" = "" ] ; then
    465   echo "Variable obuild_platform_exe not defined."
    466   exit
    467 fi
    468 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    469 if [ ${obuild_platform_result} = yes ] ; then
    470 echo "foreign Python 2.4.2" >> "${obuild_dir_project}/Versions"
    471 fi
    472 unset obuild_platform_result
    473 if [ "${obuild_platform_exe}" = "" ] ; then
    474   echo "Variable obuild_platform_exe not defined."
    475   exit
    476 fi
    477 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'OSF1'`
    478 if [ ${obuild_platform_result} = yes ] ; then
    479 echo "foreign Python 2.3.4" >> "${obuild_dir_project}/Versions"
    480 fi
    481 unset obuild_platform_result
    482 if [ "${obuild_platform_exe}" = "" ] ; then
    483   echo "Variable obuild_platform_exe not defined."
    484   exit
    485 fi
    486 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    487 if [ ${obuild_platform_result} = yes ] ; then
    488 echo "foreign Python 2.4.2" >> "${obuild_dir_project}/Versions"
    489 fi
    490 unset obuild_platform_result
     164echo "foreign OpenScientist v16r0" >> "${obuild_dir_project}/Versions"
    491165echo "foreign CLHEP 2.0.3.1" >> "${obuild_dir_project}/Versions"
    492166echo "foreign Geant4 8.2" >> "${obuild_dir_project}/Versions"
    493 
    494 if [ "${obuild_platform_exe}" = "" ] ; then
    495   echo "Variable obuild_platform_exe not defined."
    496   exit
    497 fi
    498 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    499 if [ ${obuild_platform_result} = yes ] ; then
    500 if [ ! -d "${Motif_home}/lib" ] ; then
    501   echo "WARNNING : Directory ${Motif_home}/lib not found."
    502 else
    503 /bin/mkdir -p "${obuild_dir_project}/lib/."
    504 find "${Motif_home}/lib" -name 'libXm.so*' -follow -exec /bin/cp {} "${obuild_dir_project}/lib/." \;
    505 fi
    506 fi
    507 unset obuild_platform_result
    508 if [ "${obuild_platform_exe}" = "" ] ; then
    509   echo "Variable obuild_platform_exe not defined."
    510   exit
    511 fi
    512 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    513 if [ ${obuild_platform_result} = yes ] ; then
    514 if [ ! -e "%Qt_home%\bin\moc.exe" ] ; then
    515   echo "WARNNING : File %Qt_home%\bin\moc.exe not found."
    516 else
    517 /bin/mkdir -p "${obuild_dir_project}/bin"
    518 /bin/cp "%Qt_home%\bin\moc.exe" "${obuild_dir_project}/bin\."
    519 fi
    520 fi
    521 unset obuild_platform_result
    522 if [ "${obuild_platform_exe}" = "" ] ; then
    523   echo "Variable obuild_platform_exe not defined."
    524   exit
    525 fi
    526 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    527 if [ ${obuild_platform_result} = yes ] ; then
    528 if [ ! -d "${Qt_home}/osc_libs" ] ; then
    529   echo "WARNNING : Directory ${Qt_home}/osc_libs not found."
    530 else
    531 /bin/mkdir -p "${obuild_dir_project}/lib/."
    532 find "${Qt_home}/osc_libs" -name 'libQt*' -follow -exec /bin/cp {} "${obuild_dir_project}/lib/." \;
    533 fi
    534 fi
    535 unset obuild_platform_result
    536 if [ "${obuild_platform_exe}" = "" ] ; then
    537   echo "Variable obuild_platform_exe not defined."
    538   exit
    539 fi
    540 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    541 if [ ${obuild_platform_result} = yes ] ; then
    542 if [ ! -d "%Qt_home%\bin" ] ; then
    543   echo "WARNNING : Directory %Qt_home%\bin not found."
    544 else
    545 /bin/mkdir -p "${obuild_dir_project}/bin\."
    546 find "%Qt_home%\bin" -name 'Qt*.dll' -follow -exec /bin/cp {} "${obuild_dir_project}/bin\." \;
    547 fi
    548 fi
    549 unset obuild_platform_result
    550 if [ "${obuild_platform_exe}" = "" ] ; then
    551   echo "Variable obuild_platform_exe not defined."
    552   exit
    553 fi
    554 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    555 if [ ${obuild_platform_result} = yes ] ; then
    556 if [ -e "%Python_home%\python%Python_version%.dll" ] ; then  /bin/cp "%Python_home%\python%Python_version%.dll" "%obuild_dir_project%\bin\." ;fi
    557 fi
    558 unset obuild_platform_result
    559 if [ "${obuild_platform_exe}" = "" ] ; then
    560   echo "Variable obuild_platform_exe not defined."
    561   exit
    562 fi
    563 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    564 if [ ${obuild_platform_result} = yes ] ; then
    565 if [ ! -d "%Python_home%\Lib" ] ; then
    566   echo "WARNNING : Directory %Python_home%\Lib not found."
    567 else
    568 /bin/mkdir -p "${obuild_dir_project}/Resources/Python/."
    569 /bin/cp -R "%Python_home%\Lib" "${obuild_dir_project}/Resources/Python/."
    570 find "${obuild_dir_project}/Resources/Python/." -depth -name CVS -exec /bin/rm -R -f {} \;
    571 find "${obuild_dir_project}/Resources/Python/." -depth -name .svn -exec /bin/rm -R -f {} \;
    572 fi
    573 fi
    574 unset obuild_platform_result
    575 if [ "${obuild_platform_exe}" = "" ] ; then
    576   echo "Variable obuild_platform_exe not defined."
    577   exit
    578 fi
    579 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    580 if [ ${obuild_platform_result} = yes ] ; then
    581 if [ ! -d "%Python_home%\DLLs" ] ; then
    582   echo "WARNNING : Directory %Python_home%\DLLs not found."
    583 else
    584 /bin/mkdir -p "${obuild_dir_project}/Resources/Python/."
    585 /bin/cp -R "%Python_home%\DLLs" "${obuild_dir_project}/Resources/Python/."
    586 find "${obuild_dir_project}/Resources/Python/." -depth -name CVS -exec /bin/rm -R -f {} \;
    587 find "${obuild_dir_project}/Resources/Python/." -depth -name .svn -exec /bin/rm -R -f {} \;
    588 fi
    589 fi
    590 unset obuild_platform_result
    591 if [ "${obuild_platform_exe}" = "" ] ; then
    592   echo "Variable obuild_platform_exe not defined."
    593   exit
    594 fi
    595 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    596 if [ ${obuild_platform_result} = yes ] ; then
    597 if [ ! -d "${Python_home}/lib" ] ; then
    598   echo "WARNNING : Directory ${Python_home}/lib not found."
    599 else
    600 /bin/mkdir -p "${obuild_dir_project}/Resources/Python/."
    601 /bin/cp -R "${Python_home}/lib" "${obuild_dir_project}/Resources/Python/."
    602 find "${obuild_dir_project}/Resources/Python/." -depth -name CVS -exec /bin/rm -R -f {} \;
    603 find "${obuild_dir_project}/Resources/Python/." -depth -name .svn -exec /bin/rm -R -f {} \;
    604 fi
    605 fi
    606 unset obuild_platform_result
    607 if [ "${obuild_platform_exe}" = "" ] ; then
    608   echo "Variable obuild_platform_exe not defined."
    609   exit
    610 fi
    611 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Linux'`
    612 if [ ${obuild_platform_result} = yes ] ; then
    613 if [ ! -d "${Python_home}/lib" ] ; then
    614   echo "WARNNING : Directory ${Python_home}/lib not found."
    615 else
    616 /bin/mkdir -p "${obuild_dir_project}/lib/."
    617 find "${Python_home}/lib" -name 'libpython*.so.*' -follow -exec /bin/cp {} "${obuild_dir_project}/lib/." \;
     167echo "foreign HDF5 1.6.5" >> "${obuild_dir_project}/Versions"
     168
     169if [ "${obuild_platform_exe}" = "" ] ; then
     170  echo "Variable obuild_platform_exe not defined."
     171  exit
     172fi
     173obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
     174if [ ${obuild_platform_result} = yes ] ; then
     175if [ ! -d "${OSC_home}/bin" ] ; then
     176  echo "WARNNING : Directory ${OSC_home}/bin not found."
     177else
     178/bin/mkdir -p "${obuild_dir_project}/./."
     179/bin/cp -R "${OSC_home}/bin" "${obuild_dir_project}/./."
     180find "${obuild_dir_project}/./." -depth -name CVS -exec /bin/rm -R -f {} \;
     181find "${obuild_dir_project}/./." -depth -name .svn -exec /bin/rm -R -f {} \;
     182fi
     183fi
     184unset obuild_platform_result
     185if [ "${obuild_platform_exe}" = "" ] ; then
     186  echo "Variable obuild_platform_exe not defined."
     187  exit
     188fi
     189obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
     190if [ ${obuild_platform_result} = yes ] ; then
     191if [ ! -d "${OSC_home}/lib" ] ; then
     192  echo "WARNNING : Directory ${OSC_home}/lib not found."
     193else
     194/bin/mkdir -p "${obuild_dir_project}/./."
     195/bin/cp -R "${OSC_home}/lib" "${obuild_dir_project}/./."
     196find "${obuild_dir_project}/./." -depth -name CVS -exec /bin/rm -R -f {} \;
     197find "${obuild_dir_project}/./." -depth -name .svn -exec /bin/rm -R -f {} \;
     198fi
     199fi
     200unset obuild_platform_result
     201if [ "${obuild_platform_exe}" = "" ] ; then
     202  echo "Variable obuild_platform_exe not defined."
     203  exit
     204fi
     205obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
     206if [ ${obuild_platform_result} = yes ] ; then
     207if [ ! -d "${OSC_home}/Resources" ] ; then
     208  echo "WARNNING : Directory ${OSC_home}/Resources not found."
     209else
     210/bin/mkdir -p "${obuild_dir_project}/./."
     211/bin/cp -R "${OSC_home}/Resources" "${obuild_dir_project}/./."
     212find "${obuild_dir_project}/./." -depth -name CVS -exec /bin/rm -R -f {} \;
     213find "${obuild_dir_project}/./." -depth -name .svn -exec /bin/rm -R -f {} \;
    618214fi
    619215fi
     
    794390find "${Geant4_home}/lib" -name 'libG4intercoms.so' -follow -exec /bin/cp {} "${obuild_dir_project}/lib/." \;
    795391find "${Geant4_home}/lib" -name 'libG4global.so' -follow -exec /bin/cp {} "${obuild_dir_project}/lib/." \;
     392fi
     393fi
     394unset obuild_platform_result
     395if [ "${obuild_platform_exe}" = "" ] ; then
     396  echo "Variable obuild_platform_exe not defined."
     397  exit
     398fi
     399obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
     400if [ ${obuild_platform_result} = yes ] ; then
     401if [ ! -e "${HDF5_home}/lib/libhdf5.0.0.0.dylib" ] ; then
     402  echo "WARNNING : File ${HDF5_home}/lib/libhdf5.0.0.0.dylib not found."
     403else
     404/bin/mkdir -p "${obuild_dir_project}/lib"
     405/bin/cp "${HDF5_home}/lib/libhdf5.0.0.0.dylib" "${obuild_dir_project}/lib/."
     406fi
     407fi
     408unset obuild_platform_result
     409if [ "${obuild_platform_exe}" = "" ] ; then
     410  echo "Variable obuild_platform_exe not defined."
     411  exit
     412fi
     413obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
     414if [ ${obuild_platform_result} = yes ] ; then
     415if [ ! -d "${HDF5_home}/include" ] ; then
     416  echo "WARNNING : Directory ${HDF5_home}/include not found."
     417else
     418/bin/mkdir -p "${obuild_dir_project}/Resources/HDF5/."
     419/bin/cp -R "${HDF5_home}/include" "${obuild_dir_project}/Resources/HDF5/."
     420find "${obuild_dir_project}/Resources/HDF5/." -depth -name CVS -exec /bin/rm -R -f {} \;
     421find "${obuild_dir_project}/Resources/HDF5/." -depth -name .svn -exec /bin/rm -R -f {} \;
    796422fi
    797423fi
     
    824450  exit
    825451fi
    826 obuild_foreign_path=`"${obuild_find_exe}" foreign 'v1r0'`
    827 if [ "${obuild_foreign_path}" = "" ] ; then
    828   echo "Can't find foreign package."
    829   exit
    830 fi
    831 
    832 if [ ! -d "${obuild_foreign_path}/../v1r0" ] ; then
    833   echo "WARNNING : Directory ${obuild_foreign_path}/../v1r0 not found."
    834 else
    835 /bin/mkdir -p "${obuild_dir_project}/Resources/foreign/."
    836 /bin/cp -R "${obuild_foreign_path}/../v1r0" "${obuild_dir_project}/Resources/foreign/."
    837 find "${obuild_dir_project}/Resources/foreign/." -depth -name CVS -exec /bin/rm -R -f {} \;
    838 find "${obuild_dir_project}/Resources/foreign/." -depth -name .svn -exec /bin/rm -R -f {} \;
    839 fi
    840 if [ "${obuild_find_exe}" = "" ] ; then
    841   echo "Variable obuild_find_exe not defined."
    842   exit
    843 fi
    844 obuild_expat_path=`"${obuild_find_exe}" expat 'v1r11p6'`
    845 if [ "${obuild_expat_path}" = "" ] ; then
    846   echo "Can't find expat package."
    847   exit
    848 fi
    849 
    850 if [ ! -d "${obuild_expat_path}/include" ] ; then
    851   echo "WARNNING : Directory ${obuild_expat_path}/include not found."
    852 else
    853 /bin/mkdir -p "${obuild_dir_project}/Resources/expat/."
    854 /bin/cp -R "${obuild_expat_path}/include" "${obuild_dir_project}/Resources/expat/."
    855 find "${obuild_dir_project}/Resources/expat/." -depth -name CVS -exec /bin/rm -R -f {} \;
    856 find "${obuild_dir_project}/Resources/expat/." -depth -name .svn -exec /bin/rm -R -f {} \;
    857 fi
    858 if [ "${obuild_find_exe}" = "" ] ; then
    859   echo "Variable obuild_find_exe not defined."
    860   exit
    861 fi
    862 obuild_Slash_path=`"${obuild_find_exe}" Slash 'v1r0p0'`
    863 if [ "${obuild_Slash_path}" = "" ] ; then
    864   echo "Can't find Slash package."
    865   exit
    866 fi
    867 
    868 if [ ! -d "${obuild_Slash_path}/Slash" ] ; then
    869   echo "WARNNING : Directory ${obuild_Slash_path}/Slash not found."
    870 else
    871 /bin/mkdir -p "${obuild_dir_project}/Resources/Slash/."
    872 /bin/cp -R "${obuild_Slash_path}/Slash" "${obuild_dir_project}/Resources/Slash/."
    873 find "${obuild_dir_project}/Resources/Slash/." -depth -name CVS -exec /bin/rm -R -f {} \;
    874 find "${obuild_dir_project}/Resources/Slash/." -depth -name .svn -exec /bin/rm -R -f {} \;
    875 fi
    876 if [ "${obuild_find_exe}" = "" ] ; then
    877   echo "Variable obuild_find_exe not defined."
    878   exit
    879 fi
    880 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    881 if [ "${obuild_Lib_path}" = "" ] ; then
    882   echo "Can't find Lib package."
    883   exit
    884 fi
    885 
    886 if [ ! -d "${obuild_Lib_path}/include" ] ; then
    887   echo "WARNNING : Directory ${obuild_Lib_path}/include not found."
    888 else
    889 /bin/mkdir -p "${obuild_dir_project}/Resources/Lib/."
    890 /bin/cp -R "${obuild_Lib_path}/include" "${obuild_dir_project}/Resources/Lib/."
    891 find "${obuild_dir_project}/Resources/Lib/." -depth -name CVS -exec /bin/rm -R -f {} \;
    892 find "${obuild_dir_project}/Resources/Lib/." -depth -name .svn -exec /bin/rm -R -f {} \;
    893 fi
    894 if [ "${obuild_find_exe}" = "" ] ; then
    895   echo "Variable obuild_find_exe not defined."
    896   exit
    897 fi
    898 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    899 if [ "${obuild_BatchLab_path}" = "" ] ; then
    900   echo "Can't find BatchLab package."
    901   exit
    902 fi
    903 
    904 if [ ! -d "${obuild_BatchLab_path}/scripts" ] ; then
    905   echo "WARNNING : Directory ${obuild_BatchLab_path}/scripts not found."
    906 else
    907 /bin/mkdir -p "${obuild_dir_project}/Resources/BatchLab/."
    908 /bin/cp -R "${obuild_BatchLab_path}/scripts" "${obuild_dir_project}/Resources/BatchLab/."
    909 find "${obuild_dir_project}/Resources/BatchLab/." -depth -name CVS -exec /bin/rm -R -f {} \;
    910 find "${obuild_dir_project}/Resources/BatchLab/." -depth -name .svn -exec /bin/rm -R -f {} \;
    911 fi
    912 if [ ! -d "${obuild_BatchLab_path}/examples" ] ; then
    913   echo "WARNNING : Directory ${obuild_BatchLab_path}/examples not found."
    914 else
    915 /bin/mkdir -p "${obuild_dir_project}/Resources/BatchLab/."
    916 /bin/cp -R "${obuild_BatchLab_path}/examples" "${obuild_dir_project}/Resources/BatchLab/."
    917 find "${obuild_dir_project}/Resources/BatchLab/." -depth -name CVS -exec /bin/rm -R -f {} \;
    918 find "${obuild_dir_project}/Resources/BatchLab/." -depth -name .svn -exec /bin/rm -R -f {} \;
    919 fi
    920 if [ ! -d "${obuild_BatchLab_path}/BatchLab" ] ; then
    921   echo "WARNNING : Directory ${obuild_BatchLab_path}/BatchLab not found."
    922 else
    923 /bin/mkdir -p "${obuild_dir_project}/Resources/BatchLab/."
    924 /bin/cp -R "${obuild_BatchLab_path}/BatchLab" "${obuild_dir_project}/Resources/BatchLab/."
    925 find "${obuild_dir_project}/Resources/BatchLab/." -depth -name CVS -exec /bin/rm -R -f {} \;
    926 find "${obuild_dir_project}/Resources/BatchLab/." -depth -name .svn -exec /bin/rm -R -f {} \;
    927 fi
    928 if [ "${obuild_find_exe}" = "" ] ; then
    929   echo "Variable obuild_find_exe not defined."
    930   exit
    931 fi
    932 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    933 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    934   echo "Can't find UseAIDA package."
    935   exit
    936 fi
    937 
    938 if [ ! -d "${obuild_UseAIDA_path}/examples/data" ] ; then
    939   echo "WARNNING : Directory ${obuild_UseAIDA_path}/examples/data not found."
    940 else
    941 /bin/mkdir -p "${obuild_dir_project}/Resources/AIDA/examples/."
    942 /bin/cp -R "${obuild_UseAIDA_path}/examples/data" "${obuild_dir_project}/Resources/AIDA/examples/."
    943 find "${obuild_dir_project}/Resources/AIDA/examples/." -depth -name CVS -exec /bin/rm -R -f {} \;
    944 find "${obuild_dir_project}/Resources/AIDA/examples/." -depth -name .svn -exec /bin/rm -R -f {} \;
    945 fi
    946 if [ ! -d "${obuild_UseAIDA_path}/examples/cpp" ] ; then
    947   echo "WARNNING : Directory ${obuild_UseAIDA_path}/examples/cpp not found."
    948 else
    949 /bin/mkdir -p "${obuild_dir_project}/Resources/AIDA/examples/."
    950 /bin/cp -R "${obuild_UseAIDA_path}/examples/cpp" "${obuild_dir_project}/Resources/AIDA/examples/."
    951 find "${obuild_dir_project}/Resources/AIDA/examples/." -depth -name CVS -exec /bin/rm -R -f {} \;
    952 find "${obuild_dir_project}/Resources/AIDA/examples/." -depth -name .svn -exec /bin/rm -R -f {} \;
    953 fi
    954 if [ "${obuild_find_exe}" = "" ] ; then
    955   echo "Variable obuild_find_exe not defined."
    956   exit
    957 fi
    958 obuild_osc_batch_path=`"${obuild_find_exe}" osc_batch 'v16r0p0'`
    959 if [ "${obuild_osc_batch_path}" = "" ] ; then
    960   echo "Can't find osc_batch package."
    961   exit
    962 fi
    963 
    964 if [ "${obuild_platform_exe}" = "" ] ; then
    965   echo "Variable obuild_platform_exe not defined."
    966   exit
    967 fi
    968 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
    969 if [ ${obuild_platform_result} = yes ] ; then
    970 if [ ! -e "${obuild_osc_batch_path}/obuild/release/UNIX/setup.csh" ] ; then
    971   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/UNIX/setup.csh not found."
    972 else
    973 /bin/cp "${obuild_osc_batch_path}/obuild/release/UNIX/setup.csh" "${obuild_dir_project}/."
    974 fi
    975 fi
    976 unset obuild_platform_result
    977 if [ "${obuild_platform_exe}" = "" ] ; then
    978   echo "Variable obuild_platform_exe not defined."
    979   exit
    980 fi
    981 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
    982 if [ ${obuild_platform_result} = yes ] ; then
    983 if [ ! -e "${obuild_osc_batch_path}/obuild/release/UNIX/setup.sh" ] ; then
    984   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/UNIX/setup.sh not found."
    985 else
    986 /bin/cp "${obuild_osc_batch_path}/obuild/release/UNIX/setup.sh" "${obuild_dir_project}/."
    987 fi
    988 fi
    989 unset obuild_platform_result
    990 if [ "${obuild_platform_exe}" = "" ] ; then
    991   echo "Variable obuild_platform_exe not defined."
    992   exit
    993 fi
    994 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
    995 if [ ${obuild_platform_result} = yes ] ; then
    996 if [ ! -e "${obuild_osc_batch_path}/obuild/release/UNIX/aida-setup.csh" ] ; then
    997   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/UNIX/aida-setup.csh not found."
    998 else
    999 /bin/cp "${obuild_osc_batch_path}/obuild/release/UNIX/aida-setup.csh" "${obuild_dir_project}/."
    1000 fi
    1001 fi
    1002 unset obuild_platform_result
    1003 if [ "${obuild_platform_exe}" = "" ] ; then
    1004   echo "Variable obuild_platform_exe not defined."
    1005   exit
    1006 fi
    1007 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
    1008 if [ ${obuild_platform_result} = yes ] ; then
    1009 if [ ! -e "${obuild_osc_batch_path}/obuild/release/UNIX/aida-setup.sh" ] ; then
    1010   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/UNIX/aida-setup.sh not found."
    1011 else
    1012 /bin/cp "${obuild_osc_batch_path}/obuild/release/UNIX/aida-setup.sh" "${obuild_dir_project}/."
    1013 fi
    1014 fi
    1015 unset obuild_platform_result
    1016 if [ "${obuild_platform_exe}" = "" ] ; then
    1017   echo "Variable obuild_platform_exe not defined."
    1018   exit
    1019 fi
    1020 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
    1021 if [ ${obuild_platform_result} = yes ] ; then
    1022 if [ ! -e "${obuild_osc_batch_path}/obuild/release/UNIX/install" ] ; then
    1023   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/UNIX/install not found."
    1024 else
    1025 /bin/cp "${obuild_osc_batch_path}/obuild/release/UNIX/install" "${obuild_dir_project}/."
    1026 fi
    1027 fi
    1028 unset obuild_platform_result
    1029 if [ "${obuild_platform_exe}" = "" ] ; then
    1030   echo "Variable obuild_platform_exe not defined."
    1031   exit
    1032 fi
    1033 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
    1034 if [ ${obuild_platform_result} = yes ] ; then
    1035 if [ ! -e "${obuild_osc_batch_path}/obuild/release/UNIX/README" ] ; then
    1036   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/UNIX/README not found."
    1037 else
    1038 /bin/cp "${obuild_osc_batch_path}/obuild/release/UNIX/README" "${obuild_dir_project}/."
    1039 fi
    1040 fi
    1041 unset obuild_platform_result
    1042 if [ "${obuild_platform_exe}" = "" ] ; then
    1043   echo "Variable obuild_platform_exe not defined."
    1044   exit
    1045 fi
    1046 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
    1047 if [ ${obuild_platform_result} = yes ] ; then
    1048 if [ ! -e "${obuild_osc_batch_path}/obuild/release/UNIX/aida-build-example" ] ; then
    1049   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/UNIX/aida-build-example not found."
    1050 else
    1051 /bin/cp "${obuild_osc_batch_path}/obuild/release/UNIX/aida-build-example" "${obuild_dir_project}/tools/."
    1052 fi
    1053 fi
    1054 unset obuild_platform_result
    1055 if [ "${obuild_platform_exe}" = "" ] ; then
    1056   echo "Variable obuild_platform_exe not defined."
    1057   exit
    1058 fi
    1059 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
    1060 if [ ${obuild_platform_result} = yes ] ; then
    1061 if [ ! -e "${obuild_osc_batch_path}/obuild/release/UNIX/aida-run-all-examples" ] ; then
    1062   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/UNIX/aida-run-all-examples not found."
    1063 else
    1064 /bin/cp "${obuild_osc_batch_path}/obuild/release/UNIX/aida-run-all-examples" "${obuild_dir_project}/tools/."
    1065 fi
    1066 fi
    1067 unset obuild_platform_result
    1068 if [ ! -e "${obuild_osc_batch_path}/obuild/release/License" ] ; then
    1069   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/License not found."
    1070 else
    1071 /bin/cp "${obuild_osc_batch_path}/obuild/release/License" "${obuild_dir_project}/."
    1072 fi
    1073 if [ "${obuild_platform_exe}" = "" ] ; then
    1074   echo "Variable obuild_platform_exe not defined."
    1075   exit
    1076 fi
    1077 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    1078 if [ ${obuild_platform_result} = yes ] ; then
    1079 if [ ! -e "${obuild_osc_batch_path}/obuild/release/Windows_NT/setup.bat" ] ; then
    1080   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/Windows_NT/setup.bat not found."
    1081 else
    1082 /bin/cp "${obuild_osc_batch_path}/obuild/release/Windows_NT/setup.bat" "${obuild_dir_project}/."
    1083 fi
    1084 fi
    1085 unset obuild_platform_result
    1086 if [ "${obuild_platform_exe}" = "" ] ; then
    1087   echo "Variable obuild_platform_exe not defined."
    1088   exit
    1089 fi
    1090 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    1091 if [ ${obuild_platform_result} = yes ] ; then
    1092 if [ ! -e "${obuild_osc_batch_path}/obuild/release/Windows_NT/aida-setup.bat" ] ; then
    1093   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/Windows_NT/aida-setup.bat not found."
    1094 else
    1095 /bin/cp "${obuild_osc_batch_path}/obuild/release/Windows_NT/aida-setup.bat" "${obuild_dir_project}/."
    1096 fi
    1097 fi
    1098 unset obuild_platform_result
    1099 if [ "${obuild_platform_exe}" = "" ] ; then
    1100   echo "Variable obuild_platform_exe not defined."
    1101   exit
    1102 fi
    1103 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    1104 if [ ${obuild_platform_result} = yes ] ; then
    1105 if [ ! -e "${obuild_osc_batch_path}/obuild/release/Windows_NT/README" ] ; then
    1106   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/Windows_NT/README not found."
    1107 else
    1108 /bin/cp "${obuild_osc_batch_path}/obuild/release/Windows_NT/README" "${obuild_dir_project}/."
    1109 fi
    1110 fi
    1111 unset obuild_platform_result
    1112 if [ "${obuild_platform_exe}" = "" ] ; then
    1113   echo "Variable obuild_platform_exe not defined."
    1114   exit
    1115 fi
    1116 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    1117 if [ ${obuild_platform_result} = yes ] ; then
    1118 if [ ! -e "${obuild_osc_batch_path}/obuild/release/Windows_NT/aida-build-example.bat" ] ; then
    1119   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/Windows_NT/aida-build-example.bat not found."
    1120 else
    1121 /bin/cp "${obuild_osc_batch_path}/obuild/release/Windows_NT/aida-build-example.bat" "${obuild_dir_project}/tools/."
    1122 fi
    1123 fi
    1124 unset obuild_platform_result
    1125 if [ "${obuild_platform_exe}" = "" ] ; then
    1126   echo "Variable obuild_platform_exe not defined."
    1127   exit
    1128 fi
    1129 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Windows_NT'`
    1130 if [ ${obuild_platform_result} = yes ] ; then
    1131 if [ ! -e "${obuild_osc_batch_path}/obuild/release/Windows_NT/aida-run-all-examples.bat" ] ; then
    1132   echo "WARNNING : File ${obuild_osc_batch_path}/obuild/release/Windows_NT/aida-run-all-examples.bat not found."
    1133 else
    1134 /bin/cp "${obuild_osc_batch_path}/obuild/release/Windows_NT/aida-run-all-examples.bat" "${obuild_dir_project}/tools/."
    1135 fi
    1136 fi
    1137 unset obuild_platform_result
    1138 if [ ! -d "${obuild_osc_batch_path}/../../AIDA/v3r2p1/src/cpp/AIDA" ] ; then
    1139   echo "WARNNING : Directory ${obuild_osc_batch_path}/../../AIDA/v3r2p1/src/cpp/AIDA not found."
    1140 else
    1141 /bin/mkdir -p "${obuild_dir_project}/Resources/AIDA/src/cpp/."
    1142 /bin/cp -R "${obuild_osc_batch_path}/../../AIDA/v3r2p1/src/cpp/AIDA" "${obuild_dir_project}/Resources/AIDA/src/cpp/."
    1143 find "${obuild_dir_project}/Resources/AIDA/src/cpp/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1144 find "${obuild_dir_project}/Resources/AIDA/src/cpp/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1145 fi
    1146 if [ "${obuild_find_exe}" = "" ] ; then
    1147   echo "Variable obuild_find_exe not defined."
    1148   exit
    1149 fi
    1150 obuild_CoinGL_path=`"${obuild_find_exe}" CoinGL 'v1r244p0'`
    1151 if [ "${obuild_CoinGL_path}" = "" ] ; then
    1152   echo "Can't find CoinGL package."
    1153   exit
    1154 fi
    1155 
    1156 if [ ! -d "${obuild_CoinGL_path}/include" ] ; then
    1157   echo "WARNNING : Directory ${obuild_CoinGL_path}/include not found."
    1158 else
    1159 /bin/mkdir -p "${obuild_dir_project}/Resources/CoinGL/."
    1160 /bin/cp -R "${obuild_CoinGL_path}/include" "${obuild_dir_project}/Resources/CoinGL/."
    1161 find "${obuild_dir_project}/Resources/CoinGL/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1162 find "${obuild_dir_project}/Resources/CoinGL/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1163 fi
    1164 if [ "${obuild_find_exe}" = "" ] ; then
    1165   echo "Variable obuild_find_exe not defined."
    1166   exit
    1167 fi
    1168 obuild_CoinPython_path=`"${obuild_find_exe}" CoinPython 'v1r0'`
    1169 if [ "${obuild_CoinPython_path}" = "" ] ; then
    1170   echo "Can't find CoinPython package."
    1171   exit
    1172 fi
    1173 
    1174 if [ ! -d "${obuild_CoinPython_path}/scripts" ] ; then
    1175   echo "WARNNING : Directory ${obuild_CoinPython_path}/scripts not found."
    1176 else
    1177 /bin/mkdir -p "${obuild_dir_project}/Resources/CoinPython/."
    1178 /bin/cp -R "${obuild_CoinPython_path}/scripts" "${obuild_dir_project}/Resources/CoinPython/."
    1179 find "${obuild_dir_project}/Resources/CoinPython/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1180 find "${obuild_dir_project}/Resources/CoinPython/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1181 fi
    1182 if [ "${obuild_find_exe}" = "" ] ; then
    1183   echo "Variable obuild_find_exe not defined."
    1184   exit
    1185 fi
    1186 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    1187 if [ "${obuild_HEPVis_path}" = "" ] ; then
    1188   echo "Can't find HEPVis package."
    1189   exit
    1190 fi
    1191 
    1192 if [ ! -d "${obuild_HEPVis_path}/scripts" ] ; then
    1193   echo "WARNNING : Directory ${obuild_HEPVis_path}/scripts not found."
    1194 else
    1195 /bin/mkdir -p "${obuild_dir_project}/Resources/HEPVis/."
    1196 /bin/cp -R "${obuild_HEPVis_path}/scripts" "${obuild_dir_project}/Resources/HEPVis/."
    1197 find "${obuild_dir_project}/Resources/HEPVis/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1198 find "${obuild_dir_project}/Resources/HEPVis/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1199 fi
    1200 if [ ! -d "${obuild_HEPVis_path}/fonts" ] ; then
    1201   echo "WARNNING : Directory ${obuild_HEPVis_path}/fonts not found."
    1202 else
    1203 /bin/mkdir -p "${obuild_dir_project}/Resources/HEPVis/."
    1204 /bin/cp -R "${obuild_HEPVis_path}/fonts" "${obuild_dir_project}/Resources/HEPVis/."
    1205 find "${obuild_dir_project}/Resources/HEPVis/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1206 find "${obuild_dir_project}/Resources/HEPVis/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1207 fi
    1208 if [ ! -d "${obuild_HEPVis_path}/include" ] ; then
    1209   echo "WARNNING : Directory ${obuild_HEPVis_path}/include not found."
    1210 else
    1211 /bin/mkdir -p "${obuild_dir_project}/Resources/HEPVis/."
    1212 /bin/cp -R "${obuild_HEPVis_path}/include" "${obuild_dir_project}/Resources/HEPVis/."
    1213 find "${obuild_dir_project}/Resources/HEPVis/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1214 find "${obuild_dir_project}/Resources/HEPVis/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1215 fi
    1216 if [ "${obuild_find_exe}" = "" ] ; then
    1217   echo "Variable obuild_find_exe not defined."
    1218   exit
    1219 fi
    1220 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    1221 if [ "${obuild_OnX_path}" = "" ] ; then
    1222   echo "Can't find OnX package."
    1223   exit
    1224 fi
    1225 
    1226 if [ ! -d "${obuild_OnX_path}/scripts" ] ; then
    1227   echo "WARNNING : Directory ${obuild_OnX_path}/scripts not found."
    1228 else
    1229 /bin/mkdir -p "${obuild_dir_project}/Resources/OnX/."
    1230 /bin/cp -R "${obuild_OnX_path}/scripts" "${obuild_dir_project}/Resources/OnX/."
    1231 find "${obuild_dir_project}/Resources/OnX/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1232 find "${obuild_dir_project}/Resources/OnX/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1233 fi
    1234 if [ ! -d "${obuild_OnX_path}/examples" ] ; then
    1235   echo "WARNNING : Directory ${obuild_OnX_path}/examples not found."
    1236 else
    1237 /bin/mkdir -p "${obuild_dir_project}/Resources/OnX/."
    1238 /bin/cp -R "${obuild_OnX_path}/examples" "${obuild_dir_project}/Resources/OnX/."
    1239 find "${obuild_dir_project}/Resources/OnX/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1240 find "${obuild_dir_project}/Resources/OnX/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1241 fi
    1242 if [ ! -d "${obuild_OnX_path}/include" ] ; then
    1243   echo "WARNNING : Directory ${obuild_OnX_path}/include not found."
    1244 else
    1245 /bin/mkdir -p "${obuild_dir_project}/Resources/OnX/."
    1246 /bin/cp -R "${obuild_OnX_path}/include" "${obuild_dir_project}/Resources/OnX/."
    1247 find "${obuild_dir_project}/Resources/OnX/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1248 find "${obuild_dir_project}/Resources/OnX/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1249 fi
    1250 if [ ! -d "${obuild_OnX_path}/templates" ] ; then
    1251   echo "WARNNING : Directory ${obuild_OnX_path}/templates not found."
    1252 else
    1253 /bin/mkdir -p "${obuild_dir_project}/Resources/OnX/."
    1254 /bin/cp -R "${obuild_OnX_path}/templates" "${obuild_dir_project}/Resources/OnX/."
    1255 find "${obuild_dir_project}/Resources/OnX/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1256 find "${obuild_dir_project}/Resources/OnX/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1257 fi
    1258 if [ "${obuild_find_exe}" = "" ] ; then
    1259   echo "Variable obuild_find_exe not defined."
    1260   exit
    1261 fi
    1262 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    1263 if [ "${obuild_OnXLab_path}" = "" ] ; then
    1264   echo "Can't find OnXLab package."
    1265   exit
    1266 fi
    1267 
    1268 if [ ! -d "${obuild_OnXLab_path}/scripts" ] ; then
    1269   echo "WARNNING : Directory ${obuild_OnXLab_path}/scripts not found."
    1270 else
    1271 /bin/mkdir -p "${obuild_dir_project}/Resources/OnXLab/."
    1272 /bin/cp -R "${obuild_OnXLab_path}/scripts" "${obuild_dir_project}/Resources/OnXLab/."
    1273 find "${obuild_dir_project}/Resources/OnXLab/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1274 find "${obuild_dir_project}/Resources/OnXLab/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1275 fi
    1276 if [ ! -d "${obuild_OnXLab_path}/examples" ] ; then
    1277   echo "WARNNING : Directory ${obuild_OnXLab_path}/examples not found."
    1278 else
    1279 /bin/mkdir -p "${obuild_dir_project}/Resources/OnXLab/."
    1280 /bin/cp -R "${obuild_OnXLab_path}/examples" "${obuild_dir_project}/Resources/OnXLab/."
    1281 find "${obuild_dir_project}/Resources/OnXLab/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1282 find "${obuild_dir_project}/Resources/OnXLab/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1283 fi
    1284 if [ ! -d "${obuild_OnXLab_path}/OnXLab" ] ; then
    1285   echo "WARNNING : Directory ${obuild_OnXLab_path}/OnXLab not found."
    1286 else
    1287 /bin/mkdir -p "${obuild_dir_project}/Resources/OnXLab/."
    1288 /bin/cp -R "${obuild_OnXLab_path}/OnXLab" "${obuild_dir_project}/Resources/OnXLab/."
    1289 find "${obuild_dir_project}/Resources/OnXLab/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1290 find "${obuild_dir_project}/Resources/OnXLab/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1291 fi
    1292 if [ "${obuild_platform_exe}" = "" ] ; then
    1293   echo "Variable obuild_platform_exe not defined."
    1294   exit
    1295 fi
    1296 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
    1297 if [ ${obuild_platform_result} = yes ] ; then
    1298 if [ ! -d "${obuild_OnXLab_path}/Darwin_obuild/OnXLab_onx.app" ] ; then
    1299   echo "WARNNING : Directory ${obuild_OnXLab_path}/Darwin_obuild/OnXLab_onx.app not found."
    1300 else
    1301 /bin/mkdir -p "${obuild_dir_project}/../../."
    1302 /bin/cp -R "${obuild_OnXLab_path}/Darwin_obuild/OnXLab_onx.app" "${obuild_dir_project}/../../."
    1303 find "${obuild_dir_project}/../../." -depth -name CVS -exec /bin/rm -R -f {} \;
    1304 find "${obuild_dir_project}/../../." -depth -name .svn -exec /bin/rm -R -f {} \;
    1305 fi
    1306 fi
    1307 unset obuild_platform_result
    1308 if [ "${obuild_platform_exe}" = "" ] ; then
    1309   echo "Variable obuild_platform_exe not defined."
    1310   exit
    1311 fi
    1312 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
    1313 if [ ${obuild_platform_result} = yes ] ; then
    1314 if [ ! -d "${obuild_OnXLab_path}/Darwin_obuild/OnXLab_oqt.app" ] ; then
    1315   echo "WARNNING : Directory ${obuild_OnXLab_path}/Darwin_obuild/OnXLab_oqt.app not found."
    1316 else
    1317 /bin/mkdir -p "${obuild_dir_project}/../../."
    1318 /bin/cp -R "${obuild_OnXLab_path}/Darwin_obuild/OnXLab_oqt.app" "${obuild_dir_project}/../../."
    1319 find "${obuild_dir_project}/../../." -depth -name CVS -exec /bin/rm -R -f {} \;
    1320 find "${obuild_dir_project}/../../." -depth -name .svn -exec /bin/rm -R -f {} \;
    1321 fi
    1322 fi
    1323 unset obuild_platform_result
    1324 if [ "${obuild_find_exe}" = "" ] ; then
    1325   echo "Variable obuild_find_exe not defined."
    1326   exit
    1327 fi
    1328 obuild_OpenPAW_path=`"${obuild_find_exe}" OpenPAW 'v3r0'`
    1329 if [ "${obuild_OpenPAW_path}" = "" ] ; then
    1330   echo "Can't find OpenPAW package."
    1331   exit
    1332 fi
    1333 
    1334 if [ ! -d "${obuild_OpenPAW_path}/scripts" ] ; then
    1335   echo "WARNNING : Directory ${obuild_OpenPAW_path}/scripts not found."
    1336 else
    1337 /bin/mkdir -p "${obuild_dir_project}/Resources/OpenPAW/."
    1338 /bin/cp -R "${obuild_OpenPAW_path}/scripts" "${obuild_dir_project}/Resources/OpenPAW/."
    1339 find "${obuild_dir_project}/Resources/OpenPAW/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1340 find "${obuild_dir_project}/Resources/OpenPAW/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1341 fi
    1342 if [ ! -d "${obuild_OpenPAW_path}/examples" ] ; then
    1343   echo "WARNNING : Directory ${obuild_OpenPAW_path}/examples not found."
    1344 else
    1345 /bin/mkdir -p "${obuild_dir_project}/Resources/OpenPAW/."
    1346 /bin/cp -R "${obuild_OpenPAW_path}/examples" "${obuild_dir_project}/Resources/OpenPAW/."
    1347 find "${obuild_dir_project}/Resources/OpenPAW/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1348 find "${obuild_dir_project}/Resources/OpenPAW/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1349 fi
    1350 if [ "${obuild_platform_exe}" = "" ] ; then
    1351   echo "Variable obuild_platform_exe not defined."
    1352   exit
    1353 fi
    1354 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
    1355 if [ ${obuild_platform_result} = yes ] ; then
    1356 if [ ! -d "${obuild_OpenPAW_path}/Darwin_obuild/OpenPAW_opaw.app" ] ; then
    1357   echo "WARNNING : Directory ${obuild_OpenPAW_path}/Darwin_obuild/OpenPAW_opaw.app not found."
    1358 else
    1359 /bin/mkdir -p "${obuild_dir_project}/../../."
    1360 /bin/cp -R "${obuild_OpenPAW_path}/Darwin_obuild/OpenPAW_opaw.app" "${obuild_dir_project}/../../."
    1361 find "${obuild_dir_project}/../../." -depth -name CVS -exec /bin/rm -R -f {} \;
    1362 find "${obuild_dir_project}/../../." -depth -name .svn -exec /bin/rm -R -f {} \;
    1363 fi
    1364 fi
    1365 unset obuild_platform_result
    1366 if [ "${obuild_find_exe}" = "" ] ; then
    1367   echo "Variable obuild_find_exe not defined."
    1368   exit
    1369 fi
    1370 obuild_G4Lab_path=`"${obuild_find_exe}" G4Lab 'v8r0p0'`
    1371 if [ "${obuild_G4Lab_path}" = "" ] ; then
    1372   echo "Can't find G4Lab package."
    1373   exit
    1374 fi
    1375 
    1376 if [ ! -d "${obuild_G4Lab_path}/scripts" ] ; then
    1377   echo "WARNNING : Directory ${obuild_G4Lab_path}/scripts not found."
    1378 else
    1379 /bin/mkdir -p "${obuild_dir_project}/Resources/G4Lab/."
    1380 /bin/cp -R "${obuild_G4Lab_path}/scripts" "${obuild_dir_project}/Resources/G4Lab/."
    1381 find "${obuild_dir_project}/Resources/G4Lab/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1382 find "${obuild_dir_project}/Resources/G4Lab/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1383 fi
    1384 if [ ! -d "${obuild_G4Lab_path}/include" ] ; then
    1385   echo "WARNNING : Directory ${obuild_G4Lab_path}/include not found."
    1386 else
    1387 /bin/mkdir -p "${obuild_dir_project}/Resources/G4Lab/."
    1388 /bin/cp -R "${obuild_G4Lab_path}/include" "${obuild_dir_project}/Resources/G4Lab/."
    1389 find "${obuild_dir_project}/Resources/G4Lab/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1390 find "${obuild_dir_project}/Resources/G4Lab/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1391 fi
    1392 if [ ! -d "${obuild_G4Lab_path}/templates" ] ; then
    1393   echo "WARNNING : Directory ${obuild_G4Lab_path}/templates not found."
    1394 else
    1395 /bin/mkdir -p "${obuild_dir_project}/Resources/G4Lab/."
    1396 /bin/cp -R "${obuild_G4Lab_path}/templates" "${obuild_dir_project}/Resources/G4Lab/."
    1397 find "${obuild_dir_project}/Resources/G4Lab/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1398 find "${obuild_dir_project}/Resources/G4Lab/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1399 fi
    1400 if [ "${obuild_find_exe}" = "" ] ; then
    1401   echo "Variable obuild_find_exe not defined."
    1402   exit
    1403 fi
    1404 obuild_G4Simple_path=`"${obuild_find_exe}" G4Simple 'v2r0p0'`
    1405 if [ "${obuild_G4Simple_path}" = "" ] ; then
    1406   echo "Can't find G4Simple package."
    1407   exit
    1408 fi
    1409 
    1410 if [ ! -d "${obuild_G4Simple_path}/scripts" ] ; then
    1411   echo "WARNNING : Directory ${obuild_G4Simple_path}/scripts not found."
    1412 else
    1413 /bin/mkdir -p "${obuild_dir_project}/Resources/G4Simple/."
    1414 /bin/cp -R "${obuild_G4Simple_path}/scripts" "${obuild_dir_project}/Resources/G4Simple/."
    1415 find "${obuild_dir_project}/Resources/G4Simple/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1416 find "${obuild_dir_project}/Resources/G4Simple/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1417 fi
    1418 if [ "${obuild_find_exe}" = "" ] ; then
    1419   echo "Variable obuild_find_exe not defined."
    1420   exit
    1421 fi
    1422 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    1423 if [ "${obuild_G4Examples_path}" = "" ] ; then
    1424   echo "Can't find G4Examples package."
    1425   exit
    1426 fi
    1427 
    1428 if [ ! -d "${obuild_G4Examples_path}/scripts" ] ; then
    1429   echo "WARNNING : Directory ${obuild_G4Examples_path}/scripts not found."
    1430 else
    1431 /bin/mkdir -p "${obuild_dir_project}/Resources/G4Examples/."
    1432 /bin/cp -R "${obuild_G4Examples_path}/scripts" "${obuild_dir_project}/Resources/G4Examples/."
    1433 find "${obuild_dir_project}/Resources/G4Examples/." -depth -name CVS -exec /bin/rm -R -f {} \;
    1434 find "${obuild_dir_project}/Resources/G4Examples/." -depth -name .svn -exec /bin/rm -R -f {} \;
    1435 fi
    1436 if [ "${obuild_find_exe}" = "" ] ; then
    1437   echo "Variable obuild_find_exe not defined."
    1438   exit
    1439 fi
    1440452obuild_snovis_path=`"${obuild_find_exe}" snovis 'v1r1'`
    1441453if [ "${obuild_snovis_path}" = "" ] ; then
     
    1468480fi
    1469481unset obuild_platform_result
    1470 
    1471 if [ "${obuild_find_exe}" = "" ] ; then
    1472   echo "Variable obuild_find_exe not defined."
    1473   exit
    1474 fi
    1475 obuild_zlib_path=`"${obuild_find_exe}" zlib 'v1r114p3'`
    1476 if [ "${obuild_zlib_path}" = "" ] ; then
    1477   echo "Can't find zlib package."
    1478   exit
    1479 fi
    1480 
    1481 if [ ! -d "${obuild_zlib_path}/${obuild_dir_bin}" ] ; then
    1482   echo "WARNNING : Directory ${obuild_zlib_path}/${obuild_dir_bin} not found."
    1483 else
    1484 if [ -e "${obuild_zlib_path}/${obuild_dir_bin}/libosc_z.dylib" ] ; then  /bin/cp "${obuild_zlib_path}/${obuild_dir_bin}/libosc_z.dylib" "${obuild_dir_project}/lib/." ;fi
    1485 if [ -e "${obuild_zlib_path}/${obuild_dir_bin}/libosc_z.so" ] ; then  /bin/cp "${obuild_zlib_path}/${obuild_dir_bin}/libosc_z.so" "${obuild_dir_project}/lib/." ;fi
    1486 fi
    1487 if [ "${obuild_find_exe}" = "" ] ; then
    1488   echo "Variable obuild_find_exe not defined."
    1489   exit
    1490 fi
    1491 obuild_expat_path=`"${obuild_find_exe}" expat 'v1r11p6'`
    1492 if [ "${obuild_expat_path}" = "" ] ; then
    1493   echo "Can't find expat package."
    1494   exit
    1495 fi
    1496 
    1497 if [ ! -d "${obuild_expat_path}/${obuild_dir_bin}" ] ; then
    1498   echo "WARNNING : Directory ${obuild_expat_path}/${obuild_dir_bin} not found."
    1499 else
    1500 if [ -e "${obuild_expat_path}/${obuild_dir_bin}/libosc_expat.dylib" ] ; then  /bin/cp "${obuild_expat_path}/${obuild_dir_bin}/libosc_expat.dylib" "${obuild_dir_project}/lib/." ;fi
    1501 if [ -e "${obuild_expat_path}/${obuild_dir_bin}/libosc_expat.so" ] ; then  /bin/cp "${obuild_expat_path}/${obuild_dir_bin}/libosc_expat.so" "${obuild_dir_project}/lib/." ;fi
    1502 fi
    1503 if [ "${obuild_find_exe}" = "" ] ; then
    1504   echo "Variable obuild_find_exe not defined."
    1505   exit
    1506 fi
    1507 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    1508 if [ "${obuild_Lib_path}" = "" ] ; then
    1509   echo "Can't find Lib package."
    1510   exit
    1511 fi
    1512 
    1513 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    1514   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    1515 else
    1516 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/libLibUtils.dylib" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/libLibUtils.dylib" "${obuild_dir_project}/lib/." ;fi
    1517 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/libLibUtils.so" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/libLibUtils.so" "${obuild_dir_project}/lib/." ;fi
    1518 fi
    1519 if [ "${obuild_find_exe}" = "" ] ; then
    1520   echo "Variable obuild_find_exe not defined."
    1521   exit
    1522 fi
    1523 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    1524 if [ "${obuild_Lib_path}" = "" ] ; then
    1525   echo "Can't find Lib package."
    1526   exit
    1527 fi
    1528 
    1529 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    1530   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    1531 else
    1532 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/libLibZip.dylib" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/libLibZip.dylib" "${obuild_dir_project}/lib/." ;fi
    1533 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/libLibZip.so" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/libLibZip.so" "${obuild_dir_project}/lib/." ;fi
    1534 fi
    1535 if [ "${obuild_find_exe}" = "" ] ; then
    1536   echo "Variable obuild_find_exe not defined."
    1537   exit
    1538 fi
    1539 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    1540 if [ "${obuild_Lib_path}" = "" ] ; then
    1541   echo "Can't find Lib package."
    1542   exit
    1543 fi
    1544 
    1545 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    1546   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    1547 else
    1548 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/libLibXML.dylib" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/libLibXML.dylib" "${obuild_dir_project}/lib/." ;fi
    1549 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/libLibXML.so" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/libLibXML.so" "${obuild_dir_project}/lib/." ;fi
    1550 fi
    1551 if [ "${obuild_find_exe}" = "" ] ; then
    1552   echo "Variable obuild_find_exe not defined."
    1553   exit
    1554 fi
    1555 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    1556 if [ "${obuild_Lib_path}" = "" ] ; then
    1557   echo "Can't find Lib package."
    1558   exit
    1559 fi
    1560 
    1561 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    1562   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    1563 else
    1564 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/libLibSocket.dylib" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/libLibSocket.dylib" "${obuild_dir_project}/lib/." ;fi
    1565 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/libLibSocket.so" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/libLibSocket.so" "${obuild_dir_project}/lib/." ;fi
    1566 fi
    1567 if [ "${obuild_find_exe}" = "" ] ; then
    1568   echo "Variable obuild_find_exe not defined."
    1569   exit
    1570 fi
    1571 obuild_HCL_path=`"${obuild_find_exe}" HCL 'v7r0'`
    1572 if [ "${obuild_HCL_path}" = "" ] ; then
    1573   echo "Can't find HCL package."
    1574   exit
    1575 fi
    1576 
    1577 if [ ! -d "${obuild_HCL_path}/${obuild_dir_bin}" ] ; then
    1578   echo "WARNNING : Directory ${obuild_HCL_path}/${obuild_dir_bin} not found."
    1579 else
    1580 if [ -e "${obuild_HCL_path}/${obuild_dir_bin}/libHCL.dylib" ] ; then  /bin/cp "${obuild_HCL_path}/${obuild_dir_bin}/libHCL.dylib" "${obuild_dir_project}/lib/." ;fi
    1581 if [ -e "${obuild_HCL_path}/${obuild_dir_bin}/libHCL.so" ] ; then  /bin/cp "${obuild_HCL_path}/${obuild_dir_bin}/libHCL.so" "${obuild_dir_project}/lib/." ;fi
    1582 fi
    1583 if [ "${obuild_find_exe}" = "" ] ; then
    1584   echo "Variable obuild_find_exe not defined."
    1585   exit
    1586 fi
    1587 obuild_Midnight_path=`"${obuild_find_exe}" Midnight 'v4r0p0'`
    1588 if [ "${obuild_Midnight_path}" = "" ] ; then
    1589   echo "Can't find Midnight package."
    1590   exit
    1591 fi
    1592 
    1593 if [ ! -d "${obuild_Midnight_path}/${obuild_dir_bin}" ] ; then
    1594   echo "WARNNING : Directory ${obuild_Midnight_path}/${obuild_dir_bin} not found."
    1595 else
    1596 if [ -e "${obuild_Midnight_path}/${obuild_dir_bin}/libMidnight.dylib" ] ; then  /bin/cp "${obuild_Midnight_path}/${obuild_dir_bin}/libMidnight.dylib" "${obuild_dir_project}/lib/." ;fi
    1597 if [ -e "${obuild_Midnight_path}/${obuild_dir_bin}/libMidnight.so" ] ; then  /bin/cp "${obuild_Midnight_path}/${obuild_dir_bin}/libMidnight.so" "${obuild_dir_project}/lib/." ;fi
    1598 fi
    1599 if [ "${obuild_find_exe}" = "" ] ; then
    1600   echo "Variable obuild_find_exe not defined."
    1601   exit
    1602 fi
    1603 obuild_Minuit_path=`"${obuild_find_exe}" Minuit 'v1r140p4'`
    1604 if [ "${obuild_Minuit_path}" = "" ] ; then
    1605   echo "Can't find Minuit package."
    1606   exit
    1607 fi
    1608 
    1609 if [ ! -d "${obuild_Minuit_path}/${obuild_dir_bin}" ] ; then
    1610   echo "WARNNING : Directory ${obuild_Minuit_path}/${obuild_dir_bin} not found."
    1611 else
    1612 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/libosc_Minuit.dylib" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/libosc_Minuit.dylib" "${obuild_dir_project}/lib/." ;fi
    1613 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/libosc_Minuit.so" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/libosc_Minuit.so" "${obuild_dir_project}/lib/." ;fi
    1614 fi
    1615 if [ "${obuild_find_exe}" = "" ] ; then
    1616   echo "Variable obuild_find_exe not defined."
    1617   exit
    1618 fi
    1619 obuild_Rio_path=`"${obuild_find_exe}" Rio 'v7r1'`
    1620 if [ "${obuild_Rio_path}" = "" ] ; then
    1621   echo "Can't find Rio package."
    1622   exit
    1623 fi
    1624 
    1625 if [ ! -d "${obuild_Rio_path}/${obuild_dir_bin}" ] ; then
    1626   echo "WARNNING : Directory ${obuild_Rio_path}/${obuild_dir_bin} not found."
    1627 else
    1628 if [ -e "${obuild_Rio_path}/${obuild_dir_bin}/libRio.dylib" ] ; then  /bin/cp "${obuild_Rio_path}/${obuild_dir_bin}/libRio.dylib" "${obuild_dir_project}/lib/." ;fi
    1629 if [ -e "${obuild_Rio_path}/${obuild_dir_bin}/libRio.so" ] ; then  /bin/cp "${obuild_Rio_path}/${obuild_dir_bin}/libRio.so" "${obuild_dir_project}/lib/." ;fi
    1630 fi
    1631 if [ "${obuild_find_exe}" = "" ] ; then
    1632   echo "Variable obuild_find_exe not defined."
    1633   exit
    1634 fi
    1635 obuild_HDF5_path=`"${obuild_find_exe}" HDF5 'v1r165p2'`
    1636 if [ "${obuild_HDF5_path}" = "" ] ; then
    1637   echo "Can't find HDF5 package."
    1638   exit
    1639 fi
    1640 
    1641 if [ ! -d "${obuild_HDF5_path}/${obuild_dir_bin}" ] ; then
    1642   echo "WARNNING : Directory ${obuild_HDF5_path}/${obuild_dir_bin} not found."
    1643 else
    1644 if [ -e "${obuild_HDF5_path}/${obuild_dir_bin}/libosc_HDF5.dylib" ] ; then  /bin/cp "${obuild_HDF5_path}/${obuild_dir_bin}/libosc_HDF5.dylib" "${obuild_dir_project}/lib/." ;fi
    1645 if [ -e "${obuild_HDF5_path}/${obuild_dir_bin}/libosc_HDF5.so" ] ; then  /bin/cp "${obuild_HDF5_path}/${obuild_dir_bin}/libosc_HDF5.so" "${obuild_dir_project}/lib/." ;fi
    1646 fi
    1647 if [ "${obuild_find_exe}" = "" ] ; then
    1648   echo "Variable obuild_find_exe not defined."
    1649   exit
    1650 fi
    1651 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    1652 if [ "${obuild_BatchLab_path}" = "" ] ; then
    1653   echo "Can't find BatchLab package."
    1654   exit
    1655 fi
    1656 
    1657 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    1658   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    1659 else
    1660 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabCore.dylib" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabCore.dylib" "${obuild_dir_project}/lib/." ;fi
    1661 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabCore.so" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabCore.so" "${obuild_dir_project}/lib/." ;fi
    1662 fi
    1663 if [ "${obuild_find_exe}" = "" ] ; then
    1664   echo "Variable obuild_find_exe not defined."
    1665   exit
    1666 fi
    1667 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    1668 if [ "${obuild_BatchLab_path}" = "" ] ; then
    1669   echo "Can't find BatchLab package."
    1670   exit
    1671 fi
    1672 
    1673 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    1674   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    1675 else
    1676 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabAIDA.dylib" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabAIDA.dylib" "${obuild_dir_project}/lib/." ;fi
    1677 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabAIDA.so" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabAIDA.so" "${obuild_dir_project}/lib/." ;fi
    1678 fi
    1679 if [ "${obuild_find_exe}" = "" ] ; then
    1680   echo "Variable obuild_find_exe not defined."
    1681   exit
    1682 fi
    1683 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    1684 if [ "${obuild_BatchLab_path}" = "" ] ; then
    1685   echo "Can't find BatchLab package."
    1686   exit
    1687 fi
    1688 
    1689 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    1690   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    1691 else
    1692 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabHBOOK.dylib" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabHBOOK.dylib" "${obuild_dir_project}/lib/." ;fi
    1693 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabHBOOK.so" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabHBOOK.so" "${obuild_dir_project}/lib/." ;fi
    1694 fi
    1695 if [ "${obuild_find_exe}" = "" ] ; then
    1696   echo "Variable obuild_find_exe not defined."
    1697   exit
    1698 fi
    1699 obuild_jpeg_path=`"${obuild_find_exe}" jpeg 'v1r62p1'`
    1700 if [ "${obuild_jpeg_path}" = "" ] ; then
    1701   echo "Can't find jpeg package."
    1702   exit
    1703 fi
    1704 
    1705 if [ ! -d "${obuild_jpeg_path}/${obuild_dir_bin}" ] ; then
    1706   echo "WARNNING : Directory ${obuild_jpeg_path}/${obuild_dir_bin} not found."
    1707 else
    1708 if [ -e "${obuild_jpeg_path}/${obuild_dir_bin}/libosc_jpeg.dylib" ] ; then  /bin/cp "${obuild_jpeg_path}/${obuild_dir_bin}/libosc_jpeg.dylib" "${obuild_dir_project}/lib/." ;fi
    1709 if [ -e "${obuild_jpeg_path}/${obuild_dir_bin}/libosc_jpeg.so" ] ; then  /bin/cp "${obuild_jpeg_path}/${obuild_dir_bin}/libosc_jpeg.so" "${obuild_dir_project}/lib/." ;fi
    1710 fi
    1711 if [ "${obuild_find_exe}" = "" ] ; then
    1712   echo "Variable obuild_find_exe not defined."
    1713   exit
    1714 fi
    1715 obuild_dvi2bitmap_path=`"${obuild_find_exe}" dvi2bitmap 'v1r0132p1'`
    1716 if [ "${obuild_dvi2bitmap_path}" = "" ] ; then
    1717   echo "Can't find dvi2bitmap package."
    1718   exit
    1719 fi
    1720 
    1721 if [ ! -d "${obuild_dvi2bitmap_path}/${obuild_dir_bin}" ] ; then
    1722   echo "WARNNING : Directory ${obuild_dvi2bitmap_path}/${obuild_dir_bin} not found."
    1723 else
    1724 if [ -e "${obuild_dvi2bitmap_path}/${obuild_dir_bin}/libosc_dvi2bitmap.dylib" ] ; then  /bin/cp "${obuild_dvi2bitmap_path}/${obuild_dir_bin}/libosc_dvi2bitmap.dylib" "${obuild_dir_project}/lib/." ;fi
    1725 if [ -e "${obuild_dvi2bitmap_path}/${obuild_dir_bin}/libosc_dvi2bitmap.so" ] ; then  /bin/cp "${obuild_dvi2bitmap_path}/${obuild_dir_bin}/libosc_dvi2bitmap.so" "${obuild_dir_project}/lib/." ;fi
    1726 fi
    1727 if [ "${obuild_find_exe}" = "" ] ; then
    1728   echo "Variable obuild_find_exe not defined."
    1729   exit
    1730 fi
    1731 obuild_freetype2_path=`"${obuild_find_exe}" freetype2 'v1r219p0'`
    1732 if [ "${obuild_freetype2_path}" = "" ] ; then
    1733   echo "Can't find freetype2 package."
    1734   exit
    1735 fi
    1736 
    1737 if [ ! -d "${obuild_freetype2_path}/${obuild_dir_bin}" ] ; then
    1738   echo "WARNNING : Directory ${obuild_freetype2_path}/${obuild_dir_bin} not found."
    1739 else
    1740 if [ -e "${obuild_freetype2_path}/${obuild_dir_bin}/libosc_freetype2.dylib" ] ; then  /bin/cp "${obuild_freetype2_path}/${obuild_dir_bin}/libosc_freetype2.dylib" "${obuild_dir_project}/lib/." ;fi
    1741 if [ -e "${obuild_freetype2_path}/${obuild_dir_bin}/libosc_freetype2.so" ] ; then  /bin/cp "${obuild_freetype2_path}/${obuild_dir_bin}/libosc_freetype2.so" "${obuild_dir_project}/lib/." ;fi
    1742 fi
    1743 if [ "${obuild_find_exe}" = "" ] ; then
    1744   echo "Variable obuild_find_exe not defined."
    1745   exit
    1746 fi
    1747 obuild_CoinGL_path=`"${obuild_find_exe}" CoinGL 'v1r244p0'`
    1748 if [ "${obuild_CoinGL_path}" = "" ] ; then
    1749   echo "Can't find CoinGL package."
    1750   exit
    1751 fi
    1752 
    1753 if [ ! -d "${obuild_CoinGL_path}/${obuild_dir_bin}" ] ; then
    1754   echo "WARNNING : Directory ${obuild_CoinGL_path}/${obuild_dir_bin} not found."
    1755 else
    1756 if [ -e "${obuild_CoinGL_path}/${obuild_dir_bin}/libosc_Coin.dylib" ] ; then  /bin/cp "${obuild_CoinGL_path}/${obuild_dir_bin}/libosc_Coin.dylib" "${obuild_dir_project}/lib/." ;fi
    1757 if [ -e "${obuild_CoinGL_path}/${obuild_dir_bin}/libosc_Coin.so" ] ; then  /bin/cp "${obuild_CoinGL_path}/${obuild_dir_bin}/libosc_Coin.so" "${obuild_dir_project}/lib/." ;fi
    1758 fi
    1759 if [ "${obuild_find_exe}" = "" ] ; then
    1760   echo "Variable obuild_find_exe not defined."
    1761   exit
    1762 fi
    1763 obuild_CoinXt_path=`"${obuild_find_exe}" CoinXt 'v1r122p0'`
    1764 if [ "${obuild_CoinXt_path}" = "" ] ; then
    1765   echo "Can't find CoinXt package."
    1766   exit
    1767 fi
    1768 
    1769 if [ ! -d "${obuild_CoinXt_path}/${obuild_dir_bin}" ] ; then
    1770   echo "WARNNING : Directory ${obuild_CoinXt_path}/${obuild_dir_bin} not found."
    1771 else
    1772 if [ -e "${obuild_CoinXt_path}/${obuild_dir_bin}/libCoinXt.dylib" ] ; then  /bin/cp "${obuild_CoinXt_path}/${obuild_dir_bin}/libCoinXt.dylib" "${obuild_dir_project}/lib/." ;fi
    1773 if [ -e "${obuild_CoinXt_path}/${obuild_dir_bin}/libCoinXt.so" ] ; then  /bin/cp "${obuild_CoinXt_path}/${obuild_dir_bin}/libCoinXt.so" "${obuild_dir_project}/lib/." ;fi
    1774 fi
    1775 if [ "${obuild_find_exe}" = "" ] ; then
    1776   echo "Variable obuild_find_exe not defined."
    1777   exit
    1778 fi
    1779 obuild_CoinQt_path=`"${obuild_find_exe}" CoinQt 'v1r130p0'`
    1780 if [ "${obuild_CoinQt_path}" = "" ] ; then
    1781   echo "Can't find CoinQt package."
    1782   exit
    1783 fi
    1784 
    1785 if [ ! -d "${obuild_CoinQt_path}/${obuild_dir_bin}" ] ; then
    1786   echo "WARNNING : Directory ${obuild_CoinQt_path}/${obuild_dir_bin} not found."
    1787 else
    1788 if [ -e "${obuild_CoinQt_path}/${obuild_dir_bin}/libCoinQt.dylib" ] ; then  /bin/cp "${obuild_CoinQt_path}/${obuild_dir_bin}/libCoinQt.dylib" "${obuild_dir_project}/lib/." ;fi
    1789 if [ -e "${obuild_CoinQt_path}/${obuild_dir_bin}/libCoinQt.so" ] ; then  /bin/cp "${obuild_CoinQt_path}/${obuild_dir_bin}/libCoinQt.so" "${obuild_dir_project}/lib/." ;fi
    1790 fi
    1791 if [ "${obuild_find_exe}" = "" ] ; then
    1792   echo "Variable obuild_find_exe not defined."
    1793   exit
    1794 fi
    1795 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    1796 if [ "${obuild_HEPVis_path}" = "" ] ; then
    1797   echo "Can't find HEPVis package."
    1798   exit
    1799 fi
    1800 
    1801 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    1802   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    1803 else
    1804 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisUtils.dylib" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisUtils.dylib" "${obuild_dir_project}/lib/." ;fi
    1805 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisUtils.so" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisUtils.so" "${obuild_dir_project}/lib/." ;fi
    1806 fi
    1807 if [ "${obuild_find_exe}" = "" ] ; then
    1808   echo "Variable obuild_find_exe not defined."
    1809   exit
    1810 fi
    1811 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    1812 if [ "${obuild_HEPVis_path}" = "" ] ; then
    1813   echo "Can't find HEPVis package."
    1814   exit
    1815 fi
    1816 
    1817 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    1818   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    1819 else
    1820 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisGeometry.dylib" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisGeometry.dylib" "${obuild_dir_project}/lib/." ;fi
    1821 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisGeometry.so" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisGeometry.so" "${obuild_dir_project}/lib/." ;fi
    1822 fi
    1823 if [ "${obuild_find_exe}" = "" ] ; then
    1824   echo "Variable obuild_find_exe not defined."
    1825   exit
    1826 fi
    1827 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    1828 if [ "${obuild_HEPVis_path}" = "" ] ; then
    1829   echo "Can't find HEPVis package."
    1830   exit
    1831 fi
    1832 
    1833 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    1834   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    1835 else
    1836 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisDetector.dylib" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisDetector.dylib" "${obuild_dir_project}/lib/." ;fi
    1837 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisDetector.so" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisDetector.so" "${obuild_dir_project}/lib/." ;fi
    1838 fi
    1839 if [ "${obuild_find_exe}" = "" ] ; then
    1840   echo "Variable obuild_find_exe not defined."
    1841   exit
    1842 fi
    1843 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    1844 if [ "${obuild_HEPVis_path}" = "" ] ; then
    1845   echo "Can't find HEPVis package."
    1846   exit
    1847 fi
    1848 
    1849 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    1850   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    1851 else
    1852 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisGUI.dylib" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisGUI.dylib" "${obuild_dir_project}/lib/." ;fi
    1853 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisGUI.so" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisGUI.so" "${obuild_dir_project}/lib/." ;fi
    1854 fi
    1855 if [ "${obuild_find_exe}" = "" ] ; then
    1856   echo "Variable obuild_find_exe not defined."
    1857   exit
    1858 fi
    1859 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    1860 if [ "${obuild_HEPVis_path}" = "" ] ; then
    1861   echo "Can't find HEPVis package."
    1862   exit
    1863 fi
    1864 
    1865 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    1866   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    1867 else
    1868 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisPlotter.dylib" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisPlotter.dylib" "${obuild_dir_project}/lib/." ;fi
    1869 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisPlotter.so" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisPlotter.so" "${obuild_dir_project}/lib/." ;fi
    1870 fi
    1871 if [ "${obuild_find_exe}" = "" ] ; then
    1872   echo "Variable obuild_find_exe not defined."
    1873   exit
    1874 fi
    1875 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    1876 if [ "${obuild_HEPVis_path}" = "" ] ; then
    1877   echo "Can't find HEPVis package."
    1878   exit
    1879 fi
    1880 
    1881 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    1882   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    1883 else
    1884 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisXt.dylib" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisXt.dylib" "${obuild_dir_project}/lib/." ;fi
    1885 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisXt.so" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisXt.so" "${obuild_dir_project}/lib/." ;fi
    1886 fi
    1887 if [ "${obuild_find_exe}" = "" ] ; then
    1888   echo "Variable obuild_find_exe not defined."
    1889   exit
    1890 fi
    1891 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    1892 if [ "${obuild_HEPVis_path}" = "" ] ; then
    1893   echo "Can't find HEPVis package."
    1894   exit
    1895 fi
    1896 
    1897 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    1898   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    1899 else
    1900 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisQt.dylib" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisQt.dylib" "${obuild_dir_project}/lib/." ;fi
    1901 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisQt.so" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisQt.so" "${obuild_dir_project}/lib/." ;fi
    1902 fi
    1903 if [ "${obuild_find_exe}" = "" ] ; then
    1904   echo "Variable obuild_find_exe not defined."
    1905   exit
    1906 fi
    1907 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    1908 if [ "${obuild_HEPVis_path}" = "" ] ; then
    1909   echo "Can't find HEPVis package."
    1910   exit
    1911 fi
    1912 
    1913 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    1914   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    1915 else
    1916 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisSDL.dylib" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisSDL.dylib" "${obuild_dir_project}/lib/." ;fi
    1917 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisSDL.so" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVisSDL.so" "${obuild_dir_project}/lib/." ;fi
    1918 fi
    1919 if [ "${obuild_find_exe}" = "" ] ; then
    1920   echo "Variable obuild_find_exe not defined."
    1921   exit
    1922 fi
    1923 obuild_KUIP_path=`"${obuild_find_exe}" KUIP 'v1r950303p16'`
    1924 if [ "${obuild_KUIP_path}" = "" ] ; then
    1925   echo "Can't find KUIP package."
    1926   exit
    1927 fi
    1928 
    1929 if [ ! -d "${obuild_KUIP_path}/${obuild_dir_bin}" ] ; then
    1930   echo "WARNNING : Directory ${obuild_KUIP_path}/${obuild_dir_bin} not found."
    1931 else
    1932 if [ -e "${obuild_KUIP_path}/${obuild_dir_bin}/libKUIP.dylib" ] ; then  /bin/cp "${obuild_KUIP_path}/${obuild_dir_bin}/libKUIP.dylib" "${obuild_dir_project}/lib/." ;fi
    1933 if [ -e "${obuild_KUIP_path}/${obuild_dir_bin}/libKUIP.so" ] ; then  /bin/cp "${obuild_KUIP_path}/${obuild_dir_bin}/libKUIP.so" "${obuild_dir_project}/lib/." ;fi
    1934 fi
    1935 if [ "${obuild_find_exe}" = "" ] ; then
    1936   echo "Variable obuild_find_exe not defined."
    1937   exit
    1938 fi
    1939 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    1940 if [ "${obuild_OnX_path}" = "" ] ; then
    1941   echo "Can't find OnX package."
    1942   exit
    1943 fi
    1944 
    1945 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    1946   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    1947 else
    1948 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXCore.dylib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXCore.dylib" "${obuild_dir_project}/lib/." ;fi
    1949 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXCore.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXCore.so" "${obuild_dir_project}/lib/." ;fi
    1950 fi
    1951 if [ "${obuild_find_exe}" = "" ] ; then
    1952   echo "Variable obuild_find_exe not defined."
    1953   exit
    1954 fi
    1955 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    1956 if [ "${obuild_OnX_path}" = "" ] ; then
    1957   echo "Can't find OnX package."
    1958   exit
    1959 fi
    1960 
    1961 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    1962   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    1963 else
    1964 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXInventor.dylib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXInventor.dylib" "${obuild_dir_project}/lib/." ;fi
    1965 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXInventor.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXInventor.so" "${obuild_dir_project}/lib/." ;fi
    1966 fi
    1967 if [ "${obuild_find_exe}" = "" ] ; then
    1968   echo "Variable obuild_find_exe not defined."
    1969   exit
    1970 fi
    1971 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    1972 if [ "${obuild_OnX_path}" = "" ] ; then
    1973   echo "Can't find OnX package."
    1974   exit
    1975 fi
    1976 
    1977 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    1978   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    1979 else
    1980 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXXtCore.dylib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXXtCore.dylib" "${obuild_dir_project}/lib/." ;fi
    1981 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXXtCore.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXXtCore.so" "${obuild_dir_project}/lib/." ;fi
    1982 fi
    1983 if [ "${obuild_find_exe}" = "" ] ; then
    1984   echo "Variable obuild_find_exe not defined."
    1985   exit
    1986 fi
    1987 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    1988 if [ "${obuild_OnX_path}" = "" ] ; then
    1989   echo "Can't find OnX package."
    1990   exit
    1991 fi
    1992 
    1993 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    1994   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    1995 else
    1996 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXQtCore.dylib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXQtCore.dylib" "${obuild_dir_project}/lib/." ;fi
    1997 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXQtCore.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXQtCore.so" "${obuild_dir_project}/lib/." ;fi
    1998 fi
    1999 if [ "${obuild_find_exe}" = "" ] ; then
    2000   echo "Variable obuild_find_exe not defined."
    2001   exit
    2002 fi
    2003 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2004 if [ "${obuild_OnX_path}" = "" ] ; then
    2005   echo "Can't find OnX package."
    2006   exit
    2007 fi
    2008 
    2009 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2010   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2011 else
    2012 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Java_jar.dylib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Java_jar.dylib" "${obuild_dir_project}/lib/." ;fi
    2013 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Java_jar.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Java_jar.so" "${obuild_dir_project}/lib/." ;fi
    2014 fi
    2015 if [ "${obuild_find_exe}" = "" ] ; then
    2016   echo "Variable obuild_find_exe not defined."
    2017   exit
    2018 fi
    2019 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    2020 if [ "${obuild_OnXLab_path}" = "" ] ; then
    2021   echo "Can't find OnXLab package."
    2022   exit
    2023 fi
    2024 
    2025 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    2026   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    2027 else
    2028 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabCore.dylib" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabCore.dylib" "${obuild_dir_project}/lib/." ;fi
    2029 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabCore.so" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabCore.so" "${obuild_dir_project}/lib/." ;fi
    2030 fi
    2031 if [ "${obuild_find_exe}" = "" ] ; then
    2032   echo "Variable obuild_find_exe not defined."
    2033   exit
    2034 fi
    2035 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    2036 if [ "${obuild_OnXLab_path}" = "" ] ; then
    2037   echo "Can't find OnXLab package."
    2038   exit
    2039 fi
    2040 
    2041 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    2042   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    2043 else
    2044 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabAIDA.dylib" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabAIDA.dylib" "${obuild_dir_project}/lib/." ;fi
    2045 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabAIDA.so" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabAIDA.so" "${obuild_dir_project}/lib/." ;fi
    2046 fi
    2047 if [ "${obuild_find_exe}" = "" ] ; then
    2048   echo "Variable obuild_find_exe not defined."
    2049   exit
    2050 fi
    2051 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    2052 if [ "${obuild_OnXLab_path}" = "" ] ; then
    2053   echo "Can't find OnXLab package."
    2054   exit
    2055 fi
    2056 
    2057 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    2058   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    2059 else
    2060 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Java_jar.dylib" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Java_jar.dylib" "${obuild_dir_project}/lib/." ;fi
    2061 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Java_jar.so" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Java_jar.so" "${obuild_dir_project}/lib/." ;fi
    2062 fi
    2063 if [ "${obuild_find_exe}" = "" ] ; then
    2064   echo "Variable obuild_find_exe not defined."
    2065   exit
    2066 fi
    2067 obuild_G4Lab_path=`"${obuild_find_exe}" G4Lab 'v8r0p0'`
    2068 if [ "${obuild_G4Lab_path}" = "" ] ; then
    2069   echo "Can't find G4Lab package."
    2070   exit
    2071 fi
    2072 
    2073 if [ ! -d "${obuild_G4Lab_path}/${obuild_dir_bin}" ] ; then
    2074   echo "WARNNING : Directory ${obuild_G4Lab_path}/${obuild_dir_bin} not found."
    2075 else
    2076 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4LabHDUMMY.dylib" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4LabHDUMMY.dylib" "${obuild_dir_project}/lib/." ;fi
    2077 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4LabHDUMMY.so" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4LabHDUMMY.so" "${obuild_dir_project}/lib/." ;fi
    2078 fi
    2079 if [ "${obuild_find_exe}" = "" ] ; then
    2080   echo "Variable obuild_find_exe not defined."
    2081   exit
    2082 fi
    2083 obuild_G4Lab_path=`"${obuild_find_exe}" G4Lab 'v8r0p0'`
    2084 if [ "${obuild_G4Lab_path}" = "" ] ; then
    2085   echo "Can't find G4Lab package."
    2086   exit
    2087 fi
    2088 
    2089 if [ ! -d "${obuild_G4Lab_path}/${obuild_dir_bin}" ] ; then
    2090   echo "WARNNING : Directory ${obuild_G4Lab_path}/${obuild_dir_bin} not found."
    2091 else
    2092 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4LabCore.dylib" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4LabCore.dylib" "${obuild_dir_project}/lib/." ;fi
    2093 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4LabCore.so" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4LabCore.so" "${obuild_dir_project}/lib/." ;fi
    2094 fi
    2095 if [ "${obuild_find_exe}" = "" ] ; then
    2096   echo "Variable obuild_find_exe not defined."
    2097   exit
    2098 fi
    2099 obuild_G4Lab_path=`"${obuild_find_exe}" G4Lab 'v8r0p0'`
    2100 if [ "${obuild_G4Lab_path}" = "" ] ; then
    2101   echo "Can't find G4Lab package."
    2102   exit
    2103 fi
    2104 
    2105 if [ ! -d "${obuild_G4Lab_path}/${obuild_dir_bin}" ] ; then
    2106   echo "WARNNING : Directory ${obuild_G4Lab_path}/${obuild_dir_bin} not found."
    2107 else
    2108 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4LabUIOnX.dylib" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4LabUIOnX.dylib" "${obuild_dir_project}/lib/." ;fi
    2109 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4LabUIOnX.so" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4LabUIOnX.so" "${obuild_dir_project}/lib/." ;fi
    2110 fi
    2111 if [ "${obuild_find_exe}" = "" ] ; then
    2112   echo "Variable obuild_find_exe not defined."
    2113   exit
    2114 fi
    2115 obuild_G4Simple_path=`"${obuild_find_exe}" G4Simple 'v2r0p0'`
    2116 if [ "${obuild_G4Simple_path}" = "" ] ; then
    2117   echo "Can't find G4Simple package."
    2118   exit
    2119 fi
    2120 
    2121 if [ ! -d "${obuild_G4Simple_path}/${obuild_dir_bin}" ] ; then
    2122   echo "WARNNING : Directory ${obuild_G4Simple_path}/${obuild_dir_bin} not found."
    2123 else
    2124 if [ -e "${obuild_G4Simple_path}/${obuild_dir_bin}/libG4SimpleCore.dylib" ] ; then  /bin/cp "${obuild_G4Simple_path}/${obuild_dir_bin}/libG4SimpleCore.dylib" "${obuild_dir_project}/lib/." ;fi
    2125 if [ -e "${obuild_G4Simple_path}/${obuild_dir_bin}/libG4SimpleCore.so" ] ; then  /bin/cp "${obuild_G4Simple_path}/${obuild_dir_bin}/libG4SimpleCore.so" "${obuild_dir_project}/lib/." ;fi
    2126 fi
    2127 if [ "${obuild_find_exe}" = "" ] ; then
    2128   echo "Variable obuild_find_exe not defined."
    2129   exit
    2130 fi
    2131 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    2132 if [ "${obuild_G4Examples_path}" = "" ] ; then
    2133   echo "Can't find G4Examples package."
    2134   exit
    2135 fi
    2136 
    2137 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    2138   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    2139 else
    2140 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N02Core.dylib" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N02Core.dylib" "${obuild_dir_project}/lib/." ;fi
    2141 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N02Core.so" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N02Core.so" "${obuild_dir_project}/lib/." ;fi
    2142 fi
    2143 if [ "${obuild_find_exe}" = "" ] ; then
    2144   echo "Variable obuild_find_exe not defined."
    2145   exit
    2146 fi
    2147 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    2148 if [ "${obuild_G4Examples_path}" = "" ] ; then
    2149   echo "Can't find G4Examples package."
    2150   exit
    2151 fi
    2152 
    2153 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    2154   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    2155 else
    2156 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N03Core.dylib" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N03Core.dylib" "${obuild_dir_project}/lib/." ;fi
    2157 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N03Core.so" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N03Core.so" "${obuild_dir_project}/lib/." ;fi
    2158 fi
    2159 if [ "${obuild_find_exe}" = "" ] ; then
    2160   echo "Variable obuild_find_exe not defined."
    2161   exit
    2162 fi
    2163 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    2164 if [ "${obuild_G4Examples_path}" = "" ] ; then
    2165   echo "Can't find G4Examples package."
    2166   exit
    2167 fi
    2168 
    2169 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    2170   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    2171 else
    2172 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N04Core.dylib" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N04Core.dylib" "${obuild_dir_project}/lib/." ;fi
    2173 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N04Core.so" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N04Core.so" "${obuild_dir_project}/lib/." ;fi
    2174 fi
    2175 if [ "${obuild_find_exe}" = "" ] ; then
    2176   echo "Variable obuild_find_exe not defined."
    2177   exit
    2178 fi
    2179 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    2180 if [ "${obuild_G4Examples_path}" = "" ] ; then
    2181   echo "Can't find G4Examples package."
    2182   exit
    2183 fi
    2184 
    2185 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    2186   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    2187 else
    2188 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N05Core.dylib" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N05Core.dylib" "${obuild_dir_project}/lib/." ;fi
    2189 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N05Core.so" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N05Core.so" "${obuild_dir_project}/lib/." ;fi
    2190 fi
    2191 if [ "${obuild_find_exe}" = "" ] ; then
    2192   echo "Variable obuild_find_exe not defined."
    2193   exit
    2194 fi
    2195 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    2196 if [ "${obuild_G4Examples_path}" = "" ] ; then
    2197   echo "Can't find G4Examples package."
    2198   exit
    2199 fi
    2200 
    2201 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    2202   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    2203 else
    2204 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N06Core.dylib" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N06Core.dylib" "${obuild_dir_project}/lib/." ;fi
    2205 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N06Core.so" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N06Core.so" "${obuild_dir_project}/lib/." ;fi
    2206 fi
    2207 if [ "${obuild_find_exe}" = "" ] ; then
    2208   echo "Variable obuild_find_exe not defined."
    2209   exit
    2210 fi
    2211 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    2212 if [ "${obuild_G4Examples_path}" = "" ] ; then
    2213   echo "Can't find G4Examples package."
    2214   exit
    2215 fi
    2216 
    2217 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    2218   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    2219 else
    2220 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N07Core.dylib" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N07Core.dylib" "${obuild_dir_project}/lib/." ;fi
    2221 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N07Core.so" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_N07Core.so" "${obuild_dir_project}/lib/." ;fi
    2222 fi
    2223 if [ "${obuild_find_exe}" = "" ] ; then
    2224   echo "Variable obuild_find_exe not defined."
    2225   exit
    2226 fi
    2227 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    2228 if [ "${obuild_G4Examples_path}" = "" ] ; then
    2229   echo "Can't find G4Examples package."
    2230   exit
    2231 fi
    2232 
    2233 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    2234   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    2235 else
    2236 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_AnaEx01Core.dylib" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_AnaEx01Core.dylib" "${obuild_dir_project}/lib/." ;fi
    2237 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_AnaEx01Core.so" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_AnaEx01Core.so" "${obuild_dir_project}/lib/." ;fi
    2238 fi
    2239 if [ "${obuild_find_exe}" = "" ] ; then
    2240   echo "Variable obuild_find_exe not defined."
    2241   exit
    2242 fi
    2243 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    2244 if [ "${obuild_G4Examples_path}" = "" ] ; then
    2245   echo "Can't find G4Examples package."
    2246   exit
    2247 fi
    2248 
    2249 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    2250   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    2251 else
    2252 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_A01Core.dylib" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_A01Core.dylib" "${obuild_dir_project}/lib/." ;fi
    2253 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_A01Core.so" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_A01Core.so" "${obuild_dir_project}/lib/." ;fi
    2254 fi
    2255 if [ "${obuild_find_exe}" = "" ] ; then
    2256   echo "Variable obuild_find_exe not defined."
    2257   exit
    2258 fi
    2259 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    2260 if [ "${obuild_G4Examples_path}" = "" ] ; then
    2261   echo "Can't find G4Examples package."
    2262   exit
    2263 fi
    2264 
    2265 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    2266   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    2267 else
    2268 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_gammaray_telescopeCore.dylib" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_gammaray_telescopeCore.dylib" "${obuild_dir_project}/lib/." ;fi
    2269 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_gammaray_telescopeCore.so" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples_gammaray_telescopeCore.so" "${obuild_dir_project}/lib/." ;fi
     482if [ "${obuild_find_exe}" = "" ] ; then
     483  echo "Variable obuild_find_exe not defined."
     484  exit
     485fi
     486obuild_snovis_path=`"${obuild_find_exe}" snovis 'v1r1'`
     487if [ "${obuild_snovis_path}" = "" ] ; then
     488  echo "Can't find snovis package."
     489  exit
     490fi
     491
     492if [ ! -d "${obuild_snovis_path}/scripts" ] ; then
     493  echo "WARNNING : Directory ${obuild_snovis_path}/scripts not found."
     494else
     495/bin/mkdir -p "${obuild_dir_project}/Resources/snovis/."
     496/bin/cp -R "${obuild_snovis_path}/scripts" "${obuild_dir_project}/Resources/snovis/."
     497find "${obuild_dir_project}/Resources/snovis/." -depth -name CVS -exec /bin/rm -R -f {} \;
     498find "${obuild_dir_project}/Resources/snovis/." -depth -name .svn -exec /bin/rm -R -f {} \;
     499fi
     500if [ "${obuild_platform_exe}" = "" ] ; then
     501  echo "Variable obuild_platform_exe not defined."
     502  exit
     503fi
     504obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
     505if [ ${obuild_platform_result} = yes ] ; then
     506if [ ! -d "${obuild_snovis_path}/Darwin_obuild/snovis_session.app" ] ; then
     507  echo "WARNNING : Directory ${obuild_snovis_path}/Darwin_obuild/snovis_session.app not found."
     508else
     509/bin/mkdir -p "${obuild_dir_project}/../../."
     510/bin/cp -R "${obuild_snovis_path}/Darwin_obuild/snovis_session.app" "${obuild_dir_project}/../../."
     511find "${obuild_dir_project}/../../." -depth -name CVS -exec /bin/rm -R -f {} \;
     512find "${obuild_dir_project}/../../." -depth -name .svn -exec /bin/rm -R -f {} \;
     513fi
     514fi
     515unset obuild_platform_result
     516
     517if [ "${obuild_find_exe}" = "" ] ; then
     518  echo "Variable obuild_find_exe not defined."
     519  exit
     520fi
     521obuild_snovis_path=`"${obuild_find_exe}" snovis 'v1r1'`
     522if [ "${obuild_snovis_path}" = "" ] ; then
     523  echo "Can't find snovis package."
     524  exit
     525fi
     526
     527if [ ! -d "${obuild_snovis_path}/${obuild_dir_bin}" ] ; then
     528  echo "WARNNING : Directory ${obuild_snovis_path}/${obuild_dir_bin} not found."
     529else
     530if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabCore.dylib" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabCore.dylib" "${obuild_dir_project}/lib/." ;fi
     531if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabCore.so" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabCore.so" "${obuild_dir_project}/lib/." ;fi
     532fi
     533if [ "${obuild_find_exe}" = "" ] ; then
     534  echo "Variable obuild_find_exe not defined."
     535  exit
     536fi
     537obuild_snovis_path=`"${obuild_find_exe}" snovis 'v1r1'`
     538if [ "${obuild_snovis_path}" = "" ] ; then
     539  echo "Can't find snovis package."
     540  exit
     541fi
     542
     543if [ ! -d "${obuild_snovis_path}/${obuild_dir_bin}" ] ; then
     544  echo "WARNNING : Directory ${obuild_snovis_path}/${obuild_dir_bin} not found."
     545else
     546if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabUIOnX.dylib" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabUIOnX.dylib" "${obuild_dir_project}/lib/." ;fi
     547if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabUIOnX.so" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabUIOnX.so" "${obuild_dir_project}/lib/." ;fi
    2270548fi
    2271549if [ "${obuild_find_exe}" = "" ] ; then
     
    2365643if [ -e "${obuild_snova_path}/${obuild_dir_bin}/libsnova_ui.so" ] ; then  /bin/cp "${obuild_snova_path}/${obuild_dir_bin}/libsnova_ui.so" "${obuild_dir_project}/lib/." ;fi
    2366644fi
    2367 
    2368 if [ "${obuild_find_exe}" = "" ] ; then
    2369   echo "Variable obuild_find_exe not defined."
    2370   exit
    2371 fi
    2372 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    2373 if [ "${obuild_Lib_path}" = "" ] ; then
    2374   echo "Can't find Lib package."
    2375   exit
    2376 fi
    2377 
    2378 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    2379   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    2380 else
    2381 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/LibTest.bundle" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/LibTest.bundle" "${obuild_dir_project}/bin/." ;fi
    2382 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/libLibTest.jnilib" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/libLibTest.jnilib" "${obuild_dir_project}/bin/." ;fi
    2383 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/libLibTest.so" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/libLibTest.so" "${obuild_dir_project}/bin/." ;fi
    2384 fi
    2385 if [ "${obuild_find_exe}" = "" ] ; then
    2386   echo "Variable obuild_find_exe not defined."
    2387   exit
    2388 fi
    2389 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    2390 if [ "${obuild_BatchLab_path}" = "" ] ; then
    2391   echo "Can't find BatchLab package."
    2392   exit
    2393 fi
    2394 
    2395 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    2396   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    2397 else
    2398 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLabLoadAIDA.bundle" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLabLoadAIDA.bundle" "${obuild_dir_project}/bin/." ;fi
    2399 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabLoadAIDA.jnilib" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabLoadAIDA.jnilib" "${obuild_dir_project}/bin/." ;fi
    2400 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabLoadAIDA.so" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabLoadAIDA.so" "${obuild_dir_project}/bin/." ;fi
    2401 fi
    2402 if [ "${obuild_find_exe}" = "" ] ; then
    2403   echo "Variable obuild_find_exe not defined."
    2404   exit
    2405 fi
    2406 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    2407 if [ "${obuild_BatchLab_path}" = "" ] ; then
    2408   echo "Can't find BatchLab package."
    2409   exit
    2410 fi
    2411 
    2412 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    2413   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    2414 else
    2415 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLabRio.bundle" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLabRio.bundle" "${obuild_dir_project}/bin/." ;fi
    2416 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabRio.jnilib" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabRio.jnilib" "${obuild_dir_project}/bin/." ;fi
    2417 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabRio.so" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabRio.so" "${obuild_dir_project}/bin/." ;fi
    2418 fi
    2419 if [ "${obuild_find_exe}" = "" ] ; then
    2420   echo "Variable obuild_find_exe not defined."
    2421   exit
    2422 fi
    2423 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    2424 if [ "${obuild_BatchLab_path}" = "" ] ; then
    2425   echo "Can't find BatchLab package."
    2426   exit
    2427 fi
    2428 
    2429 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    2430   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    2431 else
    2432 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLabXML.bundle" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLabXML.bundle" "${obuild_dir_project}/bin/." ;fi
    2433 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabXML.jnilib" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabXML.jnilib" "${obuild_dir_project}/bin/." ;fi
    2434 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabXML.so" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabXML.so" "${obuild_dir_project}/bin/." ;fi
    2435 fi
    2436 if [ "${obuild_find_exe}" = "" ] ; then
    2437   echo "Variable obuild_find_exe not defined."
    2438   exit
    2439 fi
    2440 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    2441 if [ "${obuild_BatchLab_path}" = "" ] ; then
    2442   echo "Can't find BatchLab package."
    2443   exit
    2444 fi
    2445 
    2446 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    2447   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    2448 else
    2449 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLabHDF5.bundle" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLabHDF5.bundle" "${obuild_dir_project}/bin/." ;fi
    2450 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabHDF5.jnilib" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabHDF5.jnilib" "${obuild_dir_project}/bin/." ;fi
    2451 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabHDF5.so" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabHDF5.so" "${obuild_dir_project}/bin/." ;fi
    2452 fi
    2453 if [ "${obuild_find_exe}" = "" ] ; then
    2454   echo "Variable obuild_find_exe not defined."
    2455   exit
    2456 fi
    2457 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    2458 if [ "${obuild_BatchLab_path}" = "" ] ; then
    2459   echo "Can't find BatchLab package."
    2460   exit
    2461 fi
    2462 
    2463 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    2464   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    2465 else
    2466 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLabZebra.bundle" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLabZebra.bundle" "${obuild_dir_project}/bin/." ;fi
    2467 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabZebra.jnilib" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabZebra.jnilib" "${obuild_dir_project}/bin/." ;fi
    2468 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabZebra.so" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/libBatchLabZebra.so" "${obuild_dir_project}/bin/." ;fi
    2469 fi
    2470 if [ "${obuild_find_exe}" = "" ] ; then
    2471   echo "Variable obuild_find_exe not defined."
    2472   exit
    2473 fi
    2474 obuild_CoinPython_path=`"${obuild_find_exe}" CoinPython 'v1r0'`
    2475 if [ "${obuild_CoinPython_path}" = "" ] ; then
    2476   echo "Can't find CoinPython package."
    2477   exit
    2478 fi
    2479 
    2480 if [ ! -d "${obuild_CoinPython_path}/${obuild_dir_bin}" ] ; then
    2481   echo "WARNNING : Directory ${obuild_CoinPython_path}/${obuild_dir_bin} not found."
    2482 else
    2483 if [ -e "${obuild_CoinPython_path}/${obuild_dir_bin}/CoinPython.bundle" ] ; then  /bin/cp "${obuild_CoinPython_path}/${obuild_dir_bin}/CoinPython.bundle" "${obuild_dir_project}/bin/." ;fi
    2484 if [ -e "${obuild_CoinPython_path}/${obuild_dir_bin}/_CoinPython.so" ] ; then  /bin/cp "${obuild_CoinPython_path}/${obuild_dir_bin}/_CoinPython.so" "${obuild_dir_project}/bin/." ;fi
    2485 if [ -e "${obuild_CoinPython_path}/${obuild_dir_bin}/libCoinPython.jnilib" ] ; then  /bin/cp "${obuild_CoinPython_path}/${obuild_dir_bin}/libCoinPython.jnilib" "${obuild_dir_project}/bin/." ;fi
    2486 if [ -e "${obuild_CoinPython_path}/${obuild_dir_bin}/libCoinPython.so" ] ; then  /bin/cp "${obuild_CoinPython_path}/${obuild_dir_bin}/libCoinPython.so" "${obuild_dir_project}/bin/." ;fi
    2487 fi
    2488 if [ "${obuild_find_exe}" = "" ] ; then
    2489   echo "Variable obuild_find_exe not defined."
    2490   exit
    2491 fi
    2492 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    2493 if [ "${obuild_HEPVis_path}" = "" ] ; then
    2494   echo "Can't find HEPVis package."
    2495   exit
    2496 fi
    2497 
    2498 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    2499   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    2500 else
    2501 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_SWIG_Python.bundle" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_SWIG_Python.bundle" "${obuild_dir_project}/bin/." ;fi
    2502 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_SWIG_Python.so" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_SWIG_Python.so" "${obuild_dir_project}/bin/." ;fi
    2503 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVis_SWIG_Python.jnilib" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVis_SWIG_Python.jnilib" "${obuild_dir_project}/bin/." ;fi
    2504 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVis_SWIG_Python.so" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/libHEPVis_SWIG_Python.so" "${obuild_dir_project}/bin/." ;fi
    2505 fi
    2506 if [ "${obuild_find_exe}" = "" ] ; then
    2507   echo "Variable obuild_find_exe not defined."
    2508   exit
    2509 fi
    2510 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2511 if [ "${obuild_OnX_path}" = "" ] ; then
    2512   echo "Can't find OnX package."
    2513   exit
    2514 fi
    2515 
    2516 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2517   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2518 else
    2519 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnXSession.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnXSession.bundle" "${obuild_dir_project}/bin/." ;fi
    2520 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXSession.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXSession.jnilib" "${obuild_dir_project}/bin/." ;fi
    2521 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXSession.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXSession.so" "${obuild_dir_project}/bin/." ;fi
    2522 fi
    2523 if [ "${obuild_find_exe}" = "" ] ; then
    2524   echo "Variable obuild_find_exe not defined."
    2525   exit
    2526 fi
    2527 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2528 if [ "${obuild_OnX_path}" = "" ] ; then
    2529   echo "Can't find OnX package."
    2530   exit
    2531 fi
    2532 
    2533 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2534   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2535 else
    2536 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnXTestDLD.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnXTestDLD.bundle" "${obuild_dir_project}/bin/." ;fi
    2537 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXTestDLD.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXTestDLD.jnilib" "${obuild_dir_project}/bin/." ;fi
    2538 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXTestDLD.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXTestDLD.so" "${obuild_dir_project}/bin/." ;fi
    2539 fi
    2540 if [ "${obuild_find_exe}" = "" ] ; then
    2541   echo "Variable obuild_find_exe not defined."
    2542   exit
    2543 fi
    2544 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2545 if [ "${obuild_OnX_path}" = "" ] ; then
    2546   echo "Can't find OnX package."
    2547   exit
    2548 fi
    2549 
    2550 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2551   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2552 else
    2553 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnXXt.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnXXt.bundle" "${obuild_dir_project}/bin/." ;fi
    2554 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXXt.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXXt.jnilib" "${obuild_dir_project}/bin/." ;fi
    2555 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXXt.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXXt.so" "${obuild_dir_project}/bin/." ;fi
    2556 fi
    2557 if [ "${obuild_find_exe}" = "" ] ; then
    2558   echo "Variable obuild_find_exe not defined."
    2559   exit
    2560 fi
    2561 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2562 if [ "${obuild_OnX_path}" = "" ] ; then
    2563   echo "Can't find OnX package."
    2564   exit
    2565 fi
    2566 
    2567 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2568   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2569 else
    2570 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnXQt.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnXQt.bundle" "${obuild_dir_project}/bin/." ;fi
    2571 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXQt.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXQt.jnilib" "${obuild_dir_project}/bin/." ;fi
    2572 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXQt.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXQt.so" "${obuild_dir_project}/bin/." ;fi
    2573 fi
    2574 if [ "${obuild_find_exe}" = "" ] ; then
    2575   echo "Variable obuild_find_exe not defined."
    2576   exit
    2577 fi
    2578 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2579 if [ "${obuild_OnX_path}" = "" ] ; then
    2580   echo "Can't find OnX package."
    2581   exit
    2582 fi
    2583 
    2584 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2585   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2586 else
    2587 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX.bundle" "${obuild_dir_project}/bin/." ;fi
    2588 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX.jnilib" "${obuild_dir_project}/bin/." ;fi
    2589 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX.so" "${obuild_dir_project}/bin/." ;fi
    2590 fi
    2591 if [ "${obuild_find_exe}" = "" ] ; then
    2592   echo "Variable obuild_find_exe not defined."
    2593   exit
    2594 fi
    2595 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2596 if [ "${obuild_OnX_path}" = "" ] ; then
    2597   echo "Can't find OnX package."
    2598   exit
    2599 fi
    2600 
    2601 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2602   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2603 else
    2604 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_Lib.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_Lib.bundle" "${obuild_dir_project}/bin/." ;fi
    2605 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_Lib.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_Lib.jnilib" "${obuild_dir_project}/bin/." ;fi
    2606 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_Lib.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_Lib.so" "${obuild_dir_project}/bin/." ;fi
    2607 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_Lib.save" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_Lib.save" "${obuild_dir_project}/bin/." ;fi
    2608 fi
    2609 if [ "${obuild_find_exe}" = "" ] ; then
    2610   echo "Variable obuild_find_exe not defined."
    2611   exit
    2612 fi
    2613 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2614 if [ "${obuild_OnX_path}" = "" ] ; then
    2615   echo "Can't find OnX package."
    2616   exit
    2617 fi
    2618 
    2619 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2620   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2621 else
    2622 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_OpenGL.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_OpenGL.bundle" "${obuild_dir_project}/bin/." ;fi
    2623 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_OpenGL.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_OpenGL.jnilib" "${obuild_dir_project}/bin/." ;fi
    2624 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_OpenGL.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_OpenGL.so" "${obuild_dir_project}/bin/." ;fi
    2625 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_OpenGL.save" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_OpenGL.save" "${obuild_dir_project}/bin/." ;fi
    2626 fi
    2627 if [ "${obuild_find_exe}" = "" ] ; then
    2628   echo "Variable obuild_find_exe not defined."
    2629   exit
    2630 fi
    2631 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2632 if [ "${obuild_OnX_path}" = "" ] ; then
    2633   echo "Can't find OnX package."
    2634   exit
    2635 fi
    2636 
    2637 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2638   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2639 else
    2640 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_Inventor.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_Inventor.bundle" "${obuild_dir_project}/bin/." ;fi
    2641 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_Inventor.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_Inventor.jnilib" "${obuild_dir_project}/bin/." ;fi
    2642 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_Inventor.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_Inventor.so" "${obuild_dir_project}/bin/." ;fi
    2643 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_Inventor.save" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_Inventor.save" "${obuild_dir_project}/bin/." ;fi
    2644 fi
    2645 if [ "${obuild_find_exe}" = "" ] ; then
    2646   echo "Variable obuild_find_exe not defined."
    2647   exit
    2648 fi
    2649 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2650 if [ "${obuild_OnX_path}" = "" ] ; then
    2651   echo "Can't find OnX package."
    2652   exit
    2653 fi
    2654 
    2655 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2656   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2657 else
    2658 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnXKUIP.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnXKUIP.bundle" "${obuild_dir_project}/bin/." ;fi
    2659 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXKUIP.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXKUIP.jnilib" "${obuild_dir_project}/bin/." ;fi
    2660 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXKUIP.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXKUIP.so" "${obuild_dir_project}/bin/." ;fi
    2661 fi
    2662 if [ "${obuild_find_exe}" = "" ] ; then
    2663   echo "Variable obuild_find_exe not defined."
    2664   exit
    2665 fi
    2666 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2667 if [ "${obuild_OnX_path}" = "" ] ; then
    2668   echo "Can't find OnX package."
    2669   exit
    2670 fi
    2671 
    2672 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2673   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2674 else
    2675 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnXPython.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnXPython.bundle" "${obuild_dir_project}/bin/." ;fi
    2676 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXPython.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXPython.jnilib" "${obuild_dir_project}/bin/." ;fi
    2677 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXPython.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXPython.so" "${obuild_dir_project}/bin/." ;fi
    2678 fi
    2679 if [ "${obuild_find_exe}" = "" ] ; then
    2680   echo "Variable obuild_find_exe not defined."
    2681   exit
    2682 fi
    2683 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2684 if [ "${obuild_OnX_path}" = "" ] ; then
    2685   echo "Can't find OnX package."
    2686   exit
    2687 fi
    2688 
    2689 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2690   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2691 else
    2692 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_SWIG_Python.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_SWIG_Python.bundle" "${obuild_dir_project}/bin/." ;fi
    2693 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_SWIG_Python.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_SWIG_Python.so" "${obuild_dir_project}/bin/." ;fi
    2694 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Python.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Python.jnilib" "${obuild_dir_project}/bin/." ;fi
    2695 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Python.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Python.so" "${obuild_dir_project}/bin/." ;fi
    2696 fi
    2697 if [ "${obuild_find_exe}" = "" ] ; then
    2698   echo "Variable obuild_find_exe not defined."
    2699   exit
    2700 fi
    2701 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2702 if [ "${obuild_OnX_path}" = "" ] ; then
    2703   echo "Can't find OnX package."
    2704   exit
    2705 fi
    2706 
    2707 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2708   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2709 else
    2710 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_Python.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_Python.bundle" "${obuild_dir_project}/bin/." ;fi
    2711 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_Python.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_Python.jnilib" "${obuild_dir_project}/bin/." ;fi
    2712 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_Python.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_config_Python.so" "${obuild_dir_project}/bin/." ;fi
    2713 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_Python.save" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_config_Python.save" "${obuild_dir_project}/bin/." ;fi
    2714 fi
    2715 if [ "${obuild_find_exe}" = "" ] ; then
    2716   echo "Variable obuild_find_exe not defined."
    2717   exit
    2718 fi
    2719 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2720 if [ "${obuild_OnX_path}" = "" ] ; then
    2721   echo "Can't find OnX package."
    2722   exit
    2723 fi
    2724 
    2725 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2726   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2727 else
    2728 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnXJava.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnXJava.bundle" "${obuild_dir_project}/bin/." ;fi
    2729 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXJava.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXJava.jnilib" "${obuild_dir_project}/bin/." ;fi
    2730 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnXJava.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnXJava.so" "${obuild_dir_project}/bin/." ;fi
    2731 fi
    2732 if [ "${obuild_find_exe}" = "" ] ; then
    2733   echo "Variable obuild_find_exe not defined."
    2734   exit
    2735 fi
    2736 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    2737 if [ "${obuild_OnX_path}" = "" ] ; then
    2738   echo "Can't find OnX package."
    2739   exit
    2740 fi
    2741 
    2742 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    2743   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    2744 else
    2745 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_SWIG_Java.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_SWIG_Java.bundle" "${obuild_dir_project}/bin/." ;fi
    2746 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Java.jnilib.bundle" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Java.jnilib.bundle" "${obuild_dir_project}/bin/." ;fi
    2747 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Java.jnilib" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Java.jnilib" "${obuild_dir_project}/bin/." ;fi
    2748 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Java.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/libOnX_SWIG_Java.so" "${obuild_dir_project}/bin/." ;fi
    2749 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/liblibOnX_SWIG_Java.jnilib.so" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/liblibOnX_SWIG_Java.jnilib.so" "${obuild_dir_project}/bin/." ;fi
    2750 fi
    2751 if [ "${obuild_find_exe}" = "" ] ; then
    2752   echo "Variable obuild_find_exe not defined."
    2753   exit
    2754 fi
    2755 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    2756 if [ "${obuild_OnXLab_path}" = "" ] ; then
    2757   echo "Can't find OnXLab package."
    2758   exit
    2759 fi
    2760 
    2761 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    2762   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    2763 else
    2764 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLabInventor.bundle" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLabInventor.bundle" "${obuild_dir_project}/bin/." ;fi
    2765 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabInventor.jnilib" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabInventor.jnilib" "${obuild_dir_project}/bin/." ;fi
    2766 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabInventor.so" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabInventor.so" "${obuild_dir_project}/bin/." ;fi
    2767 fi
    2768 if [ "${obuild_find_exe}" = "" ] ; then
    2769   echo "Variable obuild_find_exe not defined."
    2770   exit
    2771 fi
    2772 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    2773 if [ "${obuild_OnXLab_path}" = "" ] ; then
    2774   echo "Can't find OnXLab package."
    2775   exit
    2776 fi
    2777 
    2778 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    2779   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    2780 else
    2781 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLabLoadAIDA.bundle" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLabLoadAIDA.bundle" "${obuild_dir_project}/bin/." ;fi
    2782 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabLoadAIDA.jnilib" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabLoadAIDA.jnilib" "${obuild_dir_project}/bin/." ;fi
    2783 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabLoadAIDA.so" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabLoadAIDA.so" "${obuild_dir_project}/bin/." ;fi
    2784 fi
    2785 if [ "${obuild_find_exe}" = "" ] ; then
    2786   echo "Variable obuild_find_exe not defined."
    2787   exit
    2788 fi
    2789 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    2790 if [ "${obuild_OnXLab_path}" = "" ] ; then
    2791   echo "Can't find OnXLab package."
    2792   exit
    2793 fi
    2794 
    2795 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    2796   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    2797 else
    2798 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab.bundle" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab.bundle" "${obuild_dir_project}/bin/." ;fi
    2799 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/Lab.bundle" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/Lab.bundle" "${obuild_dir_project}/bin/." ;fi
    2800 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab.jnilib" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab.jnilib" "${obuild_dir_project}/bin/." ;fi
    2801 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab.so" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab.so" "${obuild_dir_project}/bin/." ;fi
    2802 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libLab.so" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libLab.so" "${obuild_dir_project}/bin/." ;fi
    2803 fi
    2804 if [ "${obuild_find_exe}" = "" ] ; then
    2805   echo "Variable obuild_find_exe not defined."
    2806   exit
    2807 fi
    2808 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    2809 if [ "${obuild_OnXLab_path}" = "" ] ; then
    2810   echo "Can't find OnXLab package."
    2811   exit
    2812 fi
    2813 
    2814 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    2815   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    2816 else
    2817 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLabKUIP.bundle" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLabKUIP.bundle" "${obuild_dir_project}/bin/." ;fi
    2818 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabKUIP.jnilib" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabKUIP.jnilib" "${obuild_dir_project}/bin/." ;fi
    2819 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabKUIP.so" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLabKUIP.so" "${obuild_dir_project}/bin/." ;fi
    2820 fi
    2821 if [ "${obuild_find_exe}" = "" ] ; then
    2822   echo "Variable obuild_find_exe not defined."
    2823   exit
    2824 fi
    2825 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    2826 if [ "${obuild_OnXLab_path}" = "" ] ; then
    2827   echo "Can't find OnXLab package."
    2828   exit
    2829 fi
    2830 
    2831 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    2832   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    2833 else
    2834 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_SWIG_Python.bundle" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_SWIG_Python.bundle" "${obuild_dir_project}/bin/." ;fi
    2835 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_SWIG_Python.so" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_SWIG_Python.so" "${obuild_dir_project}/bin/." ;fi
    2836 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Python.jnilib" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Python.jnilib" "${obuild_dir_project}/bin/." ;fi
    2837 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Python.so" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Python.so" "${obuild_dir_project}/bin/." ;fi
    2838 fi
    2839 if [ "${obuild_find_exe}" = "" ] ; then
    2840   echo "Variable obuild_find_exe not defined."
    2841   exit
    2842 fi
    2843 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    2844 if [ "${obuild_OnXLab_path}" = "" ] ; then
    2845   echo "Can't find OnXLab package."
    2846   exit
    2847 fi
    2848 
    2849 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    2850   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    2851 else
    2852 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_SWIG_Java.bundle" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_SWIG_Java.bundle" "${obuild_dir_project}/bin/." ;fi
    2853 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Java.jnilib.bundle" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Java.jnilib.bundle" "${obuild_dir_project}/bin/." ;fi
    2854 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Java.jnilib" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Java.jnilib" "${obuild_dir_project}/bin/." ;fi
    2855 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Java.so" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/libOnXLab_SWIG_Java.so" "${obuild_dir_project}/bin/." ;fi
    2856 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/liblibOnXLab_SWIG_Java.jnilib.so" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/liblibOnXLab_SWIG_Java.jnilib.so" "${obuild_dir_project}/bin/." ;fi
    2857 fi
    2858 if [ "${obuild_find_exe}" = "" ] ; then
    2859   echo "Variable obuild_find_exe not defined."
    2860   exit
    2861 fi
    2862 obuild_OpenPAW_path=`"${obuild_find_exe}" OpenPAW 'v3r0'`
    2863 if [ "${obuild_OpenPAW_path}" = "" ] ; then
    2864   echo "Can't find OpenPAW package."
    2865   exit
    2866 fi
    2867 
    2868 if [ ! -d "${obuild_OpenPAW_path}/${obuild_dir_bin}" ] ; then
    2869   echo "WARNNING : Directory ${obuild_OpenPAW_path}/${obuild_dir_bin} not found."
    2870 else
    2871 if [ -e "${obuild_OpenPAW_path}/${obuild_dir_bin}/OpenPAW.bundle" ] ; then  /bin/cp "${obuild_OpenPAW_path}/${obuild_dir_bin}/OpenPAW.bundle" "${obuild_dir_project}/bin/." ;fi
    2872 if [ -e "${obuild_OpenPAW_path}/${obuild_dir_bin}/libOpenPAW.jnilib" ] ; then  /bin/cp "${obuild_OpenPAW_path}/${obuild_dir_bin}/libOpenPAW.jnilib" "${obuild_dir_project}/bin/." ;fi
    2873 if [ -e "${obuild_OpenPAW_path}/${obuild_dir_bin}/libOpenPAW.so" ] ; then  /bin/cp "${obuild_OpenPAW_path}/${obuild_dir_bin}/libOpenPAW.so" "${obuild_dir_project}/bin/." ;fi
    2874 fi
    2875 if [ "${obuild_find_exe}" = "" ] ; then
    2876   echo "Variable obuild_find_exe not defined."
    2877   exit
    2878 fi
    2879 obuild_G4Lab_path=`"${obuild_find_exe}" G4Lab 'v8r0p0'`
    2880 if [ "${obuild_G4Lab_path}" = "" ] ; then
    2881   echo "Can't find G4Lab package."
    2882   exit
    2883 fi
    2884 
    2885 if [ ! -d "${obuild_G4Lab_path}/${obuild_dir_bin}" ] ; then
    2886   echo "WARNNING : Directory ${obuild_G4Lab_path}/${obuild_dir_bin} not found."
    2887 else
    2888 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab.bundle" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab.bundle" "${obuild_dir_project}/bin/." ;fi
    2889 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab.jnilib" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab.jnilib" "${obuild_dir_project}/bin/." ;fi
    2890 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab.so" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab.so" "${obuild_dir_project}/bin/." ;fi
    2891 fi
    2892 if [ "${obuild_find_exe}" = "" ] ; then
    2893   echo "Variable obuild_find_exe not defined."
    2894   exit
    2895 fi
    2896 obuild_G4Lab_path=`"${obuild_find_exe}" G4Lab 'v8r0p0'`
    2897 if [ "${obuild_G4Lab_path}" = "" ] ; then
    2898   echo "Can't find G4Lab package."
    2899   exit
    2900 fi
    2901 
    2902 if [ ! -d "${obuild_G4Lab_path}/${obuild_dir_bin}" ] ; then
    2903   echo "WARNNING : Directory ${obuild_G4Lab_path}/${obuild_dir_bin} not found."
    2904 else
    2905 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_config_Geant4.bundle" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_config_Geant4.bundle" "${obuild_dir_project}/bin/." ;fi
    2906 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab_config_Geant4.jnilib" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab_config_Geant4.jnilib" "${obuild_dir_project}/bin/." ;fi
    2907 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab_config_Geant4.so" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab_config_Geant4.so" "${obuild_dir_project}/bin/." ;fi
    2908 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_config_Geant4.save" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_config_Geant4.save" "${obuild_dir_project}/bin/." ;fi
    2909 fi
    2910 if [ "${obuild_find_exe}" = "" ] ; then
    2911   echo "Variable obuild_find_exe not defined."
    2912   exit
    2913 fi
    2914 obuild_G4Lab_path=`"${obuild_find_exe}" G4Lab 'v8r0p0'`
    2915 if [ "${obuild_G4Lab_path}" = "" ] ; then
    2916   echo "Can't find G4Lab package."
    2917   exit
    2918 fi
    2919 
    2920 if [ ! -d "${obuild_G4Lab_path}/${obuild_dir_bin}" ] ; then
    2921   echo "WARNNING : Directory ${obuild_G4Lab_path}/${obuild_dir_bin} not found."
    2922 else
    2923 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_config_physics_lists.bundle" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_config_physics_lists.bundle" "${obuild_dir_project}/bin/." ;fi
    2924 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab_config_physics_lists.jnilib" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab_config_physics_lists.jnilib" "${obuild_dir_project}/bin/." ;fi
    2925 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab_config_physics_lists.so" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab_config_physics_lists.so" "${obuild_dir_project}/bin/." ;fi
    2926 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_config_physics_lists.save" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_config_physics_lists.save" "${obuild_dir_project}/bin/." ;fi
    2927 fi
    2928 if [ "${obuild_find_exe}" = "" ] ; then
    2929   echo "Variable obuild_find_exe not defined."
    2930   exit
    2931 fi
    2932 obuild_G4Lab_path=`"${obuild_find_exe}" G4Lab 'v8r0p0'`
    2933 if [ "${obuild_G4Lab_path}" = "" ] ; then
    2934   echo "Can't find G4Lab package."
    2935   exit
    2936 fi
    2937 
    2938 if [ ! -d "${obuild_G4Lab_path}/${obuild_dir_bin}" ] ; then
    2939   echo "WARNNING : Directory ${obuild_G4Lab_path}/${obuild_dir_bin} not found."
    2940 else
    2941 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_config.bundle" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_config.bundle" "${obuild_dir_project}/bin/." ;fi
    2942 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab_config.jnilib" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab_config.jnilib" "${obuild_dir_project}/bin/." ;fi
    2943 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab_config.so" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/libG4Lab_config.so" "${obuild_dir_project}/bin/." ;fi
    2944 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_config.save" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_config.save" "${obuild_dir_project}/bin/." ;fi
    2945 fi
    2946 if [ "${obuild_find_exe}" = "" ] ; then
    2947   echo "Variable obuild_find_exe not defined."
    2948   exit
    2949 fi
    2950 obuild_G4Simple_path=`"${obuild_find_exe}" G4Simple 'v2r0p0'`
    2951 if [ "${obuild_G4Simple_path}" = "" ] ; then
    2952   echo "Can't find G4Simple package."
    2953   exit
    2954 fi
    2955 
    2956 if [ ! -d "${obuild_G4Simple_path}/${obuild_dir_bin}" ] ; then
    2957   echo "WARNNING : Directory ${obuild_G4Simple_path}/${obuild_dir_bin} not found."
    2958 else
    2959 if [ -e "${obuild_G4Simple_path}/${obuild_dir_bin}/G4SimpleOnX.bundle" ] ; then  /bin/cp "${obuild_G4Simple_path}/${obuild_dir_bin}/G4SimpleOnX.bundle" "${obuild_dir_project}/bin/." ;fi
    2960 if [ -e "${obuild_G4Simple_path}/${obuild_dir_bin}/libG4SimpleOnX.jnilib" ] ; then  /bin/cp "${obuild_G4Simple_path}/${obuild_dir_bin}/libG4SimpleOnX.jnilib" "${obuild_dir_project}/bin/." ;fi
    2961 if [ -e "${obuild_G4Simple_path}/${obuild_dir_bin}/libG4SimpleOnX.so" ] ; then  /bin/cp "${obuild_G4Simple_path}/${obuild_dir_bin}/libG4SimpleOnX.so" "${obuild_dir_project}/bin/." ;fi
    2962 fi
    2963 if [ "${obuild_find_exe}" = "" ] ; then
    2964   echo "Variable obuild_find_exe not defined."
    2965   exit
    2966 fi
    2967 obuild_G4Simple_path=`"${obuild_find_exe}" G4Simple 'v2r0p0'`
    2968 if [ "${obuild_G4Simple_path}" = "" ] ; then
    2969   echo "Can't find G4Simple package."
    2970   exit
    2971 fi
    2972 
    2973 if [ ! -d "${obuild_G4Simple_path}/${obuild_dir_bin}" ] ; then
    2974   echo "WARNNING : Directory ${obuild_G4Simple_path}/${obuild_dir_bin} not found."
    2975 else
    2976 if [ -e "${obuild_G4Simple_path}/${obuild_dir_bin}/G4Simple.bundle" ] ; then  /bin/cp "${obuild_G4Simple_path}/${obuild_dir_bin}/G4Simple.bundle" "${obuild_dir_project}/bin/." ;fi
    2977 if [ -e "${obuild_G4Simple_path}/${obuild_dir_bin}/libG4Simple.jnilib" ] ; then  /bin/cp "${obuild_G4Simple_path}/${obuild_dir_bin}/libG4Simple.jnilib" "${obuild_dir_project}/bin/." ;fi
    2978 if [ -e "${obuild_G4Simple_path}/${obuild_dir_bin}/libG4Simple.so" ] ; then  /bin/cp "${obuild_G4Simple_path}/${obuild_dir_bin}/libG4Simple.so" "${obuild_dir_project}/bin/." ;fi
    2979 fi
    2980 if [ "${obuild_find_exe}" = "" ] ; then
    2981   echo "Variable obuild_find_exe not defined."
    2982   exit
    2983 fi
    2984 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    2985 if [ "${obuild_G4Examples_path}" = "" ] ; then
    2986   echo "Can't find G4Examples package."
    2987   exit
    2988 fi
    2989 
    2990 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    2991   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    2992 else
    2993 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples.bundle" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples.bundle" "${obuild_dir_project}/bin/." ;fi
    2994 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples.jnilib" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples.jnilib" "${obuild_dir_project}/bin/." ;fi
    2995 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples.so" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/libG4Examples.so" "${obuild_dir_project}/bin/." ;fi
     645if [ "${obuild_find_exe}" = "" ] ; then
     646  echo "Variable obuild_find_exe not defined."
     647  exit
     648fi
     649obuild_snovis_path=`"${obuild_find_exe}" snovis 'v1r1'`
     650if [ "${obuild_snovis_path}" = "" ] ; then
     651  echo "Can't find snovis package."
     652  exit
     653fi
     654
     655if [ ! -d "${obuild_snovis_path}/${obuild_dir_bin}" ] ; then
     656  echo "WARNNING : Directory ${obuild_snovis_path}/${obuild_dir_bin} not found."
     657else
     658if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabCore.dylib" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabCore.dylib" "${obuild_dir_project}/lib/." ;fi
     659if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabCore.so" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabCore.so" "${obuild_dir_project}/lib/." ;fi
     660fi
     661if [ "${obuild_find_exe}" = "" ] ; then
     662  echo "Variable obuild_find_exe not defined."
     663  exit
     664fi
     665obuild_snovis_path=`"${obuild_find_exe}" snovis 'v1r1'`
     666if [ "${obuild_snovis_path}" = "" ] ; then
     667  echo "Can't find snovis package."
     668  exit
     669fi
     670
     671if [ ! -d "${obuild_snovis_path}/${obuild_dir_bin}" ] ; then
     672  echo "WARNNING : Directory ${obuild_snovis_path}/${obuild_dir_bin} not found."
     673else
     674if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabUIOnX.dylib" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabUIOnX.dylib" "${obuild_dir_project}/lib/." ;fi
     675if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabUIOnX.so" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libG4LabUIOnX.so" "${obuild_dir_project}/lib/." ;fi
     676fi
     677
     678if [ "${obuild_find_exe}" = "" ] ; then
     679  echo "Variable obuild_find_exe not defined."
     680  exit
     681fi
     682obuild_snovis_path=`"${obuild_find_exe}" snovis 'v1r1'`
     683if [ "${obuild_snovis_path}" = "" ] ; then
     684  echo "Can't find snovis package."
     685  exit
     686fi
     687
     688if [ ! -d "${obuild_snovis_path}/${obuild_dir_bin}" ] ; then
     689  echo "WARNNING : Directory ${obuild_snovis_path}/${obuild_dir_bin} not found."
     690else
     691if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/G4Lab.bundle" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/G4Lab.bundle" "${obuild_dir_project}/bin/." ;fi
     692if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libG4Lab.jnilib" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libG4Lab.jnilib" "${obuild_dir_project}/bin/." ;fi
     693if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libG4Lab.so" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libG4Lab.so" "${obuild_dir_project}/bin/." ;fi
    2996694fi
    2997695if [ "${obuild_find_exe}" = "" ] ; then
     
    3012710if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libsnovis.so" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libsnovis.so" "${obuild_dir_project}/bin/." ;fi
    3013711fi
    3014 
    3015 if [ "${obuild_find_exe}" = "" ] ; then
    3016   echo "Variable obuild_find_exe not defined."
    3017   exit
    3018 fi
    3019 obuild_obuild_path=`"${obuild_find_exe}" obuild 'v1r0'`
    3020 if [ "${obuild_obuild_path}" = "" ] ; then
    3021   echo "Can't find obuild package."
    3022   exit
    3023 fi
    3024 
    3025 if [ ! -d "${obuild_obuild_path}/${obuild_dir_bin}" ] ; then
    3026   echo "WARNNING : Directory ${obuild_obuild_path}/${obuild_dir_bin} not found."
    3027 else
    3028 if [ -e "${obuild_obuild_path}/${obuild_dir_bin}/owrap" ] ; then  /bin/cp "${obuild_obuild_path}/${obuild_dir_bin}/owrap" "${obuild_dir_project}/bin/." ;fi
    3029 fi
    3030 if [ "${obuild_find_exe}" = "" ] ; then
    3031   echo "Variable obuild_find_exe not defined."
    3032   exit
    3033 fi
    3034 obuild_obuild_path=`"${obuild_find_exe}" obuild 'v1r0'`
    3035 if [ "${obuild_obuild_path}" = "" ] ; then
    3036   echo "Can't find obuild package."
    3037   exit
    3038 fi
    3039 
    3040 if [ ! -d "${obuild_obuild_path}/${obuild_dir_bin}" ] ; then
    3041   echo "WARNNING : Directory ${obuild_obuild_path}/${obuild_dir_bin} not found."
    3042 else
    3043 if [ -e "${obuild_obuild_path}/${obuild_dir_bin}/obuild" ] ; then  /bin/cp "${obuild_obuild_path}/${obuild_dir_bin}/obuild" "${obuild_dir_project}/bin/." ;fi
    3044 fi
    3045 if [ "${obuild_find_exe}" = "" ] ; then
    3046   echo "Variable obuild_find_exe not defined."
    3047   exit
    3048 fi
    3049 obuild_zlib_path=`"${obuild_find_exe}" zlib 'v1r114p3'`
    3050 if [ "${obuild_zlib_path}" = "" ] ; then
    3051   echo "Can't find zlib package."
    3052   exit
    3053 fi
    3054 
    3055 if [ ! -d "${obuild_zlib_path}/${obuild_dir_bin}" ] ; then
    3056   echo "WARNNING : Directory ${obuild_zlib_path}/${obuild_dir_bin} not found."
    3057 else
    3058 if [ -e "${obuild_zlib_path}/${obuild_dir_bin}/zlib_example" ] ; then  /bin/cp "${obuild_zlib_path}/${obuild_dir_bin}/zlib_example" "${obuild_dir_project}/bin/." ;fi
    3059 fi
    3060 if [ "${obuild_find_exe}" = "" ] ; then
    3061   echo "Variable obuild_find_exe not defined."
    3062   exit
    3063 fi
    3064 obuild_zlib_path=`"${obuild_find_exe}" zlib 'v1r114p3'`
    3065 if [ "${obuild_zlib_path}" = "" ] ; then
    3066   echo "Can't find zlib package."
    3067   exit
    3068 fi
    3069 
    3070 if [ ! -d "${obuild_zlib_path}/${obuild_dir_bin}" ] ; then
    3071   echo "WARNNING : Directory ${obuild_zlib_path}/${obuild_dir_bin} not found."
    3072 else
    3073 if [ -e "${obuild_zlib_path}/${obuild_dir_bin}/zlib_minigzip" ] ; then  /bin/cp "${obuild_zlib_path}/${obuild_dir_bin}/zlib_minigzip" "${obuild_dir_project}/bin/." ;fi
    3074 fi
    3075 if [ "${obuild_find_exe}" = "" ] ; then
    3076   echo "Variable obuild_find_exe not defined."
    3077   exit
    3078 fi
    3079 obuild_expat_path=`"${obuild_find_exe}" expat 'v1r11p6'`
    3080 if [ "${obuild_expat_path}" = "" ] ; then
    3081   echo "Can't find expat package."
    3082   exit
    3083 fi
    3084 
    3085 if [ ! -d "${obuild_expat_path}/${obuild_dir_bin}" ] ; then
    3086   echo "WARNNING : Directory ${obuild_expat_path}/${obuild_dir_bin} not found."
    3087 else
    3088 if [ -e "${obuild_expat_path}/${obuild_dir_bin}/expat_example" ] ; then  /bin/cp "${obuild_expat_path}/${obuild_dir_bin}/expat_example" "${obuild_dir_project}/bin/." ;fi
    3089 fi
    3090 if [ "${obuild_find_exe}" = "" ] ; then
    3091   echo "Variable obuild_find_exe not defined."
    3092   exit
    3093 fi
    3094 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3095 if [ "${obuild_Lib_path}" = "" ] ; then
    3096   echo "Can't find Lib package."
    3097   exit
    3098 fi
    3099 
    3100 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3101   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3102 else
    3103 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_tab" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_tab" "${obuild_dir_project}/bin/." ;fi
    3104 fi
    3105 if [ "${obuild_find_exe}" = "" ] ; then
    3106   echo "Variable obuild_find_exe not defined."
    3107   exit
    3108 fi
    3109 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3110 if [ "${obuild_Lib_path}" = "" ] ; then
    3111   echo "Can't find Lib package."
    3112   exit
    3113 fi
    3114 
    3115 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3116   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3117 else
    3118 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_sizeof" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_sizeof" "${obuild_dir_project}/bin/." ;fi
    3119 fi
    3120 if [ "${obuild_find_exe}" = "" ] ; then
    3121   echo "Variable obuild_find_exe not defined."
    3122   exit
    3123 fi
    3124 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3125 if [ "${obuild_Lib_path}" = "" ] ; then
    3126   echo "Can't find Lib package."
    3127   exit
    3128 fi
    3129 
    3130 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3131   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3132 else
    3133 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_endian" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_endian" "${obuild_dir_project}/bin/." ;fi
    3134 fi
    3135 if [ "${obuild_find_exe}" = "" ] ; then
    3136   echo "Variable obuild_find_exe not defined."
    3137   exit
    3138 fi
    3139 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3140 if [ "${obuild_Lib_path}" = "" ] ; then
    3141   echo "Can't find Lib package."
    3142   exit
    3143 fi
    3144 
    3145 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3146   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3147 else
    3148 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_whereami" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_whereami" "${obuild_dir_project}/bin/." ;fi
    3149 fi
    3150 if [ "${obuild_find_exe}" = "" ] ; then
    3151   echo "Variable obuild_find_exe not defined."
    3152   exit
    3153 fi
    3154 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3155 if [ "${obuild_Lib_path}" = "" ] ; then
    3156   echo "Can't find Lib package."
    3157   exit
    3158 fi
    3159 
    3160 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3161   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3162 else
    3163 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_subs" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_subs" "${obuild_dir_project}/bin/." ;fi
    3164 fi
    3165 if [ "${obuild_find_exe}" = "" ] ; then
    3166   echo "Variable obuild_find_exe not defined."
    3167   exit
    3168 fi
    3169 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3170 if [ "${obuild_Lib_path}" = "" ] ; then
    3171   echo "Can't find Lib package."
    3172   exit
    3173 fi
    3174 
    3175 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3176   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3177 else
    3178 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_run" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_run" "${obuild_dir_project}/bin/." ;fi
    3179 fi
    3180 if [ "${obuild_find_exe}" = "" ] ; then
    3181   echo "Variable obuild_find_exe not defined."
    3182   exit
    3183 fi
    3184 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3185 if [ "${obuild_Lib_path}" = "" ] ; then
    3186   echo "Can't find Lib package."
    3187   exit
    3188 fi
    3189 
    3190 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3191   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3192 else
    3193 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_clone" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_clone" "${obuild_dir_project}/bin/." ;fi
    3194 fi
    3195 if [ "${obuild_find_exe}" = "" ] ; then
    3196   echo "Variable obuild_find_exe not defined."
    3197   exit
    3198 fi
    3199 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3200 if [ "${obuild_Lib_path}" = "" ] ; then
    3201   echo "Can't find Lib package."
    3202   exit
    3203 fi
    3204 
    3205 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3206   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3207 else
    3208 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_upgrade" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_upgrade" "${obuild_dir_project}/bin/." ;fi
    3209 fi
    3210 if [ "${obuild_find_exe}" = "" ] ; then
    3211   echo "Variable obuild_find_exe not defined."
    3212   exit
    3213 fi
    3214 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3215 if [ "${obuild_Lib_path}" = "" ] ; then
    3216   echo "Can't find Lib package."
    3217   exit
    3218 fi
    3219 
    3220 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3221   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3222 else
    3223 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_find" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_find" "${obuild_dir_project}/bin/." ;fi
    3224 fi
    3225 if [ "${obuild_find_exe}" = "" ] ; then
    3226   echo "Variable obuild_find_exe not defined."
    3227   exit
    3228 fi
    3229 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3230 if [ "${obuild_Lib_path}" = "" ] ; then
    3231   echo "Can't find Lib package."
    3232   exit
    3233 fi
    3234 
    3235 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3236   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3237 else
    3238 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_wrap" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_wrap" "${obuild_dir_project}/bin/." ;fi
    3239 fi
    3240 if [ "${obuild_find_exe}" = "" ] ; then
    3241   echo "Variable obuild_find_exe not defined."
    3242   exit
    3243 fi
    3244 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3245 if [ "${obuild_Lib_path}" = "" ] ; then
    3246   echo "Can't find Lib package."
    3247   exit
    3248 fi
    3249 
    3250 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3251   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3252 else
    3253 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_dld" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_dld" "${obuild_dir_project}/bin/." ;fi
    3254 fi
    3255 if [ "${obuild_find_exe}" = "" ] ; then
    3256   echo "Variable obuild_find_exe not defined."
    3257   exit
    3258 fi
    3259 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3260 if [ "${obuild_Lib_path}" = "" ] ; then
    3261   echo "Can't find Lib package."
    3262   exit
    3263 fi
    3264 
    3265 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3266   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3267 else
    3268 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_cxx" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_cxx" "${obuild_dir_project}/bin/." ;fi
    3269 fi
    3270 if [ "${obuild_find_exe}" = "" ] ; then
    3271   echo "Variable obuild_find_exe not defined."
    3272   exit
    3273 fi
    3274 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3275 if [ "${obuild_Lib_path}" = "" ] ; then
    3276   echo "Can't find Lib package."
    3277   exit
    3278 fi
    3279 
    3280 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3281   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3282 else
    3283 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_f77" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_f77" "${obuild_dir_project}/bin/." ;fi
    3284 fi
    3285 if [ "${obuild_find_exe}" = "" ] ; then
    3286   echo "Variable obuild_find_exe not defined."
    3287   exit
    3288 fi
    3289 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3290 if [ "${obuild_Lib_path}" = "" ] ; then
    3291   echo "Can't find Lib package."
    3292   exit
    3293 fi
    3294 
    3295 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3296   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3297 else
    3298 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_STL" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_STL" "${obuild_dir_project}/bin/." ;fi
    3299 fi
    3300 if [ "${obuild_find_exe}" = "" ] ; then
    3301   echo "Variable obuild_find_exe not defined."
    3302   exit
    3303 fi
    3304 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3305 if [ "${obuild_Lib_path}" = "" ] ; then
    3306   echo "Can't find Lib package."
    3307   exit
    3308 fi
    3309 
    3310 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3311   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3312 else
    3313 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_accessorManager" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_accessorManager" "${obuild_dir_project}/bin/." ;fi
    3314 fi
    3315 if [ "${obuild_find_exe}" = "" ] ; then
    3316   echo "Variable obuild_find_exe not defined."
    3317   exit
    3318 fi
    3319 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3320 if [ "${obuild_Lib_path}" = "" ] ; then
    3321   echo "Can't find Lib package."
    3322   exit
    3323 fi
    3324 
    3325 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3326   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3327 else
    3328 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_array" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_array" "${obuild_dir_project}/bin/." ;fi
    3329 fi
    3330 if [ "${obuild_find_exe}" = "" ] ; then
    3331   echo "Variable obuild_find_exe not defined."
    3332   exit
    3333 fi
    3334 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3335 if [ "${obuild_Lib_path}" = "" ] ; then
    3336   echo "Can't find Lib package."
    3337   exit
    3338 fi
    3339 
    3340 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3341   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3342 else
    3343 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_colormanip" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_colormanip" "${obuild_dir_project}/bin/." ;fi
    3344 fi
    3345 if [ "${obuild_find_exe}" = "" ] ; then
    3346   echo "Variable obuild_find_exe not defined."
    3347   exit
    3348 fi
    3349 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3350 if [ "${obuild_Lib_path}" = "" ] ; then
    3351   echo "Can't find Lib package."
    3352   exit
    3353 fi
    3354 
    3355 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3356   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3357 else
    3358 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_columns" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_columns" "${obuild_dir_project}/bin/." ;fi
    3359 fi
    3360 if [ "${obuild_find_exe}" = "" ] ; then
    3361   echo "Variable obuild_find_exe not defined."
    3362   exit
    3363 fi
    3364 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3365 if [ "${obuild_Lib_path}" = "" ] ; then
    3366   echo "Can't find Lib package."
    3367   exit
    3368 fi
    3369 
    3370 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3371   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3372 else
    3373 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_contour" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_contour" "${obuild_dir_project}/bin/." ;fi
    3374 fi
    3375 if [ "${obuild_find_exe}" = "" ] ; then
    3376   echo "Variable obuild_find_exe not defined."
    3377   exit
    3378 fi
    3379 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3380 if [ "${obuild_Lib_path}" = "" ] ; then
    3381   echo "Can't find Lib package."
    3382   exit
    3383 fi
    3384 
    3385 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3386   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3387 else
    3388 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_debug" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_debug" "${obuild_dir_project}/bin/." ;fi
    3389 fi
    3390 if [ "${obuild_find_exe}" = "" ] ; then
    3391   echo "Variable obuild_find_exe not defined."
    3392   exit
    3393 fi
    3394 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3395 if [ "${obuild_Lib_path}" = "" ] ; then
    3396   echo "Can't find Lib package."
    3397   exit
    3398 fi
    3399 
    3400 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3401   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3402 else
    3403 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_dirmanip" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_dirmanip" "${obuild_dir_project}/bin/." ;fi
    3404 fi
    3405 if [ "${obuild_find_exe}" = "" ] ; then
    3406   echo "Variable obuild_find_exe not defined."
    3407   exit
    3408 fi
    3409 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3410 if [ "${obuild_Lib_path}" = "" ] ; then
    3411   echo "Can't find Lib package."
    3412   exit
    3413 fi
    3414 
    3415 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3416   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3417 else
    3418 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_extern" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_extern" "${obuild_dir_project}/bin/." ;fi
    3419 fi
    3420 if [ "${obuild_find_exe}" = "" ] ; then
    3421   echo "Variable obuild_find_exe not defined."
    3422   exit
    3423 fi
    3424 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3425 if [ "${obuild_Lib_path}" = "" ] ; then
    3426   echo "Can't find Lib package."
    3427   exit
    3428 fi
    3429 
    3430 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3431   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3432 else
    3433 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_fortran_format" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_fortran_format" "${obuild_dir_project}/bin/." ;fi
    3434 fi
    3435 if [ "${obuild_find_exe}" = "" ] ; then
    3436   echo "Variable obuild_find_exe not defined."
    3437   exit
    3438 fi
    3439 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3440 if [ "${obuild_Lib_path}" = "" ] ; then
    3441   echo "Can't find Lib package."
    3442   exit
    3443 fi
    3444 
    3445 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3446   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3447 else
    3448 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_functionManager" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_functionManager" "${obuild_dir_project}/bin/." ;fi
    3449 fi
    3450 if [ "${obuild_find_exe}" = "" ] ; then
    3451   echo "Variable obuild_find_exe not defined."
    3452   exit
    3453 fi
    3454 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3455 if [ "${obuild_Lib_path}" = "" ] ; then
    3456   echo "Can't find Lib package."
    3457   exit
    3458 fi
    3459 
    3460 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3461   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3462 else
    3463 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_functions" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_functions" "${obuild_dir_project}/bin/." ;fi
    3464 fi
    3465 if [ "${obuild_find_exe}" = "" ] ; then
    3466   echo "Variable obuild_find_exe not defined."
    3467   exit
    3468 fi
    3469 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3470 if [ "${obuild_Lib_path}" = "" ] ; then
    3471   echo "Can't find Lib package."
    3472   exit
    3473 fi
    3474 
    3475 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3476   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3477 else
    3478 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_home" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_home" "${obuild_dir_project}/bin/." ;fi
    3479 fi
    3480 if [ "${obuild_find_exe}" = "" ] ; then
    3481   echo "Variable obuild_find_exe not defined."
    3482   exit
    3483 fi
    3484 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3485 if [ "${obuild_Lib_path}" = "" ] ; then
    3486   echo "Can't find Lib package."
    3487   exit
    3488 fi
    3489 
    3490 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3491   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3492 else
    3493 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_parameters" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_parameters" "${obuild_dir_project}/bin/." ;fi
    3494 fi
    3495 if [ "${obuild_find_exe}" = "" ] ; then
    3496   echo "Variable obuild_find_exe not defined."
    3497   exit
    3498 fi
    3499 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3500 if [ "${obuild_Lib_path}" = "" ] ; then
    3501   echo "Can't find Lib package."
    3502   exit
    3503 fi
    3504 
    3505 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3506   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3507 else
    3508 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_paw_set_opt" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_paw_set_opt" "${obuild_dir_project}/bin/." ;fi
    3509 fi
    3510 if [ "${obuild_find_exe}" = "" ] ; then
    3511   echo "Variable obuild_find_exe not defined."
    3512   exit
    3513 fi
    3514 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3515 if [ "${obuild_Lib_path}" = "" ] ; then
    3516   echo "Can't find Lib package."
    3517   exit
    3518 fi
    3519 
    3520 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3521   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3522 else
    3523 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_prime" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_prime" "${obuild_dir_project}/bin/." ;fi
    3524 fi
    3525 if [ "${obuild_find_exe}" = "" ] ; then
    3526   echo "Variable obuild_find_exe not defined."
    3527   exit
    3528 fi
    3529 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3530 if [ "${obuild_Lib_path}" = "" ] ; then
    3531   echo "Can't find Lib package."
    3532   exit
    3533 fi
    3534 
    3535 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3536   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3537 else
    3538 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_processor" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_processor" "${obuild_dir_project}/bin/." ;fi
    3539 fi
    3540 if [ "${obuild_find_exe}" = "" ] ; then
    3541   echo "Variable obuild_find_exe not defined."
    3542   exit
    3543 fi
    3544 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3545 if [ "${obuild_Lib_path}" = "" ] ; then
    3546   echo "Can't find Lib package."
    3547   exit
    3548 fi
    3549 
    3550 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3551   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3552 else
    3553 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_rio_sinfo" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_rio_sinfo" "${obuild_dir_project}/bin/." ;fi
    3554 fi
    3555 if [ "${obuild_find_exe}" = "" ] ; then
    3556   echo "Variable obuild_find_exe not defined."
    3557   exit
    3558 fi
    3559 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3560 if [ "${obuild_Lib_path}" = "" ] ; then
    3561   echo "Can't find Lib package."
    3562   exit
    3563 fi
    3564 
    3565 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3566   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3567 else
    3568 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_smanip" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_smanip" "${obuild_dir_project}/bin/." ;fi
    3569 fi
    3570 if [ "${obuild_find_exe}" = "" ] ; then
    3571   echo "Variable obuild_find_exe not defined."
    3572   exit
    3573 fi
    3574 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3575 if [ "${obuild_Lib_path}" = "" ] ; then
    3576   echo "Can't find Lib package."
    3577   exit
    3578 fi
    3579 
    3580 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3581   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3582 else
    3583 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_symbolic" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_symbolic" "${obuild_dir_project}/bin/." ;fi
    3584 fi
    3585 if [ "${obuild_find_exe}" = "" ] ; then
    3586   echo "Variable obuild_find_exe not defined."
    3587   exit
    3588 fi
    3589 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3590 if [ "${obuild_Lib_path}" = "" ] ; then
    3591   echo "Can't find Lib package."
    3592   exit
    3593 fi
    3594 
    3595 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3596   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3597 else
    3598 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_args" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_args" "${obuild_dir_project}/bin/." ;fi
    3599 fi
    3600 if [ "${obuild_find_exe}" = "" ] ; then
    3601   echo "Variable obuild_find_exe not defined."
    3602   exit
    3603 fi
    3604 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3605 if [ "${obuild_Lib_path}" = "" ] ; then
    3606   echo "Can't find Lib package."
    3607   exit
    3608 fi
    3609 
    3610 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3611   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3612 else
    3613 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_algebra" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_algebra" "${obuild_dir_project}/bin/." ;fi
    3614 fi
    3615 if [ "${obuild_find_exe}" = "" ] ; then
    3616   echo "Variable obuild_find_exe not defined."
    3617   exit
    3618 fi
    3619 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3620 if [ "${obuild_Lib_path}" = "" ] ; then
    3621   echo "Can't find Lib package."
    3622   exit
    3623 fi
    3624 
    3625 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3626   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3627 else
    3628 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_phys" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_phys" "${obuild_dir_project}/bin/." ;fi
    3629 fi
    3630 if [ "${obuild_find_exe}" = "" ] ; then
    3631   echo "Variable obuild_find_exe not defined."
    3632   exit
    3633 fi
    3634 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3635 if [ "${obuild_Lib_path}" = "" ] ; then
    3636   echo "Can't find Lib package."
    3637   exit
    3638 fi
    3639 
    3640 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3641   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3642 else
    3643 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_baker_hausdorf" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_baker_hausdorf" "${obuild_dir_project}/bin/." ;fi
    3644 fi
    3645 if [ "${obuild_find_exe}" = "" ] ; then
    3646   echo "Variable obuild_find_exe not defined."
    3647   exit
    3648 fi
    3649 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3650 if [ "${obuild_Lib_path}" = "" ] ; then
    3651   echo "Can't find Lib package."
    3652   exit
    3653 fi
    3654 
    3655 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3656   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3657 else
    3658 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_objectML" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_objectML" "${obuild_dir_project}/bin/." ;fi
    3659 fi
    3660 if [ "${obuild_find_exe}" = "" ] ; then
    3661   echo "Variable obuild_find_exe not defined."
    3662   exit
    3663 fi
    3664 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3665 if [ "${obuild_Lib_path}" = "" ] ; then
    3666   echo "Can't find Lib package."
    3667   exit
    3668 fi
    3669 
    3670 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3671   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3672 else
    3673 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_xml" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_xml" "${obuild_dir_project}/bin/." ;fi
    3674 fi
    3675 if [ "${obuild_find_exe}" = "" ] ; then
    3676   echo "Variable obuild_find_exe not defined."
    3677   exit
    3678 fi
    3679 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3680 if [ "${obuild_Lib_path}" = "" ] ; then
    3681   echo "Can't find Lib package."
    3682   exit
    3683 fi
    3684 
    3685 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3686   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3687 else
    3688 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_zip" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_zip" "${obuild_dir_project}/bin/." ;fi
    3689 fi
    3690 if [ "${obuild_find_exe}" = "" ] ; then
    3691   echo "Variable obuild_find_exe not defined."
    3692   exit
    3693 fi
    3694 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3695 if [ "${obuild_Lib_path}" = "" ] ; then
    3696   echo "Can't find Lib package."
    3697   exit
    3698 fi
    3699 
    3700 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3701   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3702 else
    3703 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_client" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_client" "${obuild_dir_project}/bin/." ;fi
    3704 fi
    3705 if [ "${obuild_find_exe}" = "" ] ; then
    3706   echo "Variable obuild_find_exe not defined."
    3707   exit
    3708 fi
    3709 obuild_Lib_path=`"${obuild_find_exe}" Lib 'v8r0'`
    3710 if [ "${obuild_Lib_path}" = "" ] ; then
    3711   echo "Can't find Lib package."
    3712   exit
    3713 fi
    3714 
    3715 if [ ! -d "${obuild_Lib_path}/${obuild_dir_bin}" ] ; then
    3716   echo "WARNNING : Directory ${obuild_Lib_path}/${obuild_dir_bin} not found."
    3717 else
    3718 if [ -e "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_server" ] ; then  /bin/cp "${obuild_Lib_path}/${obuild_dir_bin}/Lib_test_server" "${obuild_dir_project}/bin/." ;fi
    3719 fi
    3720 if [ "${obuild_find_exe}" = "" ] ; then
    3721   echo "Variable obuild_find_exe not defined."
    3722   exit
    3723 fi
    3724 obuild_HCL_path=`"${obuild_find_exe}" HCL 'v7r0'`
    3725 if [ "${obuild_HCL_path}" = "" ] ; then
    3726   echo "Can't find HCL package."
    3727   exit
    3728 fi
    3729 
    3730 if [ ! -d "${obuild_HCL_path}/${obuild_dir_bin}" ] ; then
    3731   echo "WARNNING : Directory ${obuild_HCL_path}/${obuild_dir_bin} not found."
    3732 else
    3733 if [ -e "${obuild_HCL_path}/${obuild_dir_bin}/HCL_example" ] ; then  /bin/cp "${obuild_HCL_path}/${obuild_dir_bin}/HCL_example" "${obuild_dir_project}/bin/." ;fi
    3734 fi
    3735 if [ "${obuild_find_exe}" = "" ] ; then
    3736   echo "Variable obuild_find_exe not defined."
    3737   exit
    3738 fi
    3739 obuild_Midnight_path=`"${obuild_find_exe}" Midnight 'v4r0p0'`
    3740 if [ "${obuild_Midnight_path}" = "" ] ; then
    3741   echo "Can't find Midnight package."
    3742   exit
    3743 fi
    3744 
    3745 if [ ! -d "${obuild_Midnight_path}/${obuild_dir_bin}" ] ; then
    3746   echo "WARNNING : Directory ${obuild_Midnight_path}/${obuild_dir_bin} not found."
    3747 else
    3748 if [ -e "${obuild_Midnight_path}/${obuild_dir_bin}/Midnight_example" ] ; then  /bin/cp "${obuild_Midnight_path}/${obuild_dir_bin}/Midnight_example" "${obuild_dir_project}/bin/." ;fi
    3749 fi
    3750 if [ "${obuild_find_exe}" = "" ] ; then
    3751   echo "Variable obuild_find_exe not defined."
    3752   exit
    3753 fi
    3754 obuild_Minuit_path=`"${obuild_find_exe}" Minuit 'v1r140p4'`
    3755 if [ "${obuild_Minuit_path}" = "" ] ; then
    3756   echo "Can't find Minuit package."
    3757   exit
    3758 fi
    3759 
    3760 if [ ! -d "${obuild_Minuit_path}/${obuild_dir_bin}" ] ; then
    3761   echo "WARNNING : Directory ${obuild_Minuit_path}/${obuild_dir_bin} not found."
    3762 else
    3763 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_DemoGaussSim" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_DemoGaussSim" "${obuild_dir_project}/bin/." ;fi
    3764 fi
    3765 if [ "${obuild_find_exe}" = "" ] ; then
    3766   echo "Variable obuild_find_exe not defined."
    3767   exit
    3768 fi
    3769 obuild_Minuit_path=`"${obuild_find_exe}" Minuit 'v1r140p4'`
    3770 if [ "${obuild_Minuit_path}" = "" ] ; then
    3771   echo "Can't find Minuit package."
    3772   exit
    3773 fi
    3774 
    3775 if [ ! -d "${obuild_Minuit_path}/${obuild_dir_bin}" ] ; then
    3776   echo "WARNNING : Directory ${obuild_Minuit_path}/${obuild_dir_bin} not found."
    3777 else
    3778 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_PaulTest" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_PaulTest" "${obuild_dir_project}/bin/." ;fi
    3779 fi
    3780 if [ "${obuild_find_exe}" = "" ] ; then
    3781   echo "Variable obuild_find_exe not defined."
    3782   exit
    3783 fi
    3784 obuild_Minuit_path=`"${obuild_find_exe}" Minuit 'v1r140p4'`
    3785 if [ "${obuild_Minuit_path}" = "" ] ; then
    3786   echo "Can't find Minuit package."
    3787   exit
    3788 fi
    3789 
    3790 if [ ! -d "${obuild_Minuit_path}/${obuild_dir_bin}" ] ; then
    3791   echo "WARNNING : Directory ${obuild_Minuit_path}/${obuild_dir_bin} not found."
    3792 else
    3793 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_PaulTest2" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_PaulTest2" "${obuild_dir_project}/bin/." ;fi
    3794 fi
    3795 if [ "${obuild_find_exe}" = "" ] ; then
    3796   echo "Variable obuild_find_exe not defined."
    3797   exit
    3798 fi
    3799 obuild_Minuit_path=`"${obuild_find_exe}" Minuit 'v1r140p4'`
    3800 if [ "${obuild_Minuit_path}" = "" ] ; then
    3801   echo "Can't find Minuit package."
    3802   exit
    3803 fi
    3804 
    3805 if [ ! -d "${obuild_Minuit_path}/${obuild_dir_bin}" ] ; then
    3806   echo "WARNNING : Directory ${obuild_Minuit_path}/${obuild_dir_bin} not found."
    3807 else
    3808 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_PaulTest3" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_PaulTest3" "${obuild_dir_project}/bin/." ;fi
    3809 fi
    3810 if [ "${obuild_find_exe}" = "" ] ; then
    3811   echo "Variable obuild_find_exe not defined."
    3812   exit
    3813 fi
    3814 obuild_Minuit_path=`"${obuild_find_exe}" Minuit 'v1r140p4'`
    3815 if [ "${obuild_Minuit_path}" = "" ] ; then
    3816   echo "Can't find Minuit package."
    3817   exit
    3818 fi
    3819 
    3820 if [ ! -d "${obuild_Minuit_path}/${obuild_dir_bin}" ] ; then
    3821   echo "WARNNING : Directory ${obuild_Minuit_path}/${obuild_dir_bin} not found."
    3822 else
    3823 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_PaulTest4" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_PaulTest4" "${obuild_dir_project}/bin/." ;fi
    3824 fi
    3825 if [ "${obuild_find_exe}" = "" ] ; then
    3826   echo "Variable obuild_find_exe not defined."
    3827   exit
    3828 fi
    3829 obuild_Minuit_path=`"${obuild_find_exe}" Minuit 'v1r140p4'`
    3830 if [ "${obuild_Minuit_path}" = "" ] ; then
    3831   echo "Can't find Minuit package."
    3832   exit
    3833 fi
    3834 
    3835 if [ ! -d "${obuild_Minuit_path}/${obuild_dir_bin}" ] ; then
    3836   echo "WARNNING : Directory ${obuild_Minuit_path}/${obuild_dir_bin} not found."
    3837 else
    3838 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_ReneTest" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_ReneTest" "${obuild_dir_project}/bin/." ;fi
    3839 fi
    3840 if [ "${obuild_find_exe}" = "" ] ; then
    3841   echo "Variable obuild_find_exe not defined."
    3842   exit
    3843 fi
    3844 obuild_Minuit_path=`"${obuild_find_exe}" Minuit 'v1r140p4'`
    3845 if [ "${obuild_Minuit_path}" = "" ] ; then
    3846   echo "Can't find Minuit package."
    3847   exit
    3848 fi
    3849 
    3850 if [ ! -d "${obuild_Minuit_path}/${obuild_dir_bin}" ] ; then
    3851   echo "WARNNING : Directory ${obuild_Minuit_path}/${obuild_dir_bin} not found."
    3852 else
    3853 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_Quad1FMain" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_Quad1FMain" "${obuild_dir_project}/bin/." ;fi
    3854 fi
    3855 if [ "${obuild_find_exe}" = "" ] ; then
    3856   echo "Variable obuild_find_exe not defined."
    3857   exit
    3858 fi
    3859 obuild_Minuit_path=`"${obuild_find_exe}" Minuit 'v1r140p4'`
    3860 if [ "${obuild_Minuit_path}" = "" ] ; then
    3861   echo "Can't find Minuit package."
    3862   exit
    3863 fi
    3864 
    3865 if [ ! -d "${obuild_Minuit_path}/${obuild_dir_bin}" ] ; then
    3866   echo "WARNNING : Directory ${obuild_Minuit_path}/${obuild_dir_bin} not found."
    3867 else
    3868 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_Quad2FMain" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_Quad2FMain" "${obuild_dir_project}/bin/." ;fi
    3869 fi
    3870 if [ "${obuild_find_exe}" = "" ] ; then
    3871   echo "Variable obuild_find_exe not defined."
    3872   exit
    3873 fi
    3874 obuild_Minuit_path=`"${obuild_find_exe}" Minuit 'v1r140p4'`
    3875 if [ "${obuild_Minuit_path}" = "" ] ; then
    3876   echo "Can't find Minuit package."
    3877   exit
    3878 fi
    3879 
    3880 if [ ! -d "${obuild_Minuit_path}/${obuild_dir_bin}" ] ; then
    3881   echo "WARNNING : Directory ${obuild_Minuit_path}/${obuild_dir_bin} not found."
    3882 else
    3883 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_Quad3FMain" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_Quad3FMain" "${obuild_dir_project}/bin/." ;fi
    3884 fi
    3885 if [ "${obuild_find_exe}" = "" ] ; then
    3886   echo "Variable obuild_find_exe not defined."
    3887   exit
    3888 fi
    3889 obuild_Minuit_path=`"${obuild_find_exe}" Minuit 'v1r140p4'`
    3890 if [ "${obuild_Minuit_path}" = "" ] ; then
    3891   echo "Can't find Minuit package."
    3892   exit
    3893 fi
    3894 
    3895 if [ ! -d "${obuild_Minuit_path}/${obuild_dir_bin}" ] ; then
    3896   echo "WARNNING : Directory ${obuild_Minuit_path}/${obuild_dir_bin} not found."
    3897 else
    3898 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_Quad4FMain" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_Quad4FMain" "${obuild_dir_project}/bin/." ;fi
    3899 fi
    3900 if [ "${obuild_find_exe}" = "" ] ; then
    3901   echo "Variable obuild_find_exe not defined."
    3902   exit
    3903 fi
    3904 obuild_Minuit_path=`"${obuild_find_exe}" Minuit 'v1r140p4'`
    3905 if [ "${obuild_Minuit_path}" = "" ] ; then
    3906   echo "Can't find Minuit package."
    3907   exit
    3908 fi
    3909 
    3910 if [ ! -d "${obuild_Minuit_path}/${obuild_dir_bin}" ] ; then
    3911   echo "WARNNING : Directory ${obuild_Minuit_path}/${obuild_dir_bin} not found."
    3912 else
    3913 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_Quad8FMain" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_Quad8FMain" "${obuild_dir_project}/bin/." ;fi
    3914 fi
    3915 if [ "${obuild_find_exe}" = "" ] ; then
    3916   echo "Variable obuild_find_exe not defined."
    3917   exit
    3918 fi
    3919 obuild_Minuit_path=`"${obuild_find_exe}" Minuit 'v1r140p4'`
    3920 if [ "${obuild_Minuit_path}" = "" ] ; then
    3921   echo "Can't find Minuit package."
    3922   exit
    3923 fi
    3924 
    3925 if [ ! -d "${obuild_Minuit_path}/${obuild_dir_bin}" ] ; then
    3926   echo "WARNNING : Directory ${obuild_Minuit_path}/${obuild_dir_bin} not found."
    3927 else
    3928 if [ -e "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_Quad12FMain" ] ; then  /bin/cp "${obuild_Minuit_path}/${obuild_dir_bin}/Minuit_test_Quad12FMain" "${obuild_dir_project}/bin/." ;fi
    3929 fi
    3930 if [ "${obuild_find_exe}" = "" ] ; then
    3931   echo "Variable obuild_find_exe not defined."
    3932   exit
    3933 fi
    3934 obuild_Rio_path=`"${obuild_find_exe}" Rio 'v7r1'`
    3935 if [ "${obuild_Rio_path}" = "" ] ; then
    3936   echo "Can't find Rio package."
    3937   exit
    3938 fi
    3939 
    3940 if [ ! -d "${obuild_Rio_path}/${obuild_dir_bin}" ] ; then
    3941   echo "WARNNING : Directory ${obuild_Rio_path}/${obuild_dir_bin} not found."
    3942 else
    3943 if [ -e "${obuild_Rio_path}/${obuild_dir_bin}/Rio_rio" ] ; then  /bin/cp "${obuild_Rio_path}/${obuild_dir_bin}/Rio_rio" "${obuild_dir_project}/bin/." ;fi
    3944 if [ -e "${obuild_Rio_path}/${obuild_dir_bin}/rio" ] ; then  /bin/cp "${obuild_Rio_path}/${obuild_dir_bin}/rio" "${obuild_dir_project}/bin/." ;fi
    3945 fi
    3946 if [ "${obuild_find_exe}" = "" ] ; then
    3947   echo "Variable obuild_find_exe not defined."
    3948   exit
    3949 fi
    3950 obuild_Rio_path=`"${obuild_find_exe}" Rio 'v7r1'`
    3951 if [ "${obuild_Rio_path}" = "" ] ; then
    3952   echo "Can't find Rio package."
    3953   exit
    3954 fi
    3955 
    3956 if [ ! -d "${obuild_Rio_path}/${obuild_dir_bin}" ] ; then
    3957   echo "WARNNING : Directory ${obuild_Rio_path}/${obuild_dir_bin} not found."
    3958 else
    3959 if [ -e "${obuild_Rio_path}/${obuild_dir_bin}/Rio_test" ] ; then  /bin/cp "${obuild_Rio_path}/${obuild_dir_bin}/Rio_test" "${obuild_dir_project}/bin/." ;fi
    3960 fi
    3961 if [ "${obuild_find_exe}" = "" ] ; then
    3962   echo "Variable obuild_find_exe not defined."
    3963   exit
    3964 fi
    3965 obuild_Rio_path=`"${obuild_find_exe}" Rio 'v7r1'`
    3966 if [ "${obuild_Rio_path}" = "" ] ; then
    3967   echo "Can't find Rio package."
    3968   exit
    3969 fi
    3970 
    3971 if [ ! -d "${obuild_Rio_path}/${obuild_dir_bin}" ] ; then
    3972   echo "WARNNING : Directory ${obuild_Rio_path}/${obuild_dir_bin} not found."
    3973 else
    3974 if [ -e "${obuild_Rio_path}/${obuild_dir_bin}/Rio_test_jec" ] ; then  /bin/cp "${obuild_Rio_path}/${obuild_dir_bin}/Rio_test_jec" "${obuild_dir_project}/bin/." ;fi
    3975 fi
    3976 if [ "${obuild_find_exe}" = "" ] ; then
    3977   echo "Variable obuild_find_exe not defined."
    3978   exit
    3979 fi
    3980 obuild_Rio_path=`"${obuild_find_exe}" Rio 'v7r1'`
    3981 if [ "${obuild_Rio_path}" = "" ] ; then
    3982   echo "Can't find Rio package."
    3983   exit
    3984 fi
    3985 
    3986 if [ ! -d "${obuild_Rio_path}/${obuild_dir_bin}" ] ; then
    3987   echo "WARNNING : Directory ${obuild_Rio_path}/${obuild_dir_bin} not found."
    3988 else
    3989 if [ -e "${obuild_Rio_path}/${obuild_dir_bin}/Rio_test_jec_read" ] ; then  /bin/cp "${obuild_Rio_path}/${obuild_dir_bin}/Rio_test_jec_read" "${obuild_dir_project}/bin/." ;fi
    3990 fi
    3991 if [ "${obuild_find_exe}" = "" ] ; then
    3992   echo "Variable obuild_find_exe not defined."
    3993   exit
    3994 fi
    3995 obuild_HDF5_path=`"${obuild_find_exe}" HDF5 'v1r165p2'`
    3996 if [ "${obuild_HDF5_path}" = "" ] ; then
    3997   echo "Can't find HDF5 package."
    3998   exit
    3999 fi
    4000 
    4001 if [ ! -d "${obuild_HDF5_path}/${obuild_dir_bin}" ] ; then
    4002   echo "WARNNING : Directory ${obuild_HDF5_path}/${obuild_dir_bin} not found."
    4003 else
    4004 if [ -e "${obuild_HDF5_path}/${obuild_dir_bin}/h5_array_compound" ] ; then  /bin/cp "${obuild_HDF5_path}/${obuild_dir_bin}/h5_array_compound" "${obuild_dir_project}/bin/." ;fi
    4005 fi
    4006 if [ "${obuild_find_exe}" = "" ] ; then
    4007   echo "Variable obuild_find_exe not defined."
    4008   exit
    4009 fi
    4010 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4011 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4012   echo "Can't find BatchLab package."
    4013   exit
    4014 fi
    4015 
    4016 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4017   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4018 else
    4019 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_aida_config" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_aida_config" "${obuild_dir_project}/bin/." ;fi
    4020 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/aida-config" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/aida-config" "${obuild_dir_project}/bin/." ;fi
    4021 fi
    4022 if [ "${obuild_find_exe}" = "" ] ; then
    4023   echo "Variable obuild_find_exe not defined."
    4024   exit
    4025 fi
    4026 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4027 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4028   echo "Can't find BatchLab package."
    4029   exit
    4030 fi
    4031 
    4032 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4033   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4034 else
    4035 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_config" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_config" "${obuild_dir_project}/bin/." ;fi
    4036 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_config.save" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_config.save" "${obuild_dir_project}/bin/." ;fi
    4037 fi
    4038 if [ "${obuild_find_exe}" = "" ] ; then
    4039   echo "Variable obuild_find_exe not defined."
    4040   exit
    4041 fi
    4042 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4043 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4044   echo "Can't find BatchLab package."
    4045   exit
    4046 fi
    4047 
    4048 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4049   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4050 else
    4051 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_xml" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_xml" "${obuild_dir_project}/bin/." ;fi
    4052 fi
    4053 if [ "${obuild_find_exe}" = "" ] ; then
    4054   echo "Variable obuild_find_exe not defined."
    4055   exit
    4056 fi
    4057 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4058 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4059   echo "Can't find BatchLab package."
    4060   exit
    4061 fi
    4062 
    4063 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4064   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4065 else
    4066 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_xml2fs" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_xml2fs" "${obuild_dir_project}/bin/." ;fi
    4067 fi
    4068 if [ "${obuild_find_exe}" = "" ] ; then
    4069   echo "Variable obuild_find_exe not defined."
    4070   exit
    4071 fi
    4072 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4073 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4074   echo "Can't find BatchLab package."
    4075   exit
    4076 fi
    4077 
    4078 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4079   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4080 else
    4081 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_store" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_store" "${obuild_dir_project}/bin/." ;fi
    4082 fi
    4083 if [ "${obuild_find_exe}" = "" ] ; then
    4084   echo "Variable obuild_find_exe not defined."
    4085   exit
    4086 fi
    4087 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4088 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4089   echo "Can't find BatchLab package."
    4090   exit
    4091 fi
    4092 
    4093 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4094   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4095 else
    4096 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_functions" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_functions" "${obuild_dir_project}/bin/." ;fi
    4097 fi
    4098 if [ "${obuild_find_exe}" = "" ] ; then
    4099   echo "Variable obuild_find_exe not defined."
    4100   exit
    4101 fi
    4102 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4103 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4104   echo "Can't find BatchLab package."
    4105   exit
    4106 fi
    4107 
    4108 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4109   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4110 else
    4111 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_analysis" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_analysis" "${obuild_dir_project}/bin/." ;fi
    4112 fi
    4113 if [ "${obuild_find_exe}" = "" ] ; then
    4114   echo "Variable obuild_find_exe not defined."
    4115   exit
    4116 fi
    4117 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4118 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4119   echo "Can't find BatchLab package."
    4120   exit
    4121 fi
    4122 
    4123 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4124   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4125 else
    4126 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_b1" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_b1" "${obuild_dir_project}/bin/." ;fi
    4127 fi
    4128 if [ "${obuild_find_exe}" = "" ] ; then
    4129   echo "Variable obuild_find_exe not defined."
    4130   exit
    4131 fi
    4132 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4133 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4134   echo "Can't find BatchLab package."
    4135   exit
    4136 fi
    4137 
    4138 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4139   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4140 else
    4141 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_hippo" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_hippo" "${obuild_dir_project}/bin/." ;fi
    4142 fi
    4143 if [ "${obuild_find_exe}" = "" ] ; then
    4144   echo "Variable obuild_find_exe not defined."
    4145   exit
    4146 fi
    4147 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4148 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4149   echo "Can't find BatchLab package."
    4150   exit
    4151 fi
    4152 
    4153 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4154   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4155 else
    4156 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_jec" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_jec" "${obuild_dir_project}/bin/." ;fi
    4157 fi
    4158 if [ "${obuild_find_exe}" = "" ] ; then
    4159   echo "Variable obuild_find_exe not defined."
    4160   exit
    4161 fi
    4162 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4163 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4164   echo "Can't find BatchLab package."
    4165   exit
    4166 fi
    4167 
    4168 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4169   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4170 else
    4171 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_cloud" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_cloud" "${obuild_dir_project}/bin/." ;fi
    4172 fi
    4173 if [ "${obuild_find_exe}" = "" ] ; then
    4174   echo "Variable obuild_find_exe not defined."
    4175   exit
    4176 fi
    4177 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4178 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4179   echo "Can't find BatchLab package."
    4180   exit
    4181 fi
    4182 
    4183 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4184   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4185 else
    4186 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_shahrokh_write" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_shahrokh_write" "${obuild_dir_project}/bin/." ;fi
    4187 fi
    4188 if [ "${obuild_find_exe}" = "" ] ; then
    4189   echo "Variable obuild_find_exe not defined."
    4190   exit
    4191 fi
    4192 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4193 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4194   echo "Can't find BatchLab package."
    4195   exit
    4196 fi
    4197 
    4198 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4199   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4200 else
    4201 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_shahrokh_read" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_exa_shahrokh_read" "${obuild_dir_project}/bin/." ;fi
    4202 fi
    4203 if [ "${obuild_find_exe}" = "" ] ; then
    4204   echo "Variable obuild_find_exe not defined."
    4205   exit
    4206 fi
    4207 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4208 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4209   echo "Can't find BatchLab package."
    4210   exit
    4211 fi
    4212 
    4213 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4214   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4215 else
    4216 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_test_tuple" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_test_tuple" "${obuild_dir_project}/bin/." ;fi
    4217 fi
    4218 if [ "${obuild_find_exe}" = "" ] ; then
    4219   echo "Variable obuild_find_exe not defined."
    4220   exit
    4221 fi
    4222 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4223 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4224   echo "Can't find BatchLab package."
    4225   exit
    4226 fi
    4227 
    4228 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4229   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4230 else
    4231 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_Rio" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_Rio" "${obuild_dir_project}/bin/." ;fi
    4232 fi
    4233 if [ "${obuild_find_exe}" = "" ] ; then
    4234   echo "Variable obuild_find_exe not defined."
    4235   exit
    4236 fi
    4237 obuild_BatchLab_path=`"${obuild_find_exe}" BatchLab 'v1r0'`
    4238 if [ "${obuild_BatchLab_path}" = "" ] ; then
    4239   echo "Can't find BatchLab package."
    4240   exit
    4241 fi
    4242 
    4243 if [ ! -d "${obuild_BatchLab_path}/${obuild_dir_bin}" ] ; then
    4244   echo "WARNNING : Directory ${obuild_BatchLab_path}/${obuild_dir_bin} not found."
    4245 else
    4246 if [ -e "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_test_HDF5" ] ; then  /bin/cp "${obuild_BatchLab_path}/${obuild_dir_bin}/BatchLab_test_HDF5" "${obuild_dir_project}/bin/." ;fi
    4247 fi
    4248 if [ "${obuild_find_exe}" = "" ] ; then
    4249   echo "Variable obuild_find_exe not defined."
    4250   exit
    4251 fi
    4252 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4253 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4254   echo "Can't find UseAIDA package."
    4255   exit
    4256 fi
    4257 
    4258 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4259   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4260 else
    4261 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_ChainedAndFilteredTuplesExample" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_ChainedAndFilteredTuplesExample" "${obuild_dir_project}/bin/." ;fi
    4262 fi
    4263 if [ "${obuild_find_exe}" = "" ] ; then
    4264   echo "Variable obuild_find_exe not defined."
    4265   exit
    4266 fi
    4267 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4268 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4269   echo "Can't find UseAIDA package."
    4270   exit
    4271 fi
    4272 
    4273 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4274   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4275 else
    4276 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Cloud" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Cloud" "${obuild_dir_project}/bin/." ;fi
    4277 fi
    4278 if [ "${obuild_find_exe}" = "" ] ; then
    4279   echo "Variable obuild_find_exe not defined."
    4280   exit
    4281 fi
    4282 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4283 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4284   echo "Can't find UseAIDA package."
    4285   exit
    4286 fi
    4287 
    4288 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4289   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4290 else
    4291 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_CloudCreate" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_CloudCreate" "${obuild_dir_project}/bin/." ;fi
    4292 fi
    4293 if [ "${obuild_find_exe}" = "" ] ; then
    4294   echo "Variable obuild_find_exe not defined."
    4295   exit
    4296 fi
    4297 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4298 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4299   echo "Can't find UseAIDA package."
    4300   exit
    4301 fi
    4302 
    4303 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4304   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4305 else
    4306 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_DataPointSetCreateAndFill" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_DataPointSetCreateAndFill" "${obuild_dir_project}/bin/." ;fi
    4307 fi
    4308 if [ "${obuild_find_exe}" = "" ] ; then
    4309   echo "Variable obuild_find_exe not defined."
    4310   exit
    4311 fi
    4312 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4313 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4314   echo "Can't find UseAIDA package."
    4315   exit
    4316 fi
    4317 
    4318 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4319   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4320 else
    4321 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_FilterAndEvaluatorExample" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_FilterAndEvaluatorExample" "${obuild_dir_project}/bin/." ;fi
    4322 fi
    4323 if [ "${obuild_find_exe}" = "" ] ; then
    4324   echo "Variable obuild_find_exe not defined."
    4325   exit
    4326 fi
    4327 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4328 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4329   echo "Can't find UseAIDA package."
    4330   exit
    4331 fi
    4332 
    4333 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4334   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4335 else
    4336 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Histogram" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Histogram" "${obuild_dir_project}/bin/." ;fi
    4337 fi
    4338 if [ "${obuild_find_exe}" = "" ] ; then
    4339   echo "Variable obuild_find_exe not defined."
    4340   exit
    4341 fi
    4342 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4343 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4344   echo "Can't find UseAIDA package."
    4345   exit
    4346 fi
    4347 
    4348 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4349   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4350 else
    4351 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_HistogramArithmetic" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_HistogramArithmetic" "${obuild_dir_project}/bin/." ;fi
    4352 fi
    4353 if [ "${obuild_find_exe}" = "" ] ; then
    4354   echo "Variable obuild_find_exe not defined."
    4355   exit
    4356 fi
    4357 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4358 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4359   echo "Can't find UseAIDA package."
    4360   exit
    4361 fi
    4362 
    4363 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4364   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4365 else
    4366 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_PlotExample" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_PlotExample" "${obuild_dir_project}/bin/." ;fi
    4367 fi
    4368 if [ "${obuild_find_exe}" = "" ] ; then
    4369   echo "Variable obuild_find_exe not defined."
    4370   exit
    4371 fi
    4372 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4373 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4374   echo "Can't find UseAIDA package."
    4375   exit
    4376 fi
    4377 
    4378 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4379   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4380 else
    4381 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_PlotWithStyles" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_PlotWithStyles" "${obuild_dir_project}/bin/." ;fi
    4382 fi
    4383 if [ "${obuild_find_exe}" = "" ] ; then
    4384   echo "Variable obuild_find_exe not defined."
    4385   exit
    4386 fi
    4387 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4388 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4389   echo "Can't find UseAIDA package."
    4390   exit
    4391 fi
    4392 
    4393 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4394   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4395 else
    4396 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_ProfileCreate" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_ProfileCreate" "${obuild_dir_project}/bin/." ;fi
    4397 fi
    4398 if [ "${obuild_find_exe}" = "" ] ; then
    4399   echo "Variable obuild_find_exe not defined."
    4400   exit
    4401 fi
    4402 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4403 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4404   echo "Can't find UseAIDA package."
    4405   exit
    4406 fi
    4407 
    4408 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4409   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4410 else
    4411 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_ProfileFill" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_ProfileFill" "${obuild_dir_project}/bin/." ;fi
    4412 fi
    4413 if [ "${obuild_find_exe}" = "" ] ; then
    4414   echo "Variable obuild_find_exe not defined."
    4415   exit
    4416 fi
    4417 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4418 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4419   echo "Can't find UseAIDA package."
    4420   exit
    4421 fi
    4422 
    4423 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4424   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4425 else
    4426 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Tree" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Tree" "${obuild_dir_project}/bin/." ;fi
    4427 fi
    4428 if [ "${obuild_find_exe}" = "" ] ; then
    4429   echo "Variable obuild_find_exe not defined."
    4430   exit
    4431 fi
    4432 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4433 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4434   echo "Can't find UseAIDA package."
    4435   exit
    4436 fi
    4437 
    4438 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4439   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4440 else
    4441 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Tuple" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Tuple" "${obuild_dir_project}/bin/." ;fi
    4442 fi
    4443 if [ "${obuild_find_exe}" = "" ] ; then
    4444   echo "Variable obuild_find_exe not defined."
    4445   exit
    4446 fi
    4447 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4448 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4449   echo "Can't find UseAIDA package."
    4450   exit
    4451 fi
    4452 
    4453 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4454   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4455 else
    4456 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_TupleCreate" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_TupleCreate" "${obuild_dir_project}/bin/." ;fi
    4457 fi
    4458 if [ "${obuild_find_exe}" = "" ] ; then
    4459   echo "Variable obuild_find_exe not defined."
    4460   exit
    4461 fi
    4462 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4463 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4464   echo "Can't find UseAIDA package."
    4465   exit
    4466 fi
    4467 
    4468 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4469   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4470 else
    4471 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_createAndFillTupleWithComplexStructure" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_createAndFillTupleWithComplexStructure" "${obuild_dir_project}/bin/." ;fi
    4472 fi
    4473 if [ "${obuild_find_exe}" = "" ] ; then
    4474   echo "Variable obuild_find_exe not defined."
    4475   exit
    4476 fi
    4477 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4478 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4479   echo "Can't find UseAIDA package."
    4480   exit
    4481 fi
    4482 
    4483 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4484   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4485 else
    4486 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_DataPointSetCreateFromData" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_DataPointSetCreateFromData" "${obuild_dir_project}/bin/." ;fi
    4487 fi
    4488 if [ "${obuild_find_exe}" = "" ] ; then
    4489   echo "Variable obuild_find_exe not defined."
    4490   exit
    4491 fi
    4492 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4493 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4494   echo "Can't find UseAIDA package."
    4495   exit
    4496 fi
    4497 
    4498 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4499   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4500 else
    4501 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Store" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Store" "${obuild_dir_project}/bin/." ;fi
    4502 fi
    4503 if [ "${obuild_find_exe}" = "" ] ; then
    4504   echo "Variable obuild_find_exe not defined."
    4505   exit
    4506 fi
    4507 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4508 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4509   echo "Can't find UseAIDA package."
    4510   exit
    4511 fi
    4512 
    4513 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4514   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4515 else
    4516 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Restore" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Restore" "${obuild_dir_project}/bin/." ;fi
    4517 fi
    4518 if [ "${obuild_find_exe}" = "" ] ; then
    4519   echo "Variable obuild_find_exe not defined."
    4520   exit
    4521 fi
    4522 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4523 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4524   echo "Can't find UseAIDA package."
    4525   exit
    4526 fi
    4527 
    4528 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4529   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4530 else
    4531 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Chi2FitToHistogram" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_Chi2FitToHistogram" "${obuild_dir_project}/bin/." ;fi
    4532 fi
    4533 if [ "${obuild_find_exe}" = "" ] ; then
    4534   echo "Variable obuild_find_exe not defined."
    4535   exit
    4536 fi
    4537 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4538 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4539   echo "Can't find UseAIDA package."
    4540   exit
    4541 fi
    4542 
    4543 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4544   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4545 else
    4546 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_ComplexFit" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_ComplexFit" "${obuild_dir_project}/bin/." ;fi
    4547 fi
    4548 if [ "${obuild_find_exe}" = "" ] ; then
    4549   echo "Variable obuild_find_exe not defined."
    4550   exit
    4551 fi
    4552 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4553 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4554   echo "Can't find UseAIDA package."
    4555   exit
    4556 fi
    4557 
    4558 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4559   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4560 else
    4561 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_CreateAndFitDataPointSet" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_CreateAndFitDataPointSet" "${obuild_dir_project}/bin/." ;fi
    4562 fi
    4563 if [ "${obuild_find_exe}" = "" ] ; then
    4564   echo "Variable obuild_find_exe not defined."
    4565   exit
    4566 fi
    4567 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4568 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4569   echo "Can't find UseAIDA package."
    4570   exit
    4571 fi
    4572 
    4573 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4574   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4575 else
    4576 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_FitExample" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_FitExample" "${obuild_dir_project}/bin/." ;fi
    4577 fi
    4578 if [ "${obuild_find_exe}" = "" ] ; then
    4579   echo "Variable obuild_find_exe not defined."
    4580   exit
    4581 fi
    4582 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4583 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4584   echo "Can't find UseAIDA package."
    4585   exit
    4586 fi
    4587 
    4588 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4589   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4590 else
    4591 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_ProfileFitAndPlot" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_ProfileFitAndPlot" "${obuild_dir_project}/bin/." ;fi
    4592 fi
    4593 if [ "${obuild_find_exe}" = "" ] ; then
    4594   echo "Variable obuild_find_exe not defined."
    4595   exit
    4596 fi
    4597 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4598 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4599   echo "Can't find UseAIDA package."
    4600   exit
    4601 fi
    4602 
    4603 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4604   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4605 else
    4606 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_ScanAndContour" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_ScanAndContour" "${obuild_dir_project}/bin/." ;fi
    4607 fi
    4608 if [ "${obuild_find_exe}" = "" ] ; then
    4609   echo "Variable obuild_find_exe not defined."
    4610   exit
    4611 fi
    4612 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4613 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4614   echo "Can't find UseAIDA package."
    4615   exit
    4616 fi
    4617 
    4618 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4619   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4620 else
    4621 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_SimpleFit" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_SimpleFit" "${obuild_dir_project}/bin/." ;fi
    4622 fi
    4623 if [ "${obuild_find_exe}" = "" ] ; then
    4624   echo "Variable obuild_find_exe not defined."
    4625   exit
    4626 fi
    4627 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4628 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4629   echo "Can't find UseAIDA package."
    4630   exit
    4631 fi
    4632 
    4633 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4634   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4635 else
    4636 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b1" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b1" "${obuild_dir_project}/bin/." ;fi
    4637 fi
    4638 if [ "${obuild_find_exe}" = "" ] ; then
    4639   echo "Variable obuild_find_exe not defined."
    4640   exit
    4641 fi
    4642 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4643 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4644   echo "Can't find UseAIDA package."
    4645   exit
    4646 fi
    4647 
    4648 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4649   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4650 else
    4651 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b2" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b2" "${obuild_dir_project}/bin/." ;fi
    4652 fi
    4653 if [ "${obuild_find_exe}" = "" ] ; then
    4654   echo "Variable obuild_find_exe not defined."
    4655   exit
    4656 fi
    4657 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4658 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4659   echo "Can't find UseAIDA package."
    4660   exit
    4661 fi
    4662 
    4663 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4664   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4665 else
    4666 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b3" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b3" "${obuild_dir_project}/bin/." ;fi
    4667 fi
    4668 if [ "${obuild_find_exe}" = "" ] ; then
    4669   echo "Variable obuild_find_exe not defined."
    4670   exit
    4671 fi
    4672 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4673 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4674   echo "Can't find UseAIDA package."
    4675   exit
    4676 fi
    4677 
    4678 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4679   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4680 else
    4681 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b4" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b4" "${obuild_dir_project}/bin/." ;fi
    4682 fi
    4683 if [ "${obuild_find_exe}" = "" ] ; then
    4684   echo "Variable obuild_find_exe not defined."
    4685   exit
    4686 fi
    4687 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4688 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4689   echo "Can't find UseAIDA package."
    4690   exit
    4691 fi
    4692 
    4693 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4694   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4695 else
    4696 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b5" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b5" "${obuild_dir_project}/bin/." ;fi
    4697 fi
    4698 if [ "${obuild_find_exe}" = "" ] ; then
    4699   echo "Variable obuild_find_exe not defined."
    4700   exit
    4701 fi
    4702 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4703 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4704   echo "Can't find UseAIDA package."
    4705   exit
    4706 fi
    4707 
    4708 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4709   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4710 else
    4711 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b6" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b6" "${obuild_dir_project}/bin/." ;fi
    4712 fi
    4713 if [ "${obuild_find_exe}" = "" ] ; then
    4714   echo "Variable obuild_find_exe not defined."
    4715   exit
    4716 fi
    4717 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4718 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4719   echo "Can't find UseAIDA package."
    4720   exit
    4721 fi
    4722 
    4723 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4724   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4725 else
    4726 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b7" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b7" "${obuild_dir_project}/bin/." ;fi
    4727 fi
    4728 if [ "${obuild_find_exe}" = "" ] ; then
    4729   echo "Variable obuild_find_exe not defined."
    4730   exit
    4731 fi
    4732 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4733 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4734   echo "Can't find UseAIDA package."
    4735   exit
    4736 fi
    4737 
    4738 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4739   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4740 else
    4741 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b8" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b8" "${obuild_dir_project}/bin/." ;fi
    4742 fi
    4743 if [ "${obuild_find_exe}" = "" ] ; then
    4744   echo "Variable obuild_find_exe not defined."
    4745   exit
    4746 fi
    4747 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4748 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4749   echo "Can't find UseAIDA package."
    4750   exit
    4751 fi
    4752 
    4753 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4754   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4755 else
    4756 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b11" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b11" "${obuild_dir_project}/bin/." ;fi
    4757 fi
    4758 if [ "${obuild_find_exe}" = "" ] ; then
    4759   echo "Variable obuild_find_exe not defined."
    4760   exit
    4761 fi
    4762 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4763 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4764   echo "Can't find UseAIDA package."
    4765   exit
    4766 fi
    4767 
    4768 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4769   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4770 else
    4771 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_DynamicLoad" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_DynamicLoad" "${obuild_dir_project}/bin/." ;fi
    4772 fi
    4773 if [ "${obuild_find_exe}" = "" ] ; then
    4774   echo "Variable obuild_find_exe not defined."
    4775   exit
    4776 fi
    4777 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4778 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4779   echo "Can't find UseAIDA package."
    4780   exit
    4781 fi
    4782 
    4783 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4784   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4785 else
    4786 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_jec" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_jec" "${obuild_dir_project}/bin/." ;fi
    4787 fi
    4788 if [ "${obuild_find_exe}" = "" ] ; then
    4789   echo "Variable obuild_find_exe not defined."
    4790   exit
    4791 fi
    4792 obuild_UseAIDA_path=`"${obuild_find_exe}" UseAIDA 'v1r0p2'`
    4793 if [ "${obuild_UseAIDA_path}" = "" ] ; then
    4794   echo "Can't find UseAIDA package."
    4795   exit
    4796 fi
    4797 
    4798 if [ ! -d "${obuild_UseAIDA_path}/${obuild_dir_bin}" ] ; then
    4799   echo "WARNNING : Directory ${obuild_UseAIDA_path}/${obuild_dir_bin} not found."
    4800 else
    4801 if [ -e "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_rmason" ] ; then  /bin/cp "${obuild_UseAIDA_path}/${obuild_dir_bin}/AIDA_example_rmason" "${obuild_dir_project}/bin/." ;fi
    4802 fi
    4803 if [ "${obuild_find_exe}" = "" ] ; then
    4804   echo "Variable obuild_find_exe not defined."
    4805   exit
    4806 fi
    4807 obuild_dvi2bitmap_path=`"${obuild_find_exe}" dvi2bitmap 'v1r0132p1'`
    4808 if [ "${obuild_dvi2bitmap_path}" = "" ] ; then
    4809   echo "Can't find dvi2bitmap package."
    4810   exit
    4811 fi
    4812 
    4813 if [ ! -d "${obuild_dvi2bitmap_path}/${obuild_dir_bin}" ] ; then
    4814   echo "WARNNING : Directory ${obuild_dvi2bitmap_path}/${obuild_dir_bin} not found."
    4815 else
    4816 if [ -e "${obuild_dvi2bitmap_path}/${obuild_dir_bin}/dvireport" ] ; then  /bin/cp "${obuild_dvi2bitmap_path}/${obuild_dir_bin}/dvireport" "${obuild_dir_project}/bin/." ;fi
    4817 fi
    4818 if [ "${obuild_find_exe}" = "" ] ; then
    4819   echo "Variable obuild_find_exe not defined."
    4820   exit
    4821 fi
    4822 obuild_dvi2bitmap_path=`"${obuild_find_exe}" dvi2bitmap 'v1r0132p1'`
    4823 if [ "${obuild_dvi2bitmap_path}" = "" ] ; then
    4824   echo "Can't find dvi2bitmap package."
    4825   exit
    4826 fi
    4827 
    4828 if [ ! -d "${obuild_dvi2bitmap_path}/${obuild_dir_bin}" ] ; then
    4829   echo "WARNNING : Directory ${obuild_dvi2bitmap_path}/${obuild_dir_bin} not found."
    4830 else
    4831 if [ -e "${obuild_dvi2bitmap_path}/${obuild_dir_bin}/dvi2bitmap" ] ; then  /bin/cp "${obuild_dvi2bitmap_path}/${obuild_dir_bin}/dvi2bitmap" "${obuild_dir_project}/bin/." ;fi
    4832 fi
    4833 if [ "${obuild_find_exe}" = "" ] ; then
    4834   echo "Variable obuild_find_exe not defined."
    4835   exit
    4836 fi
    4837 obuild_dvi2bitmap_path=`"${obuild_find_exe}" dvi2bitmap 'v1r0132p1'`
    4838 if [ "${obuild_dvi2bitmap_path}" = "" ] ; then
    4839   echo "Can't find dvi2bitmap package."
    4840   exit
    4841 fi
    4842 
    4843 if [ ! -d "${obuild_dvi2bitmap_path}/${obuild_dir_bin}" ] ; then
    4844   echo "WARNNING : Directory ${obuild_dvi2bitmap_path}/${obuild_dir_bin} not found."
    4845 else
    4846 if [ -e "${obuild_dvi2bitmap_path}/${obuild_dir_bin}/fontGeneration" ] ; then  /bin/cp "${obuild_dvi2bitmap_path}/${obuild_dir_bin}/fontGeneration" "${obuild_dir_project}/bin/." ;fi
    4847 fi
    4848 if [ "${obuild_find_exe}" = "" ] ; then
    4849   echo "Variable obuild_find_exe not defined."
    4850   exit
    4851 fi
    4852 obuild_freetype2_path=`"${obuild_find_exe}" freetype2 'v1r219p0'`
    4853 if [ "${obuild_freetype2_path}" = "" ] ; then
    4854   echo "Can't find freetype2 package."
    4855   exit
    4856 fi
    4857 
    4858 if [ ! -d "${obuild_freetype2_path}/${obuild_dir_bin}" ] ; then
    4859   echo "WARNNING : Directory ${obuild_freetype2_path}/${obuild_dir_bin} not found."
    4860 else
    4861 if [ -e "${obuild_freetype2_path}/${obuild_dir_bin}/freetypes_test_gb_0" ] ; then  /bin/cp "${obuild_freetype2_path}/${obuild_dir_bin}/freetypes_test_gb_0" "${obuild_dir_project}/bin/." ;fi
    4862 fi
    4863 if [ "${obuild_find_exe}" = "" ] ; then
    4864   echo "Variable obuild_find_exe not defined."
    4865   exit
    4866 fi
    4867 obuild_CoinGL_path=`"${obuild_find_exe}" CoinGL 'v1r244p0'`
    4868 if [ "${obuild_CoinGL_path}" = "" ] ; then
    4869   echo "Can't find CoinGL package."
    4870   exit
    4871 fi
    4872 
    4873 if [ ! -d "${obuild_CoinGL_path}/${obuild_dir_bin}" ] ; then
    4874   echo "WARNNING : Directory ${obuild_CoinGL_path}/${obuild_dir_bin} not found."
    4875 else
    4876 if [ -e "${obuild_CoinGL_path}/${obuild_dir_bin}/CoinGL_coin_config" ] ; then  /bin/cp "${obuild_CoinGL_path}/${obuild_dir_bin}/CoinGL_coin_config" "${obuild_dir_project}/bin/." ;fi
    4877 if [ -e "${obuild_CoinGL_path}/${obuild_dir_bin}/coin-config" ] ; then  /bin/cp "${obuild_CoinGL_path}/${obuild_dir_bin}/coin-config" "${obuild_dir_project}/bin/." ;fi
    4878 fi
    4879 if [ "${obuild_find_exe}" = "" ] ; then
    4880   echo "Variable obuild_find_exe not defined."
    4881   exit
    4882 fi
    4883 obuild_CoinGL_path=`"${obuild_find_exe}" CoinGL 'v1r244p0'`
    4884 if [ "${obuild_CoinGL_path}" = "" ] ; then
    4885   echo "Can't find CoinGL package."
    4886   exit
    4887 fi
    4888 
    4889 if [ ! -d "${obuild_CoinGL_path}/${obuild_dir_bin}" ] ; then
    4890   echo "WARNNING : Directory ${obuild_CoinGL_path}/${obuild_dir_bin} not found."
    4891 else
    4892 if [ -e "${obuild_CoinGL_path}/${obuild_dir_bin}/CoinGL_config_save" ] ; then  /bin/cp "${obuild_CoinGL_path}/${obuild_dir_bin}/CoinGL_config_save" "${obuild_dir_project}/bin/." ;fi
    4893 if [ -e "${obuild_CoinGL_path}/${obuild_dir_bin}/CoinGL_config_save.save" ] ; then  /bin/cp "${obuild_CoinGL_path}/${obuild_dir_bin}/CoinGL_config_save.save" "${obuild_dir_project}/bin/." ;fi
    4894 fi
    4895 if [ "${obuild_find_exe}" = "" ] ; then
    4896   echo "Variable obuild_find_exe not defined."
    4897   exit
    4898 fi
    4899 obuild_CoinXt_path=`"${obuild_find_exe}" CoinXt 'v1r122p0'`
    4900 if [ "${obuild_CoinXt_path}" = "" ] ; then
    4901   echo "Can't find CoinXt package."
    4902   exit
    4903 fi
    4904 
    4905 if [ ! -d "${obuild_CoinXt_path}/${obuild_dir_bin}" ] ; then
    4906   echo "WARNNING : Directory ${obuild_CoinXt_path}/${obuild_dir_bin} not found."
    4907 else
    4908 if [ -e "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_test_GL" ] ; then  /bin/cp "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_test_GL" "${obuild_dir_project}/bin/." ;fi
    4909 fi
    4910 if [ "${obuild_find_exe}" = "" ] ; then
    4911   echo "Variable obuild_find_exe not defined."
    4912   exit
    4913 fi
    4914 obuild_CoinXt_path=`"${obuild_find_exe}" CoinXt 'v1r122p0'`
    4915 if [ "${obuild_CoinXt_path}" = "" ] ; then
    4916   echo "Can't find CoinXt package."
    4917   exit
    4918 fi
    4919 
    4920 if [ ! -d "${obuild_CoinXt_path}/${obuild_dir_bin}" ] ; then
    4921   echo "WARNNING : Directory ${obuild_CoinXt_path}/${obuild_dir_bin} not found."
    4922 else
    4923 if [ -e "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_test_cube" ] ; then  /bin/cp "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_test_cube" "${obuild_dir_project}/bin/." ;fi
    4924 fi
    4925 if [ "${obuild_find_exe}" = "" ] ; then
    4926   echo "Variable obuild_find_exe not defined."
    4927   exit
    4928 fi
    4929 obuild_CoinXt_path=`"${obuild_find_exe}" CoinXt 'v1r122p0'`
    4930 if [ "${obuild_CoinXt_path}" = "" ] ; then
    4931   echo "Can't find CoinXt package."
    4932   exit
    4933 fi
    4934 
    4935 if [ ! -d "${obuild_CoinXt_path}/${obuild_dir_bin}" ] ; then
    4936   echo "WARNNING : Directory ${obuild_CoinXt_path}/${obuild_dir_bin} not found."
    4937 else
    4938 if [ -e "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_test_gui" ] ; then  /bin/cp "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_test_gui" "${obuild_dir_project}/bin/." ;fi
    4939 fi
    4940 if [ "${obuild_find_exe}" = "" ] ; then
    4941   echo "Variable obuild_find_exe not defined."
    4942   exit
    4943 fi
    4944 obuild_CoinXt_path=`"${obuild_find_exe}" CoinXt 'v1r122p0'`
    4945 if [ "${obuild_CoinXt_path}" = "" ] ; then
    4946   echo "Can't find CoinXt package."
    4947   exit
    4948 fi
    4949 
    4950 if [ ! -d "${obuild_CoinXt_path}/${obuild_dir_bin}" ] ; then
    4951   echo "WARNNING : Directory ${obuild_CoinXt_path}/${obuild_dir_bin} not found."
    4952 else
    4953 if [ -e "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_test_sceneViewer" ] ; then  /bin/cp "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_test_sceneViewer" "${obuild_dir_project}/bin/." ;fi
    4954 fi
    4955 if [ "${obuild_find_exe}" = "" ] ; then
    4956   echo "Variable obuild_find_exe not defined."
    4957   exit
    4958 fi
    4959 obuild_CoinXt_path=`"${obuild_find_exe}" CoinXt 'v1r122p0'`
    4960 if [ "${obuild_CoinXt_path}" = "" ] ; then
    4961   echo "Can't find CoinXt package."
    4962   exit
    4963 fi
    4964 
    4965 if [ ! -d "${obuild_CoinXt_path}/${obuild_dir_bin}" ] ; then
    4966   echo "WARNNING : Directory ${obuild_CoinXt_path}/${obuild_dir_bin} not found."
    4967 else
    4968 if [ -e "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_coin_config" ] ; then  /bin/cp "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_coin_config" "${obuild_dir_project}/bin/." ;fi
    4969 if [ -e "${obuild_CoinXt_path}/${obuild_dir_bin}/soxt-config" ] ; then  /bin/cp "${obuild_CoinXt_path}/${obuild_dir_bin}/soxt-config" "${obuild_dir_project}/bin/." ;fi
    4970 fi
    4971 if [ "${obuild_find_exe}" = "" ] ; then
    4972   echo "Variable obuild_find_exe not defined."
    4973   exit
    4974 fi
    4975 obuild_CoinXt_path=`"${obuild_find_exe}" CoinXt 'v1r122p0'`
    4976 if [ "${obuild_CoinXt_path}" = "" ] ; then
    4977   echo "Can't find CoinXt package."
    4978   exit
    4979 fi
    4980 
    4981 if [ ! -d "${obuild_CoinXt_path}/${obuild_dir_bin}" ] ; then
    4982   echo "WARNNING : Directory ${obuild_CoinXt_path}/${obuild_dir_bin} not found."
    4983 else
    4984 if [ -e "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_config_save" ] ; then  /bin/cp "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_config_save" "${obuild_dir_project}/bin/." ;fi
    4985 if [ -e "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_config_save.save" ] ; then  /bin/cp "${obuild_CoinXt_path}/${obuild_dir_bin}/CoinXt_config_save.save" "${obuild_dir_project}/bin/." ;fi
    4986 fi
    4987 if [ "${obuild_find_exe}" = "" ] ; then
    4988   echo "Variable obuild_find_exe not defined."
    4989   exit
    4990 fi
    4991 obuild_CoinQt_path=`"${obuild_find_exe}" CoinQt 'v1r130p0'`
    4992 if [ "${obuild_CoinQt_path}" = "" ] ; then
    4993   echo "Can't find CoinQt package."
    4994   exit
    4995 fi
    4996 
    4997 if [ ! -d "${obuild_CoinQt_path}/${obuild_dir_bin}" ] ; then
    4998   echo "WARNNING : Directory ${obuild_CoinQt_path}/${obuild_dir_bin} not found."
    4999 else
    5000 if [ -e "${obuild_CoinQt_path}/${obuild_dir_bin}/CoinQt_test_cube" ] ; then  /bin/cp "${obuild_CoinQt_path}/${obuild_dir_bin}/CoinQt_test_cube" "${obuild_dir_project}/bin/." ;fi
    5001 fi
    5002 if [ "${obuild_find_exe}" = "" ] ; then
    5003   echo "Variable obuild_find_exe not defined."
    5004   exit
    5005 fi
    5006 obuild_CoinQt_path=`"${obuild_find_exe}" CoinQt 'v1r130p0'`
    5007 if [ "${obuild_CoinQt_path}" = "" ] ; then
    5008   echo "Can't find CoinQt package."
    5009   exit
    5010 fi
    5011 
    5012 if [ ! -d "${obuild_CoinQt_path}/${obuild_dir_bin}" ] ; then
    5013   echo "WARNNING : Directory ${obuild_CoinQt_path}/${obuild_dir_bin} not found."
    5014 else
    5015 if [ -e "${obuild_CoinQt_path}/${obuild_dir_bin}/CoinQt_test_gui" ] ; then  /bin/cp "${obuild_CoinQt_path}/${obuild_dir_bin}/CoinQt_test_gui" "${obuild_dir_project}/bin/." ;fi
    5016 fi
    5017 if [ "${obuild_find_exe}" = "" ] ; then
    5018   echo "Variable obuild_find_exe not defined."
    5019   exit
    5020 fi
    5021 obuild_CoinQt_path=`"${obuild_find_exe}" CoinQt 'v1r130p0'`
    5022 if [ "${obuild_CoinQt_path}" = "" ] ; then
    5023   echo "Can't find CoinQt package."
    5024   exit
    5025 fi
    5026 
    5027 if [ ! -d "${obuild_CoinQt_path}/${obuild_dir_bin}" ] ; then
    5028   echo "WARNNING : Directory ${obuild_CoinQt_path}/${obuild_dir_bin} not found."
    5029 else
    5030 if [ -e "${obuild_CoinQt_path}/${obuild_dir_bin}/CoinQt_coin_config" ] ; then  /bin/cp "${obuild_CoinQt_path}/${obuild_dir_bin}/CoinQt_coin_config" "${obuild_dir_project}/bin/." ;fi
    5031 if [ -e "${obuild_CoinQt_path}/${obuild_dir_bin}/soqt-config" ] ; then  /bin/cp "${obuild_CoinQt_path}/${obuild_dir_bin}/soqt-config" "${obuild_dir_project}/bin/." ;fi
    5032 fi
    5033 if [ "${obuild_find_exe}" = "" ] ; then
    5034   echo "Variable obuild_find_exe not defined."
    5035   exit
    5036 fi
    5037 obuild_CoinQt_path=`"${obuild_find_exe}" CoinQt 'v1r130p0'`
    5038 if [ "${obuild_CoinQt_path}" = "" ] ; then
    5039   echo "Can't find CoinQt package."
    5040   exit
    5041 fi
    5042 
    5043 if [ ! -d "${obuild_CoinQt_path}/${obuild_dir_bin}" ] ; then
    5044   echo "WARNNING : Directory ${obuild_CoinQt_path}/${obuild_dir_bin} not found."
    5045 else
    5046 if [ -e "${obuild_CoinQt_path}/${obuild_dir_bin}/CoinQt_config_save" ] ; then  /bin/cp "${obuild_CoinQt_path}/${obuild_dir_bin}/CoinQt_config_save" "${obuild_dir_project}/bin/." ;fi
    5047 if [ -e "${obuild_CoinQt_path}/${obuild_dir_bin}/CoinQt_config_save.save" ] ; then  /bin/cp "${obuild_CoinQt_path}/${obuild_dir_bin}/CoinQt_config_save.save" "${obuild_dir_project}/bin/." ;fi
    5048 fi
    5049 if [ "${obuild_find_exe}" = "" ] ; then
    5050   echo "Variable obuild_find_exe not defined."
    5051   exit
    5052 fi
    5053 obuild_CoinPython_path=`"${obuild_find_exe}" CoinPython 'v1r0'`
    5054 if [ "${obuild_CoinPython_path}" = "" ] ; then
    5055   echo "Can't find CoinPython package."
    5056   exit
    5057 fi
    5058 
    5059 if [ ! -d "${obuild_CoinPython_path}/${obuild_dir_bin}" ] ; then
    5060   echo "WARNNING : Directory ${obuild_CoinPython_path}/${obuild_dir_bin} not found."
    5061 else
    5062 if [ -e "${obuild_CoinPython_path}/${obuild_dir_bin}/CoinPython_exa_0" ] ; then  /bin/cp "${obuild_CoinPython_path}/${obuild_dir_bin}/CoinPython_exa_0" "${obuild_dir_project}/bin/." ;fi
    5063 fi
    5064 if [ "${obuild_find_exe}" = "" ] ; then
    5065   echo "Variable obuild_find_exe not defined."
    5066   exit
    5067 fi
    5068 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5069 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5070   echo "Can't find HEPVis package."
    5071   exit
    5072 fi
    5073 
    5074 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5075   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5076 else
    5077 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_test_freetype" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_test_freetype" "${obuild_dir_project}/bin/." ;fi
    5078 fi
    5079 if [ "${obuild_find_exe}" = "" ] ; then
    5080   echo "Variable obuild_find_exe not defined."
    5081   exit
    5082 fi
    5083 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5084 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5085   echo "Can't find HEPVis package."
    5086   exit
    5087 fi
    5088 
    5089 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5090   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5091 else
    5092 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVisToStdIv" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVisToStdIv" "${obuild_dir_project}/bin/." ;fi
    5093 fi
    5094 if [ "${obuild_find_exe}" = "" ] ; then
    5095   echo "Variable obuild_find_exe not defined."
    5096   exit
    5097 fi
    5098 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5099 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5100   echo "Can't find HEPVis package."
    5101   exit
    5102 fi
    5103 
    5104 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5105   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5106 else
    5107 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_test_gluTess" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_test_gluTess" "${obuild_dir_project}/bin/." ;fi
    5108 fi
    5109 if [ "${obuild_find_exe}" = "" ] ; then
    5110   echo "Variable obuild_find_exe not defined."
    5111   exit
    5112 fi
    5113 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5114 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5115   echo "Can't find HEPVis package."
    5116   exit
    5117 fi
    5118 
    5119 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5120   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5121 else
    5122 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Pyramid_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Pyramid_Xt" "${obuild_dir_project}/bin/." ;fi
    5123 fi
    5124 if [ "${obuild_find_exe}" = "" ] ; then
    5125   echo "Variable obuild_find_exe not defined."
    5126   exit
    5127 fi
    5128 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5129 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5130   echo "Can't find HEPVis package."
    5131   exit
    5132 fi
    5133 
    5134 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5135   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5136 else
    5137 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_SimpleButton_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_SimpleButton_Xt" "${obuild_dir_project}/bin/." ;fi
    5138 fi
    5139 if [ "${obuild_find_exe}" = "" ] ; then
    5140   echo "Variable obuild_find_exe not defined."
    5141   exit
    5142 fi
    5143 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5144 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5145   echo "Can't find HEPVis package."
    5146   exit
    5147 fi
    5148 
    5149 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5150   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5151 else
    5152 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TextTTF_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TextTTF_Xt" "${obuild_dir_project}/bin/." ;fi
    5153 fi
    5154 if [ "${obuild_find_exe}" = "" ] ; then
    5155   echo "Variable obuild_find_exe not defined."
    5156   exit
    5157 fi
    5158 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5159 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5160   echo "Can't find HEPVis package."
    5161   exit
    5162 fi
    5163 
    5164 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5165   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5166 else
    5167 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TextHershey_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TextHershey_Xt" "${obuild_dir_project}/bin/." ;fi
    5168 fi
    5169 if [ "${obuild_find_exe}" = "" ] ; then
    5170   echo "Variable obuild_find_exe not defined."
    5171   exit
    5172 fi
    5173 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5174 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5175   echo "Can't find HEPVis package."
    5176   exit
    5177 fi
    5178 
    5179 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5180   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5181 else
    5182 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_ImageRegion_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_ImageRegion_Xt" "${obuild_dir_project}/bin/." ;fi
    5183 fi
    5184 if [ "${obuild_find_exe}" = "" ] ; then
    5185   echo "Variable obuild_find_exe not defined."
    5186   exit
    5187 fi
    5188 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5189 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5190   echo "Can't find HEPVis package."
    5191   exit
    5192 fi
    5193 
    5194 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5195   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5196 else
    5197 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_FontTTF_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_FontTTF_Xt" "${obuild_dir_project}/bin/." ;fi
    5198 fi
    5199 if [ "${obuild_find_exe}" = "" ] ; then
    5200   echo "Variable obuild_find_exe not defined."
    5201   exit
    5202 fi
    5203 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5204 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5205   echo "Can't find HEPVis package."
    5206   exit
    5207 fi
    5208 
    5209 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5210   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5211 else
    5212 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_MarkerSet_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_MarkerSet_Xt" "${obuild_dir_project}/bin/." ;fi
    5213 fi
    5214 if [ "${obuild_find_exe}" = "" ] ; then
    5215   echo "Variable obuild_find_exe not defined."
    5216   exit
    5217 fi
    5218 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5219 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5220   echo "Can't find HEPVis package."
    5221   exit
    5222 fi
    5223 
    5224 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5225   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5226 else
    5227 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Image_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Image_Xt" "${obuild_dir_project}/bin/." ;fi
    5228 fi
    5229 if [ "${obuild_find_exe}" = "" ] ; then
    5230   echo "Variable obuild_find_exe not defined."
    5231   exit
    5232 fi
    5233 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5234 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5235   echo "Can't find HEPVis package."
    5236   exit
    5237 fi
    5238 
    5239 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5240   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5241 else
    5242 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_SplineCurve_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_SplineCurve_Xt" "${obuild_dir_project}/bin/." ;fi
    5243 fi
    5244 if [ "${obuild_find_exe}" = "" ] ; then
    5245   echo "Variable obuild_find_exe not defined."
    5246   exit
    5247 fi
    5248 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5249 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5250   echo "Can't find HEPVis package."
    5251   exit
    5252 fi
    5253 
    5254 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5255   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5256 else
    5257 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TextVtk_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TextVtk_Xt" "${obuild_dir_project}/bin/." ;fi
    5258 fi
    5259 if [ "${obuild_find_exe}" = "" ] ; then
    5260   echo "Variable obuild_find_exe not defined."
    5261   exit
    5262 fi
    5263 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5264 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5265   echo "Can't find HEPVis package."
    5266   exit
    5267 fi
    5268 
    5269 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5270   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5271 else
    5272 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TestTexture_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TestTexture_Xt" "${obuild_dir_project}/bin/." ;fi
    5273 fi
    5274 if [ "${obuild_find_exe}" = "" ] ; then
    5275   echo "Variable obuild_find_exe not defined."
    5276   exit
    5277 fi
    5278 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5279 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5280   echo "Can't find HEPVis package."
    5281   exit
    5282 fi
    5283 
    5284 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5285   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5286 else
    5287 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_HEPVis99_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_HEPVis99_Xt" "${obuild_dir_project}/bin/." ;fi
    5288 fi
    5289 if [ "${obuild_find_exe}" = "" ] ; then
    5290   echo "Variable obuild_find_exe not defined."
    5291   exit
    5292 fi
    5293 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5294 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5295   echo "Can't find HEPVis package."
    5296   exit
    5297 fi
    5298 
    5299 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5300   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5301 else
    5302 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_FillContour_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_FillContour_Xt" "${obuild_dir_project}/bin/." ;fi
    5303 fi
    5304 if [ "${obuild_find_exe}" = "" ] ; then
    5305   echo "Variable obuild_find_exe not defined."
    5306   exit
    5307 fi
    5308 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5309 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5310   echo "Can't find HEPVis package."
    5311   exit
    5312 fi
    5313 
    5314 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5315   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5316 else
    5317 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_LatexImage_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_LatexImage_Xt" "${obuild_dir_project}/bin/." ;fi
    5318 fi
    5319 if [ "${obuild_find_exe}" = "" ] ; then
    5320   echo "Variable obuild_find_exe not defined."
    5321   exit
    5322 fi
    5323 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5324 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5325   echo "Can't find HEPVis package."
    5326   exit
    5327 fi
    5328 
    5329 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5330   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5331 else
    5332 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Grid_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Grid_Xt" "${obuild_dir_project}/bin/." ;fi
    5333 fi
    5334 if [ "${obuild_find_exe}" = "" ] ; then
    5335   echo "Variable obuild_find_exe not defined."
    5336   exit
    5337 fi
    5338 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5339 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5340   echo "Can't find HEPVis package."
    5341   exit
    5342 fi
    5343 
    5344 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5345   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5346 else
    5347 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_RulerRegion_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_RulerRegion_Xt" "${obuild_dir_project}/bin/." ;fi
    5348 fi
    5349 if [ "${obuild_find_exe}" = "" ] ; then
    5350   echo "Variable obuild_find_exe not defined."
    5351   exit
    5352 fi
    5353 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5354 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5355   echo "Can't find HEPVis package."
    5356   exit
    5357 fi
    5358 
    5359 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5360   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5361 else
    5362 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Axis_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Axis_Xt" "${obuild_dir_project}/bin/." ;fi
    5363 fi
    5364 if [ "${obuild_find_exe}" = "" ] ; then
    5365   echo "Variable obuild_find_exe not defined."
    5366   exit
    5367 fi
    5368 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5369 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5370   echo "Can't find HEPVis package."
    5371   exit
    5372 fi
    5373 
    5374 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5375   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5376 else
    5377 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Axes2D_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Axes2D_Xt" "${obuild_dir_project}/bin/." ;fi
    5378 fi
    5379 if [ "${obuild_find_exe}" = "" ] ; then
    5380   echo "Variable obuild_find_exe not defined."
    5381   exit
    5382 fi
    5383 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5384 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5385   echo "Can't find HEPVis package."
    5386   exit
    5387 fi
    5388 
    5389 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5390   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5391 else
    5392 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Axes3D_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Axes3D_Xt" "${obuild_dir_project}/bin/." ;fi
    5393 fi
    5394 if [ "${obuild_find_exe}" = "" ] ; then
    5395   echo "Variable obuild_find_exe not defined."
    5396   exit
    5397 fi
    5398 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5399 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5400   echo "Can't find HEPVis package."
    5401   exit
    5402 fi
    5403 
    5404 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5405   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5406 else
    5407 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_HatchBox_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_HatchBox_Xt" "${obuild_dir_project}/bin/." ;fi
    5408 fi
    5409 if [ "${obuild_find_exe}" = "" ] ; then
    5410   echo "Variable obuild_find_exe not defined."
    5411   exit
    5412 fi
    5413 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5414 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5415   echo "Can't find HEPVis package."
    5416   exit
    5417 fi
    5418 
    5419 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5420   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5421 else
    5422 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TestVRML_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TestVRML_Xt" "${obuild_dir_project}/bin/." ;fi
    5423 fi
    5424 if [ "${obuild_find_exe}" = "" ] ; then
    5425   echo "Variable obuild_find_exe not defined."
    5426   exit
    5427 fi
    5428 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5429 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5430   echo "Can't find HEPVis package."
    5431   exit
    5432 fi
    5433 
    5434 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5435   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5436 else
    5437 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TestKit_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TestKit_Xt" "${obuild_dir_project}/bin/." ;fi
    5438 fi
    5439 if [ "${obuild_find_exe}" = "" ] ; then
    5440   echo "Variable obuild_find_exe not defined."
    5441   exit
    5442 fi
    5443 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5444 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5445   echo "Can't find HEPVis package."
    5446   exit
    5447 fi
    5448 
    5449 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5450   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5451 else
    5452 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Polyhedron_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Polyhedron_Xt" "${obuild_dir_project}/bin/." ;fi
    5453 fi
    5454 if [ "${obuild_find_exe}" = "" ] ; then
    5455   echo "Variable obuild_find_exe not defined."
    5456   exit
    5457 fi
    5458 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5459 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5460   echo "Can't find HEPVis package."
    5461   exit
    5462 fi
    5463 
    5464 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5465   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5466 else
    5467 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_CoordinateAxis_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_CoordinateAxis_Xt" "${obuild_dir_project}/bin/." ;fi
    5468 fi
    5469 if [ "${obuild_find_exe}" = "" ] ; then
    5470   echo "Variable obuild_find_exe not defined."
    5471   exit
    5472 fi
    5473 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5474 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5475   echo "Can't find HEPVis package."
    5476   exit
    5477 fi
    5478 
    5479 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5480   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5481 else
    5482 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Torus_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Torus_Xt" "${obuild_dir_project}/bin/." ;fi
    5483 fi
    5484 if [ "${obuild_find_exe}" = "" ] ; then
    5485   echo "Variable obuild_find_exe not defined."
    5486   exit
    5487 fi
    5488 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5489 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5490   echo "Can't find HEPVis package."
    5491   exit
    5492 fi
    5493 
    5494 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5495   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5496 else
    5497 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Box_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Box_Xt" "${obuild_dir_project}/bin/." ;fi
    5498 fi
    5499 if [ "${obuild_find_exe}" = "" ] ; then
    5500   echo "Variable obuild_find_exe not defined."
    5501   exit
    5502 fi
    5503 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5504 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5505   echo "Can't find HEPVis package."
    5506   exit
    5507 fi
    5508 
    5509 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5510   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5511 else
    5512 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Cons_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Cons_Xt" "${obuild_dir_project}/bin/." ;fi
    5513 fi
    5514 if [ "${obuild_find_exe}" = "" ] ; then
    5515   echo "Variable obuild_find_exe not defined."
    5516   exit
    5517 fi
    5518 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5519 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5520   echo "Can't find HEPVis package."
    5521   exit
    5522 fi
    5523 
    5524 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5525   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5526 else
    5527 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Trap_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Trap_Xt" "${obuild_dir_project}/bin/." ;fi
    5528 fi
    5529 if [ "${obuild_find_exe}" = "" ] ; then
    5530   echo "Variable obuild_find_exe not defined."
    5531   exit
    5532 fi
    5533 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5534 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5535   echo "Can't find HEPVis package."
    5536   exit
    5537 fi
    5538 
    5539 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5540   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5541 else
    5542 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Trd_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Trd_Xt" "${obuild_dir_project}/bin/." ;fi
    5543 fi
    5544 if [ "${obuild_find_exe}" = "" ] ; then
    5545   echo "Variable obuild_find_exe not defined."
    5546   exit
    5547 fi
    5548 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5549 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5550   echo "Can't find HEPVis package."
    5551   exit
    5552 fi
    5553 
    5554 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5555   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5556 else
    5557 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Tubs_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Tubs_Xt" "${obuild_dir_project}/bin/." ;fi
    5558 fi
    5559 if [ "${obuild_find_exe}" = "" ] ; then
    5560   echo "Variable obuild_find_exe not defined."
    5561   exit
    5562 fi
    5563 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5564 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5565   echo "Can't find HEPVis package."
    5566   exit
    5567 fi
    5568 
    5569 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5570   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5571 else
    5572 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Arrow_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Arrow_Xt" "${obuild_dir_project}/bin/." ;fi
    5573 fi
    5574 if [ "${obuild_find_exe}" = "" ] ; then
    5575   echo "Variable obuild_find_exe not defined."
    5576   exit
    5577 fi
    5578 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5579 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5580   echo "Can't find HEPVis package."
    5581   exit
    5582 fi
    5583 
    5584 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5585   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5586 else
    5587 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Ellipsoid_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Ellipsoid_Xt" "${obuild_dir_project}/bin/." ;fi
    5588 fi
    5589 if [ "${obuild_find_exe}" = "" ] ; then
    5590   echo "Variable obuild_find_exe not defined."
    5591   exit
    5592 fi
    5593 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5594 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5595   echo "Can't find HEPVis package."
    5596   exit
    5597 fi
    5598 
    5599 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5600   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5601 else
    5602 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_EllipsoidSegment_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_EllipsoidSegment_Xt" "${obuild_dir_project}/bin/." ;fi
    5603 fi
    5604 if [ "${obuild_find_exe}" = "" ] ; then
    5605   echo "Variable obuild_find_exe not defined."
    5606   exit
    5607 fi
    5608 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5609 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5610   echo "Can't find HEPVis package."
    5611   exit
    5612 fi
    5613 
    5614 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5615   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5616 else
    5617 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_EllipticalPrism_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_EllipticalPrism_Xt" "${obuild_dir_project}/bin/." ;fi
    5618 fi
    5619 if [ "${obuild_find_exe}" = "" ] ; then
    5620   echo "Variable obuild_find_exe not defined."
    5621   exit
    5622 fi
    5623 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5624 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5625   echo "Can't find HEPVis package."
    5626   exit
    5627 fi
    5628 
    5629 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5630   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5631 else
    5632 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Pcon_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Pcon_Xt" "${obuild_dir_project}/bin/." ;fi
    5633 fi
    5634 if [ "${obuild_find_exe}" = "" ] ; then
    5635   echo "Variable obuild_find_exe not defined."
    5636   exit
    5637 fi
    5638 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5639 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5640   echo "Can't find HEPVis package."
    5641   exit
    5642 fi
    5643 
    5644 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5645   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5646 else
    5647 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_PolyVol_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_PolyVol_Xt" "${obuild_dir_project}/bin/." ;fi
    5648 fi
    5649 if [ "${obuild_find_exe}" = "" ] ; then
    5650   echo "Variable obuild_find_exe not defined."
    5651   exit
    5652 fi
    5653 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5654 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5655   echo "Can't find HEPVis package."
    5656   exit
    5657 fi
    5658 
    5659 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5660   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5661 else
    5662 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Test2D_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Test2D_Xt" "${obuild_dir_project}/bin/." ;fi
    5663 fi
    5664 if [ "${obuild_find_exe}" = "" ] ; then
    5665   echo "Variable obuild_find_exe not defined."
    5666   exit
    5667 fi
    5668 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5669 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5670   echo "Can't find HEPVis package."
    5671   exit
    5672 fi
    5673 
    5674 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5675   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5676 else
    5677 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_DetectorTreeKit_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_DetectorTreeKit_Xt" "${obuild_dir_project}/bin/." ;fi
    5678 fi
    5679 if [ "${obuild_find_exe}" = "" ] ; then
    5680   echo "Variable obuild_find_exe not defined."
    5681   exit
    5682 fi
    5683 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5684 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5685   echo "Can't find HEPVis package."
    5686   exit
    5687 fi
    5688 
    5689 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5690   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5691 else
    5692 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_TestWedge_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_TestWedge_Xt" "${obuild_dir_project}/bin/." ;fi
    5693 fi
    5694 if [ "${obuild_find_exe}" = "" ] ; then
    5695   echo "Variable obuild_find_exe not defined."
    5696   exit
    5697 fi
    5698 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5699 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5700   echo "Can't find HEPVis package."
    5701   exit
    5702 fi
    5703 
    5704 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5705   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5706 else
    5707 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_HelicalTrack_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_HelicalTrack_Xt" "${obuild_dir_project}/bin/." ;fi
    5708 fi
    5709 if [ "${obuild_find_exe}" = "" ] ; then
    5710   echo "Variable obuild_find_exe not defined."
    5711   exit
    5712 fi
    5713 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5714 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5715   echo "Can't find HEPVis package."
    5716   exit
    5717 fi
    5718 
    5719 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5720   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5721 else
    5722 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_DblSiStripDetKit_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_DblSiStripDetKit_Xt" "${obuild_dir_project}/bin/." ;fi
    5723 fi
    5724 if [ "${obuild_find_exe}" = "" ] ; then
    5725   echo "Variable obuild_find_exe not defined."
    5726   exit
    5727 fi
    5728 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5729 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5730   echo "Can't find HEPVis package."
    5731   exit
    5732 fi
    5733 
    5734 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5735   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5736 else
    5737 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_ReconTrack_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_ReconTrack_Xt" "${obuild_dir_project}/bin/." ;fi
    5738 fi
    5739 if [ "${obuild_find_exe}" = "" ] ; then
    5740   echo "Variable obuild_find_exe not defined."
    5741   exit
    5742 fi
    5743 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5744 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5745   echo "Can't find HEPVis package."
    5746   exit
    5747 fi
    5748 
    5749 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5750   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5751 else
    5752 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_SiStripDetKit_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_SiStripDetKit_Xt" "${obuild_dir_project}/bin/." ;fi
    5753 fi
    5754 if [ "${obuild_find_exe}" = "" ] ; then
    5755   echo "Variable obuild_find_exe not defined."
    5756   exit
    5757 fi
    5758 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5759 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5760   echo "Can't find HEPVis package."
    5761   exit
    5762 fi
    5763 
    5764 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5765   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5766 else
    5767 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_SiStrips_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_SiStrips_Xt" "${obuild_dir_project}/bin/." ;fi
    5768 fi
    5769 if [ "${obuild_find_exe}" = "" ] ; then
    5770   echo "Variable obuild_find_exe not defined."
    5771   exit
    5772 fi
    5773 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5774 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5775   echo "Can't find HEPVis package."
    5776   exit
    5777 fi
    5778 
    5779 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5780   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5781 else
    5782 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_StereoSiStripDetKit_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_StereoSiStripDetKit_Xt" "${obuild_dir_project}/bin/." ;fi
    5783 fi
    5784 if [ "${obuild_find_exe}" = "" ] ; then
    5785   echo "Variable obuild_find_exe not defined."
    5786   exit
    5787 fi
    5788 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5789 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5790   echo "Can't find HEPVis package."
    5791   exit
    5792 fi
    5793 
    5794 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5795   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5796 else
    5797 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_CrystalHit_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_CrystalHit_Xt" "${obuild_dir_project}/bin/." ;fi
    5798 fi
    5799 if [ "${obuild_find_exe}" = "" ] ; then
    5800   echo "Variable obuild_find_exe not defined."
    5801   exit
    5802 fi
    5803 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5804 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5805   echo "Can't find HEPVis package."
    5806   exit
    5807 fi
    5808 
    5809 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5810   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5811 else
    5812 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_HadEmCrystalHit_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_HadEmCrystalHit_Xt" "${obuild_dir_project}/bin/." ;fi
    5813 fi
    5814 if [ "${obuild_find_exe}" = "" ] ; then
    5815   echo "Variable obuild_find_exe not defined."
    5816   exit
    5817 fi
    5818 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5819 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5820   echo "Can't find HEPVis package."
    5821   exit
    5822 fi
    5823 
    5824 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5825   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5826 else
    5827 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_Jet_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_Jet_Xt" "${obuild_dir_project}/bin/." ;fi
    5828 fi
    5829 if [ "${obuild_find_exe}" = "" ] ; then
    5830   echo "Variable obuild_find_exe not defined."
    5831   exit
    5832 fi
    5833 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5834 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5835   echo "Can't find HEPVis package."
    5836   exit
    5837 fi
    5838 
    5839 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5840   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5841 else
    5842 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_VtxReconTrack_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_VtxReconTrack_Xt" "${obuild_dir_project}/bin/." ;fi
    5843 fi
    5844 if [ "${obuild_find_exe}" = "" ] ; then
    5845   echo "Variable obuild_find_exe not defined."
    5846   exit
    5847 fi
    5848 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5849 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5850   echo "Can't find HEPVis package."
    5851   exit
    5852 fi
    5853 
    5854 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5855   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5856 else
    5857 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_IdealTrackKit_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_IdealTrackKit_Xt" "${obuild_dir_project}/bin/." ;fi
    5858 fi
    5859 if [ "${obuild_find_exe}" = "" ] ; then
    5860   echo "Variable obuild_find_exe not defined."
    5861   exit
    5862 fi
    5863 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5864 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5865   echo "Can't find HEPVis package."
    5866   exit
    5867 fi
    5868 
    5869 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5870   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5871 else
    5872 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_MeterStickKit_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_MeterStickKit_Xt" "${obuild_dir_project}/bin/." ;fi
    5873 fi
    5874 if [ "${obuild_find_exe}" = "" ] ; then
    5875   echo "Variable obuild_find_exe not defined."
    5876   exit
    5877 fi
    5878 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5879 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5880   echo "Can't find HEPVis package."
    5881   exit
    5882 fi
    5883 
    5884 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5885   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5886 else
    5887 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_plotter_Plotter_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_plotter_Plotter_Xt" "${obuild_dir_project}/bin/." ;fi
    5888 fi
    5889 if [ "${obuild_find_exe}" = "" ] ; then
    5890   echo "Variable obuild_find_exe not defined."
    5891   exit
    5892 fi
    5893 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5894 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5895   echo "Can't find HEPVis package."
    5896   exit
    5897 fi
    5898 
    5899 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5900   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5901 else
    5902 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_plotter_Page_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_plotter_Page_Xt" "${obuild_dir_project}/bin/." ;fi
    5903 fi
    5904 if [ "${obuild_find_exe}" = "" ] ; then
    5905   echo "Variable obuild_find_exe not defined."
    5906   exit
    5907 fi
    5908 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5909 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5910   echo "Can't find HEPVis package."
    5911   exit
    5912 fi
    5913 
    5914 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5915   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5916 else
    5917 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Shell_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Shell_Xt" "${obuild_dir_project}/bin/." ;fi
    5918 fi
    5919 if [ "${obuild_find_exe}" = "" ] ; then
    5920   echo "Variable obuild_find_exe not defined."
    5921   exit
    5922 fi
    5923 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5924 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5925   echo "Can't find HEPVis package."
    5926   exit
    5927 fi
    5928 
    5929 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5930   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5931 else
    5932 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Command_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Command_Xt" "${obuild_dir_project}/bin/." ;fi
    5933 fi
    5934 if [ "${obuild_find_exe}" = "" ] ; then
    5935   echo "Variable obuild_find_exe not defined."
    5936   exit
    5937 fi
    5938 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5939 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5940   echo "Can't find HEPVis package."
    5941   exit
    5942 fi
    5943 
    5944 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5945   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5946 else
    5947 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Text_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Text_Xt" "${obuild_dir_project}/bin/." ;fi
    5948 fi
    5949 if [ "${obuild_find_exe}" = "" ] ; then
    5950   echo "Variable obuild_find_exe not defined."
    5951   exit
    5952 fi
    5953 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5954 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5955   echo "Can't find HEPVis package."
    5956   exit
    5957 fi
    5958 
    5959 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5960   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5961 else
    5962 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Primitive_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Primitive_Xt" "${obuild_dir_project}/bin/." ;fi
    5963 fi
    5964 if [ "${obuild_find_exe}" = "" ] ; then
    5965   echo "Variable obuild_find_exe not defined."
    5966   exit
    5967 fi
    5968 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5969 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5970   echo "Can't find HEPVis package."
    5971   exit
    5972 fi
    5973 
    5974 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5975   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5976 else
    5977 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_List_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_List_Xt" "${obuild_dir_project}/bin/." ;fi
    5978 fi
    5979 if [ "${obuild_find_exe}" = "" ] ; then
    5980   echo "Variable obuild_find_exe not defined."
    5981   exit
    5982 fi
    5983 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5984 if [ "${obuild_HEPVis_path}" = "" ] ; then
    5985   echo "Can't find HEPVis package."
    5986   exit
    5987 fi
    5988 
    5989 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    5990   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    5991 else
    5992 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_PushButton_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_PushButton_Xt" "${obuild_dir_project}/bin/." ;fi
    5993 fi
    5994 if [ "${obuild_find_exe}" = "" ] ; then
    5995   echo "Variable obuild_find_exe not defined."
    5996   exit
    5997 fi
    5998 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    5999 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6000   echo "Can't find HEPVis package."
    6001   exit
    6002 fi
    6003 
    6004 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6005   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6006 else
    6007 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_ArrowButton_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_ArrowButton_Xt" "${obuild_dir_project}/bin/." ;fi
    6008 fi
    6009 if [ "${obuild_find_exe}" = "" ] ; then
    6010   echo "Variable obuild_find_exe not defined."
    6011   exit
    6012 fi
    6013 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6014 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6015   echo "Can't find HEPVis package."
    6016   exit
    6017 fi
    6018 
    6019 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6020   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6021 else
    6022 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_FileSelectionBox_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_FileSelectionBox_Xt" "${obuild_dir_project}/bin/." ;fi
    6023 fi
    6024 if [ "${obuild_find_exe}" = "" ] ; then
    6025   echo "Variable obuild_find_exe not defined."
    6026   exit
    6027 fi
    6028 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6029 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6030   echo "Can't find HEPVis package."
    6031   exit
    6032 fi
    6033 
    6034 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6035   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6036 else
    6037 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Form_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Form_Xt" "${obuild_dir_project}/bin/." ;fi
    6038 fi
    6039 if [ "${obuild_find_exe}" = "" ] ; then
    6040   echo "Variable obuild_find_exe not defined."
    6041   exit
    6042 fi
    6043 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6044 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6045   echo "Can't find HEPVis package."
    6046   exit
    6047 fi
    6048 
    6049 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6050   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6051 else
    6052 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_ScrolledList_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_ScrolledList_Xt" "${obuild_dir_project}/bin/." ;fi
    6053 fi
    6054 if [ "${obuild_find_exe}" = "" ] ; then
    6055   echo "Variable obuild_find_exe not defined."
    6056   exit
    6057 fi
    6058 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6059 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6060   echo "Can't find HEPVis package."
    6061   exit
    6062 fi
    6063 
    6064 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6065   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6066 else
    6067 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_SelectionBox_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_SelectionBox_Xt" "${obuild_dir_project}/bin/." ;fi
    6068 fi
    6069 if [ "${obuild_find_exe}" = "" ] ; then
    6070   echo "Variable obuild_find_exe not defined."
    6071   exit
    6072 fi
    6073 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6074 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6075   echo "Can't find HEPVis package."
    6076   exit
    6077 fi
    6078 
    6079 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6080   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6081 else
    6082 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_FileSelection_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_FileSelection_Xt" "${obuild_dir_project}/bin/." ;fi
    6083 fi
    6084 if [ "${obuild_find_exe}" = "" ] ; then
    6085   echo "Variable obuild_find_exe not defined."
    6086   exit
    6087 fi
    6088 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6089 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6090   echo "Can't find HEPVis package."
    6091   exit
    6092 fi
    6093 
    6094 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6095   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6096 else
    6097 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Selection_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Selection_Xt" "${obuild_dir_project}/bin/." ;fi
    6098 fi
    6099 if [ "${obuild_find_exe}" = "" ] ; then
    6100   echo "Variable obuild_find_exe not defined."
    6101   exit
    6102 fi
    6103 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6104 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6105   echo "Can't find HEPVis package."
    6106   exit
    6107 fi
    6108 
    6109 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6110   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6111 else
    6112 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_plotter_GUI_Plotters_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_plotter_GUI_Plotters_Xt" "${obuild_dir_project}/bin/." ;fi
    6113 fi
    6114 if [ "${obuild_find_exe}" = "" ] ; then
    6115   echo "Variable obuild_find_exe not defined."
    6116   exit
    6117 fi
    6118 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6119 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6120   echo "Can't find HEPVis package."
    6121   exit
    6122 fi
    6123 
    6124 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6125   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6126 else
    6127 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_PainterViewer_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_PainterViewer_Xt" "${obuild_dir_project}/bin/." ;fi
    6128 fi
    6129 if [ "${obuild_find_exe}" = "" ] ; then
    6130   echo "Variable obuild_find_exe not defined."
    6131   exit
    6132 fi
    6133 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6134 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6135   echo "Can't find HEPVis package."
    6136   exit
    6137 fi
    6138 
    6139 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6140   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6141 else
    6142 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_HepEventViewer_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_HepEventViewer_Xt" "${obuild_dir_project}/bin/." ;fi
    6143 fi
    6144 if [ "${obuild_find_exe}" = "" ] ; then
    6145   echo "Variable obuild_find_exe not defined."
    6146   exit
    6147 fi
    6148 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6149 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6150   echo "Can't find HEPVis package."
    6151   exit
    6152 fi
    6153 
    6154 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6155   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6156 else
    6157 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_HepViewer_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_HepViewer_Xt" "${obuild_dir_project}/bin/." ;fi
    6158 fi
    6159 if [ "${obuild_find_exe}" = "" ] ; then
    6160   echo "Variable obuild_find_exe not defined."
    6161   exit
    6162 fi
    6163 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6164 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6165   echo "Can't find HEPVis package."
    6166   exit
    6167 fi
    6168 
    6169 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6170   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6171 else
    6172 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_XmColorChooser_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_XmColorChooser_Xt" "${obuild_dir_project}/bin/." ;fi
    6173 fi
    6174 if [ "${obuild_find_exe}" = "" ] ; then
    6175   echo "Variable obuild_find_exe not defined."
    6176   exit
    6177 fi
    6178 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6179 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6180   echo "Can't find HEPVis package."
    6181   exit
    6182 fi
    6183 
    6184 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6185   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6186 else
    6187 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_TestSoXtGui_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_TestSoXtGui_Xt" "${obuild_dir_project}/bin/." ;fi
    6188 fi
    6189 if [ "${obuild_find_exe}" = "" ] ; then
    6190   echo "Variable obuild_find_exe not defined."
    6191   exit
    6192 fi
    6193 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6194 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6195   echo "Can't find HEPVis package."
    6196   exit
    6197 fi
    6198 
    6199 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6200   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6201 else
    6202 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_TestHvTwig_Xt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_TestHvTwig_Xt" "${obuild_dir_project}/bin/." ;fi
    6203 fi
    6204 if [ "${obuild_find_exe}" = "" ] ; then
    6205   echo "Variable obuild_find_exe not defined."
    6206   exit
    6207 fi
    6208 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6209 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6210   echo "Can't find HEPVis package."
    6211   exit
    6212 fi
    6213 
    6214 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6215   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6216 else
    6217 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TextTTF_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TextTTF_Qt" "${obuild_dir_project}/bin/." ;fi
    6218 fi
    6219 if [ "${obuild_find_exe}" = "" ] ; then
    6220   echo "Variable obuild_find_exe not defined."
    6221   exit
    6222 fi
    6223 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6224 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6225   echo "Can't find HEPVis package."
    6226   exit
    6227 fi
    6228 
    6229 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6230   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6231 else
    6232 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Pyramid_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Pyramid_Qt" "${obuild_dir_project}/bin/." ;fi
    6233 fi
    6234 if [ "${obuild_find_exe}" = "" ] ; then
    6235   echo "Variable obuild_find_exe not defined."
    6236   exit
    6237 fi
    6238 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6239 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6240   echo "Can't find HEPVis package."
    6241   exit
    6242 fi
    6243 
    6244 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6245   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6246 else
    6247 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_SimpleButton_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_SimpleButton_Qt" "${obuild_dir_project}/bin/." ;fi
    6248 fi
    6249 if [ "${obuild_find_exe}" = "" ] ; then
    6250   echo "Variable obuild_find_exe not defined."
    6251   exit
    6252 fi
    6253 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6254 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6255   echo "Can't find HEPVis package."
    6256   exit
    6257 fi
    6258 
    6259 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6260   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6261 else
    6262 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TextHershey_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TextHershey_Qt" "${obuild_dir_project}/bin/." ;fi
    6263 fi
    6264 if [ "${obuild_find_exe}" = "" ] ; then
    6265   echo "Variable obuild_find_exe not defined."
    6266   exit
    6267 fi
    6268 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6269 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6270   echo "Can't find HEPVis package."
    6271   exit
    6272 fi
    6273 
    6274 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6275   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6276 else
    6277 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_ImageRegion_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_ImageRegion_Qt" "${obuild_dir_project}/bin/." ;fi
    6278 fi
    6279 if [ "${obuild_find_exe}" = "" ] ; then
    6280   echo "Variable obuild_find_exe not defined."
    6281   exit
    6282 fi
    6283 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6284 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6285   echo "Can't find HEPVis package."
    6286   exit
    6287 fi
    6288 
    6289 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6290   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6291 else
    6292 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_FontTTF_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_FontTTF_Qt" "${obuild_dir_project}/bin/." ;fi
    6293 fi
    6294 if [ "${obuild_find_exe}" = "" ] ; then
    6295   echo "Variable obuild_find_exe not defined."
    6296   exit
    6297 fi
    6298 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6299 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6300   echo "Can't find HEPVis package."
    6301   exit
    6302 fi
    6303 
    6304 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6305   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6306 else
    6307 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_MarkerSet_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_MarkerSet_Qt" "${obuild_dir_project}/bin/." ;fi
    6308 fi
    6309 if [ "${obuild_find_exe}" = "" ] ; then
    6310   echo "Variable obuild_find_exe not defined."
    6311   exit
    6312 fi
    6313 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6314 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6315   echo "Can't find HEPVis package."
    6316   exit
    6317 fi
    6318 
    6319 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6320   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6321 else
    6322 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Image_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Image_Qt" "${obuild_dir_project}/bin/." ;fi
    6323 fi
    6324 if [ "${obuild_find_exe}" = "" ] ; then
    6325   echo "Variable obuild_find_exe not defined."
    6326   exit
    6327 fi
    6328 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6329 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6330   echo "Can't find HEPVis package."
    6331   exit
    6332 fi
    6333 
    6334 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6335   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6336 else
    6337 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_SplineCurve_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_SplineCurve_Qt" "${obuild_dir_project}/bin/." ;fi
    6338 fi
    6339 if [ "${obuild_find_exe}" = "" ] ; then
    6340   echo "Variable obuild_find_exe not defined."
    6341   exit
    6342 fi
    6343 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6344 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6345   echo "Can't find HEPVis package."
    6346   exit
    6347 fi
    6348 
    6349 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6350   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6351 else
    6352 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TextVtk_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TextVtk_Qt" "${obuild_dir_project}/bin/." ;fi
    6353 fi
    6354 if [ "${obuild_find_exe}" = "" ] ; then
    6355   echo "Variable obuild_find_exe not defined."
    6356   exit
    6357 fi
    6358 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6359 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6360   echo "Can't find HEPVis package."
    6361   exit
    6362 fi
    6363 
    6364 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6365   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6366 else
    6367 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TestTexture_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_TestTexture_Qt" "${obuild_dir_project}/bin/." ;fi
    6368 fi
    6369 if [ "${obuild_find_exe}" = "" ] ; then
    6370   echo "Variable obuild_find_exe not defined."
    6371   exit
    6372 fi
    6373 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6374 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6375   echo "Can't find HEPVis package."
    6376   exit
    6377 fi
    6378 
    6379 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6380   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6381 else
    6382 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_HEPVis99_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_HEPVis99_Qt" "${obuild_dir_project}/bin/." ;fi
    6383 fi
    6384 if [ "${obuild_find_exe}" = "" ] ; then
    6385   echo "Variable obuild_find_exe not defined."
    6386   exit
    6387 fi
    6388 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6389 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6390   echo "Can't find HEPVis package."
    6391   exit
    6392 fi
    6393 
    6394 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6395   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6396 else
    6397 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_FillContour_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_FillContour_Qt" "${obuild_dir_project}/bin/." ;fi
    6398 fi
    6399 if [ "${obuild_find_exe}" = "" ] ; then
    6400   echo "Variable obuild_find_exe not defined."
    6401   exit
    6402 fi
    6403 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6404 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6405   echo "Can't find HEPVis package."
    6406   exit
    6407 fi
    6408 
    6409 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6410   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6411 else
    6412 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_LatexImage_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_LatexImage_Qt" "${obuild_dir_project}/bin/." ;fi
    6413 fi
    6414 if [ "${obuild_find_exe}" = "" ] ; then
    6415   echo "Variable obuild_find_exe not defined."
    6416   exit
    6417 fi
    6418 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6419 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6420   echo "Can't find HEPVis package."
    6421   exit
    6422 fi
    6423 
    6424 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6425   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6426 else
    6427 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Grid_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Grid_Qt" "${obuild_dir_project}/bin/." ;fi
    6428 fi
    6429 if [ "${obuild_find_exe}" = "" ] ; then
    6430   echo "Variable obuild_find_exe not defined."
    6431   exit
    6432 fi
    6433 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6434 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6435   echo "Can't find HEPVis package."
    6436   exit
    6437 fi
    6438 
    6439 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6440   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6441 else
    6442 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_RulerRegion_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_RulerRegion_Qt" "${obuild_dir_project}/bin/." ;fi
    6443 fi
    6444 if [ "${obuild_find_exe}" = "" ] ; then
    6445   echo "Variable obuild_find_exe not defined."
    6446   exit
    6447 fi
    6448 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6449 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6450   echo "Can't find HEPVis package."
    6451   exit
    6452 fi
    6453 
    6454 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6455   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6456 else
    6457 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Axis_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Axis_Qt" "${obuild_dir_project}/bin/." ;fi
    6458 fi
    6459 if [ "${obuild_find_exe}" = "" ] ; then
    6460   echo "Variable obuild_find_exe not defined."
    6461   exit
    6462 fi
    6463 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6464 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6465   echo "Can't find HEPVis package."
    6466   exit
    6467 fi
    6468 
    6469 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6470   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6471 else
    6472 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Axes2D_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Axes2D_Qt" "${obuild_dir_project}/bin/." ;fi
    6473 fi
    6474 if [ "${obuild_find_exe}" = "" ] ; then
    6475   echo "Variable obuild_find_exe not defined."
    6476   exit
    6477 fi
    6478 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6479 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6480   echo "Can't find HEPVis package."
    6481   exit
    6482 fi
    6483 
    6484 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6485   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6486 else
    6487 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Axes3D_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_Axes3D_Qt" "${obuild_dir_project}/bin/." ;fi
    6488 fi
    6489 if [ "${obuild_find_exe}" = "" ] ; then
    6490   echo "Variable obuild_find_exe not defined."
    6491   exit
    6492 fi
    6493 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6494 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6495   echo "Can't find HEPVis package."
    6496   exit
    6497 fi
    6498 
    6499 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6500   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6501 else
    6502 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_HatchBox_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_utils_HatchBox_Qt" "${obuild_dir_project}/bin/." ;fi
    6503 fi
    6504 if [ "${obuild_find_exe}" = "" ] ; then
    6505   echo "Variable obuild_find_exe not defined."
    6506   exit
    6507 fi
    6508 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6509 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6510   echo "Can't find HEPVis package."
    6511   exit
    6512 fi
    6513 
    6514 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6515   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6516 else
    6517 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Polyhedron_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Polyhedron_Qt" "${obuild_dir_project}/bin/." ;fi
    6518 fi
    6519 if [ "${obuild_find_exe}" = "" ] ; then
    6520   echo "Variable obuild_find_exe not defined."
    6521   exit
    6522 fi
    6523 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6524 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6525   echo "Can't find HEPVis package."
    6526   exit
    6527 fi
    6528 
    6529 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6530   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6531 else
    6532 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_CoordinateAxis_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_CoordinateAxis_Qt" "${obuild_dir_project}/bin/." ;fi
    6533 fi
    6534 if [ "${obuild_find_exe}" = "" ] ; then
    6535   echo "Variable obuild_find_exe not defined."
    6536   exit
    6537 fi
    6538 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6539 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6540   echo "Can't find HEPVis package."
    6541   exit
    6542 fi
    6543 
    6544 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6545   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6546 else
    6547 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Torus_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Torus_Qt" "${obuild_dir_project}/bin/." ;fi
    6548 fi
    6549 if [ "${obuild_find_exe}" = "" ] ; then
    6550   echo "Variable obuild_find_exe not defined."
    6551   exit
    6552 fi
    6553 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6554 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6555   echo "Can't find HEPVis package."
    6556   exit
    6557 fi
    6558 
    6559 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6560   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6561 else
    6562 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Box_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Box_Qt" "${obuild_dir_project}/bin/." ;fi
    6563 fi
    6564 if [ "${obuild_find_exe}" = "" ] ; then
    6565   echo "Variable obuild_find_exe not defined."
    6566   exit
    6567 fi
    6568 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6569 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6570   echo "Can't find HEPVis package."
    6571   exit
    6572 fi
    6573 
    6574 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6575   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6576 else
    6577 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Cons_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Cons_Qt" "${obuild_dir_project}/bin/." ;fi
    6578 fi
    6579 if [ "${obuild_find_exe}" = "" ] ; then
    6580   echo "Variable obuild_find_exe not defined."
    6581   exit
    6582 fi
    6583 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6584 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6585   echo "Can't find HEPVis package."
    6586   exit
    6587 fi
    6588 
    6589 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6590   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6591 else
    6592 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Trap_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Trap_Qt" "${obuild_dir_project}/bin/." ;fi
    6593 fi
    6594 if [ "${obuild_find_exe}" = "" ] ; then
    6595   echo "Variable obuild_find_exe not defined."
    6596   exit
    6597 fi
    6598 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6599 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6600   echo "Can't find HEPVis package."
    6601   exit
    6602 fi
    6603 
    6604 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6605   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6606 else
    6607 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Trd_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Trd_Qt" "${obuild_dir_project}/bin/." ;fi
    6608 fi
    6609 if [ "${obuild_find_exe}" = "" ] ; then
    6610   echo "Variable obuild_find_exe not defined."
    6611   exit
    6612 fi
    6613 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6614 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6615   echo "Can't find HEPVis package."
    6616   exit
    6617 fi
    6618 
    6619 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6620   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6621 else
    6622 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Tubs_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Tubs_Qt" "${obuild_dir_project}/bin/." ;fi
    6623 fi
    6624 if [ "${obuild_find_exe}" = "" ] ; then
    6625   echo "Variable obuild_find_exe not defined."
    6626   exit
    6627 fi
    6628 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6629 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6630   echo "Can't find HEPVis package."
    6631   exit
    6632 fi
    6633 
    6634 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6635   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6636 else
    6637 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Arrow_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Arrow_Qt" "${obuild_dir_project}/bin/." ;fi
    6638 fi
    6639 if [ "${obuild_find_exe}" = "" ] ; then
    6640   echo "Variable obuild_find_exe not defined."
    6641   exit
    6642 fi
    6643 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6644 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6645   echo "Can't find HEPVis package."
    6646   exit
    6647 fi
    6648 
    6649 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6650   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6651 else
    6652 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Ellipsoid_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Ellipsoid_Qt" "${obuild_dir_project}/bin/." ;fi
    6653 fi
    6654 if [ "${obuild_find_exe}" = "" ] ; then
    6655   echo "Variable obuild_find_exe not defined."
    6656   exit
    6657 fi
    6658 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6659 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6660   echo "Can't find HEPVis package."
    6661   exit
    6662 fi
    6663 
    6664 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6665   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6666 else
    6667 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_EllipsoidSegment_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_EllipsoidSegment_Qt" "${obuild_dir_project}/bin/." ;fi
    6668 fi
    6669 if [ "${obuild_find_exe}" = "" ] ; then
    6670   echo "Variable obuild_find_exe not defined."
    6671   exit
    6672 fi
    6673 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6674 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6675   echo "Can't find HEPVis package."
    6676   exit
    6677 fi
    6678 
    6679 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6680   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6681 else
    6682 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_EllipticalPrism_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_EllipticalPrism_Qt" "${obuild_dir_project}/bin/." ;fi
    6683 fi
    6684 if [ "${obuild_find_exe}" = "" ] ; then
    6685   echo "Variable obuild_find_exe not defined."
    6686   exit
    6687 fi
    6688 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6689 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6690   echo "Can't find HEPVis package."
    6691   exit
    6692 fi
    6693 
    6694 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6695   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6696 else
    6697 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Pcon_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Pcon_Qt" "${obuild_dir_project}/bin/." ;fi
    6698 fi
    6699 if [ "${obuild_find_exe}" = "" ] ; then
    6700   echo "Variable obuild_find_exe not defined."
    6701   exit
    6702 fi
    6703 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6704 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6705   echo "Can't find HEPVis package."
    6706   exit
    6707 fi
    6708 
    6709 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6710   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6711 else
    6712 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_PolyVol_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_PolyVol_Qt" "${obuild_dir_project}/bin/." ;fi
    6713 fi
    6714 if [ "${obuild_find_exe}" = "" ] ; then
    6715   echo "Variable obuild_find_exe not defined."
    6716   exit
    6717 fi
    6718 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6719 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6720   echo "Can't find HEPVis package."
    6721   exit
    6722 fi
    6723 
    6724 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6725   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6726 else
    6727 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Test2D_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_geometry_Test2D_Qt" "${obuild_dir_project}/bin/." ;fi
    6728 fi
    6729 if [ "${obuild_find_exe}" = "" ] ; then
    6730   echo "Variable obuild_find_exe not defined."
    6731   exit
    6732 fi
    6733 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6734 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6735   echo "Can't find HEPVis package."
    6736   exit
    6737 fi
    6738 
    6739 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6740   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6741 else
    6742 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_DetectorTreeKit_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_DetectorTreeKit_Qt" "${obuild_dir_project}/bin/." ;fi
    6743 fi
    6744 if [ "${obuild_find_exe}" = "" ] ; then
    6745   echo "Variable obuild_find_exe not defined."
    6746   exit
    6747 fi
    6748 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6749 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6750   echo "Can't find HEPVis package."
    6751   exit
    6752 fi
    6753 
    6754 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6755   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6756 else
    6757 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_TestWedge_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_TestWedge_Qt" "${obuild_dir_project}/bin/." ;fi
    6758 fi
    6759 if [ "${obuild_find_exe}" = "" ] ; then
    6760   echo "Variable obuild_find_exe not defined."
    6761   exit
    6762 fi
    6763 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6764 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6765   echo "Can't find HEPVis package."
    6766   exit
    6767 fi
    6768 
    6769 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6770   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6771 else
    6772 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_HelicalTrack_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_HelicalTrack_Qt" "${obuild_dir_project}/bin/." ;fi
    6773 fi
    6774 if [ "${obuild_find_exe}" = "" ] ; then
    6775   echo "Variable obuild_find_exe not defined."
    6776   exit
    6777 fi
    6778 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6779 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6780   echo "Can't find HEPVis package."
    6781   exit
    6782 fi
    6783 
    6784 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6785   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6786 else
    6787 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_DblSiStripDetKit_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_DblSiStripDetKit_Qt" "${obuild_dir_project}/bin/." ;fi
    6788 fi
    6789 if [ "${obuild_find_exe}" = "" ] ; then
    6790   echo "Variable obuild_find_exe not defined."
    6791   exit
    6792 fi
    6793 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6794 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6795   echo "Can't find HEPVis package."
    6796   exit
    6797 fi
    6798 
    6799 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6800   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6801 else
    6802 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_ReconTrack_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_ReconTrack_Qt" "${obuild_dir_project}/bin/." ;fi
    6803 fi
    6804 if [ "${obuild_find_exe}" = "" ] ; then
    6805   echo "Variable obuild_find_exe not defined."
    6806   exit
    6807 fi
    6808 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6809 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6810   echo "Can't find HEPVis package."
    6811   exit
    6812 fi
    6813 
    6814 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6815   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6816 else
    6817 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_SiStripDetKit_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_SiStripDetKit_Qt" "${obuild_dir_project}/bin/." ;fi
    6818 fi
    6819 if [ "${obuild_find_exe}" = "" ] ; then
    6820   echo "Variable obuild_find_exe not defined."
    6821   exit
    6822 fi
    6823 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6824 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6825   echo "Can't find HEPVis package."
    6826   exit
    6827 fi
    6828 
    6829 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6830   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6831 else
    6832 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_SiStrips_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_SiStrips_Qt" "${obuild_dir_project}/bin/." ;fi
    6833 fi
    6834 if [ "${obuild_find_exe}" = "" ] ; then
    6835   echo "Variable obuild_find_exe not defined."
    6836   exit
    6837 fi
    6838 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6839 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6840   echo "Can't find HEPVis package."
    6841   exit
    6842 fi
    6843 
    6844 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6845   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6846 else
    6847 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_StereoSiStripDetKit_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_StereoSiStripDetKit_Qt" "${obuild_dir_project}/bin/." ;fi
    6848 fi
    6849 if [ "${obuild_find_exe}" = "" ] ; then
    6850   echo "Variable obuild_find_exe not defined."
    6851   exit
    6852 fi
    6853 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6854 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6855   echo "Can't find HEPVis package."
    6856   exit
    6857 fi
    6858 
    6859 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6860   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6861 else
    6862 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_CrystalHit_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_CrystalHit_Qt" "${obuild_dir_project}/bin/." ;fi
    6863 fi
    6864 if [ "${obuild_find_exe}" = "" ] ; then
    6865   echo "Variable obuild_find_exe not defined."
    6866   exit
    6867 fi
    6868 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6869 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6870   echo "Can't find HEPVis package."
    6871   exit
    6872 fi
    6873 
    6874 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6875   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6876 else
    6877 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_HadEmCrystalHit_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_HadEmCrystalHit_Qt" "${obuild_dir_project}/bin/." ;fi
    6878 fi
    6879 if [ "${obuild_find_exe}" = "" ] ; then
    6880   echo "Variable obuild_find_exe not defined."
    6881   exit
    6882 fi
    6883 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6884 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6885   echo "Can't find HEPVis package."
    6886   exit
    6887 fi
    6888 
    6889 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6890   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6891 else
    6892 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_Jet_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_Jet_Qt" "${obuild_dir_project}/bin/." ;fi
    6893 fi
    6894 if [ "${obuild_find_exe}" = "" ] ; then
    6895   echo "Variable obuild_find_exe not defined."
    6896   exit
    6897 fi
    6898 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6899 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6900   echo "Can't find HEPVis package."
    6901   exit
    6902 fi
    6903 
    6904 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6905   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6906 else
    6907 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_VtxReconTrack_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_VtxReconTrack_Qt" "${obuild_dir_project}/bin/." ;fi
    6908 fi
    6909 if [ "${obuild_find_exe}" = "" ] ; then
    6910   echo "Variable obuild_find_exe not defined."
    6911   exit
    6912 fi
    6913 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6914 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6915   echo "Can't find HEPVis package."
    6916   exit
    6917 fi
    6918 
    6919 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6920   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6921 else
    6922 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_IdealTrackKit_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_IdealTrackKit_Qt" "${obuild_dir_project}/bin/." ;fi
    6923 fi
    6924 if [ "${obuild_find_exe}" = "" ] ; then
    6925   echo "Variable obuild_find_exe not defined."
    6926   exit
    6927 fi
    6928 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6929 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6930   echo "Can't find HEPVis package."
    6931   exit
    6932 fi
    6933 
    6934 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6935   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6936 else
    6937 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_MeterStickKit_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_detector_MeterStickKit_Qt" "${obuild_dir_project}/bin/." ;fi
    6938 fi
    6939 if [ "${obuild_find_exe}" = "" ] ; then
    6940   echo "Variable obuild_find_exe not defined."
    6941   exit
    6942 fi
    6943 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6944 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6945   echo "Can't find HEPVis package."
    6946   exit
    6947 fi
    6948 
    6949 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6950   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6951 else
    6952 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_plotter_Plotter_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_plotter_Plotter_Qt" "${obuild_dir_project}/bin/." ;fi
    6953 fi
    6954 if [ "${obuild_find_exe}" = "" ] ; then
    6955   echo "Variable obuild_find_exe not defined."
    6956   exit
    6957 fi
    6958 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6959 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6960   echo "Can't find HEPVis package."
    6961   exit
    6962 fi
    6963 
    6964 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6965   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6966 else
    6967 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_plotter_Page_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_plotter_Page_Qt" "${obuild_dir_project}/bin/." ;fi
    6968 fi
    6969 if [ "${obuild_find_exe}" = "" ] ; then
    6970   echo "Variable obuild_find_exe not defined."
    6971   exit
    6972 fi
    6973 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6974 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6975   echo "Can't find HEPVis package."
    6976   exit
    6977 fi
    6978 
    6979 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6980   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6981 else
    6982 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Shell_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Shell_Qt" "${obuild_dir_project}/bin/." ;fi
    6983 fi
    6984 if [ "${obuild_find_exe}" = "" ] ; then
    6985   echo "Variable obuild_find_exe not defined."
    6986   exit
    6987 fi
    6988 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    6989 if [ "${obuild_HEPVis_path}" = "" ] ; then
    6990   echo "Can't find HEPVis package."
    6991   exit
    6992 fi
    6993 
    6994 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    6995   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    6996 else
    6997 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Command_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Command_Qt" "${obuild_dir_project}/bin/." ;fi
    6998 fi
    6999 if [ "${obuild_find_exe}" = "" ] ; then
    7000   echo "Variable obuild_find_exe not defined."
    7001   exit
    7002 fi
    7003 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7004 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7005   echo "Can't find HEPVis package."
    7006   exit
    7007 fi
    7008 
    7009 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7010   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7011 else
    7012 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Text_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Text_Qt" "${obuild_dir_project}/bin/." ;fi
    7013 fi
    7014 if [ "${obuild_find_exe}" = "" ] ; then
    7015   echo "Variable obuild_find_exe not defined."
    7016   exit
    7017 fi
    7018 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7019 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7020   echo "Can't find HEPVis package."
    7021   exit
    7022 fi
    7023 
    7024 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7025   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7026 else
    7027 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Primitive_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Primitive_Qt" "${obuild_dir_project}/bin/." ;fi
    7028 fi
    7029 if [ "${obuild_find_exe}" = "" ] ; then
    7030   echo "Variable obuild_find_exe not defined."
    7031   exit
    7032 fi
    7033 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7034 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7035   echo "Can't find HEPVis package."
    7036   exit
    7037 fi
    7038 
    7039 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7040   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7041 else
    7042 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_List_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_List_Qt" "${obuild_dir_project}/bin/." ;fi
    7043 fi
    7044 if [ "${obuild_find_exe}" = "" ] ; then
    7045   echo "Variable obuild_find_exe not defined."
    7046   exit
    7047 fi
    7048 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7049 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7050   echo "Can't find HEPVis package."
    7051   exit
    7052 fi
    7053 
    7054 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7055   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7056 else
    7057 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_PushButton_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_PushButton_Qt" "${obuild_dir_project}/bin/." ;fi
    7058 fi
    7059 if [ "${obuild_find_exe}" = "" ] ; then
    7060   echo "Variable obuild_find_exe not defined."
    7061   exit
    7062 fi
    7063 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7064 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7065   echo "Can't find HEPVis package."
    7066   exit
    7067 fi
    7068 
    7069 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7070   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7071 else
    7072 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_ArrowButton_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_ArrowButton_Qt" "${obuild_dir_project}/bin/." ;fi
    7073 fi
    7074 if [ "${obuild_find_exe}" = "" ] ; then
    7075   echo "Variable obuild_find_exe not defined."
    7076   exit
    7077 fi
    7078 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7079 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7080   echo "Can't find HEPVis package."
    7081   exit
    7082 fi
    7083 
    7084 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7085   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7086 else
    7087 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_FileSelectionBox_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_FileSelectionBox_Qt" "${obuild_dir_project}/bin/." ;fi
    7088 fi
    7089 if [ "${obuild_find_exe}" = "" ] ; then
    7090   echo "Variable obuild_find_exe not defined."
    7091   exit
    7092 fi
    7093 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7094 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7095   echo "Can't find HEPVis package."
    7096   exit
    7097 fi
    7098 
    7099 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7100   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7101 else
    7102 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Form_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Form_Qt" "${obuild_dir_project}/bin/." ;fi
    7103 fi
    7104 if [ "${obuild_find_exe}" = "" ] ; then
    7105   echo "Variable obuild_find_exe not defined."
    7106   exit
    7107 fi
    7108 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7109 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7110   echo "Can't find HEPVis package."
    7111   exit
    7112 fi
    7113 
    7114 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7115   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7116 else
    7117 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_ScrolledList_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_ScrolledList_Qt" "${obuild_dir_project}/bin/." ;fi
    7118 fi
    7119 if [ "${obuild_find_exe}" = "" ] ; then
    7120   echo "Variable obuild_find_exe not defined."
    7121   exit
    7122 fi
    7123 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7124 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7125   echo "Can't find HEPVis package."
    7126   exit
    7127 fi
    7128 
    7129 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7130   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7131 else
    7132 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_SelectionBox_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_SelectionBox_Qt" "${obuild_dir_project}/bin/." ;fi
    7133 fi
    7134 if [ "${obuild_find_exe}" = "" ] ; then
    7135   echo "Variable obuild_find_exe not defined."
    7136   exit
    7137 fi
    7138 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7139 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7140   echo "Can't find HEPVis package."
    7141   exit
    7142 fi
    7143 
    7144 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7145   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7146 else
    7147 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_FileSelection_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_FileSelection_Qt" "${obuild_dir_project}/bin/." ;fi
    7148 fi
    7149 if [ "${obuild_find_exe}" = "" ] ; then
    7150   echo "Variable obuild_find_exe not defined."
    7151   exit
    7152 fi
    7153 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7154 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7155   echo "Can't find HEPVis package."
    7156   exit
    7157 fi
    7158 
    7159 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7160   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7161 else
    7162 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Selection_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_GUI_Selection_Qt" "${obuild_dir_project}/bin/." ;fi
    7163 fi
    7164 if [ "${obuild_find_exe}" = "" ] ; then
    7165   echo "Variable obuild_find_exe not defined."
    7166   exit
    7167 fi
    7168 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7169 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7170   echo "Can't find HEPVis package."
    7171   exit
    7172 fi
    7173 
    7174 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7175   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7176 else
    7177 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_plotter_GUI_Plotters_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_plotter_GUI_Plotters_Qt" "${obuild_dir_project}/bin/." ;fi
    7178 fi
    7179 if [ "${obuild_find_exe}" = "" ] ; then
    7180   echo "Variable obuild_find_exe not defined."
    7181   exit
    7182 fi
    7183 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7184 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7185   echo "Can't find HEPVis package."
    7186   exit
    7187 fi
    7188 
    7189 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7190   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7191 else
    7192 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_PainterViewer_Qt" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_PainterViewer_Qt" "${obuild_dir_project}/bin/." ;fi
    7193 fi
    7194 if [ "${obuild_find_exe}" = "" ] ; then
    7195   echo "Variable obuild_find_exe not defined."
    7196   exit
    7197 fi
    7198 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7199 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7200   echo "Can't find HEPVis package."
    7201   exit
    7202 fi
    7203 
    7204 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7205   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7206 else
    7207 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_Game_SDL" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_Game_SDL" "${obuild_dir_project}/bin/." ;fi
    7208 fi
    7209 if [ "${obuild_find_exe}" = "" ] ; then
    7210   echo "Variable obuild_find_exe not defined."
    7211   exit
    7212 fi
    7213 obuild_HEPVis_path=`"${obuild_find_exe}" HEPVis 'v6r6p0'`
    7214 if [ "${obuild_HEPVis_path}" = "" ] ; then
    7215   echo "Can't find HEPVis package."
    7216   exit
    7217 fi
    7218 
    7219 if [ ! -d "${obuild_HEPVis_path}/${obuild_dir_bin}" ] ; then
    7220   echo "WARNNING : Directory ${obuild_HEPVis_path}/${obuild_dir_bin} not found."
    7221 else
    7222 if [ -e "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_exa_detector" ] ; then  /bin/cp "${obuild_HEPVis_path}/${obuild_dir_bin}/HEPVis_exa_detector" "${obuild_dir_project}/bin/." ;fi
    7223 fi
    7224 if [ "${obuild_find_exe}" = "" ] ; then
    7225   echo "Variable obuild_find_exe not defined."
    7226   exit
    7227 fi
    7228 obuild_KUIP_path=`"${obuild_find_exe}" KUIP 'v1r950303p16'`
    7229 if [ "${obuild_KUIP_path}" = "" ] ; then
    7230   echo "Can't find KUIP package."
    7231   exit
    7232 fi
    7233 
    7234 if [ ! -d "${obuild_KUIP_path}/${obuild_dir_bin}" ] ; then
    7235   echo "WARNNING : Directory ${obuild_KUIP_path}/${obuild_dir_bin} not found."
    7236 else
    7237 if [ -e "${obuild_KUIP_path}/${obuild_dir_bin}/kuipcc" ] ; then  /bin/cp "${obuild_KUIP_path}/${obuild_dir_bin}/kuipcc" "${obuild_dir_project}/bin/." ;fi
    7238 fi
    7239 if [ "${obuild_find_exe}" = "" ] ; then
    7240   echo "Variable obuild_find_exe not defined."
    7241   exit
    7242 fi
    7243 obuild_KUIP_path=`"${obuild_find_exe}" KUIP 'v1r950303p16'`
    7244 if [ "${obuild_KUIP_path}" = "" ] ; then
    7245   echo "Can't find KUIP package."
    7246   exit
    7247 fi
    7248 
    7249 if [ ! -d "${obuild_KUIP_path}/${obuild_dir_bin}" ] ; then
    7250   echo "WARNNING : Directory ${obuild_KUIP_path}/${obuild_dir_bin} not found."
    7251 else
    7252 if [ -e "${obuild_KUIP_path}/${obuild_dir_bin}/kuipsh" ] ; then  /bin/cp "${obuild_KUIP_path}/${obuild_dir_bin}/kuipsh" "${obuild_dir_project}/bin/." ;fi
    7253 fi
    7254 if [ "${obuild_find_exe}" = "" ] ; then
    7255   echo "Variable obuild_find_exe not defined."
    7256   exit
    7257 fi
    7258 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7259 if [ "${obuild_OnX_path}" = "" ] ; then
    7260   echo "Can't find OnX package."
    7261   exit
    7262 fi
    7263 
    7264 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7265   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7266 else
    7267 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_onx" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_onx" "${obuild_dir_project}/bin/." ;fi
    7268 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/onx" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/onx" "${obuild_dir_project}/bin/." ;fi
    7269 fi
    7270 if [ "${obuild_find_exe}" = "" ] ; then
    7271   echo "Variable obuild_find_exe not defined."
    7272   exit
    7273 fi
    7274 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7275 if [ "${obuild_OnX_path}" = "" ] ; then
    7276   echo "Can't find OnX package."
    7277   exit
    7278 fi
    7279 
    7280 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7281   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7282 else
    7283 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_onx_config" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_onx_config" "${obuild_dir_project}/bin/." ;fi
    7284 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/onx-config" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/onx-config" "${obuild_dir_project}/bin/." ;fi
    7285 fi
    7286 if [ "${obuild_find_exe}" = "" ] ; then
    7287   echo "Variable obuild_find_exe not defined."
    7288   exit
    7289 fi
    7290 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7291 if [ "${obuild_OnX_path}" = "" ] ; then
    7292   echo "Can't find OnX package."
    7293   exit
    7294 fi
    7295 
    7296 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7297   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7298 else
    7299 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_obatch" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_obatch" "${obuild_dir_project}/bin/." ;fi
    7300 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/obatch" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/obatch" "${obuild_dir_project}/bin/." ;fi
    7301 fi
    7302 if [ "${obuild_find_exe}" = "" ] ; then
    7303   echo "Variable obuild_find_exe not defined."
    7304   exit
    7305 fi
    7306 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7307 if [ "${obuild_OnX_path}" = "" ] ; then
    7308   echo "Can't find OnX package."
    7309   exit
    7310 fi
    7311 
    7312 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7313   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7314 else
    7315 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_oxt" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_oxt" "${obuild_dir_project}/bin/." ;fi
    7316 fi
    7317 if [ "${obuild_find_exe}" = "" ] ; then
    7318   echo "Variable obuild_find_exe not defined."
    7319   exit
    7320 fi
    7321 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7322 if [ "${obuild_OnX_path}" = "" ] ; then
    7323   echo "Can't find OnX package."
    7324   exit
    7325 fi
    7326 
    7327 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7328   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7329 else
    7330 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Xt_page" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Xt_page" "${obuild_dir_project}/bin/." ;fi
    7331 fi
    7332 if [ "${obuild_find_exe}" = "" ] ; then
    7333   echo "Variable obuild_find_exe not defined."
    7334   exit
    7335 fi
    7336 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7337 if [ "${obuild_OnX_path}" = "" ] ; then
    7338   echo "Can't find OnX package."
    7339   exit
    7340 fi
    7341 
    7342 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7343   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7344 else
    7345 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Xt" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Xt" "${obuild_dir_project}/bin/." ;fi
    7346 fi
    7347 if [ "${obuild_find_exe}" = "" ] ; then
    7348   echo "Variable obuild_find_exe not defined."
    7349   exit
    7350 fi
    7351 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7352 if [ "${obuild_OnX_path}" = "" ] ; then
    7353   echo "Can't find OnX package."
    7354   exit
    7355 fi
    7356 
    7357 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7358   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7359 else
    7360 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Xm" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Xm" "${obuild_dir_project}/bin/." ;fi
    7361 fi
    7362 if [ "${obuild_find_exe}" = "" ] ; then
    7363   echo "Variable obuild_find_exe not defined."
    7364   exit
    7365 fi
    7366 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7367 if [ "${obuild_OnX_path}" = "" ] ; then
    7368   echo "Can't find OnX package."
    7369   exit
    7370 fi
    7371 
    7372 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7373   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7374 else
    7375 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_XmText" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_XmText" "${obuild_dir_project}/bin/." ;fi
    7376 fi
    7377 if [ "${obuild_find_exe}" = "" ] ; then
    7378   echo "Variable obuild_find_exe not defined."
    7379   exit
    7380 fi
    7381 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7382 if [ "${obuild_OnX_path}" = "" ] ; then
    7383   echo "Can't find OnX package."
    7384   exit
    7385 fi
    7386 
    7387 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7388   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7389 else
    7390 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_CommandLine" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_CommandLine" "${obuild_dir_project}/bin/." ;fi
    7391 fi
    7392 if [ "${obuild_find_exe}" = "" ] ; then
    7393   echo "Variable obuild_find_exe not defined."
    7394   exit
    7395 fi
    7396 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7397 if [ "${obuild_OnX_path}" = "" ] ; then
    7398   echo "Can't find OnX package."
    7399   exit
    7400 fi
    7401 
    7402 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7403   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7404 else
    7405 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_colorEditor" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_colorEditor" "${obuild_dir_project}/bin/." ;fi
    7406 fi
    7407 if [ "${obuild_find_exe}" = "" ] ; then
    7408   echo "Variable obuild_find_exe not defined."
    7409   exit
    7410 fi
    7411 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7412 if [ "${obuild_OnX_path}" = "" ] ; then
    7413   echo "Can't find OnX package."
    7414   exit
    7415 fi
    7416 
    7417 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7418   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7419 else
    7420 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_GL_test" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_GL_test" "${obuild_dir_project}/bin/." ;fi
    7421 fi
    7422 if [ "${obuild_find_exe}" = "" ] ; then
    7423   echo "Variable obuild_find_exe not defined."
    7424   exit
    7425 fi
    7426 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7427 if [ "${obuild_OnX_path}" = "" ] ; then
    7428   echo "Can't find OnX package."
    7429   exit
    7430 fi
    7431 
    7432 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7433   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7434 else
    7435 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Xt_tab" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Xt_tab" "${obuild_dir_project}/bin/." ;fi
    7436 fi
    7437 if [ "${obuild_find_exe}" = "" ] ; then
    7438   echo "Variable obuild_find_exe not defined."
    7439   exit
    7440 fi
    7441 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7442 if [ "${obuild_OnX_path}" = "" ] ; then
    7443   echo "Can't find OnX package."
    7444   exit
    7445 fi
    7446 
    7447 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7448   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7449 else
    7450 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_oqt" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_oqt" "${obuild_dir_project}/bin/." ;fi
    7451 fi
    7452 if [ "${obuild_find_exe}" = "" ] ; then
    7453   echo "Variable obuild_find_exe not defined."
    7454   exit
    7455 fi
    7456 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7457 if [ "${obuild_OnX_path}" = "" ] ; then
    7458   echo "Can't find OnX package."
    7459   exit
    7460 fi
    7461 
    7462 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7463   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7464 else
    7465 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Qt" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Qt" "${obuild_dir_project}/bin/." ;fi
    7466 fi
    7467 if [ "${obuild_find_exe}" = "" ] ; then
    7468   echo "Variable obuild_find_exe not defined."
    7469   exit
    7470 fi
    7471 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7472 if [ "${obuild_OnX_path}" = "" ] ; then
    7473   echo "Can't find OnX package."
    7474   exit
    7475 fi
    7476 
    7477 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7478   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7479 else
    7480 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Qt_page" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Qt_page" "${obuild_dir_project}/bin/." ;fi
    7481 fi
    7482 if [ "${obuild_find_exe}" = "" ] ; then
    7483   echo "Variable obuild_find_exe not defined."
    7484   exit
    7485 fi
    7486 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7487 if [ "${obuild_OnX_path}" = "" ] ; then
    7488   echo "Can't find OnX package."
    7489   exit
    7490 fi
    7491 
    7492 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7493   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7494 else
    7495 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Python" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Python" "${obuild_dir_project}/bin/." ;fi
    7496 fi
    7497 if [ "${obuild_find_exe}" = "" ] ; then
    7498   echo "Variable obuild_find_exe not defined."
    7499   exit
    7500 fi
    7501 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7502 if [ "${obuild_OnX_path}" = "" ] ; then
    7503   echo "Can't find OnX package."
    7504   exit
    7505 fi
    7506 
    7507 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7508   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7509 else
    7510 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_hello" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_hello" "${obuild_dir_project}/bin/." ;fi
    7511 fi
    7512 if [ "${obuild_find_exe}" = "" ] ; then
    7513   echo "Variable obuild_find_exe not defined."
    7514   exit
    7515 fi
    7516 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7517 if [ "${obuild_OnX_path}" = "" ] ; then
    7518   echo "Can't find OnX package."
    7519   exit
    7520 fi
    7521 
    7522 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7523   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7524 else
    7525 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_OnX" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_OnX" "${obuild_dir_project}/bin/." ;fi
    7526 fi
    7527 if [ "${obuild_find_exe}" = "" ] ; then
    7528   echo "Variable obuild_find_exe not defined."
    7529   exit
    7530 fi
    7531 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7532 if [ "${obuild_OnX_path}" = "" ] ; then
    7533   echo "Can't find OnX package."
    7534   exit
    7535 fi
    7536 
    7537 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7538   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7539 else
    7540 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_cube" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_cube" "${obuild_dir_project}/bin/." ;fi
    7541 fi
    7542 if [ "${obuild_find_exe}" = "" ] ; then
    7543   echo "Variable obuild_find_exe not defined."
    7544   exit
    7545 fi
    7546 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7547 if [ "${obuild_OnX_path}" = "" ] ; then
    7548   echo "Can't find OnX package."
    7549   exit
    7550 fi
    7551 
    7552 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7553   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7554 else
    7555 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_detector" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_detector" "${obuild_dir_project}/bin/." ;fi
    7556 fi
    7557 if [ "${obuild_find_exe}" = "" ] ; then
    7558   echo "Variable obuild_find_exe not defined."
    7559   exit
    7560 fi
    7561 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7562 if [ "${obuild_OnX_path}" = "" ] ; then
    7563   echo "Can't find OnX package."
    7564   exit
    7565 fi
    7566 
    7567 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7568   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7569 else
    7570 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_cylinder" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_cylinder" "${obuild_dir_project}/bin/." ;fi
    7571 fi
    7572 if [ "${obuild_find_exe}" = "" ] ; then
    7573   echo "Variable obuild_find_exe not defined."
    7574   exit
    7575 fi
    7576 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7577 if [ "${obuild_OnX_path}" = "" ] ; then
    7578   echo "Can't find OnX package."
    7579   exit
    7580 fi
    7581 
    7582 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7583   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7584 else
    7585 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_images" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_images" "${obuild_dir_project}/bin/." ;fi
    7586 fi
    7587 if [ "${obuild_find_exe}" = "" ] ; then
    7588   echo "Variable obuild_find_exe not defined."
    7589   exit
    7590 fi
    7591 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7592 if [ "${obuild_OnX_path}" = "" ] ; then
    7593   echo "Can't find OnX package."
    7594   exit
    7595 fi
    7596 
    7597 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7598   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7599 else
    7600 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_shapes" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_shapes" "${obuild_dir_project}/bin/." ;fi
    7601 fi
    7602 if [ "${obuild_find_exe}" = "" ] ; then
    7603   echo "Variable obuild_find_exe not defined."
    7604   exit
    7605 fi
    7606 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7607 if [ "${obuild_OnX_path}" = "" ] ; then
    7608   echo "Can't find OnX package."
    7609   exit
    7610 fi
    7611 
    7612 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7613   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7614 else
    7615 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_menu" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_menu" "${obuild_dir_project}/bin/." ;fi
    7616 fi
    7617 if [ "${obuild_find_exe}" = "" ] ; then
    7618   echo "Variable obuild_find_exe not defined."
    7619   exit
    7620 fi
    7621 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7622 if [ "${obuild_OnX_path}" = "" ] ; then
    7623   echo "Can't find OnX package."
    7624   exit
    7625 fi
    7626 
    7627 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7628   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7629 else
    7630 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_tree" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_tree" "${obuild_dir_project}/bin/." ;fi
    7631 fi
    7632 if [ "${obuild_find_exe}" = "" ] ; then
    7633   echo "Variable obuild_find_exe not defined."
    7634   exit
    7635 fi
    7636 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7637 if [ "${obuild_OnX_path}" = "" ] ; then
    7638   echo "Can't find OnX package."
    7639   exit
    7640 fi
    7641 
    7642 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7643   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7644 else
    7645 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Java_hello" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_test_Java_hello" "${obuild_dir_project}/bin/." ;fi
    7646 fi
    7647 if [ "${obuild_find_exe}" = "" ] ; then
    7648   echo "Variable obuild_find_exe not defined."
    7649   exit
    7650 fi
    7651 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7652 if [ "${obuild_OnX_path}" = "" ] ; then
    7653   echo "Can't find OnX package."
    7654   exit
    7655 fi
    7656 
    7657 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7658   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7659 else
    7660 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_Java_cube" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_Java_cube" "${obuild_dir_project}/bin/." ;fi
    7661 fi
    7662 if [ "${obuild_find_exe}" = "" ] ; then
    7663   echo "Variable obuild_find_exe not defined."
    7664   exit
    7665 fi
    7666 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7667 if [ "${obuild_OnX_path}" = "" ] ; then
    7668   echo "Can't find OnX package."
    7669   exit
    7670 fi
    7671 
    7672 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7673   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7674 else
    7675 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_Java_detector" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_Java_detector" "${obuild_dir_project}/bin/." ;fi
    7676 fi
    7677 if [ "${obuild_find_exe}" = "" ] ; then
    7678   echo "Variable obuild_find_exe not defined."
    7679   exit
    7680 fi
    7681 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7682 if [ "${obuild_OnX_path}" = "" ] ; then
    7683   echo "Can't find OnX package."
    7684   exit
    7685 fi
    7686 
    7687 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7688   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7689 else
    7690 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_Java_hello" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_Java_hello" "${obuild_dir_project}/bin/." ;fi
    7691 fi
    7692 if [ "${obuild_find_exe}" = "" ] ; then
    7693   echo "Variable obuild_find_exe not defined."
    7694   exit
    7695 fi
    7696 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7697 if [ "${obuild_OnX_path}" = "" ] ; then
    7698   echo "Can't find OnX package."
    7699   exit
    7700 fi
    7701 
    7702 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7703   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7704 else
    7705 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_Java_shapes" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_Java_shapes" "${obuild_dir_project}/bin/." ;fi
    7706 fi
    7707 if [ "${obuild_find_exe}" = "" ] ; then
    7708   echo "Variable obuild_find_exe not defined."
    7709   exit
    7710 fi
    7711 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7712 if [ "${obuild_OnX_path}" = "" ] ; then
    7713   echo "Can't find OnX package."
    7714   exit
    7715 fi
    7716 
    7717 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7718   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7719 else
    7720 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_Java_std_vector" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_Java_std_vector" "${obuild_dir_project}/bin/." ;fi
    7721 fi
    7722 if [ "${obuild_find_exe}" = "" ] ; then
    7723   echo "Variable obuild_find_exe not defined."
    7724   exit
    7725 fi
    7726 obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r0'`
    7727 if [ "${obuild_OnX_path}" = "" ] ; then
    7728   echo "Can't find OnX package."
    7729   exit
    7730 fi
    7731 
    7732 if [ ! -d "${obuild_OnX_path}/${obuild_dir_bin}" ] ; then
    7733   echo "WARNNING : Directory ${obuild_OnX_path}/${obuild_dir_bin} not found."
    7734 else
    7735 if [ -e "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_Java_typemaps" ] ; then  /bin/cp "${obuild_OnX_path}/${obuild_dir_bin}/OnX_exa_Java_typemaps" "${obuild_dir_project}/bin/." ;fi
    7736 fi
    7737 if [ "${obuild_find_exe}" = "" ] ; then
    7738   echo "Variable obuild_find_exe not defined."
    7739   exit
    7740 fi
    7741 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7742 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7743   echo "Can't find OnXLab package."
    7744   exit
    7745 fi
    7746 
    7747 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7748   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7749 else
    7750 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_aida_config" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_aida_config" "${obuild_dir_project}/bin/." ;fi
    7751 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/aida-config" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/aida-config" "${obuild_dir_project}/bin/." ;fi
    7752 fi
    7753 if [ "${obuild_find_exe}" = "" ] ; then
    7754   echo "Variable obuild_find_exe not defined."
    7755   exit
    7756 fi
    7757 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7758 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7759   echo "Can't find OnXLab package."
    7760   exit
    7761 fi
    7762 
    7763 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7764   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7765 else
    7766 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_config" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_config" "${obuild_dir_project}/bin/." ;fi
    7767 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_config.save" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_config.save" "${obuild_dir_project}/bin/." ;fi
    7768 fi
    7769 if [ "${obuild_find_exe}" = "" ] ; then
    7770   echo "Variable obuild_find_exe not defined."
    7771   exit
    7772 fi
    7773 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7774 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7775   echo "Can't find OnXLab package."
    7776   exit
    7777 fi
    7778 
    7779 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7780   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7781 else
    7782 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_onx" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_onx" "${obuild_dir_project}/bin/." ;fi
    7783 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/onxlab" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/onxlab" "${obuild_dir_project}/bin/." ;fi
    7784 fi
    7785 if [ "${obuild_find_exe}" = "" ] ; then
    7786   echo "Variable obuild_find_exe not defined."
    7787   exit
    7788 fi
    7789 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7790 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7791   echo "Can't find OnXLab package."
    7792   exit
    7793 fi
    7794 
    7795 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7796   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7797 else
    7798 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_oxt" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_oxt" "${obuild_dir_project}/bin/." ;fi
    7799 fi
    7800 if [ "${obuild_find_exe}" = "" ] ; then
    7801   echo "Variable obuild_find_exe not defined."
    7802   exit
    7803 fi
    7804 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7805 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7806   echo "Can't find OnXLab package."
    7807   exit
    7808 fi
    7809 
    7810 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7811   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7812 else
    7813 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_oqt" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_oqt" "${obuild_dir_project}/bin/." ;fi
    7814 fi
    7815 if [ "${obuild_find_exe}" = "" ] ; then
    7816   echo "Variable obuild_find_exe not defined."
    7817   exit
    7818 fi
    7819 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7820 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7821   echo "Can't find OnXLab package."
    7822   exit
    7823 fi
    7824 
    7825 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7826   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7827 else
    7828 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_analysis" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_analysis" "${obuild_dir_project}/bin/." ;fi
    7829 fi
    7830 if [ "${obuild_find_exe}" = "" ] ; then
    7831   echo "Variable obuild_find_exe not defined."
    7832   exit
    7833 fi
    7834 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7835 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7836   echo "Can't find OnXLab package."
    7837   exit
    7838 fi
    7839 
    7840 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7841   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7842 else
    7843 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_plotter_factory" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_plotter_factory" "${obuild_dir_project}/bin/." ;fi
    7844 fi
    7845 if [ "${obuild_find_exe}" = "" ] ; then
    7846   echo "Variable obuild_find_exe not defined."
    7847   exit
    7848 fi
    7849 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7850 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7851   echo "Can't find OnXLab package."
    7852   exit
    7853 fi
    7854 
    7855 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7856   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7857 else
    7858 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_0" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_0" "${obuild_dir_project}/bin/." ;fi
    7859 fi
    7860 if [ "${obuild_find_exe}" = "" ] ; then
    7861   echo "Variable obuild_find_exe not defined."
    7862   exit
    7863 fi
    7864 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7865 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7866   echo "Can't find OnXLab package."
    7867   exit
    7868 fi
    7869 
    7870 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7871   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7872 else
    7873 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_1" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_1" "${obuild_dir_project}/bin/." ;fi
    7874 fi
    7875 if [ "${obuild_find_exe}" = "" ] ; then
    7876   echo "Variable obuild_find_exe not defined."
    7877   exit
    7878 fi
    7879 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7880 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7881   echo "Can't find OnXLab package."
    7882   exit
    7883 fi
    7884 
    7885 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7886   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7887 else
    7888 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_2" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_2" "${obuild_dir_project}/bin/." ;fi
    7889 fi
    7890 if [ "${obuild_find_exe}" = "" ] ; then
    7891   echo "Variable obuild_find_exe not defined."
    7892   exit
    7893 fi
    7894 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7895 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7896   echo "Can't find OnXLab package."
    7897   exit
    7898 fi
    7899 
    7900 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7901   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7902 else
    7903 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_3" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_3" "${obuild_dir_project}/bin/." ;fi
    7904 fi
    7905 if [ "${obuild_find_exe}" = "" ] ; then
    7906   echo "Variable obuild_find_exe not defined."
    7907   exit
    7908 fi
    7909 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7910 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7911   echo "Can't find OnXLab package."
    7912   exit
    7913 fi
    7914 
    7915 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7916   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7917 else
    7918 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_4" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_4" "${obuild_dir_project}/bin/." ;fi
    7919 fi
    7920 if [ "${obuild_find_exe}" = "" ] ; then
    7921   echo "Variable obuild_find_exe not defined."
    7922   exit
    7923 fi
    7924 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7925 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7926   echo "Can't find OnXLab package."
    7927   exit
    7928 fi
    7929 
    7930 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7931   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7932 else
    7933 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_5" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_5" "${obuild_dir_project}/bin/." ;fi
    7934 fi
    7935 if [ "${obuild_find_exe}" = "" ] ; then
    7936   echo "Variable obuild_find_exe not defined."
    7937   exit
    7938 fi
    7939 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7940 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7941   echo "Can't find OnXLab package."
    7942   exit
    7943 fi
    7944 
    7945 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7946   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7947 else
    7948 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_6" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_6" "${obuild_dir_project}/bin/." ;fi
    7949 fi
    7950 if [ "${obuild_find_exe}" = "" ] ; then
    7951   echo "Variable obuild_find_exe not defined."
    7952   exit
    7953 fi
    7954 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7955 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7956   echo "Can't find OnXLab package."
    7957   exit
    7958 fi
    7959 
    7960 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7961   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7962 else
    7963 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_7" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_7" "${obuild_dir_project}/bin/." ;fi
    7964 fi
    7965 if [ "${obuild_find_exe}" = "" ] ; then
    7966   echo "Variable obuild_find_exe not defined."
    7967   exit
    7968 fi
    7969 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7970 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7971   echo "Can't find OnXLab package."
    7972   exit
    7973 fi
    7974 
    7975 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7976   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7977 else
    7978 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_8" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_8" "${obuild_dir_project}/bin/." ;fi
    7979 fi
    7980 if [ "${obuild_find_exe}" = "" ] ; then
    7981   echo "Variable obuild_find_exe not defined."
    7982   exit
    7983 fi
    7984 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    7985 if [ "${obuild_OnXLab_path}" = "" ] ; then
    7986   echo "Can't find OnXLab package."
    7987   exit
    7988 fi
    7989 
    7990 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    7991   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    7992 else
    7993 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_9" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_9" "${obuild_dir_project}/bin/." ;fi
    7994 fi
    7995 if [ "${obuild_find_exe}" = "" ] ; then
    7996   echo "Variable obuild_find_exe not defined."
    7997   exit
    7998 fi
    7999 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8000 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8001   echo "Can't find OnXLab package."
    8002   exit
    8003 fi
    8004 
    8005 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8006   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8007 else
    8008 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_10" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_10" "${obuild_dir_project}/bin/." ;fi
    8009 fi
    8010 if [ "${obuild_find_exe}" = "" ] ; then
    8011   echo "Variable obuild_find_exe not defined."
    8012   exit
    8013 fi
    8014 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8015 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8016   echo "Can't find OnXLab package."
    8017   exit
    8018 fi
    8019 
    8020 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8021   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8022 else
    8023 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_11" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_11" "${obuild_dir_project}/bin/." ;fi
    8024 fi
    8025 if [ "${obuild_find_exe}" = "" ] ; then
    8026   echo "Variable obuild_find_exe not defined."
    8027   exit
    8028 fi
    8029 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8030 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8031   echo "Can't find OnXLab package."
    8032   exit
    8033 fi
    8034 
    8035 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8036   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8037 else
    8038 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_12" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_12" "${obuild_dir_project}/bin/." ;fi
    8039 fi
    8040 if [ "${obuild_find_exe}" = "" ] ; then
    8041   echo "Variable obuild_find_exe not defined."
    8042   exit
    8043 fi
    8044 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8045 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8046   echo "Can't find OnXLab package."
    8047   exit
    8048 fi
    8049 
    8050 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8051   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8052 else
    8053 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_13" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_13" "${obuild_dir_project}/bin/." ;fi
    8054 fi
    8055 if [ "${obuild_find_exe}" = "" ] ; then
    8056   echo "Variable obuild_find_exe not defined."
    8057   exit
    8058 fi
    8059 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8060 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8061   echo "Can't find OnXLab package."
    8062   exit
    8063 fi
    8064 
    8065 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8066   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8067 else
    8068 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_14" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_14" "${obuild_dir_project}/bin/." ;fi
    8069 fi
    8070 if [ "${obuild_find_exe}" = "" ] ; then
    8071   echo "Variable obuild_find_exe not defined."
    8072   exit
    8073 fi
    8074 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8075 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8076   echo "Can't find OnXLab package."
    8077   exit
    8078 fi
    8079 
    8080 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8081   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8082 else
    8083 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_0" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_0" "${obuild_dir_project}/bin/." ;fi
    8084 fi
    8085 if [ "${obuild_find_exe}" = "" ] ; then
    8086   echo "Variable obuild_find_exe not defined."
    8087   exit
    8088 fi
    8089 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8090 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8091   echo "Can't find OnXLab package."
    8092   exit
    8093 fi
    8094 
    8095 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8096   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8097 else
    8098 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_1" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_1" "${obuild_dir_project}/bin/." ;fi
    8099 fi
    8100 if [ "${obuild_find_exe}" = "" ] ; then
    8101   echo "Variable obuild_find_exe not defined."
    8102   exit
    8103 fi
    8104 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8105 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8106   echo "Can't find OnXLab package."
    8107   exit
    8108 fi
    8109 
    8110 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8111   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8112 else
    8113 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_3" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_3" "${obuild_dir_project}/bin/." ;fi
    8114 fi
    8115 if [ "${obuild_find_exe}" = "" ] ; then
    8116   echo "Variable obuild_find_exe not defined."
    8117   exit
    8118 fi
    8119 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8120 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8121   echo "Can't find OnXLab package."
    8122   exit
    8123 fi
    8124 
    8125 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8126   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8127 else
    8128 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_4" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_4" "${obuild_dir_project}/bin/." ;fi
    8129 fi
    8130 if [ "${obuild_find_exe}" = "" ] ; then
    8131   echo "Variable obuild_find_exe not defined."
    8132   exit
    8133 fi
    8134 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8135 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8136   echo "Can't find OnXLab package."
    8137   exit
    8138 fi
    8139 
    8140 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8141   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8142 else
    8143 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_5" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_5" "${obuild_dir_project}/bin/." ;fi
    8144 fi
    8145 if [ "${obuild_find_exe}" = "" ] ; then
    8146   echo "Variable obuild_find_exe not defined."
    8147   exit
    8148 fi
    8149 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8150 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8151   echo "Can't find OnXLab package."
    8152   exit
    8153 fi
    8154 
    8155 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8156   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8157 else
    8158 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_6" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_6" "${obuild_dir_project}/bin/." ;fi
    8159 fi
    8160 if [ "${obuild_find_exe}" = "" ] ; then
    8161   echo "Variable obuild_find_exe not defined."
    8162   exit
    8163 fi
    8164 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8165 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8166   echo "Can't find OnXLab package."
    8167   exit
    8168 fi
    8169 
    8170 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8171   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8172 else
    8173 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_7" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_quite_aida_7" "${obuild_dir_project}/bin/." ;fi
    8174 fi
    8175 if [ "${obuild_find_exe}" = "" ] ; then
    8176   echo "Variable obuild_find_exe not defined."
    8177   exit
    8178 fi
    8179 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8180 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8181   echo "Can't find OnXLab package."
    8182   exit
    8183 fi
    8184 
    8185 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8186   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8187 else
    8188 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_OnX_0" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_OnX_0" "${obuild_dir_project}/bin/." ;fi
    8189 fi
    8190 if [ "${obuild_find_exe}" = "" ] ; then
    8191   echo "Variable obuild_find_exe not defined."
    8192   exit
    8193 fi
    8194 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8195 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8196   echo "Can't find OnXLab package."
    8197   exit
    8198 fi
    8199 
    8200 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8201   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8202 else
    8203 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_OnX_1" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_OnX_1" "${obuild_dir_project}/bin/." ;fi
    8204 fi
    8205 if [ "${obuild_find_exe}" = "" ] ; then
    8206   echo "Variable obuild_find_exe not defined."
    8207   exit
    8208 fi
    8209 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8210 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8211   echo "Can't find OnXLab package."
    8212   exit
    8213 fi
    8214 
    8215 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8216   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8217 else
    8218 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_OnX_2" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_OnX_2" "${obuild_dir_project}/bin/." ;fi
    8219 fi
    8220 if [ "${obuild_find_exe}" = "" ] ; then
    8221   echo "Variable obuild_find_exe not defined."
    8222   exit
    8223 fi
    8224 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8225 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8226   echo "Can't find OnXLab package."
    8227   exit
    8228 fi
    8229 
    8230 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8231   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8232 else
    8233 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_OnX_3" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_aida_OnX_3" "${obuild_dir_project}/bin/." ;fi
    8234 fi
    8235 if [ "${obuild_find_exe}" = "" ] ; then
    8236   echo "Variable obuild_find_exe not defined."
    8237   exit
    8238 fi
    8239 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8240 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8241   echo "Can't find OnXLab package."
    8242   exit
    8243 fi
    8244 
    8245 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8246   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8247 else
    8248 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_update" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_update" "${obuild_dir_project}/bin/." ;fi
    8249 fi
    8250 if [ "${obuild_find_exe}" = "" ] ; then
    8251   echo "Variable obuild_find_exe not defined."
    8252   exit
    8253 fi
    8254 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8255 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8256   echo "Can't find OnXLab package."
    8257   exit
    8258 fi
    8259 
    8260 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8261   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8262 else
    8263 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_aida_0" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_aida_0" "${obuild_dir_project}/bin/." ;fi
    8264 fi
    8265 if [ "${obuild_find_exe}" = "" ] ; then
    8266   echo "Variable obuild_find_exe not defined."
    8267   exit
    8268 fi
    8269 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8270 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8271   echo "Can't find OnXLab package."
    8272   exit
    8273 fi
    8274 
    8275 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8276   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8277 else
    8278 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_aida_13" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_aida_13" "${obuild_dir_project}/bin/." ;fi
    8279 fi
    8280 if [ "${obuild_find_exe}" = "" ] ; then
    8281   echo "Variable obuild_find_exe not defined."
    8282   exit
    8283 fi
    8284 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8285 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8286   echo "Can't find OnXLab package."
    8287   exit
    8288 fi
    8289 
    8290 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8291   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8292 else
    8293 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Chi2FitToHistogram" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Chi2FitToHistogram" "${obuild_dir_project}/bin/." ;fi
    8294 fi
    8295 if [ "${obuild_find_exe}" = "" ] ; then
    8296   echo "Variable obuild_find_exe not defined."
    8297   exit
    8298 fi
    8299 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8300 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8301   echo "Can't find OnXLab package."
    8302   exit
    8303 fi
    8304 
    8305 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8306   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8307 else
    8308 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Cloud" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Cloud" "${obuild_dir_project}/bin/." ;fi
    8309 fi
    8310 if [ "${obuild_find_exe}" = "" ] ; then
    8311   echo "Variable obuild_find_exe not defined."
    8312   exit
    8313 fi
    8314 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8315 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8316   echo "Can't find OnXLab package."
    8317   exit
    8318 fi
    8319 
    8320 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8321   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8322 else
    8323 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_CloudCreate" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_CloudCreate" "${obuild_dir_project}/bin/." ;fi
    8324 fi
    8325 if [ "${obuild_find_exe}" = "" ] ; then
    8326   echo "Variable obuild_find_exe not defined."
    8327   exit
    8328 fi
    8329 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8330 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8331   echo "Can't find OnXLab package."
    8332   exit
    8333 fi
    8334 
    8335 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8336   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8337 else
    8338 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_ComplexFit" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_ComplexFit" "${obuild_dir_project}/bin/." ;fi
    8339 fi
    8340 if [ "${obuild_find_exe}" = "" ] ; then
    8341   echo "Variable obuild_find_exe not defined."
    8342   exit
    8343 fi
    8344 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8345 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8346   echo "Can't find OnXLab package."
    8347   exit
    8348 fi
    8349 
    8350 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8351   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8352 else
    8353 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_CreateAndFitDataPointSet" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_CreateAndFitDataPointSet" "${obuild_dir_project}/bin/." ;fi
    8354 fi
    8355 if [ "${obuild_find_exe}" = "" ] ; then
    8356   echo "Variable obuild_find_exe not defined."
    8357   exit
    8358 fi
    8359 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8360 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8361   echo "Can't find OnXLab package."
    8362   exit
    8363 fi
    8364 
    8365 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8366   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8367 else
    8368 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_DataPointSetCreateAndFill" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_DataPointSetCreateAndFill" "${obuild_dir_project}/bin/." ;fi
    8369 fi
    8370 if [ "${obuild_find_exe}" = "" ] ; then
    8371   echo "Variable obuild_find_exe not defined."
    8372   exit
    8373 fi
    8374 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8375 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8376   echo "Can't find OnXLab package."
    8377   exit
    8378 fi
    8379 
    8380 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8381   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8382 else
    8383 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_DataPointSetCreateFromData" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_DataPointSetCreateFromData" "${obuild_dir_project}/bin/." ;fi
    8384 fi
    8385 if [ "${obuild_find_exe}" = "" ] ; then
    8386   echo "Variable obuild_find_exe not defined."
    8387   exit
    8388 fi
    8389 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8390 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8391   echo "Can't find OnXLab package."
    8392   exit
    8393 fi
    8394 
    8395 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8396   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8397 else
    8398 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_FilterAndEvaluator" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_FilterAndEvaluator" "${obuild_dir_project}/bin/." ;fi
    8399 fi
    8400 if [ "${obuild_find_exe}" = "" ] ; then
    8401   echo "Variable obuild_find_exe not defined."
    8402   exit
    8403 fi
    8404 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8405 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8406   echo "Can't find OnXLab package."
    8407   exit
    8408 fi
    8409 
    8410 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8411   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8412 else
    8413 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Fit" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Fit" "${obuild_dir_project}/bin/." ;fi
    8414 fi
    8415 if [ "${obuild_find_exe}" = "" ] ; then
    8416   echo "Variable obuild_find_exe not defined."
    8417   exit
    8418 fi
    8419 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8420 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8421   echo "Can't find OnXLab package."
    8422   exit
    8423 fi
    8424 
    8425 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8426   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8427 else
    8428 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Histogram" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Histogram" "${obuild_dir_project}/bin/." ;fi
    8429 fi
    8430 if [ "${obuild_find_exe}" = "" ] ; then
    8431   echo "Variable obuild_find_exe not defined."
    8432   exit
    8433 fi
    8434 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8435 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8436   echo "Can't find OnXLab package."
    8437   exit
    8438 fi
    8439 
    8440 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8441   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8442 else
    8443 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_HistogramArithmetic" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_HistogramArithmetic" "${obuild_dir_project}/bin/." ;fi
    8444 fi
    8445 if [ "${obuild_find_exe}" = "" ] ; then
    8446   echo "Variable obuild_find_exe not defined."
    8447   exit
    8448 fi
    8449 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8450 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8451   echo "Can't find OnXLab package."
    8452   exit
    8453 fi
    8454 
    8455 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8456   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8457 else
    8458 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Plot" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Plot" "${obuild_dir_project}/bin/." ;fi
    8459 fi
    8460 if [ "${obuild_find_exe}" = "" ] ; then
    8461   echo "Variable obuild_find_exe not defined."
    8462   exit
    8463 fi
    8464 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8465 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8466   echo "Can't find OnXLab package."
    8467   exit
    8468 fi
    8469 
    8470 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8471   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8472 else
    8473 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_ProfileCreate" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_ProfileCreate" "${obuild_dir_project}/bin/." ;fi
    8474 fi
    8475 if [ "${obuild_find_exe}" = "" ] ; then
    8476   echo "Variable obuild_find_exe not defined."
    8477   exit
    8478 fi
    8479 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8480 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8481   echo "Can't find OnXLab package."
    8482   exit
    8483 fi
    8484 
    8485 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8486   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8487 else
    8488 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_ProfileFill" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_ProfileFill" "${obuild_dir_project}/bin/." ;fi
    8489 fi
    8490 if [ "${obuild_find_exe}" = "" ] ; then
    8491   echo "Variable obuild_find_exe not defined."
    8492   exit
    8493 fi
    8494 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8495 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8496   echo "Can't find OnXLab package."
    8497   exit
    8498 fi
    8499 
    8500 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8501   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8502 else
    8503 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_ProfileFitAndPlot" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_ProfileFitAndPlot" "${obuild_dir_project}/bin/." ;fi
    8504 fi
    8505 if [ "${obuild_find_exe}" = "" ] ; then
    8506   echo "Variable obuild_find_exe not defined."
    8507   exit
    8508 fi
    8509 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8510 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8511   echo "Can't find OnXLab package."
    8512   exit
    8513 fi
    8514 
    8515 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8516   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8517 else
    8518 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Restore" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Restore" "${obuild_dir_project}/bin/." ;fi
    8519 fi
    8520 if [ "${obuild_find_exe}" = "" ] ; then
    8521   echo "Variable obuild_find_exe not defined."
    8522   exit
    8523 fi
    8524 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8525 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8526   echo "Can't find OnXLab package."
    8527   exit
    8528 fi
    8529 
    8530 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8531   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8532 else
    8533 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_ScanAndContour" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_ScanAndContour" "${obuild_dir_project}/bin/." ;fi
    8534 fi
    8535 if [ "${obuild_find_exe}" = "" ] ; then
    8536   echo "Variable obuild_find_exe not defined."
    8537   exit
    8538 fi
    8539 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8540 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8541   echo "Can't find OnXLab package."
    8542   exit
    8543 fi
    8544 
    8545 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8546   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8547 else
    8548 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_SimpleFit" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_SimpleFit" "${obuild_dir_project}/bin/." ;fi
    8549 fi
    8550 if [ "${obuild_find_exe}" = "" ] ; then
    8551   echo "Variable obuild_find_exe not defined."
    8552   exit
    8553 fi
    8554 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8555 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8556   echo "Can't find OnXLab package."
    8557   exit
    8558 fi
    8559 
    8560 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8561   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8562 else
    8563 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Store" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Store" "${obuild_dir_project}/bin/." ;fi
    8564 fi
    8565 if [ "${obuild_find_exe}" = "" ] ; then
    8566   echo "Variable obuild_find_exe not defined."
    8567   exit
    8568 fi
    8569 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8570 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8571   echo "Can't find OnXLab package."
    8572   exit
    8573 fi
    8574 
    8575 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8576   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8577 else
    8578 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Tree" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Tree" "${obuild_dir_project}/bin/." ;fi
    8579 fi
    8580 if [ "${obuild_find_exe}" = "" ] ; then
    8581   echo "Variable obuild_find_exe not defined."
    8582   exit
    8583 fi
    8584 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8585 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8586   echo "Can't find OnXLab package."
    8587   exit
    8588 fi
    8589 
    8590 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8591   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8592 else
    8593 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Tuple" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_Tuple" "${obuild_dir_project}/bin/." ;fi
    8594 fi
    8595 if [ "${obuild_find_exe}" = "" ] ; then
    8596   echo "Variable obuild_find_exe not defined."
    8597   exit
    8598 fi
    8599 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8600 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8601   echo "Can't find OnXLab package."
    8602   exit
    8603 fi
    8604 
    8605 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8606   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8607 else
    8608 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_TupleCreate" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_TupleCreate" "${obuild_dir_project}/bin/." ;fi
    8609 fi
    8610 if [ "${obuild_find_exe}" = "" ] ; then
    8611   echo "Variable obuild_find_exe not defined."
    8612   exit
    8613 fi
    8614 obuild_OnXLab_path=`"${obuild_find_exe}" OnXLab 'v1r0'`
    8615 if [ "${obuild_OnXLab_path}" = "" ] ; then
    8616   echo "Can't find OnXLab package."
    8617   exit
    8618 fi
    8619 
    8620 if [ ! -d "${obuild_OnXLab_path}/${obuild_dir_bin}" ] ; then
    8621   echo "WARNNING : Directory ${obuild_OnXLab_path}/${obuild_dir_bin} not found."
    8622 else
    8623 if [ -e "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_createAndFillTupleWithComplexStructure" ] ; then  /bin/cp "${obuild_OnXLab_path}/${obuild_dir_bin}/OnXLab_exa_Java_SLAC_createAndFillTupleWithComplexStructure" "${obuild_dir_project}/bin/." ;fi
    8624 fi
    8625 if [ "${obuild_find_exe}" = "" ] ; then
    8626   echo "Variable obuild_find_exe not defined."
    8627   exit
    8628 fi
    8629 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8630 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8631   echo "Can't find VisAIDA package."
    8632   exit
    8633 fi
    8634 
    8635 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8636   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8637 else
    8638 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_ChainedAndFilteredTuplesExample_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_ChainedAndFilteredTuplesExample_vis" "${obuild_dir_project}/bin/." ;fi
    8639 fi
    8640 if [ "${obuild_find_exe}" = "" ] ; then
    8641   echo "Variable obuild_find_exe not defined."
    8642   exit
    8643 fi
    8644 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8645 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8646   echo "Can't find VisAIDA package."
    8647   exit
    8648 fi
    8649 
    8650 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8651   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8652 else
    8653 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Cloud_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Cloud_vis" "${obuild_dir_project}/bin/." ;fi
    8654 fi
    8655 if [ "${obuild_find_exe}" = "" ] ; then
    8656   echo "Variable obuild_find_exe not defined."
    8657   exit
    8658 fi
    8659 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8660 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8661   echo "Can't find VisAIDA package."
    8662   exit
    8663 fi
    8664 
    8665 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8666   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8667 else
    8668 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_CloudCreate_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_CloudCreate_vis" "${obuild_dir_project}/bin/." ;fi
    8669 fi
    8670 if [ "${obuild_find_exe}" = "" ] ; then
    8671   echo "Variable obuild_find_exe not defined."
    8672   exit
    8673 fi
    8674 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8675 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8676   echo "Can't find VisAIDA package."
    8677   exit
    8678 fi
    8679 
    8680 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8681   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8682 else
    8683 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_DataPointSetCreateAndFill_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_DataPointSetCreateAndFill_vis" "${obuild_dir_project}/bin/." ;fi
    8684 fi
    8685 if [ "${obuild_find_exe}" = "" ] ; then
    8686   echo "Variable obuild_find_exe not defined."
    8687   exit
    8688 fi
    8689 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8690 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8691   echo "Can't find VisAIDA package."
    8692   exit
    8693 fi
    8694 
    8695 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8696   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8697 else
    8698 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_FilterAndEvaluatorExample_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_FilterAndEvaluatorExample_vis" "${obuild_dir_project}/bin/." ;fi
    8699 fi
    8700 if [ "${obuild_find_exe}" = "" ] ; then
    8701   echo "Variable obuild_find_exe not defined."
    8702   exit
    8703 fi
    8704 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8705 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8706   echo "Can't find VisAIDA package."
    8707   exit
    8708 fi
    8709 
    8710 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8711   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8712 else
    8713 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Histogram_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Histogram_vis" "${obuild_dir_project}/bin/." ;fi
    8714 fi
    8715 if [ "${obuild_find_exe}" = "" ] ; then
    8716   echo "Variable obuild_find_exe not defined."
    8717   exit
    8718 fi
    8719 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8720 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8721   echo "Can't find VisAIDA package."
    8722   exit
    8723 fi
    8724 
    8725 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8726   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8727 else
    8728 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_HistogramArithmetic_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_HistogramArithmetic_vis" "${obuild_dir_project}/bin/." ;fi
    8729 fi
    8730 if [ "${obuild_find_exe}" = "" ] ; then
    8731   echo "Variable obuild_find_exe not defined."
    8732   exit
    8733 fi
    8734 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8735 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8736   echo "Can't find VisAIDA package."
    8737   exit
    8738 fi
    8739 
    8740 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8741   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8742 else
    8743 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_PlotExample_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_PlotExample_vis" "${obuild_dir_project}/bin/." ;fi
    8744 fi
    8745 if [ "${obuild_find_exe}" = "" ] ; then
    8746   echo "Variable obuild_find_exe not defined."
    8747   exit
    8748 fi
    8749 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8750 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8751   echo "Can't find VisAIDA package."
    8752   exit
    8753 fi
    8754 
    8755 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8756   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8757 else
    8758 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_PlotWithStyles_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_PlotWithStyles_vis" "${obuild_dir_project}/bin/." ;fi
    8759 fi
    8760 if [ "${obuild_find_exe}" = "" ] ; then
    8761   echo "Variable obuild_find_exe not defined."
    8762   exit
    8763 fi
    8764 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8765 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8766   echo "Can't find VisAIDA package."
    8767   exit
    8768 fi
    8769 
    8770 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8771   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8772 else
    8773 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_ProfileCreate_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_ProfileCreate_vis" "${obuild_dir_project}/bin/." ;fi
    8774 fi
    8775 if [ "${obuild_find_exe}" = "" ] ; then
    8776   echo "Variable obuild_find_exe not defined."
    8777   exit
    8778 fi
    8779 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8780 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8781   echo "Can't find VisAIDA package."
    8782   exit
    8783 fi
    8784 
    8785 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8786   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8787 else
    8788 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_ProfileFill_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_ProfileFill_vis" "${obuild_dir_project}/bin/." ;fi
    8789 fi
    8790 if [ "${obuild_find_exe}" = "" ] ; then
    8791   echo "Variable obuild_find_exe not defined."
    8792   exit
    8793 fi
    8794 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8795 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8796   echo "Can't find VisAIDA package."
    8797   exit
    8798 fi
    8799 
    8800 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8801   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8802 else
    8803 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Tree_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Tree_vis" "${obuild_dir_project}/bin/." ;fi
    8804 fi
    8805 if [ "${obuild_find_exe}" = "" ] ; then
    8806   echo "Variable obuild_find_exe not defined."
    8807   exit
    8808 fi
    8809 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8810 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8811   echo "Can't find VisAIDA package."
    8812   exit
    8813 fi
    8814 
    8815 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8816   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8817 else
    8818 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Tuple_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Tuple_vis" "${obuild_dir_project}/bin/." ;fi
    8819 fi
    8820 if [ "${obuild_find_exe}" = "" ] ; then
    8821   echo "Variable obuild_find_exe not defined."
    8822   exit
    8823 fi
    8824 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8825 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8826   echo "Can't find VisAIDA package."
    8827   exit
    8828 fi
    8829 
    8830 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8831   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8832 else
    8833 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_TupleCreate_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_TupleCreate_vis" "${obuild_dir_project}/bin/." ;fi
    8834 fi
    8835 if [ "${obuild_find_exe}" = "" ] ; then
    8836   echo "Variable obuild_find_exe not defined."
    8837   exit
    8838 fi
    8839 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8840 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8841   echo "Can't find VisAIDA package."
    8842   exit
    8843 fi
    8844 
    8845 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8846   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8847 else
    8848 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_createAndFillTupleWithComplexStructure_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_createAndFillTupleWithComplexStructure_vis" "${obuild_dir_project}/bin/." ;fi
    8849 fi
    8850 if [ "${obuild_find_exe}" = "" ] ; then
    8851   echo "Variable obuild_find_exe not defined."
    8852   exit
    8853 fi
    8854 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8855 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8856   echo "Can't find VisAIDA package."
    8857   exit
    8858 fi
    8859 
    8860 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8861   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8862 else
    8863 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_DataPointSetCreateFromData_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_DataPointSetCreateFromData_vis" "${obuild_dir_project}/bin/." ;fi
    8864 fi
    8865 if [ "${obuild_find_exe}" = "" ] ; then
    8866   echo "Variable obuild_find_exe not defined."
    8867   exit
    8868 fi
    8869 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8870 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8871   echo "Can't find VisAIDA package."
    8872   exit
    8873 fi
    8874 
    8875 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8876   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8877 else
    8878 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Store_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Store_vis" "${obuild_dir_project}/bin/." ;fi
    8879 fi
    8880 if [ "${obuild_find_exe}" = "" ] ; then
    8881   echo "Variable obuild_find_exe not defined."
    8882   exit
    8883 fi
    8884 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8885 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8886   echo "Can't find VisAIDA package."
    8887   exit
    8888 fi
    8889 
    8890 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8891   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8892 else
    8893 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Restore_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Restore_vis" "${obuild_dir_project}/bin/." ;fi
    8894 fi
    8895 if [ "${obuild_find_exe}" = "" ] ; then
    8896   echo "Variable obuild_find_exe not defined."
    8897   exit
    8898 fi
    8899 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8900 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8901   echo "Can't find VisAIDA package."
    8902   exit
    8903 fi
    8904 
    8905 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8906   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8907 else
    8908 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Chi2FitToHistogram_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_Chi2FitToHistogram_vis" "${obuild_dir_project}/bin/." ;fi
    8909 fi
    8910 if [ "${obuild_find_exe}" = "" ] ; then
    8911   echo "Variable obuild_find_exe not defined."
    8912   exit
    8913 fi
    8914 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8915 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8916   echo "Can't find VisAIDA package."
    8917   exit
    8918 fi
    8919 
    8920 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8921   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8922 else
    8923 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_ComplexFit_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_ComplexFit_vis" "${obuild_dir_project}/bin/." ;fi
    8924 fi
    8925 if [ "${obuild_find_exe}" = "" ] ; then
    8926   echo "Variable obuild_find_exe not defined."
    8927   exit
    8928 fi
    8929 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8930 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8931   echo "Can't find VisAIDA package."
    8932   exit
    8933 fi
    8934 
    8935 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8936   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8937 else
    8938 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_CreateAndFitDataPointSet_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_CreateAndFitDataPointSet_vis" "${obuild_dir_project}/bin/." ;fi
    8939 fi
    8940 if [ "${obuild_find_exe}" = "" ] ; then
    8941   echo "Variable obuild_find_exe not defined."
    8942   exit
    8943 fi
    8944 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8945 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8946   echo "Can't find VisAIDA package."
    8947   exit
    8948 fi
    8949 
    8950 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8951   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8952 else
    8953 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_FitExample_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_FitExample_vis" "${obuild_dir_project}/bin/." ;fi
    8954 fi
    8955 if [ "${obuild_find_exe}" = "" ] ; then
    8956   echo "Variable obuild_find_exe not defined."
    8957   exit
    8958 fi
    8959 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8960 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8961   echo "Can't find VisAIDA package."
    8962   exit
    8963 fi
    8964 
    8965 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8966   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8967 else
    8968 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_ProfileFitAndPlot_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_ProfileFitAndPlot_vis" "${obuild_dir_project}/bin/." ;fi
    8969 fi
    8970 if [ "${obuild_find_exe}" = "" ] ; then
    8971   echo "Variable obuild_find_exe not defined."
    8972   exit
    8973 fi
    8974 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8975 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8976   echo "Can't find VisAIDA package."
    8977   exit
    8978 fi
    8979 
    8980 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8981   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8982 else
    8983 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_ScanAndContour_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_ScanAndContour_vis" "${obuild_dir_project}/bin/." ;fi
    8984 fi
    8985 if [ "${obuild_find_exe}" = "" ] ; then
    8986   echo "Variable obuild_find_exe not defined."
    8987   exit
    8988 fi
    8989 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    8990 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    8991   echo "Can't find VisAIDA package."
    8992   exit
    8993 fi
    8994 
    8995 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    8996   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    8997 else
    8998 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_SimpleFit_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_SimpleFit_vis" "${obuild_dir_project}/bin/." ;fi
    8999 fi
    9000 if [ "${obuild_find_exe}" = "" ] ; then
    9001   echo "Variable obuild_find_exe not defined."
    9002   exit
    9003 fi
    9004 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    9005 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    9006   echo "Can't find VisAIDA package."
    9007   exit
    9008 fi
    9009 
    9010 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    9011   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    9012 else
    9013 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b1_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b1_vis" "${obuild_dir_project}/bin/." ;fi
    9014 fi
    9015 if [ "${obuild_find_exe}" = "" ] ; then
    9016   echo "Variable obuild_find_exe not defined."
    9017   exit
    9018 fi
    9019 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    9020 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    9021   echo "Can't find VisAIDA package."
    9022   exit
    9023 fi
    9024 
    9025 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    9026   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    9027 else
    9028 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b2_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b2_vis" "${obuild_dir_project}/bin/." ;fi
    9029 fi
    9030 if [ "${obuild_find_exe}" = "" ] ; then
    9031   echo "Variable obuild_find_exe not defined."
    9032   exit
    9033 fi
    9034 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    9035 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    9036   echo "Can't find VisAIDA package."
    9037   exit
    9038 fi
    9039 
    9040 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    9041   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    9042 else
    9043 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b3_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b3_vis" "${obuild_dir_project}/bin/." ;fi
    9044 fi
    9045 if [ "${obuild_find_exe}" = "" ] ; then
    9046   echo "Variable obuild_find_exe not defined."
    9047   exit
    9048 fi
    9049 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    9050 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    9051   echo "Can't find VisAIDA package."
    9052   exit
    9053 fi
    9054 
    9055 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    9056   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    9057 else
    9058 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b4_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b4_vis" "${obuild_dir_project}/bin/." ;fi
    9059 fi
    9060 if [ "${obuild_find_exe}" = "" ] ; then
    9061   echo "Variable obuild_find_exe not defined."
    9062   exit
    9063 fi
    9064 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    9065 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    9066   echo "Can't find VisAIDA package."
    9067   exit
    9068 fi
    9069 
    9070 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    9071   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    9072 else
    9073 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b5_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b5_vis" "${obuild_dir_project}/bin/." ;fi
    9074 fi
    9075 if [ "${obuild_find_exe}" = "" ] ; then
    9076   echo "Variable obuild_find_exe not defined."
    9077   exit
    9078 fi
    9079 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    9080 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    9081   echo "Can't find VisAIDA package."
    9082   exit
    9083 fi
    9084 
    9085 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    9086   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    9087 else
    9088 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b6_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b6_vis" "${obuild_dir_project}/bin/." ;fi
    9089 fi
    9090 if [ "${obuild_find_exe}" = "" ] ; then
    9091   echo "Variable obuild_find_exe not defined."
    9092   exit
    9093 fi
    9094 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    9095 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    9096   echo "Can't find VisAIDA package."
    9097   exit
    9098 fi
    9099 
    9100 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    9101   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    9102 else
    9103 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b7_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b7_vis" "${obuild_dir_project}/bin/." ;fi
    9104 fi
    9105 if [ "${obuild_find_exe}" = "" ] ; then
    9106   echo "Variable obuild_find_exe not defined."
    9107   exit
    9108 fi
    9109 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    9110 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    9111   echo "Can't find VisAIDA package."
    9112   exit
    9113 fi
    9114 
    9115 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    9116   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    9117 else
    9118 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b8_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b8_vis" "${obuild_dir_project}/bin/." ;fi
    9119 fi
    9120 if [ "${obuild_find_exe}" = "" ] ; then
    9121   echo "Variable obuild_find_exe not defined."
    9122   exit
    9123 fi
    9124 obuild_VisAIDA_path=`"${obuild_find_exe}" VisAIDA 'v1r0'`
    9125 if [ "${obuild_VisAIDA_path}" = "" ] ; then
    9126   echo "Can't find VisAIDA package."
    9127   exit
    9128 fi
    9129 
    9130 if [ ! -d "${obuild_VisAIDA_path}/${obuild_dir_bin}" ] ; then
    9131   echo "WARNNING : Directory ${obuild_VisAIDA_path}/${obuild_dir_bin} not found."
    9132 else
    9133 if [ -e "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b11_vis" ] ; then  /bin/cp "${obuild_VisAIDA_path}/${obuild_dir_bin}/AIDA_example_anaphe_b11_vis" "${obuild_dir_project}/bin/." ;fi
    9134 fi
    9135 if [ "${obuild_find_exe}" = "" ] ; then
    9136   echo "Variable obuild_find_exe not defined."
    9137   exit
    9138 fi
    9139 obuild_OpenPAW_path=`"${obuild_find_exe}" OpenPAW 'v3r0'`
    9140 if [ "${obuild_OpenPAW_path}" = "" ] ; then
    9141   echo "Can't find OpenPAW package."
    9142   exit
    9143 fi
    9144 
    9145 if [ ! -d "${obuild_OpenPAW_path}/${obuild_dir_bin}" ] ; then
    9146   echo "WARNNING : Directory ${obuild_OpenPAW_path}/${obuild_dir_bin} not found."
    9147 else
    9148 if [ -e "${obuild_OpenPAW_path}/${obuild_dir_bin}/OpenPAW_opaw" ] ; then  /bin/cp "${obuild_OpenPAW_path}/${obuild_dir_bin}/OpenPAW_opaw" "${obuild_dir_project}/bin/." ;fi
    9149 if [ -e "${obuild_OpenPAW_path}/${obuild_dir_bin}/opaw" ] ; then  /bin/cp "${obuild_OpenPAW_path}/${obuild_dir_bin}/opaw" "${obuild_dir_project}/bin/." ;fi
    9150 fi
    9151 if [ "${obuild_find_exe}" = "" ] ; then
    9152   echo "Variable obuild_find_exe not defined."
    9153   exit
    9154 fi
    9155 obuild_G4Lab_path=`"${obuild_find_exe}" G4Lab 'v8r0p0'`
    9156 if [ "${obuild_G4Lab_path}" = "" ] ; then
    9157   echo "Can't find G4Lab package."
    9158   exit
    9159 fi
    9160 
    9161 if [ ! -d "${obuild_G4Lab_path}/${obuild_dir_bin}" ] ; then
    9162   echo "WARNNING : Directory ${obuild_G4Lab_path}/${obuild_dir_bin} not found."
    9163 else
    9164 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_g4lab_config" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/G4Lab_g4lab_config" "${obuild_dir_project}/bin/." ;fi
    9165 if [ -e "${obuild_G4Lab_path}/${obuild_dir_bin}/g4lab-config" ] ; then  /bin/cp "${obuild_G4Lab_path}/${obuild_dir_bin}/g4lab-config" "${obuild_dir_project}/bin/." ;fi
    9166 fi
    9167 if [ "${obuild_find_exe}" = "" ] ; then
    9168   echo "Variable obuild_find_exe not defined."
    9169   exit
    9170 fi
    9171 obuild_G4Simple_path=`"${obuild_find_exe}" G4Simple 'v2r0p0'`
    9172 if [ "${obuild_G4Simple_path}" = "" ] ; then
    9173   echo "Can't find G4Simple package."
    9174   exit
    9175 fi
    9176 
    9177 if [ ! -d "${obuild_G4Simple_path}/${obuild_dir_bin}" ] ; then
    9178   echo "WARNNING : Directory ${obuild_G4Simple_path}/${obuild_dir_bin} not found."
    9179 else
    9180 if [ -e "${obuild_G4Simple_path}/${obuild_dir_bin}/G4Simple_session" ] ; then  /bin/cp "${obuild_G4Simple_path}/${obuild_dir_bin}/G4Simple_session" "${obuild_dir_project}/bin/." ;fi
    9181 fi
    9182 if [ "${obuild_find_exe}" = "" ] ; then
    9183   echo "Variable obuild_find_exe not defined."
    9184   exit
    9185 fi
    9186 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    9187 if [ "${obuild_G4Examples_path}" = "" ] ; then
    9188   echo "Can't find G4Examples package."
    9189   exit
    9190 fi
    9191 
    9192 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    9193   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    9194 else
    9195 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_N02" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_N02" "${obuild_dir_project}/bin/." ;fi
    9196 fi
    9197 if [ "${obuild_find_exe}" = "" ] ; then
    9198   echo "Variable obuild_find_exe not defined."
    9199   exit
    9200 fi
    9201 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    9202 if [ "${obuild_G4Examples_path}" = "" ] ; then
    9203   echo "Can't find G4Examples package."
    9204   exit
    9205 fi
    9206 
    9207 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    9208   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    9209 else
    9210 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_N03" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_N03" "${obuild_dir_project}/bin/." ;fi
    9211 fi
    9212 if [ "${obuild_find_exe}" = "" ] ; then
    9213   echo "Variable obuild_find_exe not defined."
    9214   exit
    9215 fi
    9216 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    9217 if [ "${obuild_G4Examples_path}" = "" ] ; then
    9218   echo "Can't find G4Examples package."
    9219   exit
    9220 fi
    9221 
    9222 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    9223   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    9224 else
    9225 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_N04" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_N04" "${obuild_dir_project}/bin/." ;fi
    9226 fi
    9227 if [ "${obuild_find_exe}" = "" ] ; then
    9228   echo "Variable obuild_find_exe not defined."
    9229   exit
    9230 fi
    9231 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    9232 if [ "${obuild_G4Examples_path}" = "" ] ; then
    9233   echo "Can't find G4Examples package."
    9234   exit
    9235 fi
    9236 
    9237 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    9238   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    9239 else
    9240 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_N05" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_N05" "${obuild_dir_project}/bin/." ;fi
    9241 fi
    9242 if [ "${obuild_find_exe}" = "" ] ; then
    9243   echo "Variable obuild_find_exe not defined."
    9244   exit
    9245 fi
    9246 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    9247 if [ "${obuild_G4Examples_path}" = "" ] ; then
    9248   echo "Can't find G4Examples package."
    9249   exit
    9250 fi
    9251 
    9252 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    9253   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    9254 else
    9255 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_N06" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_N06" "${obuild_dir_project}/bin/." ;fi
    9256 fi
    9257 if [ "${obuild_find_exe}" = "" ] ; then
    9258   echo "Variable obuild_find_exe not defined."
    9259   exit
    9260 fi
    9261 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    9262 if [ "${obuild_G4Examples_path}" = "" ] ; then
    9263   echo "Can't find G4Examples package."
    9264   exit
    9265 fi
    9266 
    9267 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    9268   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    9269 else
    9270 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_N07" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_N07" "${obuild_dir_project}/bin/." ;fi
    9271 fi
    9272 if [ "${obuild_find_exe}" = "" ] ; then
    9273   echo "Variable obuild_find_exe not defined."
    9274   exit
    9275 fi
    9276 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    9277 if [ "${obuild_G4Examples_path}" = "" ] ; then
    9278   echo "Can't find G4Examples package."
    9279   exit
    9280 fi
    9281 
    9282 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    9283   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    9284 else
    9285 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_AnaEx01" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_AnaEx01" "${obuild_dir_project}/bin/." ;fi
    9286 fi
    9287 if [ "${obuild_find_exe}" = "" ] ; then
    9288   echo "Variable obuild_find_exe not defined."
    9289   exit
    9290 fi
    9291 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    9292 if [ "${obuild_G4Examples_path}" = "" ] ; then
    9293   echo "Can't find G4Examples package."
    9294   exit
    9295 fi
    9296 
    9297 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    9298   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    9299 else
    9300 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_A01" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_A01" "${obuild_dir_project}/bin/." ;fi
    9301 fi
    9302 if [ "${obuild_find_exe}" = "" ] ; then
    9303   echo "Variable obuild_find_exe not defined."
    9304   exit
    9305 fi
    9306 obuild_G4Examples_path=`"${obuild_find_exe}" G4Examples 'v1r0'`
    9307 if [ "${obuild_G4Examples_path}" = "" ] ; then
    9308   echo "Can't find G4Examples package."
    9309   exit
    9310 fi
    9311 
    9312 if [ ! -d "${obuild_G4Examples_path}/${obuild_dir_bin}" ] ; then
    9313   echo "WARNNING : Directory ${obuild_G4Examples_path}/${obuild_dir_bin} not found."
    9314 else
    9315 if [ -e "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_gammaray_telescope" ] ; then  /bin/cp "${obuild_G4Examples_path}/${obuild_dir_bin}/G4Examples_gammaray_telescope" "${obuild_dir_project}/bin/." ;fi
     712if [ "${obuild_find_exe}" = "" ] ; then
     713  echo "Variable obuild_find_exe not defined."
     714  exit
     715fi
     716obuild_snovis_path=`"${obuild_find_exe}" snovis 'v1r1'`
     717if [ "${obuild_snovis_path}" = "" ] ; then
     718  echo "Can't find snovis package."
     719  exit
     720fi
     721
     722if [ ! -d "${obuild_snovis_path}/${obuild_dir_bin}" ] ; then
     723  echo "WARNNING : Directory ${obuild_snovis_path}/${obuild_dir_bin} not found."
     724else
     725if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/G4Lab.bundle" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/G4Lab.bundle" "${obuild_dir_project}/bin/." ;fi
     726if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libG4Lab.jnilib" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libG4Lab.jnilib" "${obuild_dir_project}/bin/." ;fi
     727if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libG4Lab.so" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libG4Lab.so" "${obuild_dir_project}/bin/." ;fi
     728fi
     729if [ "${obuild_find_exe}" = "" ] ; then
     730  echo "Variable obuild_find_exe not defined."
     731  exit
     732fi
     733obuild_snovis_path=`"${obuild_find_exe}" snovis 'v1r1'`
     734if [ "${obuild_snovis_path}" = "" ] ; then
     735  echo "Can't find snovis package."
     736  exit
     737fi
     738
     739if [ ! -d "${obuild_snovis_path}/${obuild_dir_bin}" ] ; then
     740  echo "WARNNING : Directory ${obuild_snovis_path}/${obuild_dir_bin} not found."
     741else
     742if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/snovis.bundle" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/snovis.bundle" "${obuild_dir_project}/bin/." ;fi
     743if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libsnovis.jnilib" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libsnovis.jnilib" "${obuild_dir_project}/bin/." ;fi
     744if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/libsnovis.so" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/libsnovis.so" "${obuild_dir_project}/bin/." ;fi
     745fi
     746
     747if [ "${obuild_find_exe}" = "" ] ; then
     748  echo "Variable obuild_find_exe not defined."
     749  exit
     750fi
     751obuild_snovis_path=`"${obuild_find_exe}" snovis 'v1r1'`
     752if [ "${obuild_snovis_path}" = "" ] ; then
     753  echo "Can't find snovis package."
     754  exit
     755fi
     756
     757if [ ! -d "${obuild_snovis_path}/${obuild_dir_bin}" ] ; then
     758  echo "WARNNING : Directory ${obuild_snovis_path}/${obuild_dir_bin} not found."
     759else
     760if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/prog_snovis" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/prog_snovis" "${obuild_dir_project}/bin/." ;fi
    9316761fi
    9317762if [ "${obuild_find_exe}" = "" ] ; then
     
    9343788  echo "WARNNING : Directory ${obuild_snovis_path}/${obuild_dir_bin} not found."
    9344789else
    9345 if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/prog_snova" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/prog_snova" "${obuild_dir_project}/bin/." ;fi
    9346 fi
    9347 if [ "${obuild_find_exe}" = "" ] ; then
    9348   echo "Variable obuild_find_exe not defined."
    9349   exit
    9350 fi
    9351 obuild_snovis_path=`"${obuild_find_exe}" snovis 'v1r1'`
    9352 if [ "${obuild_snovis_path}" = "" ] ; then
    9353   echo "Can't find snovis package."
    9354   exit
    9355 fi
    9356 
    9357 if [ ! -d "${obuild_snovis_path}/${obuild_dir_bin}" ] ; then
    9358   echo "WARNNING : Directory ${obuild_snovis_path}/${obuild_dir_bin} not found."
    9359 else
    9360 if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/snovis_session" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/snovis_session" "${obuild_dir_project}/bin/." ;fi
     790if [ -e "${obuild_snovis_path}/${obuild_dir_bin}/prog_snovis" ] ; then  /bin/cp "${obuild_snovis_path}/${obuild_dir_bin}/prog_snovis" "${obuild_dir_project}/bin/." ;fi
    9361791fi
    9362792
     
    9370800/bin/rm -R -f "${obuild_dir_project}/Resources/Geant4"
    9371801/bin/rm -R -f "${obuild_dir_project}/Resources/CLHEP"
     802/bin/rm -R -f "${obuild_dir_project}/Resources/Python"
    9372803cd "${obuild_osc_snovis_path}/${obuild_dir_bin}"
    9373804/bin/rm -f osc_snovis_v1r0_intel_osx_gcc401.zip
Note: See TracChangeset for help on using the changeset viewer.