source: trunk/geant4/config/History @ 592

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

r569@mac-90108: laurentgarnier | 2007-06-05 15:53:34 +0200
version contre geant4.8.2.p01

File size: 56.7 KB
Line 
1$Id: History,v 1.288 2006/11/30 15:47:16 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
193rd November 2006  Gunter Folger (config-V08-01-07)
20- architecture.gmk: added G4LIB_BUILD_LISTS with default value 1 to build physics lists.
21- binmake.gmk: added physics lists include directories to INCFLAGS.
22
2315th October 2006  Makoto Asai (config-V08-01-06)
24- binmake.gmk: added 'processes/scoring' module.
25
2610th October 2006  Gabriele Cosmo (config-V08-01-05)
27- Darwin-g++.gmk: use standard -echo- command.
28  Removed ECHO overloaded variable.
29
305th October 2006  Gabriele Cosmo (config-V08-01-04)
31- liblist.c: added .dylib search for list of libraries.
32  Addressing problem report #885.
33
343rd October 2006  Gabriele Cosmo (config-V08-01-03)
35- architecture.gmk: added variables for commands: echo, cat, cut, sed;
36  to be eventually overloaded in system dependent configurations.
37- WIN32-VC.gmk: overload commands [echo, grep, cat, cut, sed], to force
38  usage of the original CygWin built-in commands.
39
4021st September 2006  Vladimir Ivantchenko (config-V08-01-02)
41- binmake.gmk: added electromagnetic/polarisation module.
42
4318th August 2006  Gabriele Cosmo (config-V08-01-01)
44- Linux-icc: corrected G4RUNPATHOPTION flag to allow linking of applications
45  with shared libraries.
46
4718th August 2006  Gabriele Cosmo (config-V08-01-00)
48- Linux-icc: updated setup to support icc-9.X series.
49
5013th June 2006  Gabriele Cosmo (config-V08-00-02)
51- Removed defaults for X11, XM, XAW flags in architecture.gmk and added
52  explicit settings in sys/*.gmk setups protected by ifndef statements for
53  optional customisation.
54- Upgraded Configure internal scripts.
55
5624th April 2006  Gabriele Cosmo (config-V08-00-01)
57- binmake.gmk: fixed old-standing warning on WIN32-VC for file extension of
58  target object file. Defined TARGOBJEXT internal variable defining the
59  actual extension: .o for UNIX, .OBJ for Windows platforms.
60
616th April 2006  Gabriele Cosmo (config-V08-00-00)
62- Darwin-g++: corrected linker options for generation of dynamic libraries.
63  Now dynamic libraries on MacOSX finally work. Tested on MacOS 10.4.5 with
64  gcc-4.0.1.
65
6612th December 2005  Gabriele Cosmo (config-V07-01-07)
67- binmake.gmk: added workaround to allow for physics-lists to link
68  with DLLs on Windows.
69
707th December 2005  Gabriele Cosmo (config-V07-01-06)
71- Added G4LIB_NO_SHARED protection for cases where installation of
72  shared libs are not allowed.
73
742nd December 2005  Gabriele Cosmo (config-V07-01-05)
75- Replaced -GX with -EHsc compilation option in WIN32-VC setup for
76  porting on VC++8 compiler.
77
7829th November 2005  Gabriele Cosmo (config-V07-01-04)
79- Added -D_CRT_SECURE_NO_DEPRECATE to WIN32-VC setup to allow for
80  porting on VC++8 compiler.
81
8221st November 2005  Makoto Asai (config-V07-01-03)
83- binmake.gmk: added 'digits_hits/utils' module to INCFLAGS.
84
855th October 2005 John Allison (config-V07-01-02)
86- G4VIS*.gmk: added G4VIS_BUILD_RAYTRACERX_DRIVER and G4VIS_USE_RAYTRACERX.
87
8829th July 2005 Mark Donszelmann (config-V07-01-01)
89- Synchronized CXXFLAGS warning options of WIN32-g++ with Linux-g++.
90
9118th July 2005 Gabriele Cosmo (config-V07-01-00)
92- Excluded usage of unnecessary 'ranlib' at creation of the libraries for
93  WIN32-VC system. Fixes an observed problem of debug-symbols corruption.
94
9516th June 2005 Sergey Sadilov (config-V07-00-05)
96- Updated Configure script and support files:
97  o Added new data sets for low-energy-EM and elastic data.
98  o Set unique entry point for path to data.
99  o Updated variable settings for g3tog4 and zlib.
100
10115th June 2005 Gunter Folger (config-V07-00-04)
102- Changed clean(_..) targets to be :: rules, to allow multiple clean targets.
103
10410th June 2005 Gabriele Cosmo (config-V07-00-03)
105- Updated configuration script SUN-CC.gmk:
106  o Removed obsolete compilation option -ptr$(G4TREP) for redirection to
107    template repository, no longer necessary.
108  o Added -lsunmath to LOADLIBS now required with CLHEP-1.9.X for static
109    libraries.
110
11117th May 2005 Gabriele Cosmo (config-V07-00-02)
112- Corrected settings of G4LIB_BUILD/USE_ZLIB:
113  o G4LIB_BUILD_ZLIB is mandatory for Windows, if zlib is required;
114  o if G4LIB_BUILD_ZLIB is set, the G4-zlib module is used (all platforms);
115  o if only G4LIB_USE_ZLIB is set, the system zlib is used (UNIX only);
116  o if none is set, zlib is not used (all platforms).
117- Updated compilation options on Darwin-g++, now similar to Linux-g++ setup.
118- Still requiring tag "source-gmk-V07-00-01" for source/GNUmakefile to build
119  the g3tog4 module.
120
12113th May 2005 Gabriele Cosmo (config-V07-00-01)
122- Added G4LIB_BUILD_ZLIB/G4LIB_USE_ZLIB. Modified architecture.gmk
123  and binmake.gmk scripts.
124- Changed G4USE_G4TOG4 to G4LIB_USE_G3TOG4 to conform to standard flag names.
125  Requires tag "source-gmk-V07-00-01" for source/GNUmakefile to build the
126  g3tog4 module.
127
12810th May 2005 John Allison (config-V07-00-00)
129- Made OPENGLXM require OPENGLX.
130
1318th December 2004 John Allison (config-V06-02-03)
132- Darwin-g++.gmk: fixes on setup for dynamic libraries.
133
13430th November 2004 Gabriele Cosmo (config-V06-02-02)
135- binmake.gmk: added electromagnetic/highenergy module to INCLUDE path.
136
13727th November 2004 Gabriele Cosmo (config-V06-02-01)
138- binmake.gmk: added parameterisations/trd_clusters and
139  parameterisations/gflash modules to INCLUDE path.
140
14129th October 2004 Gabriele Cosmo (config-V06-02-00)
142- Archived setup for Windows/VC++6. WIN32-VC now corresponds to WIN32-VC7.
143  Archived WIN32-VC7.gmk.
144- Removed strict compilation options for SUN-CC and thread specific.
145
14612th October 2004 John Allison
147- Darwin-g++.gmk : added -lXi to X11LIBS.
148
14908th July 2004 Guy Barrand
150- Darwin-g++.gmk : correct options to build granular shared libs.
151  Have "-undefined define_a_way" instead of "-undefined error" since
152  granular libs are not linked for the moment.
153
15423rd June 2004 Gabriele Cosmo (config-V06-01-10)
155- Updated win32def.c program to fix retrivial of public static data for
156  building DLLs on Windows (G.Barrand).
157- Updated Configure scripts.
158
15917th June 2004 Gabriele Cosmo (config-V06-01-09)
160- Darwin-g++.gmk: use twolevel_namespace and GLOBLIBS for shared-libs
161  build on MacOS. Shared-libs build are possible only global libraries
162  and requires shared-lib version of CLHEP build with compatible options
163  (G.Barrand).
164
16514th June 2004 Gabriele Cosmo (config-V06-01-08)
166- architecture.gmk: added specification for G4LIB_USE_DLL.
167
16811th June 2004 Gabriele Cosmo (config-V06-01-07)
169- binmake.gmk: activated shared-libs mechanism for Windows platforms;
170  forced creation of static library for examples/applications for the
171  usage with DLLs.
172
1738th June 2004 Gabriele Cosmo (config-V06-01-06)
174- binmake.gmk: restored global lib for interfaces which was missing
175  from linking list.
176- common.gmk, globlib.gmk: fixed clean/clean_libs target.
177- architecture.gmk: added definition of G4LIB_BUILD_DLL flag.
178- WIN32-VC.gmk: added targets for DLLs build.
179- Linux-g++.gmk: made -O2 the default optimisation mode.
180  Archived temporary setup Linux-gO2 introduced in "config-V06-01-01".
181
1827th June 2004 Gabriele Cosmo (config-V06-01-05)
183- Corrected setup for WIN32-VC7 for building of DLLs.
184- Cosmetics in build printout...
185
1861st June 2004 Gabriele Cosmo (config-V06-01-04)
187- binmake.gmk, added include paths to new hadronic models for
188  abrasion, em_dissociation, de_excitation/ablation and
189  de_excitation/fission.
190- architecture.gmk: updated comments to header.
191
19226th May 2004 Mark Donszelmann (config-V06-01-03)
193- Fixed small problem in previous fix.
194
19526th May 2004  Gunter Folger (config-V06-01-02)
196- binmake.gmk: fixed problem for WIN32 such that also LDLIBS (including
197  EXTRALIBS) will be mangled to replace -L by its WIN32 correspondance
198  libpath.
199
20011th May 2004  Gabriele Cosmo (config-V06-01-01)
201- Added new experimental setup for Linux-g++ using -O2 optimisation
202  as default. To trigger this setup G4SYSTEM must be set to "Linux-gO2".
203  It also includes (deactivated by default) Pentium4 chip specific options
204  for using chips-specific floating-point arithmetics based on the SSE unit.
205
2068th April 2004  Guy Barrand
207- architecture.gmk: revisited Inventor default. Removed HEPVis dependencies
208  (Inventor visualization driver does not need these libraries any longer).
209
2107th April 2004  Guy Barrand
211- Darwin-g++.gmk:
212  o Corrected options to build shared libraries (.dyn); use
213    "-dynamic -single_module" to have faster startup when Geant4 is
214    embedded in an external framework.
215  o Corrected options to retrieve Motif.
216
2175th April 2004  Gabriele Cosmo (config-V06-01-00)
218- architecture.gmk: added check for definition of LDFLAGS.
219  Fixes bug report #603.
220
22124th February 2004  Gabriele Cosmo (config-V06-00-03)
222- Fixed link rpath definition in Linux-icc.gmk.
223
22411th February 2004  Gabriele Cosmo (config-V06-00-02)
225- Added configuration file Linux-icc.gmk for Intel/icc compiler
226  on Linux systems.
227
22810th February 2004  Guy Barrand
229- WIN32-VC7.gmk: added material to build shared libs for Windows (DLLs).
230- Added program win32def.c to help building DLLs, built from
231  source/GNUmakefile through a specialised target and placed in
232  $G4LIB/$G4SYSTEM.
233- source/materials/GNUmakefile: modified to provide an example of macro
234  GLOBLIBS used by the DLL builder in order to have global lib dependencies.
235
2369th February 2004  Gunter Folger (config-V06-00-01)
237- architecture.gmk:
238  o Protect OGLFLAGS against containing -I/usr/include; this may cause
239    wrong includes to be picked up.
240   
24126th January 2004  Guy Barrand (config-V06-00-00)
242- Darwin-g++.gmk:
243  o Use "g++" as a default compiler (in order to take the MacOSX
244    default compiler).
245  o Corrected procedure for building .dylib shared libs.
246    Previous default Linux commands do not work on MacOSX.
247
24818th November 2003  Gabriele Cosmo (config-V05-02-05)
249- Updated binmake.gmk to include new hadronics modules.
250  Coworks with "ghad-V05-02-00" and HEAD of processes/GNUmakefile.
251
2524th November 2003  Gabriele Cosmo (config-V05-02-04)
253- Include removal of OPACS setup. Cowork with tags "interfaces-V05-02-00"
254  and "vis-V05-02-02".
255
25629th October 2003  Gabriele Cosmo (config-V05-02-03)
257- binmake.gmk:
258  o Added particles/utils module.
259- Does NOT include removal of OPACS setup yet.
260
26122th October 2003  Guy Barrand
262- OPACS : rm interfaces OPACS related things.
263
26417th October 2003  Guy Barrand
265- OPACS being (for long) deprecated, the OPACS related things
266  had been removed in the Geant4 repository.
267
26830th September 2003  Gabriele Cosmo (config-V05-02-02)
269- architecture.gmk, binmake.gmk:
270  o Added geometry/navigation module.
271  o Removed setup for STEP, now archived.
272  o Adopt new module and library "digits_hits", replacing "digits+hits".
273- Configure installation script:
274  o Fixed correct default name for data sets.
275  o Implemented automatic detection of OpenGL and CLHEP installations.
276  o Fixed behavior of script on Windows system, corrected definition of
277    paths and defaults.
278  o Cleared not allowed configuration drivers.
279
28019th September 2003  Gabriele Cosmo (config-V05-02-01)
281- binmake.gmk:
282  o added processes/cuts module.
283- architecture.gmk:
284  o fixed setup for OpenInventor libraries.
285
2861st July 2003  Gabriele Cosmo (config-V05-02-00)
287- WIN32-VC.gmk, WIN32-VC7.gmk:
288  o reinstated options "-D_CONSOLE -D_WIN32 -DOS" to allow correct
289    treatment/opening of data files from applications.
290
29124th June 2003  Gabriele Cosmo (config-V05-01-05)
292- Added UI32LIBS to interactivity.gmk to handle UI libraries on WIN32
293  platforms.
294- Added libraries for OpenGL and UI to default setup of WIN32-VC and
295  WIN32-VC7. Removed some obsolete compilation options.
296
29718th June 2003  Gabriele Cosmo (config-V05-01-04)
298- Removed flag G4USE_STD_NAMESPACE from specific setups in sys.
299  Follows migration from G4std apported in source/global and whole code.
300
30116th June 2003  Gabriele Cosmo
302- binmake.gmk: added module geometry/divisions in $INCFLAGS list.
303
30411th June 2003  Gunter Folger (config-V05-01-03)
305- G4VIS_BUILD.gmk, G4VIS_USE.gmk, G4UI_BUILD.gmk, G4UI_USE.gmk, and
306  sys/{Linux-g++,SU-CC}.gmk:
307  When building shared libraries needing external libs like OpenGL...,
308  add these at shared library building, so these libs know about these
309  dependency and have this resolved.
310
3116th June 2003  Gabriele Cosmo (config-V05-01-02)
312- architecture.gmk and specific setups in sys: get rid of G4_HAVE_BOOL
313  macro. Now using default 'bool' type, defined in all supported compilers.
314
31528th May 2003  Gabriele Cosmo (config-V05-01-01)
316- architecture.gmk, binmake.gmk: added flags G4LIB_BUILD_STEP/G4USE_STEP
317  to make optional the compilation of the STEP library and interface module.
318  By default the libraries will not be built.
319
32031st March 2003  Gabriele Cosmo (config-V05-01-00)
321- Added more strict compiler options for Linux-g++ platform.
322- Removed obsolete usage of GNU_GCC specific option for g++ compilers.
323
32422nd January 2003  Gabriele Cosmo (config-V05-00-00)
325- Added experimental setup WIN32-VC7.gmk for Windows .NET VC++ compiler.
326- Generalised identification of WIN32 specific setups in core scripts.
327- Forced silent generation of dependencies (added -w option to calls to g++).
328
3294th December 2002  Gabriele Cosmo (config-V04-01-08)
330- Removed obsolete setup for ObjectSpace-STL (G4USE_OSPACE and related
331  variables). Removed obsolete variable G4USE_STL.
332- Updated Configure scripts.
333
3342nd December 2002  John Allison (config-V04-01-07)
335- common.gmk, binmake.gmk: New dependency file algorithm that avoids
336  leaving corrupt .d files when #include'd files cannot be found.
337- Removed obsolete schema targets in common.gmk.
338
33925th November 2002  Gabriele Cosmo (config-V04-01-06)
340- Removed ODBMS setup. Now library for persistency is built as part of the
341  kernel and specific implementations for persistency have been moved to
342  examples. Setup for ODBMS no more required. G4USE_HEPODBMS is no longer
343  used.
344- Updated configuration file AIX-xlC.gmk to port code on AIX with xlC 6.0
345  (K.Murakami).
346
34722nd November 2002  Gabriele Cosmo (config-V04-01-05)
348- liblist.c:
349  o Enhanced script to provide the whole list of installed libraries
350    in the correct order, without requiring parsing of dependencies.
351    The functionality is achieved by invoking "liblist" with option '-m",
352      i.e. - liblist -m [libpath] < libname.map
353    where [libpath] is the path where libraries are placed
354    (i.e. $G4LIB/$G4SYSTEM).
355- binmake.gmk:
356  o Use "liblist -m [libpath]" to retrieve the list of libraries to link in
357    case headers are installed in $G4INCLUDE, and granular libraries are used.
358- G4UI_USE.gmk, G4VIS_USE.gmk:
359  o Protected specification of -I paths for headers, in case $G4INCLUDE is
360    used. A single -I$G4INCLUDE path will be used for compilation in such case.
361
36216th November 2002  Hans-Peter Wellisch
363- binmake.gmk:
364  o Added hadronic/models/cascade/cascade and
365    hadronic/models/generator/scattering include paths.
366
3678th November 2002  Gabriele Cosmo (config-V04-01-04)
368- Darwin-g++.gmk:
369  o Updated setup to support MacOS 10.2 (H.Burkhardt).
370
37130th October 2002  Gabriele Cosmo (config-V04-01-03)
372- architecture.gmk:
373  o Issue an error if G4SYSTEM is not defined in the environment or not valid.
374  o Define G4LIB_BUILD_G3TOG4 and G4USE_G3TOG4 for optional installation and
375    usage of the g3tog4 module.
376  o Updated list of supported systems/compilers.
377- binmake.gmk:
378  o Include path and library for g3tog4 module only if G4USE_G3TOG4 is defined.
379    Implies proper handling of G4USE_G3TOG4 in source/GNUmakefile.
380- Removed obsolete OSPACE setup for WIN32-VC, HP-aCC, DEC-cxx. Still kept for
381  platforms with ODBMS setup.
382- SUN-CC.gmk: removed -L/usr/lib path specification from LOADLIBS definition.
383
38410th September 2002  Gabriele Cosmo (config-V04-01-02)
385- Linux-g++.gmk: added assignment 'CC := gcc' for default 'cc' compiler.
386
38726th August 2002  Gabriele Cosmo (config-V04-01-01)
388- binmake.gmk: added include path to persistency/run/include which was
389  missing. Removed unnecessary processes/general/include.
390
3918th July 2002  John Allison
392- liblist.c: added protection and warning for file/directory not found
393  in parsedir.  Also small cosmetic improvements.
394
3954th July 2002  Gabriele Cosmo (config-V04-01-00)
396- Upgraded WIN32-g++ to compile with -ansi and gcc-2.95.3 for most recent versions
397  of CygWin.
398
39926th June 2002  Gabriele Cosmo (config-V04-00-10)
400- Moved STEP PERL scripts to examples/extended/geometry/cad/scripts.
401- Updated scripts for Configure.
402
40318th June 2002  Gabriele Cosmo (config-V04-00-09)
404- Added -DG4USE_OSPACE for obsolete systems using ObjectSpace STL.
405
40617th June 2002  Gabriele Cosmo (config-V04-00-08)
407- Added flag G4NO_ISO_VECDIST for compilers (SUN-CC, HP-aCC) with non ISO
408  call to vector::distance() method.
409
41014th June 2002  Gabriele Cosmo (config-V04-00-07)
411- binmake.gmk: added include path to "leading_particle" hadronic module.
412  Retagged with correct numbering...
413
4143rd May 2002  Gabriele Cosmo (config-V04-00-06)
415- liblist.c: added patch to port code on MacOS-X.
416  Defined buffer[BUFSIZE] as "char static".
417- Added Darwin-g++.gmk configuration file for MacOS-X systems running
418  with GNU g++ compiler.
419- Removed SUN-CC4.gmk configuration file, no longer supported.
420- Updated description header to system configuration files.
421
42227th March 2002  Gabriele Cosmo (config-V04-00-05)
423- binmake.gmk: added include path to new module geometry/biasing.
424  Co-works with "geometry-V04-00-01" and "transport-V04-00-00".
425
42626th March 2002  Gabriele Cosmo (config-V04-00-04)
427- liblist.c: cancelled changes made in previous tag.
428  Restored usage of function 'gets(buffer)', correctly adopted in this case.
429
43014th March 2002  Gabriele Cosmo (config-V04-00-03)
431- liblist.c: replaced usage of function 'gets(buffer)' with the safer
432  'fgets(buffer,BUFSIZE,stdin)'.
433
4349th March 2002  John Allison (config-V04-00-02)
435- Fixed bug in G4VIS_USE.gmk for G4VIS_USE_OPENGLWIN32.
436- Corrected perl script g4sort_step_file.pl to specify correct path for perl.
437
43807th February 2002 Gabriele Cosmo (config-V04-00-01)
439- liblist.c: added flags __CYGWIN__ and __CYGWIN32__ for triggering proper
440  parsing algorithm on Windows systems, also on most recent versions of Cygwin.
441- WIN32-VC.gmk: use g77 instead of f77 as default fortran compiler.
442
44325th January 2002 Gabriele Cosmo (config-V04-00-00)
444- sys/HP-aCC.gmk: removed include path to global/management/include/std/wrappers,
445  which was unused and not neccessary.
446
44710th December 2001 Gabriele Cosmo (config-V03-02-15)
448- architecture.gmk:
449  o updated list of supported compilers
450  o removed obsolete setup for STL ObjectSpace and STLport for Win/VC++.
451- binmake.gmk: activated mechanism for using $G4INCLUDE effectively for
452  building examples/applications. Currently activated only for global compound
453  libraries; for granular libraries it requires re-engineering of liblist,
454  feature which will be added in future.
455  This mechanism allows to considerably reduce the compilation/linking command
456  length and the number of -I options fed to the compiler.
457- Added G4PROFILE options to Linux-g++ and Linux-egcs setups.
458- Removed binmake.EXTRALIBS.README, now part of User's Guide.
459- Updated sources for Configure installation script.
460
4613rd December 2001 Guy Barrand (config-V03-02-14)
462- G4VIS_USE.gmk : -lG4HepRep replaced by -lG4visHepRep.
463
46429th November 2001 Gabriele Cosmo (config-V03-02-13)
465- Removed SUN-CC5.gmk configuration file. Now replaced by SUN-CC architecture
466
46721st Novemver 2001 Gabriele Cosmo (config-V03-02-12)
468- On top of "config-V03-02-11", added paths in binmake.gmk including
469  new hadronic models for cascade, CHIPS and coherent_elastic.
470  Does not include changes to analysis.gmk.
471
47219th November 2001 Guy Barrand
473- analysis.gmk : then remove all system specifc flags, have
474   only the AIDA ones. Have G4ANALYSIS_USE to drive the insertion of
475   CPP and libs in the Geant4 GNUmakefile system.
476
47719th November 2001  John Allison  (config-V03-02-11)
478- Does not include Guy's changes of 16rd November.
479- Re-instated creation of CPPFLAGS (see 6th November) but conditonal
480  on existence of corresponding environment variable.  If no environmet
481  variable is set, CPPFLAGS += -DG4UI_USE_TERMINAL.
482
48316rd November 2001  Guy Barrand
484- analysis.gmk : add flags to use an AIDA 2.2 compliant analysis system.
485
4866th November 2001  John Allison  (config-V03-02-10)
487- Removed CPPFLAGS += -DG4UI_USE_GAG -DG4UI_USE_TCSH -DG4UI_USE_TERMINAL.
488
4896th November 2001  John Allison  (config-V03-02-09)
490- Removed references to HepRep, added code for HepRepFile, thus
491  needed by vis-V03-02-15.
492
49323rd October 2001  Gabriele Cosmo  (config-V03-02-08)
494- Merged changes in "config-V03-02-07" for removal of STLInterface.
495
49622nd October 2001  Gabriele Cosmo  (config-V03-02-06b)
497- binmake.gmk: added include path for geometry/verification
498  according to tag "geometry-V03-02-01".
499
5001st October 2001  Gabriele Cosmo  (config-V03-02-06a)
501- binmake.gmk: removed include path for processes/electromagnetic/integral
502  according to tag "em-V03-02-02".
503
50430th September 2001  Gabriele Cosmo  (config-V03-02-07)
505- Removed references to STLInterface module in architecture.gmk
506  and architecture setups. Coworks with tag "global-V03-02-03" where
507  STLInterface module has been removed.
508
50929th August 2001  John Allison/Joseph Perl  (config-V03-02-06)
510- Needed by vis-V03-02-14.
511- First developers release of HepRep graphics driver.
512
51327th August 2001  John Allison
514- Tidied HepRep configuration in G4VIS*, moving stuff to interactivity.gmk.
515
51624th August 2001  Joseph Perl  (config-V03-02-05)
517- Introduced HepRep graphics driver
518
51911th August 2001  John Allison  (config-V03-02-04)
520- Re-engineered G4UI variables.  Coworks with interfaces-V03-02-00.
521- Introduced environment variable G4UI_NONE that, if set, no UI
522  sessions nor any UI libraries are built, not even libG4UIbasic.a nor
523  libG4UIcommon.a.  (This would only happen in a pure batch job or,
524  perhaps, in a user framework having its own UI system.)
525- Removed the need to specify environment variables for UI sessions
526  which do not need external packages or libraries, namely :
527    G4UI_BUILD_GAG_SESSION
528    G4UI_BUILD_TERMINAL_SESSION
529  with associated G4UI_USE environment variables:
530    G4UI_USE_GAG
531    G4UI_USE_TCSH
532    G4UI_USE_TERMINAL
533  In other words, the above environment variables become redundant and are
534  ignored. 
535  For backwards compatibility, unless G4UI_NONE is set, the corresponding
536  G4UI_USE C-pre-processor variables are automatically set.  Also, the
537  C-pre-processor variables G4UI_BUILD and G4UI_USE are set.
538- As before, environment variables for other sessions still need positive
539  setting of their G4UI_BUILD and G4UI_USE environment variables.  In this
540  category are:
541    G4UI_BUILD_WIN32_SESSION
542    G4UI_BUILD_WO_SESSION
543    G4UI_BUILD_XAW_SESSION
544    G4UI_BUILD_XM_SESSION
545  with associated G4UI_USE environment variables:
546    G4UI_USE_WIN32
547    G4UI_USE_WO
548    G4UI_USE_XAW
549    G4UI_USE_XM
550- Note: The user must still instantiate and SessionStart only *one*
551  session, but if it is to be one in the category needing external
552  packages or libraries, the corresponding G4UI_USE must be set to
553  trigger inclusion oflibraries.  Otherwise the user need not set any
554  environment variables.
555
5563rd August 2001 Gabriele Cosmo (config-V03-02-03)
557- architecture.gmk:
558  o updated list of supported systems/compilers.
559  o made Linux-g++ architecture the default G4SYSTEM. Replaced SUN-CC.
560- Added SUN-CC4.gmk for old SUN architectures based on CC-4.2 compiler.
561- Added Linux-egcs for old Linux architectures based on egcs-1.1.2 compiler.
562- Made SUN-CC.gmk a copy of SUN-CC5.gmk (kept for backward compatibility,
563  will be removed soon). CC-5.2 compiler is now the default on SUN systems.
564- Made Linux-g++.gmk specific to gcc-2.95.2 compiler, from now on the default
565  compiler on Linux systems.
566
5671st August 2001 Gabriele Cosmo (config-V03-02-02)
568- Included recent updates to scripts sources for 'Configure'.
569
57027th July 2001  John Allison  (config-V03-02-01)
571- Introduced environment variable G4VIS_NONE that, if set, no visualization
572  drivers are built and no vis libraries are built, not even
573  libG4vis_management.  (libG4modeling is still built.)  The C-pre-processor
574  variables G4VIS_BUILD and G4VIS_USE are *not* set.
575- Removed the need to specify environment variables for visualization drivers
576  which do not need external packages or libraries, namely :
577      G4VIS_BUILD_DAWNFILE_DRIVER
578      G4VIS_BUILD_RAYTRACER_DRIVER
579      G4VIS_BUILD_VRMLFILE_DRIVER
580      G4VIS_BUILD_ASCIITREE_DRIVER
581      G4VIS_BUILD_GAGTREE_DRIVER
582    with associated G4VIS_USE environment variables:
583      G4VIS_USE_DAWNFILE
584      G4VIS_USE_RAYTRACER
585      G4VIS_USE_VRMLFILE
586      G4VIS_USE_ASCIITREE
587      G4VIS_USE_GAGTREE
588  In other words, the above environment variables become redundant and are
589  ignored. 
590  For backwards compatibility, unless G4VIS_NONE is set, the corresponding
591  G4VIS_USE C-pre-processor variables are automatically set.  Also, the
592  C-pre-processor variables G4VIS_BUILD and G4VIS_USE are set.
593- As before, environment variables for other drivers still need positive
594  setting of their G4VIS_BUILD and G4VIS_USE environment variables.  In this
595  category are:
596      G4VIS_BUILD_DAWN_DRIVER
597      G4VIS_BUILD_OPACS_DRIVER
598      G4VIS_BUILD_OPENGLX_DRIVER
599      G4VIS_BUILD_OPENGLWIN32_DRIVER
600      G4VIS_BUILD_OPENGLXM_DRIVER
601      G4VIS_BUILD_OIX_DRIVER
602      G4VIS_BUILD_OIWIN32_DRIVER
603      G4VIS_BUILD_VRML_DRIVER
604    with associated G4VIS_USE environment variables:
605      G4VIS_USE_DAWN
606      G4VIS_USE_OPACS
607      G4VIS_USE_OPENGLX
608      G4VIS_USE_OPENGLWIN32
609      G4VIS_USE_OPENGLXM
610      G4VIS_USE_OIX
611      G4VIS_USE_OIWIN32
612      G4VIS_USE_VRML
613  In this case G4VIS_NONE must *not* be set.
614- Added binmake.EXTRALIBS.README.
615
6165th July 2001 Youhei Morita (config-V03-02-00)
617- Linux-g++.gmk: Use -pedantic (G.Cosmo)
618- Linux-g++.gmk, SUN-CC.gmk, SUN-CC5.gmk: added -DG4std in G4DDLX_FLAGS
619
62029th June 2001 Gabriele Cosmo (config-V03-01-10)
621- Updated source scripts for 'Configure'.
622
62326th June 2001 Youhei Morita (config-V03-01-09)
624- globlib.gmk: added block for copying headers for persistency in $G4INCLUDE
625  when invoking the 'includes' target.
626
62725th June 2001 Youhei Morita (config-V03-01-08)
628- Restored lib_d target (again) in common.gmk with a protection of G4ODBMS.
629- Linux-g++.gmk (G.Cosmo)
630  o Commented out -ansi setup for public release
631  o Fixed logic for activating G4OODDLX_FLAGS on egcs compiler
632
63322nd June Gabriele Cosmo (config-V03-01-07)
634- common.gmk (G.Folger):
635  o removed lib_d target (again).
636  o restored G4SKIP_DEPEND.
637- Linux-g++.gmk:
638  o added temporary cludge for identify compiler version
639    and define G4DDLX_FLAGS for egcs-1.1.2.
640- binmake.gmk:
641  o added mechanism to correctly handle include paths when source headers
642    are centrally installed in $G4INCLUDE. Temporarly disabled, requires
643    update (re-design?) of liblist.c to properly generate the list of
644    libraries from the map.
645    Once activated, also G4UI_USE.gmk, G4VIS_USE.gmk and analysis.gmk
646    have to be modified accordingly.
647
64822nd June 2001 Youhei Morita (config-V03-01-06)
649- Restored lib_d target in common.gmk with a protection of G4ODBMS.
650- Get rid of G4SKIP_DEPEND in binmake.gmk.
651- Comment out G4DDLX_FLAGS options in sys/Linux-g++.gmk for gcc-2.95.2.
652
65321st June 2001 Gunter Folger (config-V03-01-05)
654- Removed bin_d and lib_d targets and thus the re-start of make.
655
65621st June 2001 Gunter Folger (config-V03-01-04)
657- common.gmk, binmake.gmk: run gmake via $(MAKE).
658
65919th June 2001 John Allison (config-V03-01-03)
660- Added GAG_TREE to G4VIS_BUILD.gmk and G4VIS_USE.gmk.
661
66220th June 2001 (Japan Time - still 19th in Europe!)
663               Youhei Morita (config-V03-01-02)
664- A few bug fixes in binmake.gmk, common_objy.gmk, sys/SUN-CC5.gmk,
665  sys/Linux-g++.gmk, sys/Win32-g++.gmk.
666
66719th June 2001 Gabriele Cosmo
668- Removed G4_NO_CBRT flag from WIN32-VC setup. No more necessary.
669
67030th May 2001 Gunter Folger
671- Do changes for persistency from Youhei: common.gmk is now split in three,
672  one general, and one for specific for transient and persistent each.
673  Dependencies now much better handled in persistency.
674
6752nd May 2001 Gabriele Cosmo (config-V03-01-01)
676- Added options "-Wall -ansi -pedantic" to Linux-g++ setup.
677
67810th April 2001  John Allison  (config-V03-01-00)
679- Added G4VIS_BUILD_ASCIITREE_DRIVER and G4VIS_USE_ASCIITREE to G4VIS*gmk.
680
68122nd March 2001 Gunter Folger (config-V03-00-03)
682- binmake.gmk, only store in executable PATH to libs from example/test;
683  other libs should be taken/found from LD_LIBRARY_PATH
684- sys/{Linux-g++,SUN-CC}.gmk: enable storing of PATH to libs in executable
685
68606th March 2001 Gabriele Cosmo (config-V03-00-02)
687- binmake.gmk: added include path for processes/electromagnetic/integral
688  the new subcategory introduced with tag em-V03-00-04.
689
69013th February 2001 Gabriele Cosmo (config-V03-00-01)
691- binmake.gmk: added include path for processes/photolepton_hadron
692  which was missing!
693
69408th January 2001 Gabriele Cosmo (config-V03-00-00)
695- sys/WIN32-VC.gmk: introduced -GR compiler option to allow usage of
696  dynamic casting and type-info at run-time.
697
69813th December 2000 Gunter Folger (config-V02-00-14)
699- common.gmk: fix to rule for building dependencies, parsing is skip
700  if $(dependencies) is empty.
701- globlib.gmk: added "includes" to PHONY target list and fixed typo.
702- Added comments to "includes" rules.
703
7048th December 2000 Gabriele Cosmo (config-V02-00-13)
705- Changed G4LIB_BUILD_ARCHIVE to G4LIB_BUILD_STATIC in architecture.gmk,
706  common.gmk and globlib.gmk.
707
7087th December 2000 Gabriele Cosmo (config-V02-00-12)
709- Added options to SUN-CC5.gmk to handle multithreading and persistency.
710
7115th December 2000 Youhei Morita (config-V02-00-11)
712- Introduced GPPFLAGS to set -M or -MM according to G4ODBMS.
713
7145th December 2000 Gabriele Cosmo (config-V02-00-10)
715- Restored -MM option to g++ for making dependencies. -M was introduced in
716  tag config-V02-00-02 to allow dependency search on system headers as well
717  (#include<...> statements). This however introduces serious clashes with
718  Objectivity schema generation for the persistency module.
719
7204th December 2000 Gunter Folger (config-V02-00-09)
721- Disable G4RUNPATHOPTION (internal variable) for all but SUN. This is/will
722  be used when linking with G4 shared libraries to store the path to these
723  libraries in the executable.
724
7251st December 2000  Gabriele Cosmo (config-V02-00-08)
726- Added G4UI_USE_TCSH and related settings to G4UI_USE.gmk (M.Maire).
727- Merged SUN-CC6.gmk to SUN-CC5.gmk and removed SUN-CC6.gmk.
728
7291st December 2000  Gunter Folger (config-V02-00-07)
730- Change -M to -M -MG in common.gmk, binmake.gmk. This will output a "correct"
731  dependency file even when missing  header files are missing. Correct in the
732  sense that liblist will work, and that the missing header is supposed to be
733  (made) in the source directory.
734
73517th November 2000  Gunter Folger (config-V02-00-06)
736- Link with CLHEP using -L/-l instead of absolute filename; this allows
737  to link with shared lib of Anaphe, or static lib of Geant4.
738- Added shared-lib settings to sys configurations.
739
74014th November 2000  Gabriele Cosmo (config-V02-00-05)
741- Added reference to new "parameterisations" top category.
742  Modified files: binmake.gmk.
743- Removed makeshlib.sh script, now obsolete.
744
7457th November 2000  Guy Barrand
746- analysis.gmk : renamed OpenScientist things to "Lab" ;
747  Lab is the concrete package where analysis is done.
748
7493rd November 2000  Gunter Folger (config-V02-00-04)
750- common.gmk: fix for shared-library build.
751- common.gmk, globlib.gmk: added rules for "includes" gmake target.
752- architecture.gmk: introduced new user settable variable G4INCLUDE
753  to specify path where headers (files or symbolic-links) should be installed.
754
7551st November 2000  Guy Barrand
756- analysis.gmk: declared Lizard.
757
75824th October 2000  Gunter Folger (config-V02-00-03)
759- architecture.gmk, common.gmk, globlib.gmk, sys/*:
760  o merged building shared libraries into makefiles.
761    The MAKESHLIB script is no longer used.
762- Introduced new variables steering the building of archive/shared libs:
763   G4LIB_BUILD_SHARED
764   G4LIB_BUILD_ARCHIVE  (still default)
765     note that G4MAKESHLIB set will internally set G4LIB_BUILD_SHARED for
766     backwards compatiblity.
767- Introduced new variable (G4LIB_USE_GRANULAR) to force using of granular
768  libraries, even when libG4global.a/.so exists.
769
77014th September 2000  Guy Barrand
771- Introduced changes to handle analysis module.
772  o added analysis.gmk.
773  o sys/Linux-g++.gmk: added macro DLDLIBS for library dynamic loading.
774  o binmake.gmk: added inclusion of analysis.gmk.
775  o binmake.gmk: place LDLIBS3 += $(ANALYSISLIBS) after LDLIBS3 += $(INTYLIBS).
776
77722nd August 2000  John Allison (config-V02-00-02)
778- Changed -MM to -M in dependency file making in binmake.gmk and common.gmk.
779  This causes dependencies of both #include "..." and #include <...> to be
780  followed.  This is the safer option, since some users might/should use,
781  e.g., #include <g4std/...>, but even these files change sometime.
782
78322nd August 2000  Gunter Folger
784- globlib.gmk: fix for protection from infinite loops when a dir does
785  not exist (G.Folger).
786
7871st August 2000  Gabriele Cosmo (config-V02-00-01)
788- Added setup WIN32-g++ for Windows/NT/9X with Cygwin and g++ compiler.
789  Configuration non officially supported (courtesy of S.Agostinelli and
790  IST group, Genova).
791
79224th July 2000  Gabriele Cosmo (config-V02-00-00)
793- Added path to g3tog4 for global libs.
794
79523rd May 2000  John Allison (config-V01-01-04)
796- Added -I$(G4BASE)/processes/hadronic/models/radiative_decay/include to
797  binmake.gmk.
798
79919th May 2000  Gabriele Cosmo (config-V01-01-03)
800- architecture.gmk:
801  o changed -pic option to -KPIC for SUN architectures.
802  o fixed HP-aCC setup to cope with new CLHEP version 1.5.
803  o implemented modular setup. Now system specific configurations are
804    grouped in separated files $G4SYSTEM.gmk and placed in the new
805    directory config/sys.
806
8077th April 2000  Gabriele Cosmo (config-V01-01-02)
808- binmake.gmk: added include path to the new directory
809  geometry/solids/specific.
810- Updated PERL script g4step_correct.pl for parsing STEP files.
811
81230th March 2000  Gabriele Cosmo (config-V01-01-01)
813- makeshlib.sh:
814  o added few corrections to the script in order to allow
815    creation of shared libraries without need of the static archive on
816    platforms which allow this.
817  o added section for SunOS systems.
818  (courtesy of I.G.Caballero)
819- architecture.gmk:
820  o on SUN-CC and SUN-CC5, added -pic to CXXFLAGS for building shared
821    libraries.
822
82321st March 2000  Gabriele Cosmo
824- makeshlib.sh: corrected invokation of compiler for HP-aCC setup.
825  Changed CC to aCC (fixes bug-report #68).
826
82713th March 2000  Gabriele Cosmo (config-V01-01-00)
828- architecture.gmk: corrected FCLIBS for Linux-g++
829  o added -lg2c -lnsl and removed -lf2c.
830
83114th February 2000  Gabriele Cosmo (config-V01-00-02)
832- architecture.gmk: added option '+W823' to HP-aCC compilation setup to
833  discard warnings for macros parameter definition as used in the new
834  NIST STEP reader.
835- binmake.gmk: moved $EXTRALIBS to be included on top of the linking list,
836  just after the user application library.
837
83831st January 2000  Gabriele Cosmo (config-V01-00-01)
839- Added control for the Ray-tracer driver. Introduced G4VIS_USE_RAYTRACER
840  in G4VIS_USE.gmk and G4VIS_BUILD_RAYTRACER_DRIVER in G4VIS_BUILD.gmk (M.Asai).
841- binmake.gmk: fixed dependency order for compound libraries.
842  Moved -lG4particles and -lG4materials downstream in the list.
843- architecture.gmk: added G4NO_OPTIMISE for allowing compilation without
844  any level of optimisation or debug. G4DEBUG if defined takes precedence.
845  G4DEBUG and G4OPTIMISE are now defined also as CPPFLAGS.
846
8473rd January 2000  Gabriele Cosmo (config-V01-00-00)
848- Syncronized with HEAD.
849
85016th December 1999  John Allison
851- Cosmetic improvement to echo line in binmake.gmk.
852
8537th December 1999  Gabriele Cosmo (config-V00-01-19)
854- architecture.gmk: minor fix on OSPACELIBS path for Win/NT.
855
8565th December 1999  Youhei Morita (config-V00-01-18)
857- architecture.gmk: defined G4OODDLX_FLAGS
858- common.gmk: use G4OODDLX_FLAGS
859
8605th December 1999  Gabriele Cosmo (config-V00-01-17)
861- architecture.gmk: fixes for Win/NT.
862  o fixed path for OSPACELIBS
863  o removed -DG4NOT_ISO_DELETES flag
864
8653rd December 1999  Gabriele Cosmo (config-V00-01-16)
866- architecture.gmk: set G4_HAVE_BOOL for SUN-CC5.
867
8683rd December 1999  Youhei Morita
869- common.gmk: fixed minor typo in G4OODDLX_SCHEMA_NAME
870
8711st December 1999  Gabriele Cosmo (config-V00-01-15)
872- architecture.gmk:
873  o added new G4SYSTEM flavor SUN-CC5, used for testing on the new C++
874    compiler v5.0 on SunOS. Requires ISO/ANSI-C++ installation and native
875    STL by default. Compatibility with old no ISO/ANSI code is assured
876    through the -compat compiler option and the usage of ObjectSpace STL
877    (i.e. G4USE_OSPACE set).
878  o added new flag G4NO_STD_NAMESPACE.
879    HP-aCC setup with native STL assumes the ISO-ANSI installation by default,
880    the new flag should be explicitly set in the environment to avoid this.
881  o upgraded SGI-CC setup to IRIX 6.5.5, CC 7.2.1 and ObjectSpace STL.
882    Tests on this configuration has NOT been tested though.
883
8841st December 1999  Youhei Morita
885- architecture.gmk: added G4EXAMPLE_BOOT and G4EXAMPLE_FD
886- common.gmk: copy only the .hh files
887- binmake.gmk: added persistent include paths
888               added new targed cleandb, newboot, newfd
889               added G4SKIP_DEPEND for dependencies
890
89129th November 1999  Youhei Morita
892- architecture.gmk: added G4SYSTEM to G4SCHEMA_DIR, G4TMPSCHEMA_DIR
893- common.gmk: changed G4SCHEMA_HEADER_DIR from G4TMPSCHEMA_INCLUDE to G4TMPDIR
894              added target install_schema for schema copying
895- globlib.gmk: create schema header files at G4TMPDIR, then install
896
89729th November 1999  John Allison
898- Introduced LDLIBS2EXTRA so that granular libraries are not
899  expanded too soon.
900
90125th November 1999  Gabriele Cosmo (config-V00-01-14)
902- architecture.gmk: redefined OSPACEDIR as OSPACE_BASE_DIR to conform to
903  an omogeneous format. Added existence check for OSPACE and CLHEP paths.
904
90523rd November 1999  Gabriele Cosmo (config-V00-01-13)
906- architecture.gmk: added setup for ISO/ANSI installation on DEC-cxx.
907  If using native STL (i.e. G4USE_OSPACE not set), G4USE_STD_NAMESPACE is
908  implicitly defined and a strict-ANSI installation is assumed. Note that
909  in this case, also CLHEP must have been installed in strict-ANSI mode.
910
91120th November 1999  Youhei Morita (config-V00-01-12)
912- common.gmk: added G4OODDLX_SCHEMA_NAME to use Geant4 named schema
913
91419th November 1999  Youhei Morita
915- liblist.c: avoid coredumps when it was given non-existing directly.
916
91718th November 1999  Gabriele Cosmo (config-V00-01-11)
918- architecture.gmk: added -e option to $ECHO for Linux-g++ setup.
919
92017th November 1999  John Allison (config-V00-01-10)
921- binmake.gnk: added isotope_production/include to -I list (Hans-Peter).
922
92317th November 1999  Youhei Morita (config-V00-01-09)
924- moved schema header files to G4INSTALL/schema/include
925  architecture.gmk: introduced G4SCHEMA_INCLUDE and G4TMPSCHEMA_INCLUDE
926  common.gmk: introduced G4SCHEMA_HEADER_DIR and G4SCHEMA_SRC_DIR
927  globlib.gmk: added tmp schema header copying
928
92915th November 1999  Gabriele Cosmo (config-V00-01-08)
930- Tagged.
931
93214th November 1999  Youhei Morita
933- globlib.gmk: moved contruction of libmap for G4ODBMS to
934               source/GNUmakefile
935
93612th November 1999  Youhei Morita
937- common.gmk: introduced G4ODBMS_DEPEND and G4SKIP_DEPEND for
938              better handling of dependencies
939- globlib.gmk: use G4ODBMS_DEPEND, automatic rebuilding of libmap
940
94111th November 1999  Gabriele Cosmo (config-V00-01-07)
942- Migration RWT->G4RWT performed:
943  o Removed every occurence of Rogue-Wave from configuration, replaced
944    RWBASE with G4STLBASE. Modified scripts: architecture.gmk, common.gmk
945    and binmake.gmk.
946  o Made setup for Native-STL the default, removed test on conditional
947    flag G4USE_STL.
948  o Removed setup for Win/NT-g++, no longer supported.
949
95010th November 1999  Youhei Morita (config-V00-01-06)
951- binmake.gmk: added path to persistency/global/include.
952- common.gmk: Change G4ODBMS_DEPEND to G4ODBMS_NODDL
953- globlib.gmk: removed G4ODBMS_DEPEND, modified target "global"
954
95510th November 1999  Gabriele Cosmo (config-V00-01-05)
956- binmake.gmk: added path to HEPNumerics/include which was missing.
957
95829th October 1999  Guy Barrand
959- architecture.gmk, interactivity.gmk: introduced
960  "G4_OPACS_WIDGET_SET lesstif" logic to handle the case
961  of using, on Linux, the bugged lesstif with the non bugged OPACS.
962
96329th October 1999  Gabriele Cosmo
964- Introduced fixes for shared library setup (courtesy of F.Carminati).
965  Modified files: architecture.gmk, common.gmk, globlib.gmk, makeshlib.sh.
966
96728th October 1999  Gabriele Cosmo (config-V00-01-04)
968- architecture.gmk: removed G4STREAM and G4STREAM_STREAMBUF_IMPLEMENTATION
969  flags, now no longer needed. Streambuf implementation is the default for
970  every platform. (by H.Yoshida)
971
97226th October 1999  John Allison
973- Augmented liblist to look for dependencies on auto-generated
974  headers in $G4TMP.
975
97626th October 1999  Gabriele Cosmo (config-V00-01-03)
977- Removed AIX-xlC as default platform for G4SYSTEM in architecture.gmk.
978  Configuration is still kept but no longer supported.
979
98026th October 1999  Youhei Morita
981- architecture.gmk: include $(HEP_ODBMS_DIR)/etc/$(OS).mk instead of
982  defininig load module separately.  Defined G4ODBMS_LIBS.
983- binmake.gmk: Use G4ODBMS_LIBS.
984
98520th October 1999  Gabriele Cosmo (config-V00-01-02)
986- architecture.gmk: removed option -DOS_NO_TYPEDEF_5 from HP-aCC
987  OSpace setup. Not anymore needed.
988
98920th October 1999  John Allison
990- architecture.gmk: removed G4USE_EXPLICIT_TYPES_IN_TEMPLATES (was needed
991                    only for HP aCC; now not needed at all).
992
99319th Octobre 1999  Youhei Morita
994- common.gmk: Surpress verbose output for G4ODBMS if CPPVERBOSE
995              is not defined.
996
9977th October 1999  John Allison (config-V00-01-01)
998- Removed WARNINGs about granular libraries.  Now standard usage.  Simple
999  using messages printed.
1000
100117th Sep 1999  Youhei Morita
1002- architecture.gmk: Defined G4TMPSCHEMA_DIR, G4TMPSCHEMA_BOOT
1003                    Added OBJY_LDLIB definition for Objectivity 5.1
1004- binmake.gmk: LDLIBS1 += -lG4persistency
1005- common.gmk: Changed ooddlx boot file option to G4OODDLX_BOOT
1006- globlib.gmk: Changed G4EXAMPLE_BOOT to G4TMPSCHEMA_BOOT
1007- G4ODBMS_BUILD.gmk: Defined HEP_ODBMS_EXPORT for HepODBMS 0.3.0.x
1008
100927th July 1999  Gonzalo Gracia Abril
1010- Changed OSPACELIBS := '-libpath:c:\dev\ospace\lib std-2.1-vc5.0-mt.lib'
1011  to      OSPACELIBS := '-libpath:$(OSPACEDIR)\lib std-2.1-vc5.0-mt.lib'
1012  in architecture.gmk for NT 
1013
101420th July 1999  John Allison (config-V00-01-00)
1015- Added EXTRA_LINK_DEPENDENCIES to binmake.gmk.
1016
10176th July 1999  John Allison (config-01-00-10)
1018- Changed -L/usr/X11/lib to -L/usr/X11R6/lib for Linux.
1019
10206th July 1999  Gunter Folger (config-01-00-09)
1021- Adapt architecture.gmk for use of STL with WIN32-VC
1022  Remove NICE from G4SYSTEM name WIN32-VC in architecture, globlib and
1023  binmake.gmk
1024
10253rd July 1999  John Allison (config-01-00-08a)
1026- Added full-stop after i.e in binmake.gmk.
1027
10282nd July 1999  John Allison (config-01-00-08)
1029- Protected liblist against duplicate library names.
1030
103129th June 1999  Gabriele Cosmo (config-01-00-07)
1032- architecture.gmk: fixed bug in SUN-CC setup concerning XMLIBS and XMFLAGS.
1033  -lXm was missing.
1034
103525th June 1999  Gabriele Cosmo
1036- Use $G4LIB/$G4SYSTEM instead of $G4LIBDIR in binmake.gmk for invoking
1037  liblist and search for libname.map (granular libraries setup).
1038
103924th June 1999  John Allison
1040- Use liblist and libname.map in $G4LIBDIR.
1041
104219th June 1999  John Allison
1043- Removed references to G4Ray in G4VIS_BUILD.gmk and G4VIS_USE.gmk.
1044
10459th June 1999  Gunter Folger
1046- Adapt liblist.c for Windows, all changes contained withing #ifdef WIN32 blocks.
1047
10484th June 1999  John Allison
1049- Corrected USER_DEFINED_LDLIBS action.
1050- Changed `export G4TMP=$(G4TMP);' to `G4TMP=$(G4TMP); export G4TMP;'
1051- Added -I$(G4BASE)/geometry/solids/Boolean/include.
1052- Introduced LDLIBS_PREFINAL (Gunter).
1053
10542nd June 1999  John Allison
1055- Changed more occurrences of := to = to fix crash of liblist at startup.
1056
10571st June 1999  John Allison
1058- Changed LDLIBS2 := to LDLIBS2 = in binmake.gmk.
1059- Reverted $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET) to $(G4TMPDIR).
1060- Added /$(G4TARGET) to liblist -d $(G4WORKDIR)/tmp/$(G4SYSTEM) in binmake.gmk.
1061
106231st May 1999  John Allison
1063- Added -I$(G4BASE)/processes/electromagnetic/lowenergy/include.
1064
106527th May 1999  Gabriele Cosmo (config-01-00-06)
1066- architecture.gmk: set default $G4INSTALL path to $HOME/geant4 (was still referring
1067  to geant4beta...).
1068- Restored default CLHEP_BASE_DIR to /afs/cern.ch/sw/geant4/dev/CLHEP/$G4SYSTEM/pro.
1069- architecture.gmk: added -DG4NOT_ISO_DELETES for NT setup (G.Folger).
1070
107125th May 1999  Gabriele Cosmo
1072- architecture.gmk: fixed bug in SUN-CC setup. Replaced VISLIBS with LOADLIBS to
1073  specify inclusion of socket libraries -lsocket -lnsl.
1074- binmake.gmk: fixed path to libname.map in the definition of LDLIBS2 for the
1075  granular libs setup.
1076
107719th May 1999  John Allison
1078- Force linking of static library, libCLHEP.a.
1079
108018th May 1999  John Allison
1081- Specify -DG4NOT_ISO_DELETES in any case (not just G4USE_STL) and only
1082  for HP, Sun and AIX.
1083
108417th May 1999  Gabriele Cosmo
1085- Added -DG4NOT_ISO_DELETES for DEC and AIX and moved inside G4USE_STL or
1086  G4USE_OSPACE scope for all platforms which need it.
1087- Added path to wrappers for AIX.
1088
108917th May 1999  John Allison
1090- Added -DG4NOT_ISO_DELETES for Sun and HP.
1091- Changed order of -I$(OSPACEDIR)/ospace/std and -I$(OSPACEDIR)/ospace/stl.
1092
109313th May 1999  Gabriele Cosmo (config-01-00-05)
1094- architecture.gmk: G4USE_OSPACE setup is now independent from G4USE_STL which
1095  is now devoted for generic STL setup. Added -DOS_NO_TYPEDEF_5 option to HP-aCC
1096  for ObjectSpace.
1097
109812th May 1999  Gabriele Cosmo
1099- architecture.gmk: modified path to STL wrapper files directory to point to
1100  $RWINC/wrappers/$G4SYSTEM. Wrappers are now differenciated according to
1101  the architecture type.
1102
110311th May 1999  Gabriele Cosmo
1104- architecture.gmk: merged Isidro's OSPACE setup for HP-aCC.
1105  Reorganised OSPACE options by introducing OSPACEINC variable.
1106
110710th May 1999  Guy Barrand
1108- interactivity.gmk ; put OpenGL things after OPACS things to have
1109  correct link order.
1110
111110th May 1999  John Allison
1112- Added -I$(OSPACEDIR)/ospace/stl for Sun.
1113
11147th May 1999  John Allison
1115- Added GREP := grep except for SUN.
1116- Introduced STLInterface/wrappers directory. Testing on OSF+ObjectSpace (G.Cosmo).
1117
11186th May 1999  Gabriele Cosmo
1119- Introduced G4USE_OSPACE for ObjectSpace STL. If defined G4USE_STL is
1120  set as well. Modified architecture.gmk and binmake.gmk.
1121
11226th May 1999  John Allison
1123- Removed extra library for circular dependencies.  Now all solved!
1124
11255th May 1999  Gabriele Cosmo
1126- Fixed typo in architecture.gmk and defined OSPACEDIR to point to the G4
1127  dev area where links to the ObjectSpace installations at CERN have been
1128  created for all platforms. "pro" version points to ObjectSpace 2.1.
1129
11305th May 1999  John Allison
1131- Eliminated all references to RW in the case of G4USE_STL.
1132- Added OSPACE variables.
1133
113428th April 1999  Gabriele Cosmo (config-01-00-04)
1135- architecture.gmk: moved link for CLHEP to "new" to test the new version
1136  1.4 of CLHEP. It will become "pro" again as soon as the new CLHEP will be
1137  validated. NOTE: for DEC-cxx a custom CLHEP installation is used in order
1138  to deactivate the ISO-ANSI options now set by default in CLHEP.
1139
114019th April 1999  Gabriele Cosmo (config-01-00-03)
1141- architecture.gmk: introduced CCFLAGS for all platforms. Set CCFLAGS to
1142  "-Ae +DAportable" for HP-aCC to overcome compilation problems on liblist.c
1143
114418th April 1999  Youhei Morita
1145- architecture.gmk, binmake.gmk: introduced OBJY_LDLIB variable for
1146  defining Objectivity library within G4ODBMS.
1147
114813th April 1999  Gabriele Cosmo
1149- architecture.gmk: added the following options in compilation:
1150  o HP-aCC, SGI-CC: +Onolimit, -Olimit 5000 respectively.
1151    Not suppress any optimization specifying a high or unlimited memory
1152    limitation.
1153  o DEC-cxx: -timplicit_local.
1154    Get rid of the template repository by generating explicit template
1155    instantiations used in the code with internal linkage.
1156   
115713th April 1999  John Allison
1158- In binmake.gmk: - moved libmap target to source/GNUmakefile.
1159                  - extensive tidying.
1160
116112th April 1999  John Allison
1162- In liblist.c:  - fixed bug to distinguish, e.g., track from tracking.
1163                 - improved printing.
1164                 - improved "Usage" comments.
1165                 - improved protection against bad input format.
1166- In binmake.gmk, used $(ECHO) to solve platform dependency of echo.
1167- In binmake.gmk for granular libraries:
1168   - fully implemented -d option.
1169   - Gave /tmp files a unique name.
1170   - Removed repeated libraries - no longer necessary, all circular
1171       dependencies seem solved.
1172
11739th April 1999  Frank Behner
1174- Fixed bug in liblist in -d option
1175- Changed binmake.gmk to use liblist -d
1176
117718th February 1999  John Allison
1178- Added G4USE_STL flag.
1179- Added code for linking granular libraries.
1180
11811st January 1999  Gunter Folger (config-01-00-02)
1182- Add FCLIBS for SUN.
1183
1184January 29th 1999 - John Allison (config-01-00-01)
1185- Changed rd44 to sw/geant4.
1186
1187December 15th, 1998 - G.Cosmo (config-00-04-11)
1188- Added G4_HAVE_BOOL to DEC-cxx.
1189- Cosmetic changes.
1190
1191December 12th, 1998 - J.Allison (config-00-04-10)
1192- Fixed bug in OGLFLAGS and OGLLIBS user override mechanism.
1193
1194December 11th, 1998 - J.Allison (config-00-04-09)
1195- Removed -fnonstd for SUN-CC.
1196
1197December 10th, 1998 - G.Cosmo (config-00-04-08)
1198- architecture.gmk: introduced $G4DATA variable which can be user
1199  defined. Default is set to $G4INSTALL/data.
1200- architecture.gmk: introduced $G4LEVELGAMMADATA set as default to
1201  $G4DATA/PhotonEvaporation.
1202- globlib.gmk: fixed minor bug (courtesy of V.Krylov).
1203
1204December 10th, 1998 - J.Allison (config-00-04-07)
1205- architecture.gmk: allowed environment variables OGLFLAGS and OGLLIBS.
1206
1207December 7th, 1998 - S.Tanaka, G.Cosmo (config-00-04-06)
1208- architecture.gmk: fixed setting of VISLIBS.
1209
1210December 7th, 1998 - S.Tanaka
1211- Update of architecture.gmk and G4VIS_USE.gmk:
1212  In SUN-CC, "-L/usr/lib -lsocket -lnsl"  is  moved from X11LIBS to VISLIBS.
1213
1214December 5th, 1998 - G.Cosmo (config-00-04-05)
1215- architecture.gmk: introduced -fnonstd compiler option for SUN-CC.
1216  This option causes non-standard initialization of floating-point
1217  arithmetic hardware; it enables hardware traps for floating-point
1218  overflow, division by zero, and invalid operation exceptions.
1219
1220December 4th, 1998 - G.Barrand
1221- architecture.gmk: corrected paths for HepVis and HepInventor.
1222- interactivity.gmk: fixed setup for LOAD_IV.
1223
1224December 3rd, 1998 - S.Tanaka
1225- Revision to make compilation of DAWN (network) driver
1226  at Solaris and IRIX automatic. See below.
1227- Added the following line to SUN-CC and SGI-CC
1228  CPPFLAGS += -DSOCKET_IRIX_SOLARIS
1229- Added -L/usr/lib -lsocket -lnsl  in X11LIBS for SUN-CC.
1230  (This place is strange. But I cannot think of a better place.)
1231
1232December 3rd, 1998 - J.Allison (config-00-04-04)
1233- Set G4STREAM for all platforms.
1234- Set G4STREAM_STREAMBUF_IMPLEMENTATION for selected platforms.
1235
1236December 3rd, 1998 - S.Sadilov
1237- Updated architecture.gmk : G4STREAM_STREAMBUF_IMPLEMENTATION for WIN32.
1238- Updated globlib.gmk : right incremental LIB for WIN32.
1239
1240December 1st, 1998 - G.Cosmo (config-00-04-03)
1241- Updated architecture.gmk and binmake.gmk: G4SYSTEM revision.
1242- Added +DAportable compiler option to HP-aCC setup to support HPPA 2.0
1243  for PA8000 CPUs.
1244
1245December 1st, 1998 - J.Allison (config-00-04-02)
1246- Added generators/include to binmake.gmk.
1247
1248November 30th, 1998 - J.Allison (config-00-04-01)
1249- Added neutron_hp/include to binmake.gmk.
1250- CLHEP_BASE_DIR and RWBASE for WIN32 (Serguei Sadilov).
1251
1252November 18th, 1998 - J.Allison (config-00-03-06)
1253- Changed CXXFLAGS for DEC6-AFS debug from -g to -gall.
1254
1255October 30th, 1998 - G.Cosmo (config-00-03-05)
1256- architecture.gmk: added G4STREAM_STREAMBUF_IMPLEMENTATION variable. (G.Barrand)
1257- G4UI_BUILD.gmk: removed G4UI_BUILD_XM_REDIRECT_COUT. (G.Barrand)
1258
1259October 13th, 1998  J.Allison (config-00-03-04)
1260- Changed ifdef G4_USE_G4STREAM to ifneq ($(findstring AIX,$(G4SYSTEM)),AIX)
1261
1262October 13th, 1998  J.Allison (config-00-03-03)
1263- Removed G4VIS_DONT_USE. (G.Barrand)
1264- Added if G4_USE_G4STREAM, CPPFLAGS += -DG4STREAM. (M.Nagamatu)
1265
1266October 9th  J.Allison (config-00-03-02)
1267- Tagged.
1268
1269October 2nd, 1998 - M.Asai
1270- G4_NO_STORE_TRAJECTORY option is added to architecture.gmk.
1271
1272September 30th, 1998 - G.Barrand
1273- G4VIS_USE.gmk: bracket everything with "ifndef G4VIS_DONT_USE" in order
1274  to be able to disconnect easily visualization for tests programs.
1275
1276September 18th, 1998 - G.Cosmo (config-00-03-01)
1277- architecture.gmk: introduced G4DUMMY_VARIABLE to hide $(shell)
1278  command not compatible with the new version 3.77 of GMAKE (G.Folger).
1279
1280September 14th, 1998 - G.Cosmo
1281- binmake.gmk: placed digits+hits library in the correct link order
1282  according to the category diagram.
1283
1284August 31st, 1998 - G.Cosmo (config-00-02-05)
1285- architecture.gmk: Changed first CPPFLAGS statement from := to +=,
1286  to allow additional CPPFLAGS to be defined by the user. Needed for test
1287  (F.Behner)
1288- binmake.gmk: Added EXTRALIBS to allow a user to add own libraries in the
1289  link path. Needed for test.
1290  (F.Behner)
1291- binmake.gmk: inverted link order of processes and particles libraries
1292  which was wrong. (G.Cosmo)
1293
1294August 26th, 1998 - John Allison (config-00-02-04)
1295- Backed out 22nd August change (G4UIGAG as default) - G4UIterminal
1296  is now default.
1297
1298August 24th, 1998 - Y.Morita (config-00-02-03)
1299- globlib.gmk: added $(G4LIBDIR)/lib$(name).a for target "global".
1300
1301August 22nd, 1998 - J.Allison (config-00-02-02)
1302- Set GAG variables by default.
1303
1304August 11th, 1998 - G.Cosmo (config-00-02-01)
1305- Tagged.
1306
1307August 7th, 1998 - John Allison/Michel Maire.
1308- Added -I/usr/include before -I/usr/local/include to OGLFLAGS for DEC-AFS.
1309- Changed -lGl to -lMesaGL, etc., for DEC-AFS.
1310
1311August 6th, 1998 - John Allison
1312- Added UILIBS := to G4UI_USE.gmk and VISLIBS := to G4VIS_USE.gmk.
1313
1314August 5th, 1998 - Guy Barrand
1315- Added LOAD_XM = 1 and LOAD_XAW = 1 to G4UI_USE.gmk.
1316
1317July 30th, 1998 - G.Cosmo (config-b01)
1318- globlib.gmk: added phony target "wipe_libs". Now target "global"
1319  effectively deletes all existent granular libraries.
1320- common.gmk: archiving of libraries is silent now by default.
1321
1322July 23th, 1998 - Y.Morita (config-00-01-16)
1323- globlib.gmk: fixed target "global" for G4ODBMS
1324- binmake.gmk: fixes for Win/NT.
1325
1326July 20th, 1998 - John Allison (config-00-01-15)
1327- Removed LDFLAGS += -Wl,-Bstatic for G++-Linux introduced by Larry
1328  Felawka on July 10th for g++ 2.8.  No longer thought to be necessary.
1329
1330July 19th, 1998 - G.Cosmo (config-00-01-14)
1331- common.gmk: introduced CPPVERBOSE flag.
1332- architecture.gmk: protected creation of $G4SCHEMA_DIR and
1333  $G4EXAMPLE_BOOT_DIR directories with G4ODBMS.
1334- binmake.gmk: fixed bug in creation of $G4TARGET.
1335
1336July 18th, 1998 - G.Cosmo (config-00-01-13)
1337- Added fix to binmake.gmk for WIN32-VC-NICE (G.Folger)
1338
1339July 16th, 1998 - John Allison
1340- Added GNU_GCC makefile flags where omitted.
1341
1342July 15th, 1998 - Youhei Morita (config-00-01-12)
1343- architecture.gmk  added G4EXAMPLE_BOOT_DIR and G4EXAMPLE_BOOT
1344- globlib.gmk  revised cleandb target
1345
1346July 14th, 1998 - Peter Urban (config-00-01-11)
1347- added two Perl scripts that correct STEP exchange files.
1348
1349July 14th, 1998 - Youhei Morita (config-00-01-10)
1350- architecture.gmk  added definition of G4SCHEMA_DIR
1351- globlib.gmk  added new target G4SCHEMA.FDDB for G4ODBMS
1352
1353July 10th, 1998 - Youhei Morita (config-00-01-09)
1354- binmake.gmk  added following to INCFLAGS
1355      -I$(G4BASE)/persistency/digits+hits/hits/include \
1356      -I$(G4TMP)/$(G4SYSTEM)/G4phits \
1357- binmake.gmk  moved persistency include path to ifdef G4ODBMS block
1358
1359July 10th, 1998 - John Allison??
1360- binmake.gmk  added geometry/solids/STEPinterface/include
1361
1362July 10th, 1998 - Youehi Morita (config-00-01-08)
1363- globlib.gmk  added new targets 'headers' and 'd_files' for G4ODBMS
1364- common.gmk   added new target 'headers'
1365               added $(schema_hh) dependency to $(G4TMPDIR)/%.o
1366- binmake.gmk  added INCFLAGS, LDLIBS and LDFLAGS for G4ODBMS
1367
1368July 10th, 1998 - L.Felawka
1369- architecture.gmk: updated compilation flags for g++.
1370
1371July 9th, 1998 - G.Cosmo (config-00-01-07)
1372- Removed bug in "all" target in globlib.gmk, introduced recently.
1373- Modified "all" target in globlib.gmk to handle G4ODBMS.
1374- Added fix for G4ODBMS to common.gmk.
1375
1376July 9th, 1998 - Youehi Morita
1377- Added G4ODBMS_BUILD.gmk for HepODBMS and Objectivity/DB CPPFLAGS.
1378
1379July 7th, 1998 - John Allison (config-00-01-06)
1380- Incorporated Makoto's patches for ifndef G4UI_BUILD_TERMINAL_SESSION and
1381  ifndef G4UI_USE_TERMINAL.
1382
1383July 7th, 1998 - G.Cosmo (config-00-01-05)
1384- Added $(schema_hh) target and dependency to it in case of G4ODBMS
1385  set when building .d files.
1386
1387July 7th, 1998 - John Allison (config-00-01-04)
1388- Tagged.
1389
1390July 7th, 1998 - Guy Barrand
1391- Introduced interactivity.gmk.
1392
1393July 6th, 1998 - J.Allison (config-00-01-03)
1394- Added G4UI_BUILD.gmk and G4UI_BUILD.gmk.
1395
1396July 6th, 1998 - G.Cosmo (config-00-01-02)
1397- Introduced "glob" and "objs" targets in globlib.gmk. Modified
1398  rule to build global library, does not depend anymore on "libs".
1399  (by J.Allison)
1400- Moved G4VIS_USE.gmk and G4VIS_BUILD.gmk from source/visualization.
1401 
1402July 3rd, 1998 - G.Cosmo (config-00-01-01)
1403- Created
Note: See TracBrowser for help on using the repository browser.