Changeset 1213 for trunk/config/scripts


Ignore:
Timestamp:
Dec 10, 2009, 5:31:31 PM (16 years ago)
Author:
garnier
Message:

Suppression de Xaw. Sauf dans Configure et les fichier G4UIXaw.hh et cc

Location:
trunk/config/scripts
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/scripts/env.csh.SH

    r1195 r1213  
    5757unsetenv  G4UI_NONE
    5858unsetenv  G4UI_BUILD_WIN32_SESSION
    59 unsetenv  G4UI_BUILD_XAW_SESSION
    6059unsetenv  G4UI_BUILD_XM_SESSION
    6160unsetenv  G4UI_USE_TCSH
    6261unsetenv  G4UI_USE_WIN32
    63 unsetenv  G4UI_USE_XAW
    6462unsetenv  G4UI_USE_XM
    6563unsetenv  G4UI_USE_QT
     
    228226
    229227#+
    230 if ( X$g4ui_build_xaw_session == Xy ) then
    231 setenv G4UI_BUILD_XAW_SESSION 1
    232 echo "On this machine the G4UI_BUILD_XAW_SESSION=\$G4UI_BUILD_XAW_SESSION"
    233 endif
    234 
    235 #+
    236 if ( X$g4ui_use_xaw == Xy ) then
    237 setenv G4UI_USE_XAW 1
    238 echo "On this machine the G4UI_USE_XAW=\$G4UI_USE_XAW"
    239 endif
    240 
    241 #+
    242228if ( X$g4ui_build_xm_session == Xy ) then
    243229setenv G4UI_BUILD_XM_SESSION 1
     
    431417echo "On this machine the XMLIBS=\$XMLIBS"
    432418endif
    433 
    434 #+
    435 if ( X$g4ui_build_xaw_session != X )  then
    436 setenv XAWFLAGS "$g4ui_xawflags"
    437 echo "On this machine the XAWFLAGS=\$XAWFLAGS"
    438 endif
    439 
    440 #+
    441 if ( X$g4ui_build_xaw_session != X )  then
    442 setenv XAWLIBS "$g4ui_xawlibs"
    443 echo "On this machine the XAWLIBS=\$XAWLIBS"
    444 endif
    445 
    446419
    447420#
  • trunk/config/scripts/env.sh.SH

    r1195 r1213  
    5757unset  G4UI_NONE
    5858unset  G4UI_BUILD_WIN32_SESSION
    59 unset  G4UI_BUILD_XAW_SESSION
    6059unset  G4UI_BUILD_XM_SESSION
    6160unset  G4UI_USE_TCSH
    6261unset  G4UI_USE_WIN32
    63 unset  G4UI_USE_XAW
    6462unset  G4UI_USE_XM
    6563unset  G4UI_USE_QT
     
    290288
    291289#+
    292 if [ X$g4ui_build_xaw_session = Xy ] ; then
    293 G4UI_BUILD_XAW_SESSION=1
    294 export G4UI_BUILD_XAW_SESSION
    295 if [ X\$g4non_display = X ] ; then
    296 echo "On this machine the G4UI_BUILD_XAW_SESSION=\$G4UI_BUILD_XAW_SESSION"
    297 fi
    298 fi
    299 
    300 #+
    301 if [ X$g4ui_use_xaw = Xy ] ; then
    302 G4UI_USE_XAW=1
    303 export G4UI_USE_XAW
    304 if [ X\$g4non_display = X ] ; then
    305 echo "On this machine the G4UI_USE_XAW=\$G4UI_USE_XAW"
    306 fi
    307 fi
    308 
    309 #+
    310290if [ X$g4ui_build_xm_session = Xy ] ; then
    311291G4UI_BUILD_XM_SESSION=1
     
    597577fi
    598578fi
    599 
    600 #+
    601 if [ X$g4ui_build_xaw_session != X ] ; then
    602 XAWFLAGS="$g4ui_xawflags"
    603 export XAWFLAGS
    604 if [ X\$g4non_display = X ] ; then
    605 echo "On this machine the XAWFLAGS=\$XAWFLAGS"
    606 fi
    607 fi
    608 
    609 #+
    610 if [ X$g4ui_build_xaw_session != X ] ; then
    611 XAWLIBS="$g4ui_xawlibs"
    612 export XAWLIBS
    613 if [ X\$g4non_display = X ] ; then
    614 echo "On this machine the XAWLIBS=\$XAWLIBS"
    615 fi
    616 fi
    617 
    618579
    619580#
  • trunk/config/scripts/install.sh.SH

    r1195 r1213  
    5656unset  G4UI_NONE
    5757unset  G4UI_BUILD_WIN32_SESSION
    58 unset  G4UI_BUILD_XAW_SESSION
    5958unset  G4UI_BUILD_XM_SESSION
    6059unset  G4UI_BUILD_QT_SESSION
    6160unset  G4UI_USE_TCSH
    6261unset  G4UI_USE_WIN32
    63 unset  G4UI_USE_XAW
    6462unset  G4UI_USE_XM
    6563unset  G4UI_USE_QT
     
    244242
    245243#+
    246 if [ X$g4ui_build_xaw_session = Xy ] ; then
    247 G4UI_BUILD_XAW_SESSION=1
    248 export G4UI_BUILD_XAW_SESSION
    249 echo "On this machine the G4UI_BUILD_XAW_SESSION=\$G4UI_BUILD_XAW_SESSION"
    250 fi
    251 
    252 #+
    253 if [ X$g4ui_use_xaw = Xy ] ; then
    254 G4UI_USE_XAW=1
    255 export G4UI_USE_XAW
    256 echo "On this machine the G4UI_USE_XAW=\$G4UI_USE_XAW"
    257 fi
    258 
    259 #+
    260244if [ X$g4ui_build_xm_session = Xy ] ; then
    261245G4UI_BUILD_XM_SESSION=1
     
    501485fi
    502486fi
    503 
    504 #+
    505 if [ X$g4ui_build_xaw_session != X ] ; then
    506 XAWFLAGS="$g4ui_xawflags"
    507 export XAWFLAGS
    508 if [ X\$g4non_display = X ] ; then
    509 echo "On this machine the XAWFLAGS=\$XAWFLAGS"
    510 fi
    511 fi
    512 
    513 #+
    514 if [ X$g4ui_build_xaw_session != X ] ; then
    515 XAWLIBS="$g4ui_xawlibs"
    516 export XAWLIBS
    517 if [ X\$g4non_display = X ] ; then
    518 echo "On this machine the XAWLIBS=\$XAWLIBS"
    519 fi
    520 fi
    521 
    522 
    523487
    524488# Qt Flags and Libs, messy, but needed for backward compatibility
  • trunk/config/scripts/move.sh.SH

    r689 r1213  
    165165#
    166166#+
    167 if [ X$g4ui_build_xaw_session = Xy ] ; then
    168 G4UI_BUILD_XAW_SESSION=1
    169 export G4UI_BUILD_XAW_SESSION
    170 echo "On this machine the G4UI_BUILD_XAW_SESSION=\$G4UI_BUILD_XAW_SESSION"
    171 fi
    172 
    173 #+
    174 if [ X$g4ui_use_xaw = Xy ] ; then
    175 G4UI_USE_XAW=1
    176 export G4UI_USE_XAW
    177 echo "On this machine the G4UI_USE_XAW=\$G4UI_USE_XAW"
    178 fi
    179 
    180 #+
    181167if [ X$g4ui_build_xm_session = Xy ] ; then
    182168G4UI_BUILD_XM_SESSION=1
Note: See TracChangeset for help on using the changeset viewer.