Changeset 143


Ignore:
Timestamp:
Feb 9, 2007, 6:57:55 PM (17 years ago)
Author:
barrand
Message:
 
Location:
build/snova/trunk/obuild
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • build/snova/trunk/obuild/DOS/build.bat

    r132 r143  
    44REM #
    55REM # File produced by the obuild tool version 1.0
    6 REM # for the package snova with version v2r0p0.
     6REM # for the package snova with version v2r0p1.
    77REM #
    88
  • build/snova/trunk/obuild/DOS/build_app_prog_snova.bat

    r133 r143  
    44REM #
    55REM # File produced by the obuild tool version 1.0
    6 REM # for the package snova with version v2r0p0.
     6REM # for the package snova with version v2r0p1.
    77REM #
    88
  • build/snova/trunk/obuild/DOS/build_lib_geomutils.bat

    r132 r143  
    44REM #
    55REM # File produced by the obuild tool version 1.0
    6 REM # for the package snova with version v2r0p0.
     6REM # for the package snova with version v2r0p1.
    77REM #
    88
  • build/snova/trunk/obuild/DOS/build_lib_sngeom.bat

    r132 r143  
    44REM #
    55REM # File produced by the obuild tool version 1.0
    6 REM # for the package snova with version v2r0p0.
     6REM # for the package snova with version v2r0p1.
    77REM #
    88
  • build/snova/trunk/obuild/DOS/build_lib_snova.bat

    r132 r143  
    44REM #
    55REM # File produced by the obuild tool version 1.0
    6 REM # for the package snova with version v2r0p0.
     6REM # for the package snova with version v2r0p1.
    77REM #
    88
     
    324324@IF %obuild_verbose% == yes @ECHO ON
    325325cd "%obuild_snova_path%\%obuild_dir_bin%"
     326%obuild_cxx_command% /c %obuild_cxx_debug_local% %obuild_cxx_optimize_local% %obuild_cxx_options% %obuild_cxx_macros% %obuild_cxx_includes% /Fo.\lib_snova\snova_utils.obj  /Tp"..\source\snova\base\snova_utils.cc" 1> cl_exe_error
     327@IF ERRORLEVEL 1 @TYPE cl_exe_error && @GOTO obuild_return
     328@IF NOT ERRORLEVEL 1 @DEL cl_exe_error
     329cd "%obuild_snova_path%\obuild"
     330
     331cd "%obuild_snova_path%\%obuild_dir_bin%"
    326332%obuild_cxx_command% /c %obuild_cxx_debug_local% %obuild_cxx_optimize_local% %obuild_cxx_options% %obuild_cxx_macros% %obuild_cxx_includes% /Fo.\lib_snova\event.obj  /Tp"..\source\snova\base\event.cc" 1> cl_exe_error
    327333@IF ERRORLEVEL 1 @TYPE cl_exe_error && @GOTO obuild_return
     
    419425IF NOT EXIST .\obuild_platform.exe  ECHO Program obuild_platform.exe not found.  && GOTO obuild_return
    420426FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% Darwin`) DO SET obuild_platform_result=%%j
    421 cd "%obuild_pwd_snova_0%"
    422 SET obuild_pwd_snova_0=
    423 IF NOT %obuild_platform_result% == yes GOTO end_if_platform_43
    424 SET obuild_cxx_linker_command=c++
    425 :end_if_platform_43
    426 SET obuild_platform_result=
    427 FOR /F "usebackq delims=;" %%d IN (`cd`) DO SET obuild_pwd_snova_0=%%d
    428 cd "%obuild_snova_path%\%obuild_dir_bin%"
    429 IF NOT EXIST .\obuild_platform.exe  ECHO Program obuild_platform.exe not found.  && GOTO obuild_return
    430 FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% Linux`) DO SET obuild_platform_result=%%j
    431427cd "%obuild_pwd_snova_0%"
    432428SET obuild_pwd_snova_0=
     
    438434cd "%obuild_snova_path%\%obuild_dir_bin%"
    439435IF NOT EXIST .\obuild_platform.exe  ECHO Program obuild_platform.exe not found.  && GOTO obuild_return
     436FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% Linux`) DO SET obuild_platform_result=%%j
     437cd "%obuild_pwd_snova_0%"
     438SET obuild_pwd_snova_0=
     439IF NOT %obuild_platform_result% == yes GOTO end_if_platform_45
     440SET obuild_cxx_linker_command=c++
     441:end_if_platform_45
     442SET obuild_platform_result=
     443FOR /F "usebackq delims=;" %%d IN (`cd`) DO SET obuild_pwd_snova_0=%%d
     444cd "%obuild_snova_path%\%obuild_dir_bin%"
     445IF NOT EXIST .\obuild_platform.exe  ECHO Program obuild_platform.exe not found.  && GOTO obuild_return
    440446FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% OSF1`) DO SET obuild_platform_result=%%j
    441447cd "%obuild_pwd_snova_0%"
    442448SET obuild_pwd_snova_0=
    443 IF NOT %obuild_platform_result% == yes GOTO end_if_platform_45
     449IF NOT %obuild_platform_result% == yes GOTO end_if_platform_46
    444450SET obuild_cxx_linker_command=cxx
    445 :end_if_platform_45
    446 SET obuild_platform_result=
    447 FOR /F "usebackq delims=;" %%d IN (`cd`) DO SET obuild_pwd_snova_0=%%d
    448 cd "%obuild_snova_path%\%obuild_dir_bin%"
    449 IF NOT EXIST .\obuild_platform.exe  ECHO Program obuild_platform.exe not found.  && GOTO obuild_return
    450 FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% Windows_NT`) DO SET obuild_platform_result=%%j
    451 cd "%obuild_pwd_snova_0%"
    452 SET obuild_pwd_snova_0=
    453 IF NOT %obuild_platform_result% == yes GOTO end_if_platform_46
     451:end_if_platform_46
     452SET obuild_platform_result=
     453FOR /F "usebackq delims=;" %%d IN (`cd`) DO SET obuild_pwd_snova_0=%%d
     454cd "%obuild_snova_path%\%obuild_dir_bin%"
     455IF NOT EXIST .\obuild_platform.exe  ECHO Program obuild_platform.exe not found.  && GOTO obuild_return
     456FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% Windows_NT`) DO SET obuild_platform_result=%%j
     457cd "%obuild_pwd_snova_0%"
     458SET obuild_pwd_snova_0=
     459IF NOT %obuild_platform_result% == yes GOTO end_if_platform_47
    454460SET obuild_cxx_linker_command=link.exe
    455 :end_if_platform_46
     461:end_if_platform_47
    456462SET obuild_platform_result=
    457463IF "%obuild_cxx_linker_command%" == ""  ECHO Variable obuild_cxx_linker_command not defined.  && GOTO obuild_return
     
    461467IF NOT EXIST .\obuild_platform.exe  ECHO Program obuild_platform.exe not found.  && GOTO obuild_return
    462468FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% Darwin`) DO SET obuild_platform_result=%%j
    463 cd "%obuild_pwd_snova_0%"
    464 SET obuild_pwd_snova_0=
    465 IF NOT %obuild_platform_result% == yes GOTO end_if_platform_47
    466 SET obuild_cxx_linker_debug=-g
    467 :end_if_platform_47
    468 SET obuild_platform_result=
    469 FOR /F "usebackq delims=;" %%d IN (`cd`) DO SET obuild_pwd_snova_0=%%d
    470 cd "%obuild_snova_path%\%obuild_dir_bin%"
    471 IF NOT EXIST .\obuild_platform.exe  ECHO Program obuild_platform.exe not found.  && GOTO obuild_return
    472 FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% Linux`) DO SET obuild_platform_result=%%j
    473469cd "%obuild_pwd_snova_0%"
    474470SET obuild_pwd_snova_0=
     
    480476cd "%obuild_snova_path%\%obuild_dir_bin%"
    481477IF NOT EXIST .\obuild_platform.exe  ECHO Program obuild_platform.exe not found.  && GOTO obuild_return
    482 FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% OSF1`) DO SET obuild_platform_result=%%j
     478FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% Linux`) DO SET obuild_platform_result=%%j
    483479cd "%obuild_pwd_snova_0%"
    484480SET obuild_pwd_snova_0=
     
    490486cd "%obuild_snova_path%\%obuild_dir_bin%"
    491487IF NOT EXIST .\obuild_platform.exe  ECHO Program obuild_platform.exe not found.  && GOTO obuild_return
    492 FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% Windows_NT`) DO SET obuild_platform_result=%%j
     488FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% OSF1`) DO SET obuild_platform_result=%%j
    493489cd "%obuild_pwd_snova_0%"
    494490SET obuild_pwd_snova_0=
    495491IF NOT %obuild_platform_result% == yes GOTO end_if_platform_50
     492SET obuild_cxx_linker_debug=-g
     493:end_if_platform_50
     494SET obuild_platform_result=
     495FOR /F "usebackq delims=;" %%d IN (`cd`) DO SET obuild_pwd_snova_0=%%d
     496cd "%obuild_snova_path%\%obuild_dir_bin%"
     497IF NOT EXIST .\obuild_platform.exe  ECHO Program obuild_platform.exe not found.  && GOTO obuild_return
     498FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% Windows_NT`) DO SET obuild_platform_result=%%j
     499cd "%obuild_pwd_snova_0%"
     500SET obuild_pwd_snova_0=
     501IF NOT %obuild_platform_result% == yes GOTO end_if_platform_51
    496502SET obuild_cxx_linker_debug=/DEBUG
    497 :end_if_platform_50
    498 SET obuild_platform_result=
    499 
    500 FOR /F "usebackq delims=;" %%d IN (`cd`) DO SET obuild_pwd_snova_0=%%d
    501 cd "%obuild_snova_path%\%obuild_dir_bin%"
    502 IF NOT EXIST .\obuild_platform.exe  ECHO Program obuild_platform.exe not found.  && GOTO obuild_return
    503 FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% Windows_NT`) DO SET obuild_platform_result=%%j
    504 cd "%obuild_pwd_snova_0%"
    505 SET obuild_pwd_snova_0=
    506 IF NOT %obuild_platform_result% == yes GOTO end_if_platform_51
     503:end_if_platform_51
     504SET obuild_platform_result=
     505
     506FOR /F "usebackq delims=;" %%d IN (`cd`) DO SET obuild_pwd_snova_0=%%d
     507cd "%obuild_snova_path%\%obuild_dir_bin%"
     508IF NOT EXIST .\obuild_platform.exe  ECHO Program obuild_platform.exe not found.  && GOTO obuild_return
     509FOR /F "usebackq" %%j IN (`.\obuild_platform.exe  %obuild_platform% Windows_NT`) DO SET obuild_platform_result=%%j
     510cd "%obuild_pwd_snova_0%"
     511SET obuild_pwd_snova_0=
     512IF NOT %obuild_platform_result% == yes GOTO end_if_platform_52
    507513SET obuild_cxx_linker_options=/nologo
    508 :end_if_platform_51
    509 SET obuild_platform_result=
    510 
    511 IF NOT %obuild_debug% == yes GOTO else_if_db_build_lib_snova_sh_52
     514:end_if_platform_52
     515SET obuild_platform_result=
     516
     517IF NOT %obuild_debug% == yes GOTO else_if_db_build_lib_snova_sh_53
    512518  SET obuild_cxx_linker_debug_local=%obuild_cxx_linker_debug%
    513   GOTO end_if_db_build_lib_snova_sh_52
    514 :else_if_db_build_lib_snova_sh_52
     519  GOTO end_if_db_build_lib_snova_sh_53
     520:else_if_db_build_lib_snova_sh_53
    515521  SET obuild_cxx_linker_debug_local=
    516 :end_if_db_build_lib_snova_sh_52
    517 
    518 IF NOT %obuild_optimize% == yes GOTO else_if_opt_build_lib_snova_sh_53
     522:end_if_db_build_lib_snova_sh_53
     523
     524IF NOT %obuild_optimize% == yes GOTO else_if_opt_build_lib_snova_sh_54
    519525  SET obuild_cxx_linker_optimize_local=%obuild_cxx_linker_optimize%
    520   GOTO end_if_opt_build_lib_snova_sh_53
    521 :else_if_opt_build_lib_snova_sh_53
     526  GOTO end_if_opt_build_lib_snova_sh_54
     527:else_if_opt_build_lib_snova_sh_54
    522528  SET obuild_cxx_linker_optimize_local=
    523 :end_if_opt_build_lib_snova_sh_53
     529:end_if_opt_build_lib_snova_sh_54
    524530
    525531FOR /F "usebackq delims=;" %%d IN (`cd`) DO SET obuild_pwd_snova_0=%%d
  • build/snova/trunk/obuild/DOS/build_lib_snvertex.bat

    r132 r143  
    44REM #
    55REM # File produced by the obuild tool version 1.0
    6 REM # for the package snova with version v2r0p0.
     6REM # for the package snova with version v2r0p1.
    77REM #
    88
  • build/snova/trunk/obuild/setup.bat

    r133 r143  
    33REM #
    44REM # File produced by the obuild tool version 1.0
    5 REM # for the package snova with version v2r0p0.
     5REM # for the package snova with version v2r0p1.
    66REM #
    77
  • build/snova/trunk/obuild/setup.csh

    r133 r143  
    33#
    44# File produced by the obuild tool version 1.0
    5 # for the package snova with version v2r0p0.
     5# for the package snova with version v2r0p1.
    66#
    77
  • build/snova/trunk/obuild/setup.sh

    r133 r143  
    33#
    44# File produced by the obuild tool version 1.0
    5 # for the package snova with version v2r0p0.
     5# for the package snova with version v2r0p1.
    66#
    77
  • build/snova/trunk/obuild/sh/broadcast_install

    r133 r143  
    33#
    44# File produced by the obuild tool version 1.0
    5 # for the package snova with version v2r0p0.
     5# for the package snova with version v2r0p1.
    66#
    77
  • build/snova/trunk/obuild/sh/build

    r132 r143  
    33#
    44# File produced by the obuild tool version 1.0
    5 # for the package snova with version v2r0p0.
     5# for the package snova with version v2r0p1.
    66#
    77
  • build/snova/trunk/obuild/sh/build_app_prog_snova

    r133 r143  
    33#
    44# File produced by the obuild tool version 1.0
    5 # for the package snova with version v2r0p0.
     5# for the package snova with version v2r0p1.
    66#
    77
  • build/snova/trunk/obuild/sh/build_lib_geomutils

    r132 r143  
    33#
    44# File produced by the obuild tool version 1.0
    5 # for the package snova with version v2r0p0.
     5# for the package snova with version v2r0p1.
    66#
    77
  • build/snova/trunk/obuild/sh/build_lib_sngeom

    r132 r143  
    33#
    44# File produced by the obuild tool version 1.0
    5 # for the package snova with version v2r0p0.
     5# for the package snova with version v2r0p1.
    66#
    77
  • build/snova/trunk/obuild/sh/build_lib_snova

    r132 r143  
    33#
    44# File produced by the obuild tool version 1.0
    5 # for the package snova with version v2r0p0.
     5# for the package snova with version v2r0p1.
    66#
    77
     
    344344if [ ${obuild_verbose} = yes ] ; then set -x;fi
    345345cd "${obuild_snova_path}/${obuild_dir_bin}"
     346 eval ${obuild_cxx_command} -c ${obuild_cxx_debug_local} ${obuild_cxx_optimize_local} ${obuild_cxx_options} ${obuild_cxx_macros} ${obuild_cxx_includes} -o ./lib_snova/snova_utils.o \"../source/snova/base/snova_utils.cc\"
     347obuild_status=$?;if [ ${obuild_status} != 0 ] ; then exit ${obuild_status};fi
     348cd "${obuild_snova_path}/obuild"
     349
     350cd "${obuild_snova_path}/${obuild_dir_bin}"
    346351 eval ${obuild_cxx_command} -c ${obuild_cxx_debug_local} ${obuild_cxx_optimize_local} ${obuild_cxx_options} ${obuild_cxx_macros} ${obuild_cxx_includes} -o ./lib_snova/event.o \"../source/snova/base/event.cc\"
    347352obuild_status=$?;if [ ${obuild_status} != 0 ] ; then exit ${obuild_status};fi
  • build/snova/trunk/obuild/sh/build_lib_snvertex

    r132 r143  
    33#
    44# File produced by the obuild tool version 1.0
    5 # for the package snova with version v2r0p0.
     5# for the package snova with version v2r0p1.
    66#
    77
  • build/snova/trunk/obuild/sh/check_foreigns

    r132 r143  
    33#
    44# File produced by the obuild tool version 1.0
    5 # for the package snova with version v2r0p0.
     5# for the package snova with version v2r0p1.
    66#
    77
  • build/snova/trunk/obuild/this.obuild

    r132 r143  
    11<obuild>
    22
    3   <package name="snova" version="v2r0p0">
     3  <package name="snova" version="v2r0p1">
    44
    55    <repository>svn.lal.in2p3.fr/nemo/packages</repository>
     
    5858<!--  <files>../source/snova/base/*.cc</files> -->
    5959
     60      <file>../source/snova/base/snova_utils.cc</file>
    6061      <file>../source/snova/base/event.cc</file>
    6162      <file>../source/snova/base/generator.cc</file>
Note: See TracChangeset for help on using the changeset viewer.