source: trunk/config/History @ 1349

Last change on this file since 1349 was 1349, checked in by garnier, 13 years ago

update

File size: 72.7 KB
Line 
1cvs log $Id: History,v 1.400 2010/12/22 16:28:40 lgarnier 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
1922th December 2010  Laurent Garnier
20- Darwin-g++.gmk add fix to not mix OGL X11 and framework
21
228th December 2010  Gunter Folger   (config-V09-03-19)
23- Updated linux-icc to suppress warning when linking to shared libs
24
2525th November 2010  Gabriele Cosmo (config-V09-03-18)
26- Updated internal Configure scripts for adding new data module G4PIIDATA.
27
2824th November 2010  Gabriele Cosmo (config-V09-03-17 & V09-03-16)
29- Added hadronic/models/lend module to binmake.gmk and cleanup of obsolete
30  include paths.
31
3219th November 2010  Gabriele Cosmo (config-V09-03-15)
33- Added electromagnetic/pii module to binmake.gmk.
34
354th November 2010  Mike Kelsey (config-V09-03-14)
36- Fixed typo in OGLLIBS definition for MacOSX Leopard.
37
382nd November 2010  Gabriele Cosmo (config-V09-03-13)
39- Replace use of strcat() with more secure strncat() in liblist.c, and
40  protected uses of strcpy().
41- Updated scripts for Configure, to allow for parallel builds (B.Morgan).
42
431st November 2010  Gabriele Cosmo (config-V09-03-12)
44- Restore positional qualifier for LDFLAGS in architecture.gmk to allow for
45  explicit settings in user applications.
46
4726th October 2010  Gabriele Cosmo (config-V09-03-11)
48- Explicitly include -L$(OGLHOME)/lib -lGLU -lGL to OGLLIBS in Darwin-g++.gmk
49  to resolve dynamic link problem on Mac when opening X11 GL scene viewers.
50  Moved block of OGLLIBS for X11 to correct 'else' condition.
51
5215th October 2010  Gabriele Cosmo (config-V09-03-10)
53- More refinements to Darwin-g++ to correct and simplify Qt4 setup.
54
5512th October 2010  Gabriele Cosmo (config-V09-03-09)
56- Force definition of LDFLAGS in architecture.gmk to avoid occasional fatal
57  clashes with settings in user's environment.
58
5910th October 2010  Gabriele Cosmo
60- Removed obsolete Qt3 setup for Darwin-g++, Linux-g++ and WIN32-VC.
61
625th October 2010  Laurent Garnier (config-V09-03-08)
63- Darwin-g++.gmk: fixed mix between X11 OpenGL and Native OpenGL on mac 10.6.
64
6530th September 2010  Gabriele Cosmo (config-V09-03-07)
66- Added 'obj' target to globlib.gmk to allow for just creation of object files.
67
6823rd August 2010  Gabriele Cosmo (config-V09-03-06)
69- Simplified QTLIBPATH setup in Linux-g++.gmk.
70
7111th June 2010  Gunter Folger (config-V09-03-05)
72- Increased stack size on Windows, in sys/WIN-VC added option /STACK:8368128
73  (i.e. 8MB) option to LDFLAGS; needed by some CHIPS-based examples and tests.
74
757th June 2010  Gabriele Cosmo (config-V09-03-04)
76- Removed processes/hadronic/models/leading_particle module from include
77  paths list.
78
793rd June 2010  Ben Morgan (config-V09-03-03)
80- Added new data set G4NEUTRONXS (Evaluated neutron cross section data,
81  version 1.0) to Configure script. Coworks with tag "Configure-V09-03-01".
82
8311th May 2010  Ben Morgan (config-V09-03-02)
84- Updated internal scripts for Configure: protected echos on LD_LIBRARY_PATH
85  so that output from use of Configure post-install is clean.
86
8715th March 2010  Ben Morgan (config-V09-03-01)
88- Configure script (Configure-V09-03-00):
89  o Corrected settings of LD_LYBRARY_PATH for CLHEP for the case of static
90    libraries build selection (path was set only for the dynamic libraries
91    case...).
92  o Corrected detection of Qt modules on MacOSX.
93    Addressing problem report #1095.
94- Updated internal scripts for Configure.
95
9620th January 2010  Gabriele Cosmo (config-V09-03-00)
97- binmake.gmk: removed extra space characters in definition of TARGOBJEXT,
98  fixing issue with target for main() not being rebuilt according to
99  dependencies change. Addressing problem report #1098.
100
10125th November 2009  Ben Morgan (config-V09-02-17)
102- Updated internal scripts for Configure.
103
10420th November 2009  Gabriele Cosmo (config-V09-02-16)
105- Removed CHIPS/xs_dependent module from include paths.
106
10718th November 2009  Gabriele Cosmo (config-V09-02-15)
108- architecture.gmk: corrected inclusion of -lz for zlib.
109- WIN32-VC.gmk: added gd32.lib to OGLLIBS.
110
11117th November 2009  Gabriele Cosmo (config-V09-02-14)
112- Added include paths to new CHIPS modules.
113
11417th November 2009  Gabriele Cosmo (config-V09-02-13)
115- G4VIS_USE.gmk: fixed dependency issues on WIN32-VC for gl2ps utility
116  library in visualization.
117- WIN32-VC.gmk: added use32.lib to OGLLIBS to fix problems of linking
118  when G4LIB_BUILD/USE_WIN32_SESSION is not set (L.Garnier).
119- binmake.gmk: corrected inclusion of G4zlib library in link list for
120  the case of global libraries.
121- Updated Configure script (Configure-V09-02-03) and internal scripts:
122  o Added new data set for G4REALSURFACEDATA variable and updated G4LEDATA
123    data set version.
124  o Fixed detection of QtCore library; addressing problem report #1079.
125  o Added flag to allow running with query options on non-interactive
126    terminal. Resolves issue reported in Hypernews Install-and-Config #1213.
127  o Corrected text for installation of g3tog4 module; cernlib is not required.
128
1295th November 2009  John Allison (config-V09-02-12)
130- Removed references to obsolete GAGTREE driver.
131
1324th November 2009  John Allison
133- Added new gMocren flags for backward compatibility.
134
1354th November 2009  Gabriele Cosmo (config-V09-02-11)
136- Added new gMocren include path to G4VIS_USE.gmk script.
137
1388th September 2009  Gabriele Cosmo (config-V09-02-10)
139- Darwin-g++.gmk: added paths to $QTHOME/include and $QTHOME/lib to
140  setup for Qt4 configuration.
141
14217th August 2009  Gabriele Cosmo (config-V09-02-09)
143- Added G4OPTDEBUG option for hybrid optimized-debug build also to
144  Darwin-g++ and WIN32-g++ configurations.
145
1463rd August 2009  Gabriele Cosmo (config-V09-02-08)
147- Darwin-g++.gmk: added -arch_multiple option to LDFLAGS to force more
148  diagnostics for wrong architecture errors at link stage.
149
15017th June 2009  Gunter Folger (config-V09-02-07)
151- binmake.gmk: moved definition of TARGOBJEXT to place not dependent
152  on G4EXLIB, such that the extension is defined when no lib is present
153  (e.g. for hadronic exercisers).
154
15527th May 2009  Ben Morgan (config-V09-02-06)
156- Configure script:
157  o Rewritten check on make/gmake on WIN32-VC systems to avoid problems
158    with cygwin and Matlab.
159  o Added check to build Qt driver only when Qt UI module is built;
160    reordered moc checks and added cross-check on moc version.
161    Added safety reset of OpenGL QT build and use variables.
162  o Commented out echo compatibility warning to address problem report #1067.
163
16427th April 2009  Gabriele Cosmo (config-V09-02-05)
165- Linux-icc.gmk: removed "-lcxa -lunwind" LOADLIBS addition, no longer
166  necessary since icc-11.0.83.
167
16820th April 2009  Laurent Garnier
169- Linux-g++.gmk: corrections to respect standard location for include
170  and lib paths for Qt. Improved setup for non-standard Qt3 location.
171
1728th March 2009  Laurent Garnier
173- Darwin-g++.gmk: bug fix for Qt non standard installation.
174- Linux-g++.gmk: changed way to fing QtLib by default.
175- WIN32-VC.gmk: bug fix for building GLQTLIBS.
176
1775th March 2009  Guy Barrand
178- analysis.gmk: arrange configuration for WIN32-VC so that what is returned
179  by `aida-config --lib` (which may have the Windows LINK.exe syntax) is
180  understood by g++ which is in fact used by CygWin for linking applications.
181  Then transforming /LIBPATH options to -libpath options and change the path
182  '\' syntax to a '/' syntax. Allowing now to use the AIDA implementation
183  coming from an osc-batch or osc-vis binary kit built for WIN32-VC, in a
184  example using AIDA built from CygWin with Geant4 built with the VisualC++
185  compiler.
186- G4UI_USE.gmk: suppressed G4UI_USE_OSC logic. From OpenScientist/16.8, the
187  osc-g4-vis program can instrument directly the GNUmakefile of an example or
188  of a user application which is a clone of some Geant4 example.
189
19027th February 2009  Gabriele Cosmo (config-V09-02-04)
191- common.gmk, globlib.gmk: added removal of moc sources in clean target.
192
19326th February 2009  Gabriele Cosmo (config-V09-02-03)
194- Linux-g++.gmk: simplified Qt setup to conform to standard Qt installation.
195
19626th January 2009  Gabriele Cosmo (config-V09-02-02)
197- architecture.gmk: restored generic name for XercesC library for WIN32-VC.
198
19920th January 2009  Gunter Folger (config-V09-02-01)
200- architecture.gmk: changed name of XercesC library for WIN32-VC.
201
2029th January 2009  Gabriele Cosmo (config-V09-02-00)
203- Added -lXi to X11LIBS for Linux-g++, Linux-icc and WIN32-g++ configurations,
204  required for correct linkage with OpenInventor Coin3D libraries (suggestion
205  by F.Jones).
206
2079th December 2008  Guy Barrand (config-V09-01-17)
208- G4UI_USE.gmk: corrected G4UI_USE_OSC to use $(shell ...) instead
209  of direct backquoting to solve a tricky env expansion problem,
210  restricted to the Open-Scientist setup.
211
2128th December 2008  John Allison (config-V09-01-16)
213- G4UI_USE.gmk: added -DG4UI_USE to CPPFLAGS. Re-ordered G4UI_NONE
214  and G4UI_USE_INCLUDED blocks to be coherent with G4VIS_USE.gmk.
215
2164th December 2008  Laurent Garnier (config-V09-01-15)
217- Darwin.gmk: fixed mistake in setting of OGLLIBS for Leopard.
218
2194th December 2008  Gabriele Cosmo, Ben Morgan (config-V09-01-14)
220- Linux-g++.gmk: implemented temporary workaround to allow for automatic
221  detection of location in non-POSIX paths for X11 and GL libraries depending
222  on 32/64 bits architectures.
223
2243rd December 2008  Gabriele Cosmo (config-V09-01-13)
225- Define $FIND, $SORT, $TOUCH variables to be customised with absolute
226  path in WIN32-VC in order to pick up correct Cygwin toolset.
227
2281st December 2008  Ben Morgan (config-V09-01-12)
229- Darwin-g++.gmk, Linux-g++.gmk: corrected definition of temporary QT3_MT
230  by adding missing protection.
231
23224th November 2008  Laurent Garnier (config-V09-01-11)
233- interactivity.gmk: changed flags for OpenGL and QT.
234- Darwin-g++.gmk, Linux-g++.gmk, WIN32-VC.gmk: major update to Qt setup.
235- Darwin.gmk: automatically detect GLLIBS for Leopard.
236- moc.gmk: suppressed echo when compiling.
237
23814th November 2008  Gabriele Cosmo (config-V09-01-10)
239- Added "electromagnetic/adjoint" sub-module in binmake.gmk.
240
2416th November 2008  Gabriele Cosmo (config-V09-01-09)
242- Added "particles/adjoint" sub-module in binmake.gmk.
243
24423rd October 2008  Gabriele Cosmo (config-V09-01-08)
245- Added "persistency/ascii" sub-module in binmake.gmk.
246
24711th July 2008  Gabriele Cosmo (config-V09-01-07)
248- architecture.gmk: removed obsoled DOM library from GDMLIBS.
249
25012th June 2008  Gabriele Cosmo (config-V09-01-06)
251- Linux-g++.gmk: added G4OPTDEBUG flag for "-O2 -g" combined compilation.
252- AIX-xlC.gmk: added shared libs section as for Linux-g++ according to user
253  suggestion on HN.
254
2559th June 2008  Gabriele Cosmo (config-V09-01-05)
256- Integrated improvements to Qt setup and AIDA.
257  Restored Qt libs setup to include GL as default.
258
25920th May 2008  Gunter Folger  (config-V09-01-04)
260- liblist.c: removed C++ style comments.
261- Not including changes made after "config-V09-01-03 ".
262
26313th May 2008  Guy Barrand
264- G4UI_USE.gmk: added material (protected with G4UI_USE_OSC) to use osc_vis
265  binary kits built with the Geant4 drivers. It allows to use the G4Lab::UIOnX
266  G4 session in Geant4 (G4Lab::UIOnX allows for visualization and AIDA plotting
267  within the same GUI).
268- analysis.gmk: added default setup aida-config for flags
269  G4ANALYSIS_AIDA_CONFIG_CFLAGS and G4ANALYSIS_AIDA_CONFIG_LIBS.
270
27130th April 2008  Laurent Garnier
272- common.gmk: simplified Qt moc files integration.
273- moc.gmk: new configuration file for Qt moc files setup.
274- G4UI_USE, G4VIS_USE, interactivity, sys/*: separation of Qt with or
275  without OpenGL.
276
2773rd April 2008  Gabriele Cosmo (config-V09-01-03)
278- Linux-icc.gmk: updated setup to make use of icc-10.1 and ifort-10.1;
279  changed compilation option "-mp" to more performant "-fp_model precise".
280
2812nd April 2008  Gunter Folger (config-V09-01-02)
282- Replaced gets() by safer fgets() in liblist.c.
283  (this tag does not include latest changes in interactivity.gmk)
284
28518th March 2008  Laurent Garnier
286- interactivity.gmk: moved Qt setup before X11.
287
28821st February 2008  Gabriele Cosmo (config-V09-01-01)
289- Replaced g77 with gfortran for Linux-g++ and Linux-icc platforms.
290
29115th February 2008  Laurent Garnier
292- common.gmk: added ability to autogenerate moc files for Qt driver.
293- WIN32-VC: added flags to build Qt driver on Windows.
294- Darwin-g++, Linux-g++: improvements for autogeneration of MOC files for Qt.
295
29615th January 2008  Gabriele Cosmo (config-V09-01-00)
297- Added commented lines for OpenGL setup in Darwin-g++.gmk for MacOS
298  10.5 Leopard, pending fix from Apple.
299
30011th December 2007  Gabriele Cosmo (config-V09-00-12)
301- Corrected setup for GDML on WIN32-VC to allow for building DLLs.
302
30330th November 2007  Ben Morgan (config-V09-00-11)
304- Updated Configure script to handle Qt UI build.
305- Updated internal scripts for Configure accordingly.
306
30722nd November 2007  Gabriele Cosmo (config-V09-00-10)
308- Corrected addition of lXercesC and Zlib libraries in binmake.gmk.
309- Added special case for WIN32-VC for names of XercesC libraries in architecture.gmk.
310- Use 'gfortran' instead of 'g77' in Darwing-g++.gmk script. (I.McLaren)
311
31219th November 2007  Gabriele Cosmo (config-V09-00-09)
313- Added "qmd" hadronic model to binmake.gmk.
314
31516th November 2007  Laurent Garnier (config-V09-00-08)
316- Updated setup for Qt in Linux-g++.gmk and Darwin-g++.gmk scripts to
317  support both Qt3 and Qt4.
318
31915th November 2007  Ben Morgan (config-V09-00-07)
320- Updated Configure script to handle new 'gdml' sub-module and new data
321  libraries (G4ABLADATA and new G4EMLOW version).
322- Updated internal scripts for Configure accordingly.
323
3242nd November 2007  Gabriele Cosmo (config-V09-00-06)
325- Introduced G4LIB_BUILD_GDML/G4LIB_USE_GDML flags to trigger compilation
326  of the new persistency/gdml sub-module. Added setup for XERCESC.
327  Required path XERCESCROOT to XERCESC installation if G4LIB_BUILD_GDML
328  is set. Added "persistency/gdml" include path to binmake.gmk
329- Added setup for QT in UI scripts, and specific QT paths and setup in
330  Darwin-g++.gmk. (L.Garnier)
331
33210th October 2007  Gunter Folger (config-V09-00-05)
333- Added "incl" (Liege cascade) hadronic model module to binmake.gmk.
334 
335 
3363th October 2007  Laurent Garnier
337- Added setup for Qt in those files :
338- config/G4UI_BUILD.gmk
339- config/G4UI_USE.gmk
340- config/G4VIS_BUILD.gmk
341- config/G4VIS_USE.gmk
342- config/interactivity.gmk
343- config/sys/Darwin-g++.gmk
344- config/sys/Linux-g++.gmk
345
34616th August 2007  Gabriele Cosmo (config-V09-00-04)
347- Corrected definition of OUT internal variable to allow for proper
348  linking also of unit tests.
349
35015th August 2007  Gabriele Cosmo (config-V09-00-03)
351- Added "rpg" hadronic model module to binmake.gmk.
352
35313th August 2007  Gabriele Cosmo (config-V09-00-02)
354- SUN-CC.gmk: forced -xO2 as optimisation level.
355
35618th July 2007  Gabriele Cosmo (config-V09-00-01)
357- liblist.c: fixed problem affecting recent CygWin installations on
358  Windows in parsing the buffer for the generation of libname.map.
359- binmake.gmk: defined OUT internal variable specifying the proper
360  compilation/linking option to Unix or Windows compilers: '-o '
361  and '/Fe' respectively.
362
36311th July 2007  Makoto Asai (config-V09-00-00)
364- Added digits_hits/scorer sub-directory to binmake.gmk.
365
36628th June 2007  Gabriele Cosmo (config-V08-03-04)
367- Updated Configure scripts to fix installation issue when installation
368  path is different from source path and headers are not installed.
369- Cleared <TAB> characters from .gmk scripts where not necessary.
370
37122nd June 2007  Gabriele Cosmo (config-V08-03-03)
372- Corrected binmake.gmk for having error_propagation in INCFLAGS properly
373  included in search path.
374- Updated internal scripts for Configure to cope with new environment
375  variable G4NEUTRONHPDATA.
376
37718th June 2007  Ben Morgan (config-V08-03-02)
378- Fixed Configure internal script to get rid of searching old physics_list
379  module at installation.
380
38127th May 2007  Gabriele Cosmo (config-V08-03-01)
382- Added "lll_fission" hadronic model module to binmake.gmk.
383
38412th May 2007  Gabriele Cosmo (config-V08-03-00)
385- Added "error_propagation" module to binmake.gmk.
386- Removed G4LIB_BUILD_LISTS flag. Physics lists are built by default.
387
38821st March 2007  Gabriele Cosmo
389- Added "biasing" module to binmake.gmk.
390
39128th February 2007  Gabriele Cosmo (config-V08-02-00)
392- Protected generation of dependencies using internal 'make' variable
393  MAKECMDGOALS in binmake.gmk and common.gmk, following suggestion made
394  in problem report #930.
395  This protection resolves the problem of generation of dependencies when
396  issueing the 'clean' target.
397
3983rd November 2006  Gunter Folger (config-V08-01-07)
399- architecture.gmk: added G4LIB_BUILD_LISTS with default value 1 to build physics lists.
400- binmake.gmk: added physics lists include directories to INCFLAGS.
401
40215th October 2006  Makoto Asai (config-V08-01-06)
403- binmake.gmk: added 'processes/scoring' module.
404
40510th October 2006  Gabriele Cosmo (config-V08-01-05)
406- Darwin-g++.gmk: use standard -echo- command.
407  Removed ECHO overloaded variable.
408
4095th October 2006  Gabriele Cosmo (config-V08-01-04)
410- liblist.c: added .dylib search for list of libraries.
411  Addressing problem report #885.
412
4133rd October 2006  Gabriele Cosmo (config-V08-01-03)
414- architecture.gmk: added variables for commands: echo, cat, cut, sed;
415  to be eventually overloaded in system dependent configurations.
416- WIN32-VC.gmk: overload commands [echo, grep, cat, cut, sed], to force
417  usage of the original CygWin built-in commands.
418
41921st September 2006  Vladimir Ivantchenko (config-V08-01-02)
420- binmake.gmk: added electromagnetic/polarisation module.
421
42218th August 2006  Gabriele Cosmo (config-V08-01-01)
423- Linux-icc: corrected G4RUNPATHOPTION flag to allow linking of applications
424  with shared libraries.
425
42618th August 2006  Gabriele Cosmo (config-V08-01-00)
427- Linux-icc: updated setup to support icc-9.X series.
428
42913th June 2006  Gabriele Cosmo (config-V08-00-02)
430- Removed defaults for X11, XM, XAW flags in architecture.gmk and added
431  explicit settings in sys/*.gmk setups protected by ifndef statements for
432  optional customisation.
433- Upgraded Configure internal scripts.
434
43524th April 2006  Gabriele Cosmo (config-V08-00-01)
436- binmake.gmk: fixed old-standing warning on WIN32-VC for file extension of
437  target object file. Defined TARGOBJEXT internal variable defining the
438  actual extension: .o for UNIX, .OBJ for Windows platforms.
439
4406th April 2006  Gabriele Cosmo (config-V08-00-00)
441- Darwin-g++: corrected linker options for generation of dynamic libraries.
442  Now dynamic libraries on MacOSX finally work. Tested on MacOS 10.4.5 with
443  gcc-4.0.1.
444
44512th December 2005  Gabriele Cosmo (config-V07-01-07)
446- binmake.gmk: added workaround to allow for physics-lists to link
447  with DLLs on Windows.
448
4497th December 2005  Gabriele Cosmo (config-V07-01-06)
450- Added G4LIB_NO_SHARED protection for cases where installation of
451  shared libs are not allowed.
452
4532nd December 2005  Gabriele Cosmo (config-V07-01-05)
454- Replaced -GX with -EHsc compilation option in WIN32-VC setup for
455  porting on VC++8 compiler.
456
45729th November 2005  Gabriele Cosmo (config-V07-01-04)
458- Added -D_CRT_SECURE_NO_DEPRECATE to WIN32-VC setup to allow for
459  porting on VC++8 compiler.
460
46121st November 2005  Makoto Asai (config-V07-01-03)
462- binmake.gmk: added 'digits_hits/utils' module to INCFLAGS.
463
4645th October 2005 John Allison (config-V07-01-02)
465- G4VIS*.gmk: added G4VIS_BUILD_RAYTRACERX_DRIVER and G4VIS_USE_RAYTRACERX.
466
46729th July 2005 Mark Donszelmann (config-V07-01-01)
468- Synchronized CXXFLAGS warning options of WIN32-g++ with Linux-g++.
469
47018th July 2005 Gabriele Cosmo (config-V07-01-00)
471- Excluded usage of unnecessary 'ranlib' at creation of the libraries for
472  WIN32-VC system. Fixes an observed problem of debug-symbols corruption.
473
47416th June 2005 Sergey Sadilov (config-V07-00-05)
475- Updated Configure script and support files:
476  o Added new data sets for low-energy-EM and elastic data.
477  o Set unique entry point for path to data.
478  o Updated variable settings for g3tog4 and zlib.
479
48015th June 2005 Gunter Folger (config-V07-00-04)
481- Changed clean(_..) targets to be :: rules, to allow multiple clean targets.
482
48310th June 2005 Gabriele Cosmo (config-V07-00-03)
484- Updated configuration script SUN-CC.gmk:
485  o Removed obsolete compilation option -ptr$(G4TREP) for redirection to
486    template repository, no longer necessary.
487  o Added -lsunmath to LOADLIBS now required with CLHEP-1.9.X for static
488    libraries.
489
49017th May 2005 Gabriele Cosmo (config-V07-00-02)
491- Corrected settings of G4LIB_BUILD/USE_ZLIB:
492  o G4LIB_BUILD_ZLIB is mandatory for Windows, if zlib is required;
493  o if G4LIB_BUILD_ZLIB is set, the G4-zlib module is used (all platforms);
494  o if only G4LIB_USE_ZLIB is set, the system zlib is used (UNIX only);
495  o if none is set, zlib is not used (all platforms).
496- Updated compilation options on Darwin-g++, now similar to Linux-g++ setup.
497- Still requiring tag "source-gmk-V07-00-01" for source/GNUmakefile to build
498  the g3tog4 module.
499
50013th May 2005 Gabriele Cosmo (config-V07-00-01)
501- Added G4LIB_BUILD_ZLIB/G4LIB_USE_ZLIB. Modified architecture.gmk
502  and binmake.gmk scripts.
503- Changed G4USE_G4TOG4 to G4LIB_USE_G3TOG4 to conform to standard flag names.
504  Requires tag "source-gmk-V07-00-01" for source/GNUmakefile to build the
505  g3tog4 module.
506
50710th May 2005 John Allison (config-V07-00-00)
508- Made OPENGLXM require OPENGLX.
509
5108th December 2004 John Allison (config-V06-02-03)
511- Darwin-g++.gmk: fixes on setup for dynamic libraries.
512
51330th November 2004 Gabriele Cosmo (config-V06-02-02)
514- binmake.gmk: added electromagnetic/highenergy module to INCLUDE path.
515
51627th November 2004 Gabriele Cosmo (config-V06-02-01)
517- binmake.gmk: added parameterisations/trd_clusters and
518  parameterisations/gflash modules to INCLUDE path.
519
52029th October 2004 Gabriele Cosmo (config-V06-02-00)
521- Archived setup for Windows/VC++6. WIN32-VC now corresponds to WIN32-VC7.
522  Archived WIN32-VC7.gmk.
523- Removed strict compilation options for SUN-CC and thread specific.
524
52512th October 2004 John Allison
526- Darwin-g++.gmk : added -lXi to X11LIBS.
527
52808th July 2004 Guy Barrand
529- Darwin-g++.gmk : correct options to build granular shared libs.
530  Have "-undefined define_a_way" instead of "-undefined error" since
531  granular libs are not linked for the moment.
532
53323rd June 2004 Gabriele Cosmo (config-V06-01-10)
534- Updated win32def.c program to fix retrivial of public static data for
535  building DLLs on Windows (G.Barrand).
536- Updated Configure scripts.
537
53817th June 2004 Gabriele Cosmo (config-V06-01-09)
539- Darwin-g++.gmk: use twolevel_namespace and GLOBLIBS for shared-libs
540  build on MacOS. Shared-libs build are possible only global libraries
541  and requires shared-lib version of CLHEP build with compatible options
542  (G.Barrand).
543
54414th June 2004 Gabriele Cosmo (config-V06-01-08)
545- architecture.gmk: added specification for G4LIB_USE_DLL.
546
54711th June 2004 Gabriele Cosmo (config-V06-01-07)
548- binmake.gmk: activated shared-libs mechanism for Windows platforms;
549  forced creation of static library for examples/applications for the
550  usage with DLLs.
551
5528th June 2004 Gabriele Cosmo (config-V06-01-06)
553- binmake.gmk: restored global lib for interfaces which was missing
554  from linking list.
555- common.gmk, globlib.gmk: fixed clean/clean_libs target.
556- architecture.gmk: added definition of G4LIB_BUILD_DLL flag.
557- WIN32-VC.gmk: added targets for DLLs build.
558- Linux-g++.gmk: made -O2 the default optimisation mode.
559  Archived temporary setup Linux-gO2 introduced in "config-V06-01-01".
560
5617th June 2004 Gabriele Cosmo (config-V06-01-05)
562- Corrected setup for WIN32-VC7 for building of DLLs.
563- Cosmetics in build printout...
564
5651st June 2004 Gabriele Cosmo (config-V06-01-04)
566- binmake.gmk, added include paths to new hadronic models for
567  abrasion, em_dissociation, de_excitation/ablation and
568  de_excitation/fission.
569- architecture.gmk: updated comments to header.
570
57126th May 2004 Mark Donszelmann (config-V06-01-03)
572- Fixed small problem in previous fix.
573
57426th May 2004  Gunter Folger (config-V06-01-02)
575- binmake.gmk: fixed problem for WIN32 such that also LDLIBS (including
576  EXTRALIBS) will be mangled to replace -L by its WIN32 correspondance
577  libpath.
578
57911th May 2004  Gabriele Cosmo (config-V06-01-01)
580- Added new experimental setup for Linux-g++ using -O2 optimisation
581  as default. To trigger this setup G4SYSTEM must be set to "Linux-gO2".
582  It also includes (deactivated by default) Pentium4 chip specific options
583  for using chips-specific floating-point arithmetics based on the SSE unit.
584
5858th April 2004  Guy Barrand
586- architecture.gmk: revisited Inventor default. Removed HEPVis dependencies
587  (Inventor visualization driver does not need these libraries any longer).
588
5897th April 2004  Guy Barrand
590- Darwin-g++.gmk:
591  o Corrected options to build shared libraries (.dyn); use
592    "-dynamic -single_module" to have faster startup when Geant4 is
593    embedded in an external framework.
594  o Corrected options to retrieve Motif.
595
5965th April 2004  Gabriele Cosmo (config-V06-01-00)
597- architecture.gmk: added check for definition of LDFLAGS.
598  Fixes bug report #603.
599
60024th February 2004  Gabriele Cosmo (config-V06-00-03)
601- Fixed link rpath definition in Linux-icc.gmk.
602
60311th February 2004  Gabriele Cosmo (config-V06-00-02)
604- Added configuration file Linux-icc.gmk for Intel/icc compiler
605  on Linux systems.
606
60710th February 2004  Guy Barrand
608- WIN32-VC7.gmk: added material to build shared libs for Windows (DLLs).
609- Added program win32def.c to help building DLLs, built from
610  source/GNUmakefile through a specialised target and placed in
611  $G4LIB/$G4SYSTEM.
612- source/materials/GNUmakefile: modified to provide an example of macro
613  GLOBLIBS used by the DLL builder in order to have global lib dependencies.
614
6159th February 2004  Gunter Folger (config-V06-00-01)
616- architecture.gmk:
617  o Protect OGLFLAGS against containing -I/usr/include; this may cause
618    wrong includes to be picked up.
619   
62026th January 2004  Guy Barrand (config-V06-00-00)
621- Darwin-g++.gmk:
622  o Use "g++" as a default compiler (in order to take the MacOSX
623    default compiler).
624  o Corrected procedure for building .dylib shared libs.
625    Previous default Linux commands do not work on MacOSX.
626
62718th November 2003  Gabriele Cosmo (config-V05-02-05)
628- Updated binmake.gmk to include new hadronics modules.
629  Coworks with "ghad-V05-02-00" and HEAD of processes/GNUmakefile.
630
6314th November 2003  Gabriele Cosmo (config-V05-02-04)
632- Include removal of OPACS setup. Cowork with tags "interfaces-V05-02-00"
633  and "vis-V05-02-02".
634
63529th October 2003  Gabriele Cosmo (config-V05-02-03)
636- binmake.gmk:
637  o Added particles/utils module.
638- Does NOT include removal of OPACS setup yet.
639
64022th October 2003  Guy Barrand
641- OPACS : rm interfaces OPACS related things.
642
64317th October 2003  Guy Barrand
644- OPACS being (for long) deprecated, the OPACS related things
645  had been removed in the Geant4 repository.
646
64730th September 2003  Gabriele Cosmo (config-V05-02-02)
648- architecture.gmk, binmake.gmk:
649  o Added geometry/navigation module.
650  o Removed setup for STEP, now archived.
651  o Adopt new module and library "digits_hits", replacing "digits+hits".
652- Configure installation script:
653  o Fixed correct default name for data sets.
654  o Implemented automatic detection of OpenGL and CLHEP installations.
655  o Fixed behavior of script on Windows system, corrected definition of
656    paths and defaults.
657  o Cleared not allowed configuration drivers.
658
65919th September 2003  Gabriele Cosmo (config-V05-02-01)
660- binmake.gmk:
661  o added processes/cuts module.
662- architecture.gmk:
663  o fixed setup for OpenInventor libraries.
664
6651st July 2003  Gabriele Cosmo (config-V05-02-00)
666- WIN32-VC.gmk, WIN32-VC7.gmk:
667  o reinstated options "-D_CONSOLE -D_WIN32 -DOS" to allow correct
668    treatment/opening of data files from applications.
669
67024th June 2003  Gabriele Cosmo (config-V05-01-05)
671- Added UI32LIBS to interactivity.gmk to handle UI libraries on WIN32
672  platforms.
673- Added libraries for OpenGL and UI to default setup of WIN32-VC and
674  WIN32-VC7. Removed some obsolete compilation options.
675
67618th June 2003  Gabriele Cosmo (config-V05-01-04)
677- Removed flag G4USE_STD_NAMESPACE from specific setups in sys.
678  Follows migration from G4std apported in source/global and whole code.
679
68016th June 2003  Gabriele Cosmo
681- binmake.gmk: added module geometry/divisions in $INCFLAGS list.
682
68311th June 2003  Gunter Folger (config-V05-01-03)
684- G4VIS_BUILD.gmk, G4VIS_USE.gmk, G4UI_BUILD.gmk, G4UI_USE.gmk, and
685  sys/{Linux-g++,SU-CC}.gmk:
686  When building shared libraries needing external libs like OpenGL...,
687  add these at shared library building, so these libs know about these
688  dependency and have this resolved.
689
6906th June 2003  Gabriele Cosmo (config-V05-01-02)
691- architecture.gmk and specific setups in sys: get rid of G4_HAVE_BOOL
692  macro. Now using default 'bool' type, defined in all supported compilers.
693
69428th May 2003  Gabriele Cosmo (config-V05-01-01)
695- architecture.gmk, binmake.gmk: added flags G4LIB_BUILD_STEP/G4USE_STEP
696  to make optional the compilation of the STEP library and interface module.
697  By default the libraries will not be built.
698
69931st March 2003  Gabriele Cosmo (config-V05-01-00)
700- Added more strict compiler options for Linux-g++ platform.
701- Removed obsolete usage of GNU_GCC specific option for g++ compilers.
702
70322nd January 2003  Gabriele Cosmo (config-V05-00-00)
704- Added experimental setup WIN32-VC7.gmk for Windows .NET VC++ compiler.
705- Generalised identification of WIN32 specific setups in core scripts.
706- Forced silent generation of dependencies (added -w option to calls to g++).
707
7084th December 2002  Gabriele Cosmo (config-V04-01-08)
709- Removed obsolete setup for ObjectSpace-STL (G4USE_OSPACE and related
710  variables). Removed obsolete variable G4USE_STL.
711- Updated Configure scripts.
712
7132nd December 2002  John Allison (config-V04-01-07)
714- common.gmk, binmake.gmk: New dependency file algorithm that avoids
715  leaving corrupt .d files when #include'd files cannot be found.
716- Removed obsolete schema targets in common.gmk.
717
71825th November 2002  Gabriele Cosmo (config-V04-01-06)
719- Removed ODBMS setup. Now library for persistency is built as part of the
720  kernel and specific implementations for persistency have been moved to
721  examples. Setup for ODBMS no more required. G4USE_HEPODBMS is no longer
722  used.
723- Updated configuration file AIX-xlC.gmk to port code on AIX with xlC 6.0
724  (K.Murakami).
725
72622nd November 2002  Gabriele Cosmo (config-V04-01-05)
727- liblist.c:
728  o Enhanced script to provide the whole list of installed libraries
729    in the correct order, without requiring parsing of dependencies.
730    The functionality is achieved by invoking "liblist" with option '-m",
731      i.e. - liblist -m [libpath] < libname.map
732    where [libpath] is the path where libraries are placed
733    (i.e. $G4LIB/$G4SYSTEM).
734- binmake.gmk:
735  o Use "liblist -m [libpath]" to retrieve the list of libraries to link in
736    case headers are installed in $G4INCLUDE, and granular libraries are used.
737- G4UI_USE.gmk, G4VIS_USE.gmk:
738  o Protected specification of -I paths for headers, in case $G4INCLUDE is
739    used. A single -I$G4INCLUDE path will be used for compilation in such case.
740
74116th November 2002  Hans-Peter Wellisch
742- binmake.gmk:
743  o Added hadronic/models/cascade/cascade and
744    hadronic/models/generator/scattering include paths.
745
7468th November 2002  Gabriele Cosmo (config-V04-01-04)
747- Darwin-g++.gmk:
748  o Updated setup to support MacOS 10.2 (H.Burkhardt).
749
75030th October 2002  Gabriele Cosmo (config-V04-01-03)
751- architecture.gmk:
752  o Issue an error if G4SYSTEM is not defined in the environment or not valid.
753  o Define G4LIB_BUILD_G3TOG4 and G4USE_G3TOG4 for optional installation and
754    usage of the g3tog4 module.
755  o Updated list of supported systems/compilers.
756- binmake.gmk:
757  o Include path and library for g3tog4 module only if G4USE_G3TOG4 is defined.
758    Implies proper handling of G4USE_G3TOG4 in source/GNUmakefile.
759- Removed obsolete OSPACE setup for WIN32-VC, HP-aCC, DEC-cxx. Still kept for
760  platforms with ODBMS setup.
761- SUN-CC.gmk: removed -L/usr/lib path specification from LOADLIBS definition.
762
76310th September 2002  Gabriele Cosmo (config-V04-01-02)
764- Linux-g++.gmk: added assignment 'CC := gcc' for default 'cc' compiler.
765
76626th August 2002  Gabriele Cosmo (config-V04-01-01)
767- binmake.gmk: added include path to persistency/run/include which was
768  missing. Removed unnecessary processes/general/include.
769
7708th July 2002  John Allison
771- liblist.c: added protection and warning for file/directory not found
772  in parsedir.  Also small cosmetic improvements.
773
7744th July 2002  Gabriele Cosmo (config-V04-01-00)
775- Upgraded WIN32-g++ to compile with -ansi and gcc-2.95.3 for most recent versions
776  of CygWin.
777
77826th June 2002  Gabriele Cosmo (config-V04-00-10)
779- Moved STEP PERL scripts to examples/extended/geometry/cad/scripts.
780- Updated scripts for Configure.
781
78218th June 2002  Gabriele Cosmo (config-V04-00-09)
783- Added -DG4USE_OSPACE for obsolete systems using ObjectSpace STL.
784
78517th June 2002  Gabriele Cosmo (config-V04-00-08)
786- Added flag G4NO_ISO_VECDIST for compilers (SUN-CC, HP-aCC) with non ISO
787  call to vector::distance() method.
788
78914th June 2002  Gabriele Cosmo (config-V04-00-07)
790- binmake.gmk: added include path to "leading_particle" hadronic module.
791  Retagged with correct numbering...
792
7933rd May 2002  Gabriele Cosmo (config-V04-00-06)
794- liblist.c: added patch to port code on MacOS-X.
795  Defined buffer[BUFSIZE] as "char static".
796- Added Darwin-g++.gmk configuration file for MacOS-X systems running
797  with GNU g++ compiler.
798- Removed SUN-CC4.gmk configuration file, no longer supported.
799- Updated description header to system configuration files.
800
80127th March 2002  Gabriele Cosmo (config-V04-00-05)
802- binmake.gmk: added include path to new module geometry/biasing.
803  Co-works with "geometry-V04-00-01" and "transport-V04-00-00".
804
80526th March 2002  Gabriele Cosmo (config-V04-00-04)
806- liblist.c: cancelled changes made in previous tag.
807  Restored usage of function 'gets(buffer)', correctly adopted in this case.
808
80914th March 2002  Gabriele Cosmo (config-V04-00-03)
810- liblist.c: replaced usage of function 'gets(buffer)' with the safer
811  'fgets(buffer,BUFSIZE,stdin)'.
812
8139th March 2002  John Allison (config-V04-00-02)
814- Fixed bug in G4VIS_USE.gmk for G4VIS_USE_OPENGLWIN32.
815- Corrected perl script g4sort_step_file.pl to specify correct path for perl.
816
81707th February 2002 Gabriele Cosmo (config-V04-00-01)
818- liblist.c: added flags __CYGWIN__ and __CYGWIN32__ for triggering proper
819  parsing algorithm on Windows systems, also on most recent versions of Cygwin.
820- WIN32-VC.gmk: use g77 instead of f77 as default fortran compiler.
821
82225th January 2002 Gabriele Cosmo (config-V04-00-00)
823- sys/HP-aCC.gmk: removed include path to global/management/include/std/wrappers,
824  which was unused and not neccessary.
825
82610th December 2001 Gabriele Cosmo (config-V03-02-15)
827- architecture.gmk:
828  o updated list of supported compilers
829  o removed obsolete setup for STL ObjectSpace and STLport for Win/VC++.
830- binmake.gmk: activated mechanism for using $G4INCLUDE effectively for
831  building examples/applications. Currently activated only for global compound
832  libraries; for granular libraries it requires re-engineering of liblist,
833  feature which will be added in future.
834  This mechanism allows to considerably reduce the compilation/linking command
835  length and the number of -I options fed to the compiler.
836- Added G4PROFILE options to Linux-g++ and Linux-egcs setups.
837- Removed binmake.EXTRALIBS.README, now part of User's Guide.
838- Updated sources for Configure installation script.
839
8403rd December 2001 Guy Barrand (config-V03-02-14)
841- G4VIS_USE.gmk : -lG4HepRep replaced by -lG4visHepRep.
842
84329th November 2001 Gabriele Cosmo (config-V03-02-13)
844- Removed SUN-CC5.gmk configuration file. Now replaced by SUN-CC architecture
845
84621st Novemver 2001 Gabriele Cosmo (config-V03-02-12)
847- On top of "config-V03-02-11", added paths in binmake.gmk including
848  new hadronic models for cascade, CHIPS and coherent_elastic.
849  Does not include changes to analysis.gmk.
850
85119th November 2001 Guy Barrand
852- analysis.gmk : then remove all system specifc flags, have
853   only the AIDA ones. Have G4ANALYSIS_USE to drive the insertion of
854   CPP and libs in the Geant4 GNUmakefile system.
855
85619th November 2001  John Allison  (config-V03-02-11)
857- Does not include Guy's changes of 16rd November.
858- Re-instated creation of CPPFLAGS (see 6th November) but conditonal
859  on existence of corresponding environment variable.  If no environmet
860  variable is set, CPPFLAGS += -DG4UI_USE_TERMINAL.
861
86216rd November 2001  Guy Barrand
863- analysis.gmk : add flags to use an AIDA 2.2 compliant analysis system.
864
8656th November 2001  John Allison  (config-V03-02-10)
866- Removed CPPFLAGS += -DG4UI_USE_GAG -DG4UI_USE_TCSH -DG4UI_USE_TERMINAL.
867
8686th November 2001  John Allison  (config-V03-02-09)
869- Removed references to HepRep, added code for HepRepFile, thus
870  needed by vis-V03-02-15.
871
87223rd October 2001  Gabriele Cosmo  (config-V03-02-08)
873- Merged changes in "config-V03-02-07" for removal of STLInterface.
874
87522nd October 2001  Gabriele Cosmo  (config-V03-02-06b)
876- binmake.gmk: added include path for geometry/verification
877  according to tag "geometry-V03-02-01".
878
8791st October 2001  Gabriele Cosmo  (config-V03-02-06a)
880- binmake.gmk: removed include path for processes/electromagnetic/integral
881  according to tag "em-V03-02-02".
882
88330th September 2001  Gabriele Cosmo  (config-V03-02-07)
884- Removed references to STLInterface module in architecture.gmk
885  and architecture setups. Coworks with tag "global-V03-02-03" where
886  STLInterface module has been removed.
887
88829th August 2001  John Allison/Joseph Perl  (config-V03-02-06)
889- Needed by vis-V03-02-14.
890- First developers release of HepRep graphics driver.
891
89227th August 2001  John Allison
893- Tidied HepRep configuration in G4VIS*, moving stuff to interactivity.gmk.
894
89524th August 2001  Joseph Perl  (config-V03-02-05)
896- Introduced HepRep graphics driver
897
89811th August 2001  John Allison  (config-V03-02-04)
899- Re-engineered G4UI variables.  Coworks with interfaces-V03-02-00.
900- Introduced environment variable G4UI_NONE that, if set, no UI
901  sessions nor any UI libraries are built, not even libG4UIbasic.a nor
902  libG4UIcommon.a.  (This would only happen in a pure batch job or,
903  perhaps, in a user framework having its own UI system.)
904- Removed the need to specify environment variables for UI sessions
905  which do not need external packages or libraries, namely :
906    G4UI_BUILD_GAG_SESSION
907    G4UI_BUILD_TERMINAL_SESSION
908  with associated G4UI_USE environment variables:
909    G4UI_USE_GAG
910    G4UI_USE_TCSH
911    G4UI_USE_TERMINAL
912  In other words, the above environment variables become redundant and are
913  ignored. 
914  For backwards compatibility, unless G4UI_NONE is set, the corresponding
915  G4UI_USE C-pre-processor variables are automatically set.  Also, the
916  C-pre-processor variables G4UI_BUILD and G4UI_USE are set.
917- As before, environment variables for other sessions still need positive
918  setting of their G4UI_BUILD and G4UI_USE environment variables.  In this
919  category are:
920    G4UI_BUILD_WIN32_SESSION
921    G4UI_BUILD_WO_SESSION
922    G4UI_BUILD_XAW_SESSION
923    G4UI_BUILD_XM_SESSION
924  with associated G4UI_USE environment variables:
925    G4UI_USE_WIN32
926    G4UI_USE_WO
927    G4UI_USE_XAW
928    G4UI_USE_XM
929- Note: The user must still instantiate and SessionStart only *one*
930  session, but if it is to be one in the category needing external
931  packages or libraries, the corresponding G4UI_USE must be set to
932  trigger inclusion oflibraries.  Otherwise the user need not set any
933  environment variables.
934
9353rd August 2001 Gabriele Cosmo (config-V03-02-03)
936- architecture.gmk:
937  o updated list of supported systems/compilers.
938  o made Linux-g++ architecture the default G4SYSTEM. Replaced SUN-CC.
939- Added SUN-CC4.gmk for old SUN architectures based on CC-4.2 compiler.
940- Added Linux-egcs for old Linux architectures based on egcs-1.1.2 compiler.
941- Made SUN-CC.gmk a copy of SUN-CC5.gmk (kept for backward compatibility,
942  will be removed soon). CC-5.2 compiler is now the default on SUN systems.
943- Made Linux-g++.gmk specific to gcc-2.95.2 compiler, from now on the default
944  compiler on Linux systems.
945
9461st August 2001 Gabriele Cosmo (config-V03-02-02)
947- Included recent updates to scripts sources for 'Configure'.
948
94927th July 2001  John Allison  (config-V03-02-01)
950- Introduced environment variable G4VIS_NONE that, if set, no visualization
951  drivers are built and no vis libraries are built, not even
952  libG4vis_management.  (libG4modeling is still built.)  The C-pre-processor
953  variables G4VIS_BUILD and G4VIS_USE are *not* set.
954- Removed the need to specify environment variables for visualization drivers
955  which do not need external packages or libraries, namely :
956      G4VIS_BUILD_DAWNFILE_DRIVER
957      G4VIS_BUILD_RAYTRACER_DRIVER
958      G4VIS_BUILD_VRMLFILE_DRIVER
959      G4VIS_BUILD_ASCIITREE_DRIVER
960      G4VIS_BUILD_GAGTREE_DRIVER
961    with associated G4VIS_USE environment variables:
962      G4VIS_USE_DAWNFILE
963      G4VIS_USE_RAYTRACER
964      G4VIS_USE_VRMLFILE
965      G4VIS_USE_ASCIITREE
966      G4VIS_USE_GAGTREE
967  In other words, the above environment variables become redundant and are
968  ignored. 
969  For backwards compatibility, unless G4VIS_NONE is set, the corresponding
970  G4VIS_USE C-pre-processor variables are automatically set.  Also, the
971  C-pre-processor variables G4VIS_BUILD and G4VIS_USE are set.
972- As before, environment variables for other drivers still need positive
973  setting of their G4VIS_BUILD and G4VIS_USE environment variables.  In this
974  category are:
975      G4VIS_BUILD_DAWN_DRIVER
976      G4VIS_BUILD_OPACS_DRIVER
977      G4VIS_BUILD_OPENGLX_DRIVER
978      G4VIS_BUILD_OPENGLWIN32_DRIVER
979      G4VIS_BUILD_OPENGLXM_DRIVER
980      G4VIS_BUILD_OIX_DRIVER
981      G4VIS_BUILD_OIWIN32_DRIVER
982      G4VIS_BUILD_VRML_DRIVER
983    with associated G4VIS_USE environment variables:
984      G4VIS_USE_DAWN
985      G4VIS_USE_OPACS
986      G4VIS_USE_OPENGLX
987      G4VIS_USE_OPENGLWIN32
988      G4VIS_USE_OPENGLXM
989      G4VIS_USE_OIX
990      G4VIS_USE_OIWIN32
991      G4VIS_USE_VRML
992  In this case G4VIS_NONE must *not* be set.
993- Added binmake.EXTRALIBS.README.
994
9955th July 2001 Youhei Morita (config-V03-02-00)
996- Linux-g++.gmk: Use -pedantic (G.Cosmo)
997- Linux-g++.gmk, SUN-CC.gmk, SUN-CC5.gmk: added -DG4std in G4DDLX_FLAGS
998
99929th June 2001 Gabriele Cosmo (config-V03-01-10)
1000- Updated source scripts for 'Configure'.
1001
100226th June 2001 Youhei Morita (config-V03-01-09)
1003- globlib.gmk: added block for copying headers for persistency in $G4INCLUDE
1004  when invoking the 'includes' target.
1005
100625th June 2001 Youhei Morita (config-V03-01-08)
1007- Restored lib_d target (again) in common.gmk with a protection of G4ODBMS.
1008- Linux-g++.gmk (G.Cosmo)
1009  o Commented out -ansi setup for public release
1010  o Fixed logic for activating G4OODDLX_FLAGS on egcs compiler
1011
101222nd June Gabriele Cosmo (config-V03-01-07)
1013- common.gmk (G.Folger):
1014  o removed lib_d target (again).
1015  o restored G4SKIP_DEPEND.
1016- Linux-g++.gmk:
1017  o added temporary cludge for identify compiler version
1018    and define G4DDLX_FLAGS for egcs-1.1.2.
1019- binmake.gmk:
1020  o added mechanism to correctly handle include paths when source headers
1021    are centrally installed in $G4INCLUDE. Temporarly disabled, requires
1022    update (re-design?) of liblist.c to properly generate the list of
1023    libraries from the map.
1024    Once activated, also G4UI_USE.gmk, G4VIS_USE.gmk and analysis.gmk
1025    have to be modified accordingly.
1026
102722nd June 2001 Youhei Morita (config-V03-01-06)
1028- Restored lib_d target in common.gmk with a protection of G4ODBMS.
1029- Get rid of G4SKIP_DEPEND in binmake.gmk.
1030- Comment out G4DDLX_FLAGS options in sys/Linux-g++.gmk for gcc-2.95.2.
1031
103221st June 2001 Gunter Folger (config-V03-01-05)
1033- Removed bin_d and lib_d targets and thus the re-start of make.
1034
103521st June 2001 Gunter Folger (config-V03-01-04)
1036- common.gmk, binmake.gmk: run gmake via $(MAKE).
1037
103819th June 2001 John Allison (config-V03-01-03)
1039- Added GAG_TREE to G4VIS_BUILD.gmk and G4VIS_USE.gmk.
1040
104120th June 2001 (Japan Time - still 19th in Europe!)
1042               Youhei Morita (config-V03-01-02)
1043- A few bug fixes in binmake.gmk, common_objy.gmk, sys/SUN-CC5.gmk,
1044  sys/Linux-g++.gmk, sys/Win32-g++.gmk.
1045
104619th June 2001 Gabriele Cosmo
1047- Removed G4_NO_CBRT flag from WIN32-VC setup. No more necessary.
1048
104930th May 2001 Gunter Folger
1050- Do changes for persistency from Youhei: common.gmk is now split in three,
1051  one general, and one for specific for transient and persistent each.
1052  Dependencies now much better handled in persistency.
1053
10542nd May 2001 Gabriele Cosmo (config-V03-01-01)
1055- Added options "-Wall -ansi -pedantic" to Linux-g++ setup.
1056
105710th April 2001  John Allison  (config-V03-01-00)
1058- Added G4VIS_BUILD_ASCIITREE_DRIVER and G4VIS_USE_ASCIITREE to G4VIS*gmk.
1059
106022nd March 2001 Gunter Folger (config-V03-00-03)
1061- binmake.gmk, only store in executable PATH to libs from example/test;
1062  other libs should be taken/found from LD_LIBRARY_PATH
1063- sys/{Linux-g++,SUN-CC}.gmk: enable storing of PATH to libs in executable
1064
106506th March 2001 Gabriele Cosmo (config-V03-00-02)
1066- binmake.gmk: added include path for processes/electromagnetic/integral
1067  the new subcategory introduced with tag em-V03-00-04.
1068
106913th February 2001 Gabriele Cosmo (config-V03-00-01)
1070- binmake.gmk: added include path for processes/photolepton_hadron
1071  which was missing!
1072
107308th January 2001 Gabriele Cosmo (config-V03-00-00)
1074- sys/WIN32-VC.gmk: introduced -GR compiler option to allow usage of
1075  dynamic casting and type-info at run-time.
1076
107713th December 2000 Gunter Folger (config-V02-00-14)
1078- common.gmk: fix to rule for building dependencies, parsing is skip
1079  if $(dependencies) is empty.
1080- globlib.gmk: added "includes" to PHONY target list and fixed typo.
1081- Added comments to "includes" rules.
1082
10838th December 2000 Gabriele Cosmo (config-V02-00-13)
1084- Changed G4LIB_BUILD_ARCHIVE to G4LIB_BUILD_STATIC in architecture.gmk,
1085  common.gmk and globlib.gmk.
1086
10877th December 2000 Gabriele Cosmo (config-V02-00-12)
1088- Added options to SUN-CC5.gmk to handle multithreading and persistency.
1089
10905th December 2000 Youhei Morita (config-V02-00-11)
1091- Introduced GPPFLAGS to set -M or -MM according to G4ODBMS.
1092
10935th December 2000 Gabriele Cosmo (config-V02-00-10)
1094- Restored -MM option to g++ for making dependencies. -M was introduced in
1095  tag config-V02-00-02 to allow dependency search on system headers as well
1096  (#include<...> statements). This however introduces serious clashes with
1097  Objectivity schema generation for the persistency module.
1098
10994th December 2000 Gunter Folger (config-V02-00-09)
1100- Disable G4RUNPATHOPTION (internal variable) for all but SUN. This is/will
1101  be used when linking with G4 shared libraries to store the path to these
1102  libraries in the executable.
1103
11041st December 2000  Gabriele Cosmo (config-V02-00-08)
1105- Added G4UI_USE_TCSH and related settings to G4UI_USE.gmk (M.Maire).
1106- Merged SUN-CC6.gmk to SUN-CC5.gmk and removed SUN-CC6.gmk.
1107
11081st December 2000  Gunter Folger (config-V02-00-07)
1109- Change -M to -M -MG in common.gmk, binmake.gmk. This will output a "correct"
1110  dependency file even when missing  header files are missing. Correct in the
1111  sense that liblist will work, and that the missing header is supposed to be
1112  (made) in the source directory.
1113
111417th November 2000  Gunter Folger (config-V02-00-06)
1115- Link with CLHEP using -L/-l instead of absolute filename; this allows
1116  to link with shared lib of Anaphe, or static lib of Geant4.
1117- Added shared-lib settings to sys configurations.
1118
111914th November 2000  Gabriele Cosmo (config-V02-00-05)
1120- Added reference to new "parameterisations" top category.
1121  Modified files: binmake.gmk.
1122- Removed makeshlib.sh script, now obsolete.
1123
11247th November 2000  Guy Barrand
1125- analysis.gmk : renamed OpenScientist things to "Lab" ;
1126  Lab is the concrete package where analysis is done.
1127
11283rd November 2000  Gunter Folger (config-V02-00-04)
1129- common.gmk: fix for shared-library build.
1130- common.gmk, globlib.gmk: added rules for "includes" gmake target.
1131- architecture.gmk: introduced new user settable variable G4INCLUDE
1132  to specify path where headers (files or symbolic-links) should be installed.
1133
11341st November 2000  Guy Barrand
1135- analysis.gmk: declared Lizard.
1136
113724th October 2000  Gunter Folger (config-V02-00-03)
1138- architecture.gmk, common.gmk, globlib.gmk, sys/*:
1139  o merged building shared libraries into makefiles.
1140    The MAKESHLIB script is no longer used.
1141- Introduced new variables steering the building of archive/shared libs:
1142   G4LIB_BUILD_SHARED
1143   G4LIB_BUILD_ARCHIVE  (still default)
1144     note that G4MAKESHLIB set will internally set G4LIB_BUILD_SHARED for
1145     backwards compatiblity.
1146- Introduced new variable (G4LIB_USE_GRANULAR) to force using of granular
1147  libraries, even when libG4global.a/.so exists.
1148
114914th September 2000  Guy Barrand
1150- Introduced changes to handle analysis module.
1151  o added analysis.gmk.
1152  o sys/Linux-g++.gmk: added macro DLDLIBS for library dynamic loading.
1153  o binmake.gmk: added inclusion of analysis.gmk.
1154  o binmake.gmk: place LDLIBS3 += $(ANALYSISLIBS) after LDLIBS3 += $(INTYLIBS).
1155
115622nd August 2000  John Allison (config-V02-00-02)
1157- Changed -MM to -M in dependency file making in binmake.gmk and common.gmk.
1158  This causes dependencies of both #include "..." and #include <...> to be
1159  followed.  This is the safer option, since some users might/should use,
1160  e.g., #include <g4std/...>, but even these files change sometime.
1161
116222nd August 2000  Gunter Folger
1163- globlib.gmk: fix for protection from infinite loops when a dir does
1164  not exist (G.Folger).
1165
11661st August 2000  Gabriele Cosmo (config-V02-00-01)
1167- Added setup WIN32-g++ for Windows/NT/9X with Cygwin and g++ compiler.
1168  Configuration non officially supported (courtesy of S.Agostinelli and
1169  IST group, Genova).
1170
117124th July 2000  Gabriele Cosmo (config-V02-00-00)
1172- Added path to g3tog4 for global libs.
1173
117423rd May 2000  John Allison (config-V01-01-04)
1175- Added -I$(G4BASE)/processes/hadronic/models/radiative_decay/include to
1176  binmake.gmk.
1177
117819th May 2000  Gabriele Cosmo (config-V01-01-03)
1179- architecture.gmk:
1180  o changed -pic option to -KPIC for SUN architectures.
1181  o fixed HP-aCC setup to cope with new CLHEP version 1.5.
1182  o implemented modular setup. Now system specific configurations are
1183    grouped in separated files $G4SYSTEM.gmk and placed in the new
1184    directory config/sys.
1185
11867th April 2000  Gabriele Cosmo (config-V01-01-02)
1187- binmake.gmk: added include path to the new directory
1188  geometry/solids/specific.
1189- Updated PERL script g4step_correct.pl for parsing STEP files.
1190
119130th March 2000  Gabriele Cosmo (config-V01-01-01)
1192- makeshlib.sh:
1193  o added few corrections to the script in order to allow
1194    creation of shared libraries without need of the static archive on
1195    platforms which allow this.
1196  o added section for SunOS systems.
1197  (courtesy of I.G.Caballero)
1198- architecture.gmk:
1199  o on SUN-CC and SUN-CC5, added -pic to CXXFLAGS for building shared
1200    libraries.
1201
120221st March 2000  Gabriele Cosmo
1203- makeshlib.sh: corrected invokation of compiler for HP-aCC setup.
1204  Changed CC to aCC (fixes bug-report #68).
1205
120613th March 2000  Gabriele Cosmo (config-V01-01-00)
1207- architecture.gmk: corrected FCLIBS for Linux-g++
1208  o added -lg2c -lnsl and removed -lf2c.
1209
121014th February 2000  Gabriele Cosmo (config-V01-00-02)
1211- architecture.gmk: added option '+W823' to HP-aCC compilation setup to
1212  discard warnings for macros parameter definition as used in the new
1213  NIST STEP reader.
1214- binmake.gmk: moved $EXTRALIBS to be included on top of the linking list,
1215  just after the user application library.
1216
121731st January 2000  Gabriele Cosmo (config-V01-00-01)
1218- Added control for the Ray-tracer driver. Introduced G4VIS_USE_RAYTRACER
1219  in G4VIS_USE.gmk and G4VIS_BUILD_RAYTRACER_DRIVER in G4VIS_BUILD.gmk (M.Asai).
1220- binmake.gmk: fixed dependency order for compound libraries.
1221  Moved -lG4particles and -lG4materials downstream in the list.
1222- architecture.gmk: added G4NO_OPTIMISE for allowing compilation without
1223  any level of optimisation or debug. G4DEBUG if defined takes precedence.
1224  G4DEBUG and G4OPTIMISE are now defined also as CPPFLAGS.
1225
12263rd January 2000  Gabriele Cosmo (config-V01-00-00)
1227- Syncronized with HEAD.
1228
122916th December 1999  John Allison
1230- Cosmetic improvement to echo line in binmake.gmk.
1231
12327th December 1999  Gabriele Cosmo (config-V00-01-19)
1233- architecture.gmk: minor fix on OSPACELIBS path for Win/NT.
1234
12355th December 1999  Youhei Morita (config-V00-01-18)
1236- architecture.gmk: defined G4OODDLX_FLAGS
1237- common.gmk: use G4OODDLX_FLAGS
1238
12395th December 1999  Gabriele Cosmo (config-V00-01-17)
1240- architecture.gmk: fixes for Win/NT.
1241  o fixed path for OSPACELIBS
1242  o removed -DG4NOT_ISO_DELETES flag
1243
12443rd December 1999  Gabriele Cosmo (config-V00-01-16)
1245- architecture.gmk: set G4_HAVE_BOOL for SUN-CC5.
1246
12473rd December 1999  Youhei Morita
1248- common.gmk: fixed minor typo in G4OODDLX_SCHEMA_NAME
1249
12501st December 1999  Gabriele Cosmo (config-V00-01-15)
1251- architecture.gmk:
1252  o added new G4SYSTEM flavor SUN-CC5, used for testing on the new C++
1253    compiler v5.0 on SunOS. Requires ISO/ANSI-C++ installation and native
1254    STL by default. Compatibility with old no ISO/ANSI code is assured
1255    through the -compat compiler option and the usage of ObjectSpace STL
1256    (i.e. G4USE_OSPACE set).
1257  o added new flag G4NO_STD_NAMESPACE.
1258    HP-aCC setup with native STL assumes the ISO-ANSI installation by default,
1259    the new flag should be explicitly set in the environment to avoid this.
1260  o upgraded SGI-CC setup to IRIX 6.5.5, CC 7.2.1 and ObjectSpace STL.
1261    Tests on this configuration has NOT been tested though.
1262
12631st December 1999  Youhei Morita
1264- architecture.gmk: added G4EXAMPLE_BOOT and G4EXAMPLE_FD
1265- common.gmk: copy only the .hh files
1266- binmake.gmk: added persistent include paths
1267               added new targed cleandb, newboot, newfd
1268               added G4SKIP_DEPEND for dependencies
1269
127029th November 1999  Youhei Morita
1271- architecture.gmk: added G4SYSTEM to G4SCHEMA_DIR, G4TMPSCHEMA_DIR
1272- common.gmk: changed G4SCHEMA_HEADER_DIR from G4TMPSCHEMA_INCLUDE to G4TMPDIR
1273              added target install_schema for schema copying
1274- globlib.gmk: create schema header files at G4TMPDIR, then install
1275
127629th November 1999  John Allison
1277- Introduced LDLIBS2EXTRA so that granular libraries are not
1278  expanded too soon.
1279
128025th November 1999  Gabriele Cosmo (config-V00-01-14)
1281- architecture.gmk: redefined OSPACEDIR as OSPACE_BASE_DIR to conform to
1282  an omogeneous format. Added existence check for OSPACE and CLHEP paths.
1283
128423rd November 1999  Gabriele Cosmo (config-V00-01-13)
1285- architecture.gmk: added setup for ISO/ANSI installation on DEC-cxx.
1286  If using native STL (i.e. G4USE_OSPACE not set), G4USE_STD_NAMESPACE is
1287  implicitly defined and a strict-ANSI installation is assumed. Note that
1288  in this case, also CLHEP must have been installed in strict-ANSI mode.
1289
129020th November 1999  Youhei Morita (config-V00-01-12)
1291- common.gmk: added G4OODDLX_SCHEMA_NAME to use Geant4 named schema
1292
129319th November 1999  Youhei Morita
1294- liblist.c: avoid coredumps when it was given non-existing directly.
1295
129618th November 1999  Gabriele Cosmo (config-V00-01-11)
1297- architecture.gmk: added -e option to $ECHO for Linux-g++ setup.
1298
129917th November 1999  John Allison (config-V00-01-10)
1300- binmake.gnk: added isotope_production/include to -I list (Hans-Peter).
1301
130217th November 1999  Youhei Morita (config-V00-01-09)
1303- moved schema header files to G4INSTALL/schema/include
1304  architecture.gmk: introduced G4SCHEMA_INCLUDE and G4TMPSCHEMA_INCLUDE
1305  common.gmk: introduced G4SCHEMA_HEADER_DIR and G4SCHEMA_SRC_DIR
1306  globlib.gmk: added tmp schema header copying
1307
130815th November 1999  Gabriele Cosmo (config-V00-01-08)
1309- Tagged.
1310
131114th November 1999  Youhei Morita
1312- globlib.gmk: moved contruction of libmap for G4ODBMS to
1313               source/GNUmakefile
1314
131512th November 1999  Youhei Morita
1316- common.gmk: introduced G4ODBMS_DEPEND and G4SKIP_DEPEND for
1317              better handling of dependencies
1318- globlib.gmk: use G4ODBMS_DEPEND, automatic rebuilding of libmap
1319
132011th November 1999  Gabriele Cosmo (config-V00-01-07)
1321- Migration RWT->G4RWT performed:
1322  o Removed every occurence of Rogue-Wave from configuration, replaced
1323    RWBASE with G4STLBASE. Modified scripts: architecture.gmk, common.gmk
1324    and binmake.gmk.
1325  o Made setup for Native-STL the default, removed test on conditional
1326    flag G4USE_STL.
1327  o Removed setup for Win/NT-g++, no longer supported.
1328
132910th November 1999  Youhei Morita (config-V00-01-06)
1330- binmake.gmk: added path to persistency/global/include.
1331- common.gmk: Change G4ODBMS_DEPEND to G4ODBMS_NODDL
1332- globlib.gmk: removed G4ODBMS_DEPEND, modified target "global"
1333
133410th November 1999  Gabriele Cosmo (config-V00-01-05)
1335- binmake.gmk: added path to HEPNumerics/include which was missing.
1336
133729th October 1999  Guy Barrand
1338- architecture.gmk, interactivity.gmk: introduced
1339  "G4_OPACS_WIDGET_SET lesstif" logic to handle the case
1340  of using, on Linux, the bugged lesstif with the non bugged OPACS.
1341
134229th October 1999  Gabriele Cosmo
1343- Introduced fixes for shared library setup (courtesy of F.Carminati).
1344  Modified files: architecture.gmk, common.gmk, globlib.gmk, makeshlib.sh.
1345
134628th October 1999  Gabriele Cosmo (config-V00-01-04)
1347- architecture.gmk: removed G4STREAM and G4STREAM_STREAMBUF_IMPLEMENTATION
1348  flags, now no longer needed. Streambuf implementation is the default for
1349  every platform. (by H.Yoshida)
1350
135126th October 1999  John Allison
1352- Augmented liblist to look for dependencies on auto-generated
1353  headers in $G4TMP.
1354
135526th October 1999  Gabriele Cosmo (config-V00-01-03)
1356- Removed AIX-xlC as default platform for G4SYSTEM in architecture.gmk.
1357  Configuration is still kept but no longer supported.
1358
135926th October 1999  Youhei Morita
1360- architecture.gmk: include $(HEP_ODBMS_DIR)/etc/$(OS).mk instead of
1361  defininig load module separately.  Defined G4ODBMS_LIBS.
1362- binmake.gmk: Use G4ODBMS_LIBS.
1363
136420th October 1999  Gabriele Cosmo (config-V00-01-02)
1365- architecture.gmk: removed option -DOS_NO_TYPEDEF_5 from HP-aCC
1366  OSpace setup. Not anymore needed.
1367
136820th October 1999  John Allison
1369- architecture.gmk: removed G4USE_EXPLICIT_TYPES_IN_TEMPLATES (was needed
1370                    only for HP aCC; now not needed at all).
1371
137219th Octobre 1999  Youhei Morita
1373- common.gmk: Surpress verbose output for G4ODBMS if CPPVERBOSE
1374              is not defined.
1375
13767th October 1999  John Allison (config-V00-01-01)
1377- Removed WARNINGs about granular libraries.  Now standard usage.  Simple
1378  using messages printed.
1379
138017th Sep 1999  Youhei Morita
1381- architecture.gmk: Defined G4TMPSCHEMA_DIR, G4TMPSCHEMA_BOOT
1382                    Added OBJY_LDLIB definition for Objectivity 5.1
1383- binmake.gmk: LDLIBS1 += -lG4persistency
1384- common.gmk: Changed ooddlx boot file option to G4OODDLX_BOOT
1385- globlib.gmk: Changed G4EXAMPLE_BOOT to G4TMPSCHEMA_BOOT
1386- G4ODBMS_BUILD.gmk: Defined HEP_ODBMS_EXPORT for HepODBMS 0.3.0.x
1387
138827th July 1999  Gonzalo Gracia Abril
1389- Changed OSPACELIBS := '-libpath:c:\dev\ospace\lib std-2.1-vc5.0-mt.lib'
1390  to      OSPACELIBS := '-libpath:$(OSPACEDIR)\lib std-2.1-vc5.0-mt.lib'
1391  in architecture.gmk for NT 
1392
139320th July 1999  John Allison (config-V00-01-00)
1394- Added EXTRA_LINK_DEPENDENCIES to binmake.gmk.
1395
13966th July 1999  John Allison (config-01-00-10)
1397- Changed -L/usr/X11/lib to -L/usr/X11R6/lib for Linux.
1398
13996th July 1999  Gunter Folger (config-01-00-09)
1400- Adapt architecture.gmk for use of STL with WIN32-VC
1401  Remove NICE from G4SYSTEM name WIN32-VC in architecture, globlib and
1402  binmake.gmk
1403
14043rd July 1999  John Allison (config-01-00-08a)
1405- Added full-stop after i.e in binmake.gmk.
1406
14072nd July 1999  John Allison (config-01-00-08)
1408- Protected liblist against duplicate library names.
1409
141029th June 1999  Gabriele Cosmo (config-01-00-07)
1411- architecture.gmk: fixed bug in SUN-CC setup concerning XMLIBS and XMFLAGS.
1412  -lXm was missing.
1413
141425th June 1999  Gabriele Cosmo
1415- Use $G4LIB/$G4SYSTEM instead of $G4LIBDIR in binmake.gmk for invoking
1416  liblist and search for libname.map (granular libraries setup).
1417
141824th June 1999  John Allison
1419- Use liblist and libname.map in $G4LIBDIR.
1420
142119th June 1999  John Allison
1422- Removed references to G4Ray in G4VIS_BUILD.gmk and G4VIS_USE.gmk.
1423
14249th June 1999  Gunter Folger
1425- Adapt liblist.c for Windows, all changes contained withing #ifdef WIN32 blocks.
1426
14274th June 1999  John Allison
1428- Corrected USER_DEFINED_LDLIBS action.
1429- Changed `export G4TMP=$(G4TMP);' to `G4TMP=$(G4TMP); export G4TMP;'
1430- Added -I$(G4BASE)/geometry/solids/Boolean/include.
1431- Introduced LDLIBS_PREFINAL (Gunter).
1432
14332nd June 1999  John Allison
1434- Changed more occurrences of := to = to fix crash of liblist at startup.
1435
14361st June 1999  John Allison
1437- Changed LDLIBS2 := to LDLIBS2 = in binmake.gmk.
1438- Reverted $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET) to $(G4TMPDIR).
1439- Added /$(G4TARGET) to liblist -d $(G4WORKDIR)/tmp/$(G4SYSTEM) in binmake.gmk.
1440
144131st May 1999  John Allison
1442- Added -I$(G4BASE)/processes/electromagnetic/lowenergy/include.
1443
144427th May 1999  Gabriele Cosmo (config-01-00-06)
1445- architecture.gmk: set default $G4INSTALL path to $HOME/geant4 (was still referring
1446  to geant4beta...).
1447- Restored default CLHEP_BASE_DIR to /afs/cern.ch/sw/geant4/dev/CLHEP/$G4SYSTEM/pro.
1448- architecture.gmk: added -DG4NOT_ISO_DELETES for NT setup (G.Folger).
1449
145025th May 1999  Gabriele Cosmo
1451- architecture.gmk: fixed bug in SUN-CC setup. Replaced VISLIBS with LOADLIBS to
1452  specify inclusion of socket libraries -lsocket -lnsl.
1453- binmake.gmk: fixed path to libname.map in the definition of LDLIBS2 for the
1454  granular libs setup.
1455
145619th May 1999  John Allison
1457- Force linking of static library, libCLHEP.a.
1458
145918th May 1999  John Allison
1460- Specify -DG4NOT_ISO_DELETES in any case (not just G4USE_STL) and only
1461  for HP, Sun and AIX.
1462
146317th May 1999  Gabriele Cosmo
1464- Added -DG4NOT_ISO_DELETES for DEC and AIX and moved inside G4USE_STL or
1465  G4USE_OSPACE scope for all platforms which need it.
1466- Added path to wrappers for AIX.
1467
146817th May 1999  John Allison
1469- Added -DG4NOT_ISO_DELETES for Sun and HP.
1470- Changed order of -I$(OSPACEDIR)/ospace/std and -I$(OSPACEDIR)/ospace/stl.
1471
147213th May 1999  Gabriele Cosmo (config-01-00-05)
1473- architecture.gmk: G4USE_OSPACE setup is now independent from G4USE_STL which
1474  is now devoted for generic STL setup. Added -DOS_NO_TYPEDEF_5 option to HP-aCC
1475  for ObjectSpace.
1476
147712th May 1999  Gabriele Cosmo
1478- architecture.gmk: modified path to STL wrapper files directory to point to
1479  $RWINC/wrappers/$G4SYSTEM. Wrappers are now differenciated according to
1480  the architecture type.
1481
148211th May 1999  Gabriele Cosmo
1483- architecture.gmk: merged Isidro's OSPACE setup for HP-aCC.
1484  Reorganised OSPACE options by introducing OSPACEINC variable.
1485
148610th May 1999  Guy Barrand
1487- interactivity.gmk ; put OpenGL things after OPACS things to have
1488  correct link order.
1489
149010th May 1999  John Allison
1491- Added -I$(OSPACEDIR)/ospace/stl for Sun.
1492
14937th May 1999  John Allison
1494- Added GREP := grep except for SUN.
1495- Introduced STLInterface/wrappers directory. Testing on OSF+ObjectSpace (G.Cosmo).
1496
14976th May 1999  Gabriele Cosmo
1498- Introduced G4USE_OSPACE for ObjectSpace STL. If defined G4USE_STL is
1499  set as well. Modified architecture.gmk and binmake.gmk.
1500
15016th May 1999  John Allison
1502- Removed extra library for circular dependencies.  Now all solved!
1503
15045th May 1999  Gabriele Cosmo
1505- Fixed typo in architecture.gmk and defined OSPACEDIR to point to the G4
1506  dev area where links to the ObjectSpace installations at CERN have been
1507  created for all platforms. "pro" version points to ObjectSpace 2.1.
1508
15095th May 1999  John Allison
1510- Eliminated all references to RW in the case of G4USE_STL.
1511- Added OSPACE variables.
1512
151328th April 1999  Gabriele Cosmo (config-01-00-04)
1514- architecture.gmk: moved link for CLHEP to "new" to test the new version
1515  1.4 of CLHEP. It will become "pro" again as soon as the new CLHEP will be
1516  validated. NOTE: for DEC-cxx a custom CLHEP installation is used in order
1517  to deactivate the ISO-ANSI options now set by default in CLHEP.
1518
151919th April 1999  Gabriele Cosmo (config-01-00-03)
1520- architecture.gmk: introduced CCFLAGS for all platforms. Set CCFLAGS to
1521  "-Ae +DAportable" for HP-aCC to overcome compilation problems on liblist.c
1522
152318th April 1999  Youhei Morita
1524- architecture.gmk, binmake.gmk: introduced OBJY_LDLIB variable for
1525  defining Objectivity library within G4ODBMS.
1526
152713th April 1999  Gabriele Cosmo
1528- architecture.gmk: added the following options in compilation:
1529  o HP-aCC, SGI-CC: +Onolimit, -Olimit 5000 respectively.
1530    Not suppress any optimization specifying a high or unlimited memory
1531    limitation.
1532  o DEC-cxx: -timplicit_local.
1533    Get rid of the template repository by generating explicit template
1534    instantiations used in the code with internal linkage.
1535   
153613th April 1999  John Allison
1537- In binmake.gmk: - moved libmap target to source/GNUmakefile.
1538                  - extensive tidying.
1539
154012th April 1999  John Allison
1541- In liblist.c:  - fixed bug to distinguish, e.g., track from tracking.
1542                 - improved printing.
1543                 - improved "Usage" comments.
1544                 - improved protection against bad input format.
1545- In binmake.gmk, used $(ECHO) to solve platform dependency of echo.
1546- In binmake.gmk for granular libraries:
1547   - fully implemented -d option.
1548   - Gave /tmp files a unique name.
1549   - Removed repeated libraries - no longer necessary, all circular
1550       dependencies seem solved.
1551
15529th April 1999  Frank Behner
1553- Fixed bug in liblist in -d option
1554- Changed binmake.gmk to use liblist -d
1555
155618th February 1999  John Allison
1557- Added G4USE_STL flag.
1558- Added code for linking granular libraries.
1559
15601st January 1999  Gunter Folger (config-01-00-02)
1561- Add FCLIBS for SUN.
1562
1563January 29th 1999 - John Allison (config-01-00-01)
1564- Changed rd44 to sw/geant4.
1565
1566December 15th, 1998 - G.Cosmo (config-00-04-11)
1567- Added G4_HAVE_BOOL to DEC-cxx.
1568- Cosmetic changes.
1569
1570December 12th, 1998 - J.Allison (config-00-04-10)
1571- Fixed bug in OGLFLAGS and OGLLIBS user override mechanism.
1572
1573December 11th, 1998 - J.Allison (config-00-04-09)
1574- Removed -fnonstd for SUN-CC.
1575
1576December 10th, 1998 - G.Cosmo (config-00-04-08)
1577- architecture.gmk: introduced $G4DATA variable which can be user
1578  defined. Default is set to $G4INSTALL/data.
1579- architecture.gmk: introduced $G4LEVELGAMMADATA set as default to
1580  $G4DATA/PhotonEvaporation.
1581- globlib.gmk: fixed minor bug (courtesy of V.Krylov).
1582
1583December 10th, 1998 - J.Allison (config-00-04-07)
1584- architecture.gmk: allowed environment variables OGLFLAGS and OGLLIBS.
1585
1586December 7th, 1998 - S.Tanaka, G.Cosmo (config-00-04-06)
1587- architecture.gmk: fixed setting of VISLIBS.
1588
1589December 7th, 1998 - S.Tanaka
1590- Update of architecture.gmk and G4VIS_USE.gmk:
1591  In SUN-CC, "-L/usr/lib -lsocket -lnsl"  is  moved from X11LIBS to VISLIBS.
1592
1593December 5th, 1998 - G.Cosmo (config-00-04-05)
1594- architecture.gmk: introduced -fnonstd compiler option for SUN-CC.
1595  This option causes non-standard initialization of floating-point
1596  arithmetic hardware; it enables hardware traps for floating-point
1597  overflow, division by zero, and invalid operation exceptions.
1598
1599December 4th, 1998 - G.Barrand
1600- architecture.gmk: corrected paths for HepVis and HepInventor.
1601- interactivity.gmk: fixed setup for LOAD_IV.
1602
1603December 3rd, 1998 - S.Tanaka
1604- Revision to make compilation of DAWN (network) driver
1605  at Solaris and IRIX automatic. See below.
1606- Added the following line to SUN-CC and SGI-CC
1607  CPPFLAGS += -DSOCKET_IRIX_SOLARIS
1608- Added -L/usr/lib -lsocket -lnsl  in X11LIBS for SUN-CC.
1609  (This place is strange. But I cannot think of a better place.)
1610
1611December 3rd, 1998 - J.Allison (config-00-04-04)
1612- Set G4STREAM for all platforms.
1613- Set G4STREAM_STREAMBUF_IMPLEMENTATION for selected platforms.
1614
1615December 3rd, 1998 - S.Sadilov
1616- Updated architecture.gmk : G4STREAM_STREAMBUF_IMPLEMENTATION for WIN32.
1617- Updated globlib.gmk : right incremental LIB for WIN32.
1618
1619December 1st, 1998 - G.Cosmo (config-00-04-03)
1620- Updated architecture.gmk and binmake.gmk: G4SYSTEM revision.
1621- Added +DAportable compiler option to HP-aCC setup to support HPPA 2.0
1622  for PA8000 CPUs.
1623
1624December 1st, 1998 - J.Allison (config-00-04-02)
1625- Added generators/include to binmake.gmk.
1626
1627November 30th, 1998 - J.Allison (config-00-04-01)
1628- Added neutron_hp/include to binmake.gmk.
1629- CLHEP_BASE_DIR and RWBASE for WIN32 (Serguei Sadilov).
1630
1631November 18th, 1998 - J.Allison (config-00-03-06)
1632- Changed CXXFLAGS for DEC6-AFS debug from -g to -gall.
1633
1634October 30th, 1998 - G.Cosmo (config-00-03-05)
1635- architecture.gmk: added G4STREAM_STREAMBUF_IMPLEMENTATION variable. (G.Barrand)
1636- G4UI_BUILD.gmk: removed G4UI_BUILD_XM_REDIRECT_COUT. (G.Barrand)
1637
1638October 13th, 1998  J.Allison (config-00-03-04)
1639- Changed ifdef G4_USE_G4STREAM to ifneq ($(findstring AIX,$(G4SYSTEM)),AIX)
1640
1641October 13th, 1998  J.Allison (config-00-03-03)
1642- Removed G4VIS_DONT_USE. (G.Barrand)
1643- Added if G4_USE_G4STREAM, CPPFLAGS += -DG4STREAM. (M.Nagamatu)
1644
1645October 9th  J.Allison (config-00-03-02)
1646- Tagged.
1647
1648October 2nd, 1998 - M.Asai
1649- G4_NO_STORE_TRAJECTORY option is added to architecture.gmk.
1650
1651September 30th, 1998 - G.Barrand
1652- G4VIS_USE.gmk: bracket everything with "ifndef G4VIS_DONT_USE" in order
1653  to be able to disconnect easily visualization for tests programs.
1654
1655September 18th, 1998 - G.Cosmo (config-00-03-01)
1656- architecture.gmk: introduced G4DUMMY_VARIABLE to hide $(shell)
1657  command not compatible with the new version 3.77 of GMAKE (G.Folger).
1658
1659September 14th, 1998 - G.Cosmo
1660- binmake.gmk: placed digits+hits library in the correct link order
1661  according to the category diagram.
1662
1663August 31st, 1998 - G.Cosmo (config-00-02-05)
1664- architecture.gmk: Changed first CPPFLAGS statement from := to +=,
1665  to allow additional CPPFLAGS to be defined by the user. Needed for test
1666  (F.Behner)
1667- binmake.gmk: Added EXTRALIBS to allow a user to add own libraries in the
1668  link path. Needed for test.
1669  (F.Behner)
1670- binmake.gmk: inverted link order of processes and particles libraries
1671  which was wrong. (G.Cosmo)
1672
1673August 26th, 1998 - John Allison (config-00-02-04)
1674- Backed out 22nd August change (G4UIGAG as default) - G4UIterminal
1675  is now default.
1676
1677August 24th, 1998 - Y.Morita (config-00-02-03)
1678- globlib.gmk: added $(G4LIBDIR)/lib$(name).a for target "global".
1679
1680August 22nd, 1998 - J.Allison (config-00-02-02)
1681- Set GAG variables by default.
1682
1683August 11th, 1998 - G.Cosmo (config-00-02-01)
1684- Tagged.
1685
1686August 7th, 1998 - John Allison/Michel Maire.
1687- Added -I/usr/include before -I/usr/local/include to OGLFLAGS for DEC-AFS.
1688- Changed -lGl to -lMesaGL, etc., for DEC-AFS.
1689
1690August 6th, 1998 - John Allison
1691- Added UILIBS := to G4UI_USE.gmk and VISLIBS := to G4VIS_USE.gmk.
1692
1693August 5th, 1998 - Guy Barrand
1694- Added LOAD_XM = 1 and LOAD_XAW = 1 to G4UI_USE.gmk.
1695
1696July 30th, 1998 - G.Cosmo (config-b01)
1697- globlib.gmk: added phony target "wipe_libs". Now target "global"
1698  effectively deletes all existent granular libraries.
1699- common.gmk: archiving of libraries is silent now by default.
1700
1701July 23th, 1998 - Y.Morita (config-00-01-16)
1702- globlib.gmk: fixed target "global" for G4ODBMS
1703- binmake.gmk: fixes for Win/NT.
1704
1705July 20th, 1998 - John Allison (config-00-01-15)
1706- Removed LDFLAGS += -Wl,-Bstatic for G++-Linux introduced by Larry
1707  Felawka on July 10th for g++ 2.8.  No longer thought to be necessary.
1708
1709July 19th, 1998 - G.Cosmo (config-00-01-14)
1710- common.gmk: introduced CPPVERBOSE flag.
1711- architecture.gmk: protected creation of $G4SCHEMA_DIR and
1712  $G4EXAMPLE_BOOT_DIR directories with G4ODBMS.
1713- binmake.gmk: fixed bug in creation of $G4TARGET.
1714
1715July 18th, 1998 - G.Cosmo (config-00-01-13)
1716- Added fix to binmake.gmk for WIN32-VC-NICE (G.Folger)
1717
1718July 16th, 1998 - John Allison
1719- Added GNU_GCC makefile flags where omitted.
1720
1721July 15th, 1998 - Youhei Morita (config-00-01-12)
1722- architecture.gmk  added G4EXAMPLE_BOOT_DIR and G4EXAMPLE_BOOT
1723- globlib.gmk  revised cleandb target
1724
1725July 14th, 1998 - Peter Urban (config-00-01-11)
1726- added two Perl scripts that correct STEP exchange files.
1727
1728July 14th, 1998 - Youhei Morita (config-00-01-10)
1729- architecture.gmk  added definition of G4SCHEMA_DIR
1730- globlib.gmk  added new target G4SCHEMA.FDDB for G4ODBMS
1731
1732July 10th, 1998 - Youhei Morita (config-00-01-09)
1733- binmake.gmk  added following to INCFLAGS
1734      -I$(G4BASE)/persistency/digits+hits/hits/include \
1735      -I$(G4TMP)/$(G4SYSTEM)/G4phits \
1736- binmake.gmk  moved persistency include path to ifdef G4ODBMS block
1737
1738July 10th, 1998 - John Allison??
1739- binmake.gmk  added geometry/solids/STEPinterface/include
1740
1741July 10th, 1998 - Youehi Morita (config-00-01-08)
1742- globlib.gmk  added new targets 'headers' and 'd_files' for G4ODBMS
1743- common.gmk   added new target 'headers'
1744               added $(schema_hh) dependency to $(G4TMPDIR)/%.o
1745- binmake.gmk  added INCFLAGS, LDLIBS and LDFLAGS for G4ODBMS
1746
1747July 10th, 1998 - L.Felawka
1748- architecture.gmk: updated compilation flags for g++.
1749
1750July 9th, 1998 - G.Cosmo (config-00-01-07)
1751- Removed bug in "all" target in globlib.gmk, introduced recently.
1752- Modified "all" target in globlib.gmk to handle G4ODBMS.
1753- Added fix for G4ODBMS to common.gmk.
1754
1755July 9th, 1998 - Youehi Morita
1756- Added G4ODBMS_BUILD.gmk for HepODBMS and Objectivity/DB CPPFLAGS.
1757
1758July 7th, 1998 - John Allison (config-00-01-06)
1759- Incorporated Makoto's patches for ifndef G4UI_BUILD_TERMINAL_SESSION and
1760  ifndef G4UI_USE_TERMINAL.
1761
1762July 7th, 1998 - G.Cosmo (config-00-01-05)
1763- Added $(schema_hh) target and dependency to it in case of G4ODBMS
1764  set when building .d files.
1765
1766July 7th, 1998 - John Allison (config-00-01-04)
1767- Tagged.
1768
1769July 7th, 1998 - Guy Barrand
1770- Introduced interactivity.gmk.
1771
1772July 6th, 1998 - J.Allison (config-00-01-03)
1773- Added G4UI_BUILD.gmk and G4UI_BUILD.gmk.
1774
1775July 6th, 1998 - G.Cosmo (config-00-01-02)
1776- Introduced "glob" and "objs" targets in globlib.gmk. Modified
1777  rule to build global library, does not depend anymore on "libs".
1778  (by J.Allison)
1779- Moved G4VIS_USE.gmk and G4VIS_BUILD.gmk from source/visualization.
1780 
1781July 3rd, 1998 - G.Cosmo (config-00-01-01)
1782- Created
Note: See TracBrowser for help on using the repository browser.