source: trunk/config/scripts/env.csh.SH @ 1205

Last change on this file since 1205 was 1195, checked in by garnier, 15 years ago

update CVS release candidate geant4.9.3.01

  • Property svn:executable set to *
File size: 14.8 KB
Line 
1case $CONFIG in
2'')
3        if test -f config.sh; then TOP=.;
4        elif test -f ../config.sh; then TOP=..;
5        elif test -f ../../config.sh; then TOP=../..;
6        elif test -f ../../../config.sh; then TOP=../../..;
7        elif test -f ../../../../config.sh; then TOP=../../../..;
8        else
9                echo "Can't find config.sh."; exit 1
10        fi
11        . $TOP/config.sh
12        ;;
13esac
14: This forces SH files to create target in same directory as SH file.
15: This is so that make depend always knows where to find SH derivatives.
16case "$0" in
17*/*) cd `expr X$0 : 'X\(.*\)/'` ;;
18esac
19#echo "Extracting env.csh (with variable substitutions)"
20: This section of the file will have variable substitutions done on it.
21: Move anything that needs config subs from !NO!SUBS! section to !GROK!THIS!.
22: Protect any dollar signs and backticks that you do not want interpreted
23: by putting a backslash in front.  You may delete these comments.
24$spitshell >env.csh <<!GROK!THIS!
25######################################
26#
27# Clean all G4 envs
28unsetenv  CLHEP_BASE_DIR
29unsetenv  CLHEP_INCLUDE_DIR
30unsetenv  CLHEP_LIB
31unsetenv  CLHEP_LIB_DIR
32
33unsetenv  G4ANALYSIS_USE
34unsetenv  G4DEBUG
35unsetenv  G4INCLUDE
36unsetenv  G4INSTALL
37
38unsetenv  G4LEDATA
39unsetenv  G4LEVELGAMMADATA
40unsetenv  G4NEUTRONHPDATA
41unsetenv  G4RADIOACTIVEDATA
42unsetenv  G4ABLADATA
43unsetenv  G4REALSURFACEDATA
44
45unsetenv  G4LIB
46unsetenv  G4LIB_BUILD_G3TOG4
47unsetenv  G4LIB_BUILD_SHARED
48unsetenv  G4LIB_BUILD_STATIC
49unsetenv  G4LIB_BUILD_ZLIB
50unsetenv  G4LIB_BUILD_GDML
51unsetenv  G4LIB_USE_G3TOG4
52unsetenv  G4LIB_USE_GRANULAR
53unsetenv  G4LIB_USE_ZLIB
54
55unsetenv  G4SYSTEM
56
57unsetenv  G4UI_NONE
58unsetenv  G4UI_BUILD_WIN32_SESSION
59unsetenv  G4UI_BUILD_XAW_SESSION
60unsetenv  G4UI_BUILD_XM_SESSION
61unsetenv  G4UI_USE_TCSH
62unsetenv  G4UI_USE_WIN32
63unsetenv  G4UI_USE_XAW
64unsetenv  G4UI_USE_XM
65unsetenv  G4UI_USE_QT
66
67unsetenv  G4VIS_NONE
68unsetenv  G4VIS_BUILD_DAWN_DRIVER
69unsetenv  G4VIS_BUILD_OIWIN32_DRIVER
70unsetenv  G4VIS_BUILD_OIX_DRIVER
71unsetenv  G4VIS_BUILD_OPENGLWIN32_DRIVER
72unsetenv  G4VIS_BUILD_OPENGLXM_DRIVER
73unsetenv  G4VIS_BUILD_OPENGLX_DRIVER
74unsetenv  G4VIS_BUILD_RAYTRACERX_DRIVER
75unsetenv  G4VIS_BUILD_VRML_DRIVER
76unsetenv  G4VIS_BUILD_OPENGLQT_DRIVER
77
78unsetenv  G4VIS_USE_DAWN
79unsetenv  G4VIS_USE_OIWIN32
80unsetenv  G4VIS_USE_OIX
81unsetenv  G4VIS_USE_OPENGLWIN32
82unsetenv  G4VIS_USE_OPENGLX
83unsetenv  G4VIS_USE_OPENGLXM
84unsetenv  G4VIS_USE_RAYTRACERX
85unsetenv  G4VIS_USE_VRML
86unsetenv  G4VIS_USE_OPENGLQT
87
88######################################
89#
90# g4system.U
91#
92#+
93setenv G4SYSTEM "$g4system"
94echo "On this machine the G4SYSTEM=\$G4SYSTEM"
95
96#
97# g4dirs.U
98#
99#+
100if ( X$g4install != X$g4final_install ) then
101setenv G4INSTALL "$g4final_install/src/geant4"
102echo "On this machine the G4INSTALL=\$G4INSTALL"
103else
104setenv G4INSTALL "$g4install"
105echo "On this machine the G4INSTALL=\$G4INSTALL"
106endif
107
108#+
109if ( X$g4includes_flag != Xn ) then
110if ( X$g4install != X$g4final_install ) then
111setenv G4INCLUDE "$g4final_install/include/geant4"
112else
113setenv G4INCLUDE "$g4final_install/include"
114endif
115echo "On this machine the G4INCLUDE=\$G4INCLUDE"
116#else
117#setenv G4BASE "$g4final_install/include/geant4/source"
118#echo "On this machine the G4BASE=\$G4BASE"
119endif
120
121#+
122if ( X$g4lib != X ) then
123if ( X$g4install != X$g4final_install ) then
124setenv G4LIB "$g4final_install/lib/geant4"
125else
126setenv G4LIB "$g4final_install/lib"
127endif
128echo "On this machine the G4LIB=\$G4LIB"
129endif
130
131#+
132if ( X$g4levelgammadata != X ) then
133setenv G4LEVELGAMMADATA "$g4levelgammadata"
134echo "On this machine the G4LEVELGAMMADATA=\$G4LEVELGAMMADATA"
135endif
136
137#+
138if ( X$g4radioactivedata != X ) then
139setenv G4RADIOACTIVEDATA "$g4radioactivedata"
140echo "On this machine the G4RADIOACTIVEDATA=\$G4RADIOACTIVEDATA"
141endif
142
143#+
144if ( X$g4ledata != X ) then
145setenv G4LEDATA "$g4ledata"
146echo "On this machine the G4LEDATA=\$G4LEDATA"
147endif
148
149#+
150if ( X$g4neutronhpcrosssections != X ) then
151setenv G4NEUTRONHPDATA "$g4neutronhpcrosssections"
152echo "On this machine the G4NEUTRONHPDATA=\$G4NEUTRONHPDATA"
153endif
154
155#+
156if ( X$g4abladata != X ) then
157setenv G4ABLADATA "$g4abladata"
158echo "On this machine the G4ABLADATA=\$G4ABLADATA"
159endif
160
161#+
162if ( X$g4realsurfacedata != X ) then
163setenv G4REALSURFACEDATA "$g4realsurfacedata"
164echo "On this machine the G4REALSURFACEDATA=\$G4REALSURFACEDATA"
165endif
166
167
168#
169# g4clhep.U
170#
171if ( X$g4clhep_base_dir != X ) then
172setenv CLHEP_BASE_DIR "$g4clhep_base_dir"
173echo "On this machine the CLHEP_BASE_DIR=\$CLHEP_BASE_DIR"
174endif
175
176#+
177if ( X$g4clhep_include_dir != X ) then
178setenv CLHEP_INCLUDE_DIR "$g4clhep_include_dir"
179echo "On this machine the CLHEP_INCLUDE_DIR=\$CLHEP_INCLUDE_DIR"
180endif
181
182#+
183if ( X$g4clhep_lib_dir != X ) then
184setenv CLHEP_LIB_DIR "$g4clhep_lib_dir"
185echo "On this machine the CLHEP_LIB_DIR=\$CLHEP_LIB_DIR"
186endif
187
188#+
189if ( X$g4clhep_lib != X ) then
190setenv CLHEP_LIB "$g4clhep_lib"
191echo "On this machine the CLHEP_LIB=\$CLHEP_LIB"
192endif
193
194#+
195#
196# g4debug
197#
198if ( X$g4debug == Xy ) then
199setenv G4DEBUG 1
200echo "On this machine the G4DEBUG=\$G4DEBUG"
201endif
202
203#
204# g4analysis
205#
206#+
207if ( X$g4wanalysis_use == Xy ) then
208setenv G4ANALYSIS_USE 1
209echo "On this machine the G4ANALYSIS_USE=\$G4ANALYSIS_USE"
210endif
211
212#
213# g4ui
214#
215#+
216if ( X$g4ui_none == Xy ) then
217setenv G4UI_NONE 1
218echo "On this machine G4UI_NONE is set, so no user interfaces are available"
219endif
220
221# Check for Windows!
222if ( "X\$G4SYSTEM" != "XWIN32-VC" && "X\$G4SYSTEM" != "XWIN32-VC7" ) then
223if ( X$g4ui_none != Xy ) then
224setenv G4UI_USE_TCSH 1
225echo "On this machine the G4UI_USE_TCSH=\$G4UI_USE_TCSH"
226endif
227endif
228
229#+
230if ( X$g4ui_build_xaw_session == Xy ) then
231setenv G4UI_BUILD_XAW_SESSION 1
232echo "On this machine the G4UI_BUILD_XAW_SESSION=\$G4UI_BUILD_XAW_SESSION"
233endif
234
235#+
236if ( X$g4ui_use_xaw == Xy ) then
237setenv G4UI_USE_XAW 1
238echo "On this machine the G4UI_USE_XAW=\$G4UI_USE_XAW"
239endif
240
241#+
242if ( X$g4ui_build_xm_session == Xy ) then
243setenv G4UI_BUILD_XM_SESSION 1
244echo "On this machine the G4UI_BUILD_XM_SESSION=\$G4UI_BUILD_XM_SESSION"
245endif
246
247#+
248if ( X$g4ui_use_xm == Xy ) then
249setenv G4UI_USE_XM 1
250echo "On this machine the G4UI_USE_XM=\$G4UI_USE_XM"
251endif
252
253#+
254if ( X$g4ui_build_win32_session == Xy ) then
255setenv G4UI_BUILD_WIN32_SESSION 1
256echo "On this machine the G4UI_BUILD_WIN32_SESSION=\$G4UI_BUILD_WIN32_SESSION"
257endif
258
259#+
260if ( X$g4ui_use_win32 == Xy ) then
261setenv G4UI_USE_WIN32 1
262echo "On this machine the G4UI_USE_WIN32=\$G4UI_USE_WIN32"
263endif
264
265#+
266if ( X$g4ui_build_qt_session == Xy ) then
267setenv G4UI_BUILD_QT_SESSION 1
268echo "On this machine the G4UI_BUILD_QT_SESSION=\$G4UI_BUILD_QT_SESSION"
269endif
270
271#+
272if ( X$g4ui_use_qt == Xy ) then
273setenv G4UI_USE_QT 1
274echo "On this machine the G4UI_USE_QT=\$G4UI_USE_QT"
275endif
276
277
278
279#
280# g4vis
281#
282#+
283if ( X$g4vis_none == Xy ) then
284setenv G4VIS_NONE 1
285echo "On this machine G4VIS_NONE is set, so no vis drivers are available"
286endif
287
288#+
289if ( X$g4vis_build_dawn_driver == Xy ) then
290setenv G4VIS_BUILD_DAWN_DRIVER 1
291echo "On this machine the G4VIS_BUILD_DAWN_DRIVER=\$G4VIS_BUILD_DAWN_DRIVER"
292endif
293
294#+
295if ( X$g4vis_build_openglx_driver == Xy ) then
296setenv G4VIS_BUILD_OPENGLX_DRIVER 1
297echo "On this machine the G4VIS_BUILD_OPENGLX_DRIVER=\$G4VIS_BUILD_OPENGLX_DRIVER"
298endif
299
300#+
301if ( X$g4vis_build_openglxm_driver == Xy ) then
302setenv G4VIS_BUILD_OPENGLXM_DRIVER 1
303echo "On this machine the G4VIS_BUILD_OPENGLXM_DRIVER=\$G4VIS_BUILD_OPENGLXM_DRIVER"
304endif
305
306#+
307if ( X$g4vis_build_openglwin32_driver == Xy ) then
308setenv G4VIS_BUILD_OPENGLWIN32_DRIVER 1
309echo "On this machine the G4VIS_BUILD_OPENGLWIN32_DRIVER=\$G4VIS_BUILD_OPENGLWIN32_DRIVER"
310endif
311
312#+
313if ( X$g4vis_build_oix_driver == Xy ) then
314setenv G4VIS_BUILD_OIX_DRIVER 1
315echo "On this machine the G4VIS_BUILD_OIX_DRIVER=\$G4VIS_BUILD_OIX_DRIVER"
316endif
317
318#+
319if ( X$g4vis_build_raytracerx_driver == Xy ) then
320setenv G4VIS_BUILD_RAYTRACERX_DRIVER 1
321echo "On this machine the G4VIS_BUILD_RAYTRACERX_DRIVER=\$G4VIS_BUILD_RAYTRACERX_DRIVER"
322endif
323
324#+
325if ( X$g4vis_build_oiwin32_driver == Xy ) then
326setenv G4VIS_BUILD_OIWIN32_DRIVER 1
327echo "On this machine the G4VIS_BUILD_OIWIN32_DRIVER=\$G4VIS_BUILD_OIWIN32_DRIVER"
328endif
329
330#+
331if ( X$g4vis_build_vrml_driver == Xy ) then
332setenv G4VIS_BUILD_VRML_DRIVER 1
333echo "On this machine the G4VIS_BUILD_VRML_DRIVER=\$G4VIS_BUILD_VRML_DRIVER"
334endif
335
336#+
337if ( X$g4vis_build_openglqt_driver == Xy ) then
338setenv G4VIS_BUILD_OPENGLQT_DRIVER 1
339echo "On this machine the G4VIS_BUILD_OPENGLQT_DRIVER=\$G4VIS_BUILD_OPENGLQT_DRIVER"
340endif
341
342
343#+
344if ( X$g4vis_use_dawn == Xy ) then
345setenv G4VIS_USE_DAWN 1
346echo "On this machine the G4VIS_USE_DAWN=\$G4VIS_USE_DAWN"
347endif
348
349#+
350if ( X$g4vis_use_openglx == Xy ) then
351setenv G4VIS_USE_OPENGLX 1
352echo "On this machine the G4VIS_USE_OPENGLX=\$G4VIS_USE_OPENGLX"
353endif
354
355#+
356if ( X$g4vis_use_openglxm == Xy ) then
357setenv G4VIS_USE_OPENGLXM 1
358echo "On this machine the G4VIS_USE_OPENGLXM=\$G4VIS_USE_OPENGLXM"
359endif
360
361#+
362if ( X$g4vis_use_openglwin32 == Xy ) then
363setenv G4VIS_USE_OPENGLWIN32 1
364echo "On this machine the G4VIS_USE_OPENGLWIN32=\$G4VIS_USE_OPENGLWIN32"
365endif
366
367#+
368if ( X$g4vis_use_oix == Xy ) then
369setenv G4VIS_USE_OIX 1
370echo "On this machine the G4VIS_USE_OIX=\$G4VIS_USE_OIX"
371endif
372
373#+
374if ( X$g4vis_use_raytracerx == Xy ) then
375setenv G4VIS_USE_RAYTRACERX 1
376echo "On this machine the G4VIS_USE_RAYTRACERX=\$G4VIS_USE_RAYTRACERX"
377endif
378
379#+
380if ( X$g4vis_use_oiwin32 == Xy ) then
381setenv G4VIS_USE_OIWIN32 1
382echo "On this machine the G4VIS_USE_OIWIN32=\$G4VIS_USE_OIWIN32"
383endif
384
385#+
386if ( X$g4vis_use_vrml == Xy ) then
387setenv G4VIS_USE_VRML 1
388echo "On this machine the G4VIS_USE_VRML=\$G4VIS_USE_VRML"
389endif
390
391#+
392if ( X$g4vis_use_openglqt == Xy ) then
393setenv G4VIS_USE_OPENGLQT 1
394echo "On this machine the G4VIS_USE_OPENGLQT=\$G4VIS_USE_OPENGLQT"
395endif
396
397#+
398if ( X$g4vis_oglhome != X )  then
399setenv OGLHOME "$g4vis_oglhome"
400echo "On this machine the OGLHOME=\$OGLHOME"
401endif
402
403#+
404if ( X$g4vis_oivhome != X )  then
405setenv OIVHOME "$g4vis_oivhome"
406echo "On this machine the OIVHOME=\$OIVHOME"
407endif
408
409
410#+
411if ( X$g4vis_build_openglxm_driver != X )  then
412setenv XMFLAGS "$g4vis_xmflags"
413echo "On this machine the XMFLAGS=\$XMFLAGS"
414endif
415
416#+
417if ( X$g4vis_build_openglxm_driver != X )  then
418setenv XMLIBS "$g4vis_xmlibs"
419echo "On this machine the XMLIBS=\$XMLIBS"
420endif
421
422#+
423if ( X$g4ui_build_xm_session != X )  then
424setenv XMFLAGS "$g4vis_xmflags"
425echo "On this machine the XMFLAGS=\$XMFLAGS"
426endif
427
428#+
429if ( X$g4ui_build_xm_session != X )  then
430setenv XMLIBS "$g4vis_xmlibs"
431echo "On this machine the XMLIBS=\$XMLIBS"
432endif
433
434#+
435if ( X$g4ui_build_xaw_session != X )  then
436setenv XAWFLAGS "$g4ui_xawflags"
437echo "On this machine the XAWFLAGS=\$XAWFLAGS"
438endif
439
440#+
441if ( X$g4ui_build_xaw_session != X )  then
442setenv XAWLIBS "$g4ui_xawlibs"
443echo "On this machine the XAWLIBS=\$XAWLIBS"
444endif
445
446
447#
448# Qt Flags and Libs, messy, but needed for backward compatibility
449#+
450if ( "X$g4ui_build_qt_session" == "Xy" || "X$g4ui_use_qt" == "Xy" )  then
451setenv QTFLAGS "$g4_qt_cxxflags"
452setenv QTLIBS "$g4_qt_libs"
453setenv QTMOC "$g4_qt_moc"
454echo "On this machine the QTFLAGS=\$QTFLAGS"
455echo "On this machine the QTLIBS=\$QTLIBS"
456echo "On this machine the QTMOC=\$QTMOC"
457endif
458
459if ( "X$g4vis_build_openglqt_driver" == "Xy" || "X$g4vis_build_openglqt_driver" == "Xy" )  then
460if ( "X\$QTFLAGS" == "X" )  then
461setenv QTFLAGS "$g4_qt_cxxflags $g4_qt_gl_cxxflags"
462else
463setenv QTFLAGS "\$QTFLAGS $g4_qt_gl_cxxflags"
464endif
465if ( "X\$QTMOC" == "X" )  then
466setenv QTMOC "$g4_qt_moc"
467endif
468setenv GLQTLIBS "$g4_qt_libs $g4_qt_gl_libs"
469echo "On this machine the QTFLAGS=\$QTFLAGS"
470echo "On this machine the GLQTLIBS=\$GLQTLIBS"
471echo "On this machine the QTMOC=\$QTMOC"
472endif
473
474
475
476
477
478#
479# Use GDML module
480#
481#+
482if ( X$g4lib_build_gdml == Xy ) then
483setenv G4LIB_BUILD_GDML 1
484echo "On this machine the G4LIB_BUILD_GDML=\$G4LIB_BUILD_GDML"
485endif
486
487if ( X$g4lib_build_gdml == Xy ) then
488setenv XERCESCROOT "$g4gdml_xercesc_root"
489echo "On this machine the XERCESCROOT=\$XERCESCROOT"
490endif
491
492
493
494
495#
496# Use G3TOG4 module
497#
498#+
499if ( X$g4wlib_build_g3tog4 == Xy )  then
500setenv G4LIB_BUILD_G3TOG4 1
501echo "On this machine the G4LIB_BUILD_G3TOG4=\$G4LIB_BUILD_G3TOG4"
502endif
503
504if ( X$g4w_use_g3tog4 == Xy )  then
505setenv G4LIB_USE_G3TOG4 1
506echo "On this machine the G4LIB_USE_G3TOG4=\$G4LIB_USE_G3TOG4"
507endif
508
509
510#
511# Use ZLIB module
512#
513#+
514if ( X$g4wlib_build_zlib == Xy )  then
515setenv G4LIB_BUILD_ZLIB 1
516echo "On this machine the G4LIB_BUILD_ZLIB=\$G4LIB_BUILD_ZLIB"
517endif
518
519if ( X$g4w_use_ZLIB == Xy )  then
520setenv G4LIB_USE_ZLIB 1
521echo "On this machine the G4LIB_USE_ZLIB=\$G4LIB_USE_ZLIB"
522endif
523
524#+
525#
526# g4shared
527#
528if ( X$g4lib_build_shared == Xy ) then
529setenv G4LIB_BUILD_SHARED 1
530echo "On this machine the G4LIB_BUILD_SHARED=\$G4LIB_BUILD_SHARED"
531endif
532
533if ( X$g4lib_build_static == Xy ) then
534setenv G4LIB_BUILD_STATIC 1
535echo "On this machine the G4LIB_BUILD_STATIC=\$G4LIB_BUILD_STATIC"
536endif
537
538#+
539#
540# g4granular
541#
542if ( X$g4lib_use_granular == Xy ) then
543setenv G4LIB_USE_GRANULAR 1
544echo "On this machine the G4LIB_USE_GRANULAR=\$G4LIB_USE_GRANULAR"
545endif
546
547#####################################################################
548
549!GROK!THIS!
550
551: In the following dollars and backticks do not need the extra backslash.
552$spitshell >>env.csh <<'!NO!SUBS!'
553
554
555#+
556#
557# G4WORKDIR
558#
559if ( ${?G4WORKDIR} ) then
560echo "In your environment you have the G4WORKDIR=$G4WORKDIR"
561else
562# Check for Windows!
563if ( "X$G4SYSTEM" == "XWIN32-VC" || "X$G4SYSTEM" == "XWIN32-VC7" ) then
564
565echo "G4WORKDIR will be set to c:/geant4 (in "native" Windows syntax)."
566setenv G4WORKDIR "c:/geant4"
567
568else # if Unix
569
570echo "G4WORKDIR will be set to HOME/geant4=$HOME/geant4"
571setenv G4WORKDIR $HOME/geant4
572
573endif
574endif
575
576#
577# Shared libraries
578#
579if ( ${?G4LIB_BUILD_SHARED} ) then
580
581#
582# Warning about LD_LIBRARY_PATH
583#
584echo ''
585echo 'LD_LIBRARY_PATH is set to include CLHEP and Geant4 libraries. '
586echo ''
587echo 'NOTE : verify that the correct path for the CLHEP library'
588echo '- $CLHEP_BASE_DIR/lib - is included in the $LD_LIBRARY_PATH'
589echo 'variable in your environment, and no other outdated installations'
590echo 'of CLHEP are by chance referenced through $LD_LIBRARY_PATH and'
591echo 'present in your system !'
592echo ''
593
594if ( ${?LD_LIBRARY_PATH} )  then
595setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${G4LIB}/${G4SYSTEM}
596setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${CLHEP_LIB_DIR}
597
598if ( ${?G4LIB_BUILD_GDML} ) then
599   setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${XERCESCROOT}/lib
600endif
601
602else
603setenv LD_LIBRARY_PATH ${G4LIB}/${G4SYSTEM}
604setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${CLHEP_LIB_DIR}
605
606if ( ${?G4LIB_BUILD_GDML} ) then
607   setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${XERCESCROOT}/lib
608endif
609
610endif
611endif
612
613#
614# Shared libraries for Mac
615#
616if ( "X$G4SYSTEM" == "XDarwin-g++" ) then
617
618if ( ${?G4LIB_BUILD_SHARED} ) then
619if ( ${?DYLD_LIBRARY_PATH} )  then
620setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH}:${G4LIB}/${G4SYSTEM}
621setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH}:${CLHEP_LIB_DIR}
622
623if ( ${?G4LIB_BUILD_GDML} ) then
624   setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH}:${XERCESCROOT}/lib
625endif
626
627else
628setenv DYLD_LIBRARY_PATH ${G4LIB}/${G4SYSTEM}
629setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH}:${CLHEP_LIB_DIR}
630
631if ( ${?G4LIB_BUILD_GDML} ) then
632   setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH}:${XERCESCROOT}/lib
633endif
634
635endif
636endif
637
638endif
639
640#
641# For BIN
642#
643setenv PATH ${PATH}:${G4WORKDIR}/bin/${G4SYSTEM}
644
645!NO!SUBS!
646chmod 755 env.csh
647$eunicefix env.csh
Note: See TracBrowser for help on using the repository browser.