source: trunk/geant4/config/History @ 593

Last change on this file since 593 was 593, checked in by garnier, 17 years ago

r627@mac-90108: laurentgarnier | 2007-11-09 07:57:42 +0100
modif dans les includes directives

File size: 58.8 KB
Line 
1$Id: History,v 1.300 2007/08/16 09:34:51 gcosmo Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10
11History file for Geant4 configuration scripts.
12It DOES NOT substitute the  CVS log-message one should put at every
13committal in the CVS repository !
14
15     ----------------------------------------------------------
16     * Reverse chronological order (last date on top), please *
17     ----------------------------------------------------------
18
1916th August 2007  Gabriele Cosmo (config-V09-00-04)
20- Corrected definition of OUT internal variable to allow for proper
21  linking also of unit tests.
22
2315th August 2007  Gabriele Cosmo (config-V09-00-03)
24- Added "rpg" hadronic model module to binmake.gmk.
25
2613th August 2007  Gabriele Cosmo (config-V09-00-02)
27- SUN-CC.gmk: forced -xO2 as optimisation level.
28
2918th July 2007  Gabriele Cosmo (config-V09-00-01)
30- liblist.c: fixed problem affecting recent CygWin installations on
31  Windows in parsing the buffer for the generation of libname.map.
32- binmake.gmk: defined OUT internal variable specifying the proper
33  compilation/linking option to Unix or Windows compilers: '-o '
34  and '/Fe' respectively.
35
3611th July 2007  Makoto Asai (config-V09-00-00)
37- Added digits_hits/scorer sub-directory to binmake.gmk.
38
3928th June 2007  Gabriele Cosmo (config-V08-03-04)
40- Updated Configure scripts to fix installation issue when installation
41  path is different from source path and headers are not installed.
42- Cleared <TAB> characters from .gmk scripts where not necessary.
43
4422nd June 2007  Gabriele Cosmo (config-V08-03-03)
45- Corrected binmake.gmk for having error_propagation in INCFLAGS properly
46  included in search path.
47- Updated internal scripts for Configure to cope with new environment
48  variable G4NEUTRONHPDATA.
49
5018th June 2007  Ben Morgan (config-V08-03-02)
51- Fixed Configure internal script to get rid of searching old physics_list
52  module at installation.
53
5427th May 2007  Gabriele Cosmo (config-V08-03-01)
55- Added "lll_fission" hadronic model module to binmake.gmk.
56
5712th May 2007  Gabriele Cosmo (config-V08-03-00)
58- Added "error_propagation" module to binmake.gmk.
59- Removed G4LIB_BUILD_LISTS flag. Physics lists are built by default.
60
6121st March 2007  Gabriele Cosmo
62- Added "biasing" module to binmake.gmk.
63
6428th February 2007  Gabriele Cosmo (config-V08-02-00)
65- Protected generation of dependencies using internal 'make' variable
66  MAKECMDGOALS in binmake.gmk and common.gmk, following suggestion made
67  in problem report #930.
68  This protection resolves the problem of generation of dependencies when
69  issueing the 'clean' target.
70
713rd November 2006  Gunter Folger (config-V08-01-07)
72- architecture.gmk: added G4LIB_BUILD_LISTS with default value 1 to build physics lists.
73- binmake.gmk: added physics lists include directories to INCFLAGS.
74
7515th October 2006  Makoto Asai (config-V08-01-06)
76- binmake.gmk: added 'processes/scoring' module.
77
7810th October 2006  Gabriele Cosmo (config-V08-01-05)
79- Darwin-g++.gmk: use standard -echo- command.
80  Removed ECHO overloaded variable.
81
825th October 2006  Gabriele Cosmo (config-V08-01-04)
83- liblist.c: added .dylib search for list of libraries.
84  Addressing problem report #885.
85
863rd October 2006  Gabriele Cosmo (config-V08-01-03)
87- architecture.gmk: added variables for commands: echo, cat, cut, sed;
88  to be eventually overloaded in system dependent configurations.
89- WIN32-VC.gmk: overload commands [echo, grep, cat, cut, sed], to force
90  usage of the original CygWin built-in commands.
91
9221st September 2006  Vladimir Ivantchenko (config-V08-01-02)
93- binmake.gmk: added electromagnetic/polarisation module.
94
9518th August 2006  Gabriele Cosmo (config-V08-01-01)
96- Linux-icc: corrected G4RUNPATHOPTION flag to allow linking of applications
97  with shared libraries.
98
9918th August 2006  Gabriele Cosmo (config-V08-01-00)
100- Linux-icc: updated setup to support icc-9.X series.
101
10213th June 2006  Gabriele Cosmo (config-V08-00-02)
103- Removed defaults for X11, XM, XAW flags in architecture.gmk and added
104  explicit settings in sys/*.gmk setups protected by ifndef statements for
105  optional customisation.
106- Upgraded Configure internal scripts.
107
10824th April 2006  Gabriele Cosmo (config-V08-00-01)
109- binmake.gmk: fixed old-standing warning on WIN32-VC for file extension of
110  target object file. Defined TARGOBJEXT internal variable defining the
111  actual extension: .o for UNIX, .OBJ for Windows platforms.
112
1136th April 2006  Gabriele Cosmo (config-V08-00-00)
114- Darwin-g++: corrected linker options for generation of dynamic libraries.
115  Now dynamic libraries on MacOSX finally work. Tested on MacOS 10.4.5 with
116  gcc-4.0.1.
117
11812th December 2005  Gabriele Cosmo (config-V07-01-07)
119- binmake.gmk: added workaround to allow for physics-lists to link
120  with DLLs on Windows.
121
1227th December 2005  Gabriele Cosmo (config-V07-01-06)
123- Added G4LIB_NO_SHARED protection for cases where installation of
124  shared libs are not allowed.
125
1262nd December 2005  Gabriele Cosmo (config-V07-01-05)
127- Replaced -GX with -EHsc compilation option in WIN32-VC setup for
128  porting on VC++8 compiler.
129
13029th November 2005  Gabriele Cosmo (config-V07-01-04)
131- Added -D_CRT_SECURE_NO_DEPRECATE to WIN32-VC setup to allow for
132  porting on VC++8 compiler.
133
13421st November 2005  Makoto Asai (config-V07-01-03)
135- binmake.gmk: added 'digits_hits/utils' module to INCFLAGS.
136
1375th October 2005 John Allison (config-V07-01-02)
138- G4VIS*.gmk: added G4VIS_BUILD_RAYTRACERX_DRIVER and G4VIS_USE_RAYTRACERX.
139
14029th July 2005 Mark Donszelmann (config-V07-01-01)
141- Synchronized CXXFLAGS warning options of WIN32-g++ with Linux-g++.
142
14318th July 2005 Gabriele Cosmo (config-V07-01-00)
144- Excluded usage of unnecessary 'ranlib' at creation of the libraries for
145  WIN32-VC system. Fixes an observed problem of debug-symbols corruption.
146
14716th June 2005 Sergey Sadilov (config-V07-00-05)
148- Updated Configure script and support files:
149  o Added new data sets for low-energy-EM and elastic data.
150  o Set unique entry point for path to data.
151  o Updated variable settings for g3tog4 and zlib.
152
15315th June 2005 Gunter Folger (config-V07-00-04)
154- Changed clean(_..) targets to be :: rules, to allow multiple clean targets.
155
15610th June 2005 Gabriele Cosmo (config-V07-00-03)
157- Updated configuration script SUN-CC.gmk:
158  o Removed obsolete compilation option -ptr$(G4TREP) for redirection to
159    template repository, no longer necessary.
160  o Added -lsunmath to LOADLIBS now required with CLHEP-1.9.X for static
161    libraries.
162
16317th May 2005 Gabriele Cosmo (config-V07-00-02)
164- Corrected settings of G4LIB_BUILD/USE_ZLIB:
165  o G4LIB_BUILD_ZLIB is mandatory for Windows, if zlib is required;
166  o if G4LIB_BUILD_ZLIB is set, the G4-zlib module is used (all platforms);
167  o if only G4LIB_USE_ZLIB is set, the system zlib is used (UNIX only);
168  o if none is set, zlib is not used (all platforms).
169- Updated compilation options on Darwin-g++, now similar to Linux-g++ setup.
170- Still requiring tag "source-gmk-V07-00-01" for source/GNUmakefile to build
171  the g3tog4 module.
172
17313th May 2005 Gabriele Cosmo (config-V07-00-01)
174- Added G4LIB_BUILD_ZLIB/G4LIB_USE_ZLIB. Modified architecture.gmk
175  and binmake.gmk scripts.
176- Changed G4USE_G4TOG4 to G4LIB_USE_G3TOG4 to conform to standard flag names.
177  Requires tag "source-gmk-V07-00-01" for source/GNUmakefile to build the
178  g3tog4 module.
179
18010th May 2005 John Allison (config-V07-00-00)
181- Made OPENGLXM require OPENGLX.
182
1838th December 2004 John Allison (config-V06-02-03)
184- Darwin-g++.gmk: fixes on setup for dynamic libraries.
185
18630th November 2004 Gabriele Cosmo (config-V06-02-02)
187- binmake.gmk: added electromagnetic/highenergy module to INCLUDE path.
188
18927th November 2004 Gabriele Cosmo (config-V06-02-01)
190- binmake.gmk: added parameterisations/trd_clusters and
191  parameterisations/gflash modules to INCLUDE path.
192
19329th October 2004 Gabriele Cosmo (config-V06-02-00)
194- Archived setup for Windows/VC++6. WIN32-VC now corresponds to WIN32-VC7.
195  Archived WIN32-VC7.gmk.
196- Removed strict compilation options for SUN-CC and thread specific.
197
19812th October 2004 John Allison
199- Darwin-g++.gmk : added -lXi to X11LIBS.
200
20108th July 2004 Guy Barrand
202- Darwin-g++.gmk : correct options to build granular shared libs.
203  Have "-undefined define_a_way" instead of "-undefined error" since
204  granular libs are not linked for the moment.
205
20623rd June 2004 Gabriele Cosmo (config-V06-01-10)
207- Updated win32def.c program to fix retrivial of public static data for
208  building DLLs on Windows (G.Barrand).
209- Updated Configure scripts.
210
21117th June 2004 Gabriele Cosmo (config-V06-01-09)
212- Darwin-g++.gmk: use twolevel_namespace and GLOBLIBS for shared-libs
213  build on MacOS. Shared-libs build are possible only global libraries
214  and requires shared-lib version of CLHEP build with compatible options
215  (G.Barrand).
216
21714th June 2004 Gabriele Cosmo (config-V06-01-08)
218- architecture.gmk: added specification for G4LIB_USE_DLL.
219
22011th June 2004 Gabriele Cosmo (config-V06-01-07)
221- binmake.gmk: activated shared-libs mechanism for Windows platforms;
222  forced creation of static library for examples/applications for the
223  usage with DLLs.
224
2258th June 2004 Gabriele Cosmo (config-V06-01-06)
226- binmake.gmk: restored global lib for interfaces which was missing
227  from linking list.
228- common.gmk, globlib.gmk: fixed clean/clean_libs target.
229- architecture.gmk: added definition of G4LIB_BUILD_DLL flag.
230- WIN32-VC.gmk: added targets for DLLs build.
231- Linux-g++.gmk: made -O2 the default optimisation mode.
232  Archived temporary setup Linux-gO2 introduced in "config-V06-01-01".
233
2347th June 2004 Gabriele Cosmo (config-V06-01-05)
235- Corrected setup for WIN32-VC7 for building of DLLs.
236- Cosmetics in build printout...
237
2381st June 2004 Gabriele Cosmo (config-V06-01-04)
239- binmake.gmk, added include paths to new hadronic models for
240  abrasion, em_dissociation, de_excitation/ablation and
241  de_excitation/fission.
242- architecture.gmk: updated comments to header.
243
24426th May 2004 Mark Donszelmann (config-V06-01-03)
245- Fixed small problem in previous fix.
246
24726th May 2004  Gunter Folger (config-V06-01-02)
248- binmake.gmk: fixed problem for WIN32 such that also LDLIBS (including
249  EXTRALIBS) will be mangled to replace -L by its WIN32 correspondance
250  libpath.
251
25211th May 2004  Gabriele Cosmo (config-V06-01-01)
253- Added new experimental setup for Linux-g++ using -O2 optimisation
254  as default. To trigger this setup G4SYSTEM must be set to "Linux-gO2".
255  It also includes (deactivated by default) Pentium4 chip specific options
256  for using chips-specific floating-point arithmetics based on the SSE unit.
257
2588th April 2004  Guy Barrand
259- architecture.gmk: revisited Inventor default. Removed HEPVis dependencies
260  (Inventor visualization driver does not need these libraries any longer).
261
2627th April 2004  Guy Barrand
263- Darwin-g++.gmk:
264  o Corrected options to build shared libraries (.dyn); use
265    "-dynamic -single_module" to have faster startup when Geant4 is
266    embedded in an external framework.
267  o Corrected options to retrieve Motif.
268
2695th April 2004  Gabriele Cosmo (config-V06-01-00)
270- architecture.gmk: added check for definition of LDFLAGS.
271  Fixes bug report #603.
272
27324th February 2004  Gabriele Cosmo (config-V06-00-03)
274- Fixed link rpath definition in Linux-icc.gmk.
275
27611th February 2004  Gabriele Cosmo (config-V06-00-02)
277- Added configuration file Linux-icc.gmk for Intel/icc compiler
278  on Linux systems.
279
28010th February 2004  Guy Barrand
281- WIN32-VC7.gmk: added material to build shared libs for Windows (DLLs).
282- Added program win32def.c to help building DLLs, built from
283  source/GNUmakefile through a specialised target and placed in
284  $G4LIB/$G4SYSTEM.
285- source/materials/GNUmakefile: modified to provide an example of macro
286  GLOBLIBS used by the DLL builder in order to have global lib dependencies.
287
2889th February 2004  Gunter Folger (config-V06-00-01)
289- architecture.gmk:
290  o Protect OGLFLAGS against containing -I/usr/include; this may cause
291    wrong includes to be picked up.
292   
29326th January 2004  Guy Barrand (config-V06-00-00)
294- Darwin-g++.gmk:
295  o Use "g++" as a default compiler (in order to take the MacOSX
296    default compiler).
297  o Corrected procedure for building .dylib shared libs.
298    Previous default Linux commands do not work on MacOSX.
299
30018th November 2003  Gabriele Cosmo (config-V05-02-05)
301- Updated binmake.gmk to include new hadronics modules.
302  Coworks with "ghad-V05-02-00" and HEAD of processes/GNUmakefile.
303
3044th November 2003  Gabriele Cosmo (config-V05-02-04)
305- Include removal of OPACS setup. Cowork with tags "interfaces-V05-02-00"
306  and "vis-V05-02-02".
307
30829th October 2003  Gabriele Cosmo (config-V05-02-03)
309- binmake.gmk:
310  o Added particles/utils module.
311- Does NOT include removal of OPACS setup yet.
312
31322th October 2003  Guy Barrand
314- OPACS : rm interfaces OPACS related things.
315
31617th October 2003  Guy Barrand
317- OPACS being (for long) deprecated, the OPACS related things
318  had been removed in the Geant4 repository.
319
32030th September 2003  Gabriele Cosmo (config-V05-02-02)
321- architecture.gmk, binmake.gmk:
322  o Added geometry/navigation module.
323  o Removed setup for STEP, now archived.
324  o Adopt new module and library "digits_hits", replacing "digits+hits".
325- Configure installation script:
326  o Fixed correct default name for data sets.
327  o Implemented automatic detection of OpenGL and CLHEP installations.
328  o Fixed behavior of script on Windows system, corrected definition of
329    paths and defaults.
330  o Cleared not allowed configuration drivers.
331
33219th September 2003  Gabriele Cosmo (config-V05-02-01)
333- binmake.gmk:
334  o added processes/cuts module.
335- architecture.gmk:
336  o fixed setup for OpenInventor libraries.
337
3381st July 2003  Gabriele Cosmo (config-V05-02-00)
339- WIN32-VC.gmk, WIN32-VC7.gmk:
340  o reinstated options "-D_CONSOLE -D_WIN32 -DOS" to allow correct
341    treatment/opening of data files from applications.
342
34324th June 2003  Gabriele Cosmo (config-V05-01-05)
344- Added UI32LIBS to interactivity.gmk to handle UI libraries on WIN32
345  platforms.
346- Added libraries for OpenGL and UI to default setup of WIN32-VC and
347  WIN32-VC7. Removed some obsolete compilation options.
348
34918th June 2003  Gabriele Cosmo (config-V05-01-04)
350- Removed flag G4USE_STD_NAMESPACE from specific setups in sys.
351  Follows migration from G4std apported in source/global and whole code.
352
35316th June 2003  Gabriele Cosmo
354- binmake.gmk: added module geometry/divisions in $INCFLAGS list.
355
35611th June 2003  Gunter Folger (config-V05-01-03)
357- G4VIS_BUILD.gmk, G4VIS_USE.gmk, G4UI_BUILD.gmk, G4UI_USE.gmk, and
358  sys/{Linux-g++,SU-CC}.gmk:
359  When building shared libraries needing external libs like OpenGL...,
360  add these at shared library building, so these libs know about these
361  dependency and have this resolved.
362
3636th June 2003  Gabriele Cosmo (config-V05-01-02)
364- architecture.gmk and specific setups in sys: get rid of G4_HAVE_BOOL
365  macro. Now using default 'bool' type, defined in all supported compilers.
366
36728th May 2003  Gabriele Cosmo (config-V05-01-01)
368- architecture.gmk, binmake.gmk: added flags G4LIB_BUILD_STEP/G4USE_STEP
369  to make optional the compilation of the STEP library and interface module.
370  By default the libraries will not be built.
371
37231st March 2003  Gabriele Cosmo (config-V05-01-00)
373- Added more strict compiler options for Linux-g++ platform.
374- Removed obsolete usage of GNU_GCC specific option for g++ compilers.
375
37622nd January 2003  Gabriele Cosmo (config-V05-00-00)
377- Added experimental setup WIN32-VC7.gmk for Windows .NET VC++ compiler.
378- Generalised identification of WIN32 specific setups in core scripts.
379- Forced silent generation of dependencies (added -w option to calls to g++).
380
3814th December 2002  Gabriele Cosmo (config-V04-01-08)
382- Removed obsolete setup for ObjectSpace-STL (G4USE_OSPACE and related
383  variables). Removed obsolete variable G4USE_STL.
384- Updated Configure scripts.
385
3862nd December 2002  John Allison (config-V04-01-07)
387- common.gmk, binmake.gmk: New dependency file algorithm that avoids
388  leaving corrupt .d files when #include'd files cannot be found.
389- Removed obsolete schema targets in common.gmk.
390
39125th November 2002  Gabriele Cosmo (config-V04-01-06)
392- Removed ODBMS setup. Now library for persistency is built as part of the
393  kernel and specific implementations for persistency have been moved to
394  examples. Setup for ODBMS no more required. G4USE_HEPODBMS is no longer
395  used.
396- Updated configuration file AIX-xlC.gmk to port code on AIX with xlC 6.0
397  (K.Murakami).
398
39922nd November 2002  Gabriele Cosmo (config-V04-01-05)
400- liblist.c:
401  o Enhanced script to provide the whole list of installed libraries
402    in the correct order, without requiring parsing of dependencies.
403    The functionality is achieved by invoking "liblist" with option '-m",
404      i.e. - liblist -m [libpath] < libname.map
405    where [libpath] is the path where libraries are placed
406    (i.e. $G4LIB/$G4SYSTEM).
407- binmake.gmk:
408  o Use "liblist -m [libpath]" to retrieve the list of libraries to link in
409    case headers are installed in $G4INCLUDE, and granular libraries are used.
410- G4UI_USE.gmk, G4VIS_USE.gmk:
411  o Protected specification of -I paths for headers, in case $G4INCLUDE is
412    used. A single -I$G4INCLUDE path will be used for compilation in such case.
413
41416th November 2002  Hans-Peter Wellisch
415- binmake.gmk:
416  o Added hadronic/models/cascade/cascade and
417    hadronic/models/generator/scattering include paths.
418
4198th November 2002  Gabriele Cosmo (config-V04-01-04)
420- Darwin-g++.gmk:
421  o Updated setup to support MacOS 10.2 (H.Burkhardt).
422
42330th October 2002  Gabriele Cosmo (config-V04-01-03)
424- architecture.gmk:
425  o Issue an error if G4SYSTEM is not defined in the environment or not valid.
426  o Define G4LIB_BUILD_G3TOG4 and G4USE_G3TOG4 for optional installation and
427    usage of the g3tog4 module.
428  o Updated list of supported systems/compilers.
429- binmake.gmk:
430  o Include path and library for g3tog4 module only if G4USE_G3TOG4 is defined.
431    Implies proper handling of G4USE_G3TOG4 in source/GNUmakefile.
432- Removed obsolete OSPACE setup for WIN32-VC, HP-aCC, DEC-cxx. Still kept for
433  platforms with ODBMS setup.
434- SUN-CC.gmk: removed -L/usr/lib path specification from LOADLIBS definition.
435
43610th September 2002  Gabriele Cosmo (config-V04-01-02)
437- Linux-g++.gmk: added assignment 'CC := gcc' for default 'cc' compiler.
438
43926th August 2002  Gabriele Cosmo (config-V04-01-01)
440- binmake.gmk: added include path to persistency/run/include which was
441  missing. Removed unnecessary processes/general/include.
442
4438th July 2002  John Allison
444- liblist.c: added protection and warning for file/directory not found
445  in parsedir.  Also small cosmetic improvements.
446
4474th July 2002  Gabriele Cosmo (config-V04-01-00)
448- Upgraded WIN32-g++ to compile with -ansi and gcc-2.95.3 for most recent versions
449  of CygWin.
450
45126th June 2002  Gabriele Cosmo (config-V04-00-10)
452- Moved STEP PERL scripts to examples/extended/geometry/cad/scripts.
453- Updated scripts for Configure.
454
45518th June 2002  Gabriele Cosmo (config-V04-00-09)
456- Added -DG4USE_OSPACE for obsolete systems using ObjectSpace STL.
457
45817th June 2002  Gabriele Cosmo (config-V04-00-08)
459- Added flag G4NO_ISO_VECDIST for compilers (SUN-CC, HP-aCC) with non ISO
460  call to vector::distance() method.
461
46214th June 2002  Gabriele Cosmo (config-V04-00-07)
463- binmake.gmk: added include path to "leading_particle" hadronic module.
464  Retagged with correct numbering...
465
4663rd May 2002  Gabriele Cosmo (config-V04-00-06)
467- liblist.c: added patch to port code on MacOS-X.
468  Defined buffer[BUFSIZE] as "char static".
469- Added Darwin-g++.gmk configuration file for MacOS-X systems running
470  with GNU g++ compiler.
471- Removed SUN-CC4.gmk configuration file, no longer supported.
472- Updated description header to system configuration files.
473
47427th March 2002  Gabriele Cosmo (config-V04-00-05)
475- binmake.gmk: added include path to new module geometry/biasing.
476  Co-works with "geometry-V04-00-01" and "transport-V04-00-00".
477
47826th March 2002  Gabriele Cosmo (config-V04-00-04)
479- liblist.c: cancelled changes made in previous tag.
480  Restored usage of function 'gets(buffer)', correctly adopted in this case.
481
48214th March 2002  Gabriele Cosmo (config-V04-00-03)
483- liblist.c: replaced usage of function 'gets(buffer)' with the safer
484  'fgets(buffer,BUFSIZE,stdin)'.
485
4869th March 2002  John Allison (config-V04-00-02)
487- Fixed bug in G4VIS_USE.gmk for G4VIS_USE_OPENGLWIN32.
488- Corrected perl script g4sort_step_file.pl to specify correct path for perl.
489
49007th February 2002 Gabriele Cosmo (config-V04-00-01)
491- liblist.c: added flags __CYGWIN__ and __CYGWIN32__ for triggering proper
492  parsing algorithm on Windows systems, also on most recent versions of Cygwin.
493- WIN32-VC.gmk: use g77 instead of f77 as default fortran compiler.
494
49525th January 2002 Gabriele Cosmo (config-V04-00-00)
496- sys/HP-aCC.gmk: removed include path to global/management/include/std/wrappers,
497  which was unused and not neccessary.
498
49910th December 2001 Gabriele Cosmo (config-V03-02-15)
500- architecture.gmk:
501  o updated list of supported compilers
502  o removed obsolete setup for STL ObjectSpace and STLport for Win/VC++.
503- binmake.gmk: activated mechanism for using $G4INCLUDE effectively for
504  building examples/applications. Currently activated only for global compound
505  libraries; for granular libraries it requires re-engineering of liblist,
506  feature which will be added in future.
507  This mechanism allows to considerably reduce the compilation/linking command
508  length and the number of -I options fed to the compiler.
509- Added G4PROFILE options to Linux-g++ and Linux-egcs setups.
510- Removed binmake.EXTRALIBS.README, now part of User's Guide.
511- Updated sources for Configure installation script.
512
5133rd December 2001 Guy Barrand (config-V03-02-14)
514- G4VIS_USE.gmk : -lG4HepRep replaced by -lG4visHepRep.
515
51629th November 2001 Gabriele Cosmo (config-V03-02-13)
517- Removed SUN-CC5.gmk configuration file. Now replaced by SUN-CC architecture
518
51921st Novemver 2001 Gabriele Cosmo (config-V03-02-12)
520- On top of "config-V03-02-11", added paths in binmake.gmk including
521  new hadronic models for cascade, CHIPS and coherent_elastic.
522  Does not include changes to analysis.gmk.
523
52419th November 2001 Guy Barrand
525- analysis.gmk : then remove all system specifc flags, have
526   only the AIDA ones. Have G4ANALYSIS_USE to drive the insertion of
527   CPP and libs in the Geant4 GNUmakefile system.
528
52919th November 2001  John Allison  (config-V03-02-11)
530- Does not include Guy's changes of 16rd November.
531- Re-instated creation of CPPFLAGS (see 6th November) but conditonal
532  on existence of corresponding environment variable.  If no environmet
533  variable is set, CPPFLAGS += -DG4UI_USE_TERMINAL.
534
53516rd November 2001  Guy Barrand
536- analysis.gmk : add flags to use an AIDA 2.2 compliant analysis system.
537
5386th November 2001  John Allison  (config-V03-02-10)
539- Removed CPPFLAGS += -DG4UI_USE_GAG -DG4UI_USE_TCSH -DG4UI_USE_TERMINAL.
540
5416th November 2001  John Allison  (config-V03-02-09)
542- Removed references to HepRep, added code for HepRepFile, thus
543  needed by vis-V03-02-15.
544
54523rd October 2001  Gabriele Cosmo  (config-V03-02-08)
546- Merged changes in "config-V03-02-07" for removal of STLInterface.
547
54822nd October 2001  Gabriele Cosmo  (config-V03-02-06b)
549- binmake.gmk: added include path for geometry/verification
550  according to tag "geometry-V03-02-01".
551
5521st October 2001  Gabriele Cosmo  (config-V03-02-06a)
553- binmake.gmk: removed include path for processes/electromagnetic/integral
554  according to tag "em-V03-02-02".
555
55630th September 2001  Gabriele Cosmo  (config-V03-02-07)
557- Removed references to STLInterface module in architecture.gmk
558  and architecture setups. Coworks with tag "global-V03-02-03" where
559  STLInterface module has been removed.
560
56129th August 2001  John Allison/Joseph Perl  (config-V03-02-06)
562- Needed by vis-V03-02-14.
563- First developers release of HepRep graphics driver.
564
56527th August 2001  John Allison
566- Tidied HepRep configuration in G4VIS*, moving stuff to interactivity.gmk.
567
56824th August 2001  Joseph Perl  (config-V03-02-05)
569- Introduced HepRep graphics driver
570
57111th August 2001  John Allison  (config-V03-02-04)
572- Re-engineered G4UI variables.  Coworks with interfaces-V03-02-00.
573- Introduced environment variable G4UI_NONE that, if set, no UI
574  sessions nor any UI libraries are built, not even libG4UIbasic.a nor
575  libG4UIcommon.a.  (This would only happen in a pure batch job or,
576  perhaps, in a user framework having its own UI system.)
577- Removed the need to specify environment variables for UI sessions
578  which do not need external packages or libraries, namely :
579    G4UI_BUILD_GAG_SESSION
580    G4UI_BUILD_TERMINAL_SESSION
581  with associated G4UI_USE environment variables:
582    G4UI_USE_GAG
583    G4UI_USE_TCSH
584    G4UI_USE_TERMINAL
585  In other words, the above environment variables become redundant and are
586  ignored. 
587  For backwards compatibility, unless G4UI_NONE is set, the corresponding
588  G4UI_USE C-pre-processor variables are automatically set.  Also, the
589  C-pre-processor variables G4UI_BUILD and G4UI_USE are set.
590- As before, environment variables for other sessions still need positive
591  setting of their G4UI_BUILD and G4UI_USE environment variables.  In this
592  category are:
593    G4UI_BUILD_WIN32_SESSION
594    G4UI_BUILD_WO_SESSION
595    G4UI_BUILD_XAW_SESSION
596    G4UI_BUILD_XM_SESSION
597  with associated G4UI_USE environment variables:
598    G4UI_USE_WIN32
599    G4UI_USE_WO
600    G4UI_USE_XAW
601    G4UI_USE_XM
602- Note: The user must still instantiate and SessionStart only *one*
603  session, but if it is to be one in the category needing external
604  packages or libraries, the corresponding G4UI_USE must be set to
605  trigger inclusion oflibraries.  Otherwise the user need not set any
606  environment variables.
607
6083rd August 2001 Gabriele Cosmo (config-V03-02-03)
609- architecture.gmk:
610  o updated list of supported systems/compilers.
611  o made Linux-g++ architecture the default G4SYSTEM. Replaced SUN-CC.
612- Added SUN-CC4.gmk for old SUN architectures based on CC-4.2 compiler.
613- Added Linux-egcs for old Linux architectures based on egcs-1.1.2 compiler.
614- Made SUN-CC.gmk a copy of SUN-CC5.gmk (kept for backward compatibility,
615  will be removed soon). CC-5.2 compiler is now the default on SUN systems.
616- Made Linux-g++.gmk specific to gcc-2.95.2 compiler, from now on the default
617  compiler on Linux systems.
618
6191st August 2001 Gabriele Cosmo (config-V03-02-02)
620- Included recent updates to scripts sources for 'Configure'.
621
62227th July 2001  John Allison  (config-V03-02-01)
623- Introduced environment variable G4VIS_NONE that, if set, no visualization
624  drivers are built and no vis libraries are built, not even
625  libG4vis_management.  (libG4modeling is still built.)  The C-pre-processor
626  variables G4VIS_BUILD and G4VIS_USE are *not* set.
627- Removed the need to specify environment variables for visualization drivers
628  which do not need external packages or libraries, namely :
629      G4VIS_BUILD_DAWNFILE_DRIVER
630      G4VIS_BUILD_RAYTRACER_DRIVER
631      G4VIS_BUILD_VRMLFILE_DRIVER
632      G4VIS_BUILD_ASCIITREE_DRIVER
633      G4VIS_BUILD_GAGTREE_DRIVER
634    with associated G4VIS_USE environment variables:
635      G4VIS_USE_DAWNFILE
636      G4VIS_USE_RAYTRACER
637      G4VIS_USE_VRMLFILE
638      G4VIS_USE_ASCIITREE
639      G4VIS_USE_GAGTREE
640  In other words, the above environment variables become redundant and are
641  ignored. 
642  For backwards compatibility, unless G4VIS_NONE is set, the corresponding
643  G4VIS_USE C-pre-processor variables are automatically set.  Also, the
644  C-pre-processor variables G4VIS_BUILD and G4VIS_USE are set.
645- As before, environment variables for other drivers still need positive
646  setting of their G4VIS_BUILD and G4VIS_USE environment variables.  In this
647  category are:
648      G4VIS_BUILD_DAWN_DRIVER
649      G4VIS_BUILD_OPACS_DRIVER
650      G4VIS_BUILD_OPENGLX_DRIVER
651      G4VIS_BUILD_OPENGLWIN32_DRIVER
652      G4VIS_BUILD_OPENGLXM_DRIVER
653      G4VIS_BUILD_OIX_DRIVER
654      G4VIS_BUILD_OIWIN32_DRIVER
655      G4VIS_BUILD_VRML_DRIVER
656    with associated G4VIS_USE environment variables:
657      G4VIS_USE_DAWN
658      G4VIS_USE_OPACS
659      G4VIS_USE_OPENGLX
660      G4VIS_USE_OPENGLWIN32
661      G4VIS_USE_OPENGLXM
662      G4VIS_USE_OIX
663      G4VIS_USE_OIWIN32
664      G4VIS_USE_VRML
665  In this case G4VIS_NONE must *not* be set.
666- Added binmake.EXTRALIBS.README.
667
6685th July 2001 Youhei Morita (config-V03-02-00)
669- Linux-g++.gmk: Use -pedantic (G.Cosmo)
670- Linux-g++.gmk, SUN-CC.gmk, SUN-CC5.gmk: added -DG4std in G4DDLX_FLAGS
671
67229th June 2001 Gabriele Cosmo (config-V03-01-10)
673- Updated source scripts for 'Configure'.
674
67526th June 2001 Youhei Morita (config-V03-01-09)
676- globlib.gmk: added block for copying headers for persistency in $G4INCLUDE
677  when invoking the 'includes' target.
678
67925th June 2001 Youhei Morita (config-V03-01-08)
680- Restored lib_d target (again) in common.gmk with a protection of G4ODBMS.
681- Linux-g++.gmk (G.Cosmo)
682  o Commented out -ansi setup for public release
683  o Fixed logic for activating G4OODDLX_FLAGS on egcs compiler
684
68522nd June Gabriele Cosmo (config-V03-01-07)
686- common.gmk (G.Folger):
687  o removed lib_d target (again).
688  o restored G4SKIP_DEPEND.
689- Linux-g++.gmk:
690  o added temporary cludge for identify compiler version
691    and define G4DDLX_FLAGS for egcs-1.1.2.
692- binmake.gmk:
693  o added mechanism to correctly handle include paths when source headers
694    are centrally installed in $G4INCLUDE. Temporarly disabled, requires
695    update (re-design?) of liblist.c to properly generate the list of
696    libraries from the map.
697    Once activated, also G4UI_USE.gmk, G4VIS_USE.gmk and analysis.gmk
698    have to be modified accordingly.
699
70022nd June 2001 Youhei Morita (config-V03-01-06)
701- Restored lib_d target in common.gmk with a protection of G4ODBMS.
702- Get rid of G4SKIP_DEPEND in binmake.gmk.
703- Comment out G4DDLX_FLAGS options in sys/Linux-g++.gmk for gcc-2.95.2.
704
70521st June 2001 Gunter Folger (config-V03-01-05)
706- Removed bin_d and lib_d targets and thus the re-start of make.
707
70821st June 2001 Gunter Folger (config-V03-01-04)
709- common.gmk, binmake.gmk: run gmake via $(MAKE).
710
71119th June 2001 John Allison (config-V03-01-03)
712- Added GAG_TREE to G4VIS_BUILD.gmk and G4VIS_USE.gmk.
713
71420th June 2001 (Japan Time - still 19th in Europe!)
715               Youhei Morita (config-V03-01-02)
716- A few bug fixes in binmake.gmk, common_objy.gmk, sys/SUN-CC5.gmk,
717  sys/Linux-g++.gmk, sys/Win32-g++.gmk.
718
71919th June 2001 Gabriele Cosmo
720- Removed G4_NO_CBRT flag from WIN32-VC setup. No more necessary.
721
72230th May 2001 Gunter Folger
723- Do changes for persistency from Youhei: common.gmk is now split in three,
724  one general, and one for specific for transient and persistent each.
725  Dependencies now much better handled in persistency.
726
7272nd May 2001 Gabriele Cosmo (config-V03-01-01)
728- Added options "-Wall -ansi -pedantic" to Linux-g++ setup.
729
73010th April 2001  John Allison  (config-V03-01-00)
731- Added G4VIS_BUILD_ASCIITREE_DRIVER and G4VIS_USE_ASCIITREE to G4VIS*gmk.
732
73322nd March 2001 Gunter Folger (config-V03-00-03)
734- binmake.gmk, only store in executable PATH to libs from example/test;
735  other libs should be taken/found from LD_LIBRARY_PATH
736- sys/{Linux-g++,SUN-CC}.gmk: enable storing of PATH to libs in executable
737
73806th March 2001 Gabriele Cosmo (config-V03-00-02)
739- binmake.gmk: added include path for processes/electromagnetic/integral
740  the new subcategory introduced with tag em-V03-00-04.
741
74213th February 2001 Gabriele Cosmo (config-V03-00-01)
743- binmake.gmk: added include path for processes/photolepton_hadron
744  which was missing!
745
74608th January 2001 Gabriele Cosmo (config-V03-00-00)
747- sys/WIN32-VC.gmk: introduced -GR compiler option to allow usage of
748  dynamic casting and type-info at run-time.
749
75013th December 2000 Gunter Folger (config-V02-00-14)
751- common.gmk: fix to rule for building dependencies, parsing is skip
752  if $(dependencies) is empty.
753- globlib.gmk: added "includes" to PHONY target list and fixed typo.
754- Added comments to "includes" rules.
755
7568th December 2000 Gabriele Cosmo (config-V02-00-13)
757- Changed G4LIB_BUILD_ARCHIVE to G4LIB_BUILD_STATIC in architecture.gmk,
758  common.gmk and globlib.gmk.
759
7607th December 2000 Gabriele Cosmo (config-V02-00-12)
761- Added options to SUN-CC5.gmk to handle multithreading and persistency.
762
7635th December 2000 Youhei Morita (config-V02-00-11)
764- Introduced GPPFLAGS to set -M or -MM according to G4ODBMS.
765
7665th December 2000 Gabriele Cosmo (config-V02-00-10)
767- Restored -MM option to g++ for making dependencies. -M was introduced in
768  tag config-V02-00-02 to allow dependency search on system headers as well
769  (#include<...> statements). This however introduces serious clashes with
770  Objectivity schema generation for the persistency module.
771
7724th December 2000 Gunter Folger (config-V02-00-09)
773- Disable G4RUNPATHOPTION (internal variable) for all but SUN. This is/will
774  be used when linking with G4 shared libraries to store the path to these
775  libraries in the executable.
776
7771st December 2000  Gabriele Cosmo (config-V02-00-08)
778- Added G4UI_USE_TCSH and related settings to G4UI_USE.gmk (M.Maire).
779- Merged SUN-CC6.gmk to SUN-CC5.gmk and removed SUN-CC6.gmk.
780
7811st December 2000  Gunter Folger (config-V02-00-07)
782- Change -M to -M -MG in common.gmk, binmake.gmk. This will output a "correct"
783  dependency file even when missing  header files are missing. Correct in the
784  sense that liblist will work, and that the missing header is supposed to be
785  (made) in the source directory.
786
78717th November 2000  Gunter Folger (config-V02-00-06)
788- Link with CLHEP using -L/-l instead of absolute filename; this allows
789  to link with shared lib of Anaphe, or static lib of Geant4.
790- Added shared-lib settings to sys configurations.
791
79214th November 2000  Gabriele Cosmo (config-V02-00-05)
793- Added reference to new "parameterisations" top category.
794  Modified files: binmake.gmk.
795- Removed makeshlib.sh script, now obsolete.
796
7977th November 2000  Guy Barrand
798- analysis.gmk : renamed OpenScientist things to "Lab" ;
799  Lab is the concrete package where analysis is done.
800
8013rd November 2000  Gunter Folger (config-V02-00-04)
802- common.gmk: fix for shared-library build.
803- common.gmk, globlib.gmk: added rules for "includes" gmake target.
804- architecture.gmk: introduced new user settable variable G4INCLUDE
805  to specify path where headers (files or symbolic-links) should be installed.
806
8071st November 2000  Guy Barrand
808- analysis.gmk: declared Lizard.
809
81024th October 2000  Gunter Folger (config-V02-00-03)
811- architecture.gmk, common.gmk, globlib.gmk, sys/*:
812  o merged building shared libraries into makefiles.
813    The MAKESHLIB script is no longer used.
814- Introduced new variables steering the building of archive/shared libs:
815   G4LIB_BUILD_SHARED
816   G4LIB_BUILD_ARCHIVE  (still default)
817     note that G4MAKESHLIB set will internally set G4LIB_BUILD_SHARED for
818     backwards compatiblity.
819- Introduced new variable (G4LIB_USE_GRANULAR) to force using of granular
820  libraries, even when libG4global.a/.so exists.
821
82214th September 2000  Guy Barrand
823- Introduced changes to handle analysis module.
824  o added analysis.gmk.
825  o sys/Linux-g++.gmk: added macro DLDLIBS for library dynamic loading.
826  o binmake.gmk: added inclusion of analysis.gmk.
827  o binmake.gmk: place LDLIBS3 += $(ANALYSISLIBS) after LDLIBS3 += $(INTYLIBS).
828
82922nd August 2000  John Allison (config-V02-00-02)
830- Changed -MM to -M in dependency file making in binmake.gmk and common.gmk.
831  This causes dependencies of both #include "..." and #include <...> to be
832  followed.  This is the safer option, since some users might/should use,
833  e.g., #include <g4std/...>, but even these files change sometime.
834
83522nd August 2000  Gunter Folger
836- globlib.gmk: fix for protection from infinite loops when a dir does
837  not exist (G.Folger).
838
8391st August 2000  Gabriele Cosmo (config-V02-00-01)
840- Added setup WIN32-g++ for Windows/NT/9X with Cygwin and g++ compiler.
841  Configuration non officially supported (courtesy of S.Agostinelli and
842  IST group, Genova).
843
84424th July 2000  Gabriele Cosmo (config-V02-00-00)
845- Added path to g3tog4 for global libs.
846
84723rd May 2000  John Allison (config-V01-01-04)
848- Added -I$(G4BASE)/processes/hadronic/models/radiative_decay/include to
849  binmake.gmk.
850
85119th May 2000  Gabriele Cosmo (config-V01-01-03)
852- architecture.gmk:
853  o changed -pic option to -KPIC for SUN architectures.
854  o fixed HP-aCC setup to cope with new CLHEP version 1.5.
855  o implemented modular setup. Now system specific configurations are
856    grouped in separated files $G4SYSTEM.gmk and placed in the new
857    directory config/sys.
858
8597th April 2000  Gabriele Cosmo (config-V01-01-02)
860- binmake.gmk: added include path to the new directory
861  geometry/solids/specific.
862- Updated PERL script g4step_correct.pl for parsing STEP files.
863
86430th March 2000  Gabriele Cosmo (config-V01-01-01)
865- makeshlib.sh:
866  o added few corrections to the script in order to allow
867    creation of shared libraries without need of the static archive on
868    platforms which allow this.
869  o added section for SunOS systems.
870  (courtesy of I.G.Caballero)
871- architecture.gmk:
872  o on SUN-CC and SUN-CC5, added -pic to CXXFLAGS for building shared
873    libraries.
874
87521st March 2000  Gabriele Cosmo
876- makeshlib.sh: corrected invokation of compiler for HP-aCC setup.
877  Changed CC to aCC (fixes bug-report #68).
878
87913th March 2000  Gabriele Cosmo (config-V01-01-00)
880- architecture.gmk: corrected FCLIBS for Linux-g++
881  o added -lg2c -lnsl and removed -lf2c.
882
88314th February 2000  Gabriele Cosmo (config-V01-00-02)
884- architecture.gmk: added option '+W823' to HP-aCC compilation setup to
885  discard warnings for macros parameter definition as used in the new
886  NIST STEP reader.
887- binmake.gmk: moved $EXTRALIBS to be included on top of the linking list,
888  just after the user application library.
889
89031st January 2000  Gabriele Cosmo (config-V01-00-01)
891- Added control for the Ray-tracer driver. Introduced G4VIS_USE_RAYTRACER
892  in G4VIS_USE.gmk and G4VIS_BUILD_RAYTRACER_DRIVER in G4VIS_BUILD.gmk (M.Asai).
893- binmake.gmk: fixed dependency order for compound libraries.
894  Moved -lG4particles and -lG4materials downstream in the list.
895- architecture.gmk: added G4NO_OPTIMISE for allowing compilation without
896  any level of optimisation or debug. G4DEBUG if defined takes precedence.
897  G4DEBUG and G4OPTIMISE are now defined also as CPPFLAGS.
898
8993rd January 2000  Gabriele Cosmo (config-V01-00-00)
900- Syncronized with HEAD.
901
90216th December 1999  John Allison
903- Cosmetic improvement to echo line in binmake.gmk.
904
9057th December 1999  Gabriele Cosmo (config-V00-01-19)
906- architecture.gmk: minor fix on OSPACELIBS path for Win/NT.
907
9085th December 1999  Youhei Morita (config-V00-01-18)
909- architecture.gmk: defined G4OODDLX_FLAGS
910- common.gmk: use G4OODDLX_FLAGS
911
9125th December 1999  Gabriele Cosmo (config-V00-01-17)
913- architecture.gmk: fixes for Win/NT.
914  o fixed path for OSPACELIBS
915  o removed -DG4NOT_ISO_DELETES flag
916
9173rd December 1999  Gabriele Cosmo (config-V00-01-16)
918- architecture.gmk: set G4_HAVE_BOOL for SUN-CC5.
919
9203rd December 1999  Youhei Morita
921- common.gmk: fixed minor typo in G4OODDLX_SCHEMA_NAME
922
9231st December 1999  Gabriele Cosmo (config-V00-01-15)
924- architecture.gmk:
925  o added new G4SYSTEM flavor SUN-CC5, used for testing on the new C++
926    compiler v5.0 on SunOS. Requires ISO/ANSI-C++ installation and native
927    STL by default. Compatibility with old no ISO/ANSI code is assured
928    through the -compat compiler option and the usage of ObjectSpace STL
929    (i.e. G4USE_OSPACE set).
930  o added new flag G4NO_STD_NAMESPACE.
931    HP-aCC setup with native STL assumes the ISO-ANSI installation by default,
932    the new flag should be explicitly set in the environment to avoid this.
933  o upgraded SGI-CC setup to IRIX 6.5.5, CC 7.2.1 and ObjectSpace STL.
934    Tests on this configuration has NOT been tested though.
935
9361st December 1999  Youhei Morita
937- architecture.gmk: added G4EXAMPLE_BOOT and G4EXAMPLE_FD
938- common.gmk: copy only the .hh files
939- binmake.gmk: added persistent include paths
940               added new targed cleandb, newboot, newfd
941               added G4SKIP_DEPEND for dependencies
942
94329th November 1999  Youhei Morita
944- architecture.gmk: added G4SYSTEM to G4SCHEMA_DIR, G4TMPSCHEMA_DIR
945- common.gmk: changed G4SCHEMA_HEADER_DIR from G4TMPSCHEMA_INCLUDE to G4TMPDIR
946              added target install_schema for schema copying
947- globlib.gmk: create schema header files at G4TMPDIR, then install
948
94929th November 1999  John Allison
950- Introduced LDLIBS2EXTRA so that granular libraries are not
951  expanded too soon.
952
95325th November 1999  Gabriele Cosmo (config-V00-01-14)
954- architecture.gmk: redefined OSPACEDIR as OSPACE_BASE_DIR to conform to
955  an omogeneous format. Added existence check for OSPACE and CLHEP paths.
956
95723rd November 1999  Gabriele Cosmo (config-V00-01-13)
958- architecture.gmk: added setup for ISO/ANSI installation on DEC-cxx.
959  If using native STL (i.e. G4USE_OSPACE not set), G4USE_STD_NAMESPACE is
960  implicitly defined and a strict-ANSI installation is assumed. Note that
961  in this case, also CLHEP must have been installed in strict-ANSI mode.
962
96320th November 1999  Youhei Morita (config-V00-01-12)
964- common.gmk: added G4OODDLX_SCHEMA_NAME to use Geant4 named schema
965
96619th November 1999  Youhei Morita
967- liblist.c: avoid coredumps when it was given non-existing directly.
968
96918th November 1999  Gabriele Cosmo (config-V00-01-11)
970- architecture.gmk: added -e option to $ECHO for Linux-g++ setup.
971
97217th November 1999  John Allison (config-V00-01-10)
973- binmake.gnk: added isotope_production/include to -I list (Hans-Peter).
974
97517th November 1999  Youhei Morita (config-V00-01-09)
976- moved schema header files to G4INSTALL/schema/include
977  architecture.gmk: introduced G4SCHEMA_INCLUDE and G4TMPSCHEMA_INCLUDE
978  common.gmk: introduced G4SCHEMA_HEADER_DIR and G4SCHEMA_SRC_DIR
979  globlib.gmk: added tmp schema header copying
980
98115th November 1999  Gabriele Cosmo (config-V00-01-08)
982- Tagged.
983
98414th November 1999  Youhei Morita
985- globlib.gmk: moved contruction of libmap for G4ODBMS to
986               source/GNUmakefile
987
98812th November 1999  Youhei Morita
989- common.gmk: introduced G4ODBMS_DEPEND and G4SKIP_DEPEND for
990              better handling of dependencies
991- globlib.gmk: use G4ODBMS_DEPEND, automatic rebuilding of libmap
992
99311th November 1999  Gabriele Cosmo (config-V00-01-07)
994- Migration RWT->G4RWT performed:
995  o Removed every occurence of Rogue-Wave from configuration, replaced
996    RWBASE with G4STLBASE. Modified scripts: architecture.gmk, common.gmk
997    and binmake.gmk.
998  o Made setup for Native-STL the default, removed test on conditional
999    flag G4USE_STL.
1000  o Removed setup for Win/NT-g++, no longer supported.
1001
100210th November 1999  Youhei Morita (config-V00-01-06)
1003- binmake.gmk: added path to persistency/global/include.
1004- common.gmk: Change G4ODBMS_DEPEND to G4ODBMS_NODDL
1005- globlib.gmk: removed G4ODBMS_DEPEND, modified target "global"
1006
100710th November 1999  Gabriele Cosmo (config-V00-01-05)
1008- binmake.gmk: added path to HEPNumerics/include which was missing.
1009
101029th October 1999  Guy Barrand
1011- architecture.gmk, interactivity.gmk: introduced
1012  "G4_OPACS_WIDGET_SET lesstif" logic to handle the case
1013  of using, on Linux, the bugged lesstif with the non bugged OPACS.
1014
101529th October 1999  Gabriele Cosmo
1016- Introduced fixes for shared library setup (courtesy of F.Carminati).
1017  Modified files: architecture.gmk, common.gmk, globlib.gmk, makeshlib.sh.
1018
101928th October 1999  Gabriele Cosmo (config-V00-01-04)
1020- architecture.gmk: removed G4STREAM and G4STREAM_STREAMBUF_IMPLEMENTATION
1021  flags, now no longer needed. Streambuf implementation is the default for
1022  every platform. (by H.Yoshida)
1023
102426th October 1999  John Allison
1025- Augmented liblist to look for dependencies on auto-generated
1026  headers in $G4TMP.
1027
102826th October 1999  Gabriele Cosmo (config-V00-01-03)
1029- Removed AIX-xlC as default platform for G4SYSTEM in architecture.gmk.
1030  Configuration is still kept but no longer supported.
1031
103226th October 1999  Youhei Morita
1033- architecture.gmk: include $(HEP_ODBMS_DIR)/etc/$(OS).mk instead of
1034  defininig load module separately.  Defined G4ODBMS_LIBS.
1035- binmake.gmk: Use G4ODBMS_LIBS.
1036
103720th October 1999  Gabriele Cosmo (config-V00-01-02)
1038- architecture.gmk: removed option -DOS_NO_TYPEDEF_5 from HP-aCC
1039  OSpace setup. Not anymore needed.
1040
104120th October 1999  John Allison
1042- architecture.gmk: removed G4USE_EXPLICIT_TYPES_IN_TEMPLATES (was needed
1043                    only for HP aCC; now not needed at all).
1044
104519th Octobre 1999  Youhei Morita
1046- common.gmk: Surpress verbose output for G4ODBMS if CPPVERBOSE
1047              is not defined.
1048
10497th October 1999  John Allison (config-V00-01-01)
1050- Removed WARNINGs about granular libraries.  Now standard usage.  Simple
1051  using messages printed.
1052
105317th Sep 1999  Youhei Morita
1054- architecture.gmk: Defined G4TMPSCHEMA_DIR, G4TMPSCHEMA_BOOT
1055                    Added OBJY_LDLIB definition for Objectivity 5.1
1056- binmake.gmk: LDLIBS1 += -lG4persistency
1057- common.gmk: Changed ooddlx boot file option to G4OODDLX_BOOT
1058- globlib.gmk: Changed G4EXAMPLE_BOOT to G4TMPSCHEMA_BOOT
1059- G4ODBMS_BUILD.gmk: Defined HEP_ODBMS_EXPORT for HepODBMS 0.3.0.x
1060
106127th July 1999  Gonzalo Gracia Abril
1062- Changed OSPACELIBS := '-libpath:c:\dev\ospace\lib std-2.1-vc5.0-mt.lib'
1063  to      OSPACELIBS := '-libpath:$(OSPACEDIR)\lib std-2.1-vc5.0-mt.lib'
1064  in architecture.gmk for NT 
1065
106620th July 1999  John Allison (config-V00-01-00)
1067- Added EXTRA_LINK_DEPENDENCIES to binmake.gmk.
1068
10696th July 1999  John Allison (config-01-00-10)
1070- Changed -L/usr/X11/lib to -L/usr/X11R6/lib for Linux.
1071
10726th July 1999  Gunter Folger (config-01-00-09)
1073- Adapt architecture.gmk for use of STL with WIN32-VC
1074  Remove NICE from G4SYSTEM name WIN32-VC in architecture, globlib and
1075  binmake.gmk
1076
10773rd July 1999  John Allison (config-01-00-08a)
1078- Added full-stop after i.e in binmake.gmk.
1079
10802nd July 1999  John Allison (config-01-00-08)
1081- Protected liblist against duplicate library names.
1082
108329th June 1999  Gabriele Cosmo (config-01-00-07)
1084- architecture.gmk: fixed bug in SUN-CC setup concerning XMLIBS and XMFLAGS.
1085  -lXm was missing.
1086
108725th June 1999  Gabriele Cosmo
1088- Use $G4LIB/$G4SYSTEM instead of $G4LIBDIR in binmake.gmk for invoking
1089  liblist and search for libname.map (granular libraries setup).
1090
109124th June 1999  John Allison
1092- Use liblist and libname.map in $G4LIBDIR.
1093
109419th June 1999  John Allison
1095- Removed references to G4Ray in G4VIS_BUILD.gmk and G4VIS_USE.gmk.
1096
10979th June 1999  Gunter Folger
1098- Adapt liblist.c for Windows, all changes contained withing #ifdef WIN32 blocks.
1099
11004th June 1999  John Allison
1101- Corrected USER_DEFINED_LDLIBS action.
1102- Changed `export G4TMP=$(G4TMP);' to `G4TMP=$(G4TMP); export G4TMP;'
1103- Added -I$(G4BASE)/geometry/solids/Boolean/include.
1104- Introduced LDLIBS_PREFINAL (Gunter).
1105
11062nd June 1999  John Allison
1107- Changed more occurrences of := to = to fix crash of liblist at startup.
1108
11091st June 1999  John Allison
1110- Changed LDLIBS2 := to LDLIBS2 = in binmake.gmk.
1111- Reverted $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET) to $(G4TMPDIR).
1112- Added /$(G4TARGET) to liblist -d $(G4WORKDIR)/tmp/$(G4SYSTEM) in binmake.gmk.
1113
111431st May 1999  John Allison
1115- Added -I$(G4BASE)/processes/electromagnetic/lowenergy/include.
1116
111727th May 1999  Gabriele Cosmo (config-01-00-06)
1118- architecture.gmk: set default $G4INSTALL path to $HOME/geant4 (was still referring
1119  to geant4beta...).
1120- Restored default CLHEP_BASE_DIR to /afs/cern.ch/sw/geant4/dev/CLHEP/$G4SYSTEM/pro.
1121- architecture.gmk: added -DG4NOT_ISO_DELETES for NT setup (G.Folger).
1122
112325th May 1999  Gabriele Cosmo
1124- architecture.gmk: fixed bug in SUN-CC setup. Replaced VISLIBS with LOADLIBS to
1125  specify inclusion of socket libraries -lsocket -lnsl.
1126- binmake.gmk: fixed path to libname.map in the definition of LDLIBS2 for the
1127  granular libs setup.
1128
112919th May 1999  John Allison
1130- Force linking of static library, libCLHEP.a.
1131
113218th May 1999  John Allison
1133- Specify -DG4NOT_ISO_DELETES in any case (not just G4USE_STL) and only
1134  for HP, Sun and AIX.
1135
113617th May 1999  Gabriele Cosmo
1137- Added -DG4NOT_ISO_DELETES for DEC and AIX and moved inside G4USE_STL or
1138  G4USE_OSPACE scope for all platforms which need it.
1139- Added path to wrappers for AIX.
1140
114117th May 1999  John Allison
1142- Added -DG4NOT_ISO_DELETES for Sun and HP.
1143- Changed order of -I$(OSPACEDIR)/ospace/std and -I$(OSPACEDIR)/ospace/stl.
1144
114513th May 1999  Gabriele Cosmo (config-01-00-05)
1146- architecture.gmk: G4USE_OSPACE setup is now independent from G4USE_STL which
1147  is now devoted for generic STL setup. Added -DOS_NO_TYPEDEF_5 option to HP-aCC
1148  for ObjectSpace.
1149
115012th May 1999  Gabriele Cosmo
1151- architecture.gmk: modified path to STL wrapper files directory to point to
1152  $RWINC/wrappers/$G4SYSTEM. Wrappers are now differenciated according to
1153  the architecture type.
1154
115511th May 1999  Gabriele Cosmo
1156- architecture.gmk: merged Isidro's OSPACE setup for HP-aCC.
1157  Reorganised OSPACE options by introducing OSPACEINC variable.
1158
115910th May 1999  Guy Barrand
1160- interactivity.gmk ; put OpenGL things after OPACS things to have
1161  correct link order.
1162
116310th May 1999  John Allison
1164- Added -I$(OSPACEDIR)/ospace/stl for Sun.
1165
11667th May 1999  John Allison
1167- Added GREP := grep except for SUN.
1168- Introduced STLInterface/wrappers directory. Testing on OSF+ObjectSpace (G.Cosmo).
1169
11706th May 1999  Gabriele Cosmo
1171- Introduced G4USE_OSPACE for ObjectSpace STL. If defined G4USE_STL is
1172  set as well. Modified architecture.gmk and binmake.gmk.
1173
11746th May 1999  John Allison
1175- Removed extra library for circular dependencies.  Now all solved!
1176
11775th May 1999  Gabriele Cosmo
1178- Fixed typo in architecture.gmk and defined OSPACEDIR to point to the G4
1179  dev area where links to the ObjectSpace installations at CERN have been
1180  created for all platforms. "pro" version points to ObjectSpace 2.1.
1181
11825th May 1999  John Allison
1183- Eliminated all references to RW in the case of G4USE_STL.
1184- Added OSPACE variables.
1185
118628th April 1999  Gabriele Cosmo (config-01-00-04)
1187- architecture.gmk: moved link for CLHEP to "new" to test the new version
1188  1.4 of CLHEP. It will become "pro" again as soon as the new CLHEP will be
1189  validated. NOTE: for DEC-cxx a custom CLHEP installation is used in order
1190  to deactivate the ISO-ANSI options now set by default in CLHEP.
1191
119219th April 1999  Gabriele Cosmo (config-01-00-03)
1193- architecture.gmk: introduced CCFLAGS for all platforms. Set CCFLAGS to
1194  "-Ae +DAportable" for HP-aCC to overcome compilation problems on liblist.c
1195
119618th April 1999  Youhei Morita
1197- architecture.gmk, binmake.gmk: introduced OBJY_LDLIB variable for
1198  defining Objectivity library within G4ODBMS.
1199
120013th April 1999  Gabriele Cosmo
1201- architecture.gmk: added the following options in compilation:
1202  o HP-aCC, SGI-CC: +Onolimit, -Olimit 5000 respectively.
1203    Not suppress any optimization specifying a high or unlimited memory
1204    limitation.
1205  o DEC-cxx: -timplicit_local.
1206    Get rid of the template repository by generating explicit template
1207    instantiations used in the code with internal linkage.
1208   
120913th April 1999  John Allison
1210- In binmake.gmk: - moved libmap target to source/GNUmakefile.
1211                  - extensive tidying.
1212
121312th April 1999  John Allison
1214- In liblist.c:  - fixed bug to distinguish, e.g., track from tracking.
1215                 - improved printing.
1216                 - improved "Usage" comments.
1217                 - improved protection against bad input format.
1218- In binmake.gmk, used $(ECHO) to solve platform dependency of echo.
1219- In binmake.gmk for granular libraries:
1220   - fully implemented -d option.
1221   - Gave /tmp files a unique name.
1222   - Removed repeated libraries - no longer necessary, all circular
1223       dependencies seem solved.
1224
12259th April 1999  Frank Behner
1226- Fixed bug in liblist in -d option
1227- Changed binmake.gmk to use liblist -d
1228
122918th February 1999  John Allison
1230- Added G4USE_STL flag.
1231- Added code for linking granular libraries.
1232
12331st January 1999  Gunter Folger (config-01-00-02)
1234- Add FCLIBS for SUN.
1235
1236January 29th 1999 - John Allison (config-01-00-01)
1237- Changed rd44 to sw/geant4.
1238
1239December 15th, 1998 - G.Cosmo (config-00-04-11)
1240- Added G4_HAVE_BOOL to DEC-cxx.
1241- Cosmetic changes.
1242
1243December 12th, 1998 - J.Allison (config-00-04-10)
1244- Fixed bug in OGLFLAGS and OGLLIBS user override mechanism.
1245
1246December 11th, 1998 - J.Allison (config-00-04-09)
1247- Removed -fnonstd for SUN-CC.
1248
1249December 10th, 1998 - G.Cosmo (config-00-04-08)
1250- architecture.gmk: introduced $G4DATA variable which can be user
1251  defined. Default is set to $G4INSTALL/data.
1252- architecture.gmk: introduced $G4LEVELGAMMADATA set as default to
1253  $G4DATA/PhotonEvaporation.
1254- globlib.gmk: fixed minor bug (courtesy of V.Krylov).
1255
1256December 10th, 1998 - J.Allison (config-00-04-07)
1257- architecture.gmk: allowed environment variables OGLFLAGS and OGLLIBS.
1258
1259December 7th, 1998 - S.Tanaka, G.Cosmo (config-00-04-06)
1260- architecture.gmk: fixed setting of VISLIBS.
1261
1262December 7th, 1998 - S.Tanaka
1263- Update of architecture.gmk and G4VIS_USE.gmk:
1264  In SUN-CC, "-L/usr/lib -lsocket -lnsl"  is  moved from X11LIBS to VISLIBS.
1265
1266December 5th, 1998 - G.Cosmo (config-00-04-05)
1267- architecture.gmk: introduced -fnonstd compiler option for SUN-CC.
1268  This option causes non-standard initialization of floating-point
1269  arithmetic hardware; it enables hardware traps for floating-point
1270  overflow, division by zero, and invalid operation exceptions.
1271
1272December 4th, 1998 - G.Barrand
1273- architecture.gmk: corrected paths for HepVis and HepInventor.
1274- interactivity.gmk: fixed setup for LOAD_IV.
1275
1276December 3rd, 1998 - S.Tanaka
1277- Revision to make compilation of DAWN (network) driver
1278  at Solaris and IRIX automatic. See below.
1279- Added the following line to SUN-CC and SGI-CC
1280  CPPFLAGS += -DSOCKET_IRIX_SOLARIS
1281- Added -L/usr/lib -lsocket -lnsl  in X11LIBS for SUN-CC.
1282  (This place is strange. But I cannot think of a better place.)
1283
1284December 3rd, 1998 - J.Allison (config-00-04-04)
1285- Set G4STREAM for all platforms.
1286- Set G4STREAM_STREAMBUF_IMPLEMENTATION for selected platforms.
1287
1288December 3rd, 1998 - S.Sadilov
1289- Updated architecture.gmk : G4STREAM_STREAMBUF_IMPLEMENTATION for WIN32.
1290- Updated globlib.gmk : right incremental LIB for WIN32.
1291
1292December 1st, 1998 - G.Cosmo (config-00-04-03)
1293- Updated architecture.gmk and binmake.gmk: G4SYSTEM revision.
1294- Added +DAportable compiler option to HP-aCC setup to support HPPA 2.0
1295  for PA8000 CPUs.
1296
1297December 1st, 1998 - J.Allison (config-00-04-02)
1298- Added generators/include to binmake.gmk.
1299
1300November 30th, 1998 - J.Allison (config-00-04-01)
1301- Added neutron_hp/include to binmake.gmk.
1302- CLHEP_BASE_DIR and RWBASE for WIN32 (Serguei Sadilov).
1303
1304November 18th, 1998 - J.Allison (config-00-03-06)
1305- Changed CXXFLAGS for DEC6-AFS debug from -g to -gall.
1306
1307October 30th, 1998 - G.Cosmo (config-00-03-05)
1308- architecture.gmk: added G4STREAM_STREAMBUF_IMPLEMENTATION variable. (G.Barrand)
1309- G4UI_BUILD.gmk: removed G4UI_BUILD_XM_REDIRECT_COUT. (G.Barrand)
1310
1311October 13th, 1998  J.Allison (config-00-03-04)
1312- Changed ifdef G4_USE_G4STREAM to ifneq ($(findstring AIX,$(G4SYSTEM)),AIX)
1313
1314October 13th, 1998  J.Allison (config-00-03-03)
1315- Removed G4VIS_DONT_USE. (G.Barrand)
1316- Added if G4_USE_G4STREAM, CPPFLAGS += -DG4STREAM. (M.Nagamatu)
1317
1318October 9th  J.Allison (config-00-03-02)
1319- Tagged.
1320
1321October 2nd, 1998 - M.Asai
1322- G4_NO_STORE_TRAJECTORY option is added to architecture.gmk.
1323
1324September 30th, 1998 - G.Barrand
1325- G4VIS_USE.gmk: bracket everything with "ifndef G4VIS_DONT_USE" in order
1326  to be able to disconnect easily visualization for tests programs.
1327
1328September 18th, 1998 - G.Cosmo (config-00-03-01)
1329- architecture.gmk: introduced G4DUMMY_VARIABLE to hide $(shell)
1330  command not compatible with the new version 3.77 of GMAKE (G.Folger).
1331
1332September 14th, 1998 - G.Cosmo
1333- binmake.gmk: placed digits+hits library in the correct link order
1334  according to the category diagram.
1335
1336August 31st, 1998 - G.Cosmo (config-00-02-05)
1337- architecture.gmk: Changed first CPPFLAGS statement from := to +=,
1338  to allow additional CPPFLAGS to be defined by the user. Needed for test
1339  (F.Behner)
1340- binmake.gmk: Added EXTRALIBS to allow a user to add own libraries in the
1341  link path. Needed for test.
1342  (F.Behner)
1343- binmake.gmk: inverted link order of processes and particles libraries
1344  which was wrong. (G.Cosmo)
1345
1346August 26th, 1998 - John Allison (config-00-02-04)
1347- Backed out 22nd August change (G4UIGAG as default) - G4UIterminal
1348  is now default.
1349
1350August 24th, 1998 - Y.Morita (config-00-02-03)
1351- globlib.gmk: added $(G4LIBDIR)/lib$(name).a for target "global".
1352
1353August 22nd, 1998 - J.Allison (config-00-02-02)
1354- Set GAG variables by default.
1355
1356August 11th, 1998 - G.Cosmo (config-00-02-01)
1357- Tagged.
1358
1359August 7th, 1998 - John Allison/Michel Maire.
1360- Added -I/usr/include before -I/usr/local/include to OGLFLAGS for DEC-AFS.
1361- Changed -lGl to -lMesaGL, etc., for DEC-AFS.
1362
1363August 6th, 1998 - John Allison
1364- Added UILIBS := to G4UI_USE.gmk and VISLIBS := to G4VIS_USE.gmk.
1365
1366August 5th, 1998 - Guy Barrand
1367- Added LOAD_XM = 1 and LOAD_XAW = 1 to G4UI_USE.gmk.
1368
1369July 30th, 1998 - G.Cosmo (config-b01)
1370- globlib.gmk: added phony target "wipe_libs". Now target "global"
1371  effectively deletes all existent granular libraries.
1372- common.gmk: archiving of libraries is silent now by default.
1373
1374July 23th, 1998 - Y.Morita (config-00-01-16)
1375- globlib.gmk: fixed target "global" for G4ODBMS
1376- binmake.gmk: fixes for Win/NT.
1377
1378July 20th, 1998 - John Allison (config-00-01-15)
1379- Removed LDFLAGS += -Wl,-Bstatic for G++-Linux introduced by Larry
1380  Felawka on July 10th for g++ 2.8.  No longer thought to be necessary.
1381
1382July 19th, 1998 - G.Cosmo (config-00-01-14)
1383- common.gmk: introduced CPPVERBOSE flag.
1384- architecture.gmk: protected creation of $G4SCHEMA_DIR and
1385  $G4EXAMPLE_BOOT_DIR directories with G4ODBMS.
1386- binmake.gmk: fixed bug in creation of $G4TARGET.
1387
1388July 18th, 1998 - G.Cosmo (config-00-01-13)
1389- Added fix to binmake.gmk for WIN32-VC-NICE (G.Folger)
1390
1391July 16th, 1998 - John Allison
1392- Added GNU_GCC makefile flags where omitted.
1393
1394July 15th, 1998 - Youhei Morita (config-00-01-12)
1395- architecture.gmk  added G4EXAMPLE_BOOT_DIR and G4EXAMPLE_BOOT
1396- globlib.gmk  revised cleandb target
1397
1398July 14th, 1998 - Peter Urban (config-00-01-11)
1399- added two Perl scripts that correct STEP exchange files.
1400
1401July 14th, 1998 - Youhei Morita (config-00-01-10)
1402- architecture.gmk  added definition of G4SCHEMA_DIR
1403- globlib.gmk  added new target G4SCHEMA.FDDB for G4ODBMS
1404
1405July 10th, 1998 - Youhei Morita (config-00-01-09)
1406- binmake.gmk  added following to INCFLAGS
1407      -I$(G4BASE)/persistency/digits+hits/hits/include \
1408      -I$(G4TMP)/$(G4SYSTEM)/G4phits \
1409- binmake.gmk  moved persistency include path to ifdef G4ODBMS block
1410
1411July 10th, 1998 - John Allison??
1412- binmake.gmk  added geometry/solids/STEPinterface/include
1413
1414July 10th, 1998 - Youehi Morita (config-00-01-08)
1415- globlib.gmk  added new targets 'headers' and 'd_files' for G4ODBMS
1416- common.gmk   added new target 'headers'
1417               added $(schema_hh) dependency to $(G4TMPDIR)/%.o
1418- binmake.gmk  added INCFLAGS, LDLIBS and LDFLAGS for G4ODBMS
1419
1420July 10th, 1998 - L.Felawka
1421- architecture.gmk: updated compilation flags for g++.
1422
1423July 9th, 1998 - G.Cosmo (config-00-01-07)
1424- Removed bug in "all" target in globlib.gmk, introduced recently.
1425- Modified "all" target in globlib.gmk to handle G4ODBMS.
1426- Added fix for G4ODBMS to common.gmk.
1427
1428July 9th, 1998 - Youehi Morita
1429- Added G4ODBMS_BUILD.gmk for HepODBMS and Objectivity/DB CPPFLAGS.
1430
1431July 7th, 1998 - John Allison (config-00-01-06)
1432- Incorporated Makoto's patches for ifndef G4UI_BUILD_TERMINAL_SESSION and
1433  ifndef G4UI_USE_TERMINAL.
1434
1435July 7th, 1998 - G.Cosmo (config-00-01-05)
1436- Added $(schema_hh) target and dependency to it in case of G4ODBMS
1437  set when building .d files.
1438
1439July 7th, 1998 - John Allison (config-00-01-04)
1440- Tagged.
1441
1442July 7th, 1998 - Guy Barrand
1443- Introduced interactivity.gmk.
1444
1445July 6th, 1998 - J.Allison (config-00-01-03)
1446- Added G4UI_BUILD.gmk and G4UI_BUILD.gmk.
1447
1448July 6th, 1998 - G.Cosmo (config-00-01-02)
1449- Introduced "glob" and "objs" targets in globlib.gmk. Modified
1450  rule to build global library, does not depend anymore on "libs".
1451  (by J.Allison)
1452- Moved G4VIS_USE.gmk and G4VIS_BUILD.gmk from source/visualization.
1453 
1454July 3rd, 1998 - G.Cosmo (config-00-01-01)
1455- Created
Note: See TracBrowser for help on using the repository browser.