source: trunk/config/History @ 868

Last change on this file since 868 was 868, checked in by garnier, 16 years ago

see history

File size: 63.4 KB
Line 
1$Id: History,v 1.330 2008/10/15 10:10:51 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
1915th October 2008  Laurent Garnier
20- Darwin.gmk :
21  - Try to improve Qt config for Darwin :
22   - No more QTHOME or QTLIBS flags to be set
23   - Qt3 multithread or not auto select libraries
24   - Suppress some unuseful link and compil options
25
2610th October 2008  Laurent Garnier
27- Darwin.gmk :
28 - Remove Xml and Sql library for Qt config
29 - Try to better find if GL conflicts on Darwin
30
318th October 2008  Laurent Garnier
32- interactivity.gmk : changing flags for OpenGL and QT
33- Darwin-g++.gmk,Linux-g++.gmk,WIN32-VC.gmk : Improvments in those files, and for GLQT libs
34
35
3611th July 2008  Gabriele Cosmo (config-V09-01-07)
37- architecture.gmk: removed obsoled DOM library from GDMLIBS.
38
3912th June 2008  Gabriele Cosmo (config-V09-01-06)
40- Linux-g++.gmk: added G4OPTDEBUG flag for "-O2 -g" combined compilation.
41- AIX-xlC.gmk: added shared libs section as for Linux-g++ according to user
42  suggestion on HN.
43
449th June 2008  Gabriele Cosmo (config-V09-01-05)
45- Integrated improvements to Qt setup and AIDA.
46  Restored Qt libs setup to include GL as default.
47
4820th May 2008  Gunter Folger  (config-V09-01-04)
49- liblist.c: removed C++ style comments.
50- Not including changes made after "config-V09-01-03 ".
51
5213th May 2008  Guy Barrand
53- G4UI_USE.gmk: added material (protected with G4UI_USE_OSC) to use osc_vis
54  binary kits built with the Geant4 drivers. It allows to use the G4Lab::UIOnX
55  G4 session in Geant4 (G4Lab::UIOnX allows for visualization and AIDA plotting
56  within the same GUI).
57- analysis.gmk: added default setup aida-config for flags
58  G4ANALYSIS_AIDA_CONFIG_CFLAGS and G4ANALYSIS_AIDA_CONFIG_LIBS.
59
6030th April 2008  Laurent Garnier
61- common.gmk: simplified Qt moc files integration.
62- moc.gmk: new configuration file for Qt moc files setup.
63- G4UI_USE, G4VIS_USE, interactivity, sys/*: separation of Qt with or
64  without OpenGL.
65
663rd April 2008  Gabriele Cosmo (config-V09-01-03)
67- Linux-icc.gmk: updated setup to make use of icc-10.1 and ifort-10.1;
68  changed compilation option "-mp" to more performant "-fp_model precise".
69
702nd April 2008  Gunter Folger (config-V09-01-02)
71- Replaced gets() by safer fgets() in liblist.c.
72  (this tag does not include latest changes in interactivity.gmk)
73
7418th March 2008  Laurent Garnier
75- interactivity.gmk: moved Qt setup before X11.
76
7721st February 2008  Gabriele Cosmo (config-V09-01-01)
78- Replaced g77 with gfortran for Linux-g++ and Linux-icc platforms.
79
8015th February 2008  Laurent Garnier
81- common.gmk: added ability to autogenerate moc files for Qt driver.
82- WIN32-VC: added flags to build Qt driver on Windows.
83- Darwin-g++, Linux-g++: improvements for autogeneration of MOC files for Qt.
84
8515th January 2008  Gabriele Cosmo (config-V09-01-00)
86- Added commented lines for OpenGL setup in Darwin-g++.gmk for MacOS
87  10.5 Leopard, pending fix from Apple.
88
8911th December 2007  Gabriele Cosmo (config-V09-00-12)
90- Corrected setup for GDML on WIN32-VC to allow for building DLLs.
91
9230th November 2007  Ben Morgan (config-V09-00-11)
93- Updated Configure script to handle Qt UI build.
94- Updated internal scripts for Configure accordingly.
95
9622nd November 2007  Gabriele Cosmo (config-V09-00-10)
97- Corrected addition of lXercesC and Zlib libraries in binmake.gmk.
98- Added special case for WIN32-VC for names of XercesC libraries in architecture.gmk.
99- Use 'gfortran' instead of 'g77' in Darwing-g++.gmk script. (I.McLaren)
100
10119th November 2007  Gabriele Cosmo (config-V09-00-09)
102- Added "qmd" hadronic model to binmake.gmk.
103
10416th November 2007  Laurent Garnier (config-V09-00-08)
105- Updated setup for Qt in Linux-g++.gmk and Darwin-g++.gmk scripts to
106  support both Qt3 and Qt4.
107
10815th November 2007  Ben Morgan (config-V09-00-07)
109- Updated Configure script to handle new 'gdml' sub-module and new data
110  libraries (G4ABLADATA and new G4EMLOW version).
111- Updated internal scripts for Configure accordingly.
112
1132nd November 2007  Gabriele Cosmo (config-V09-00-06)
114- Introduced G4LIB_BUILD_GDML/G4LIB_USE_GDML flags to trigger compilation
115  of the new persistency/gdml sub-module. Added setup for XERCESC.
116  Required path XERCESCROOT to XERCESC installation if G4LIB_BUILD_GDML
117  is set. Added "persistency/gdml" include path to binmake.gmk
118- Added setup for QT in UI scripts, and specific QT paths and setup in
119  Darwin-g++.gmk. (L.Garnier)
120
12110th October 2007  Gunter Folger (config-V09-00-05)
122- Added "incl" (Liege cascade) hadronic model module to binmake.gmk.
123 
124 
1253th October 2007  Laurent Garnier
126- Added setup for Qt in those files :
127- config/G4UI_BUILD.gmk
128- config/G4UI_USE.gmk
129- config/G4VIS_BUILD.gmk
130- config/G4VIS_USE.gmk
131- config/interactivity.gmk
132- config/sys/Darwin-g++.gmk
133- config/sys/Linux-g++.gmk
134
13516th August 2007  Gabriele Cosmo (config-V09-00-04)
136- Corrected definition of OUT internal variable to allow for proper
137  linking also of unit tests.
138
13915th August 2007  Gabriele Cosmo (config-V09-00-03)
140- Added "rpg" hadronic model module to binmake.gmk.
141
14213th August 2007  Gabriele Cosmo (config-V09-00-02)
143- SUN-CC.gmk: forced -xO2 as optimisation level.
144
14518th July 2007  Gabriele Cosmo (config-V09-00-01)
146- liblist.c: fixed problem affecting recent CygWin installations on
147  Windows in parsing the buffer for the generation of libname.map.
148- binmake.gmk: defined OUT internal variable specifying the proper
149  compilation/linking option to Unix or Windows compilers: '-o '
150  and '/Fe' respectively.
151
15211th July 2007  Makoto Asai (config-V09-00-00)
153- Added digits_hits/scorer sub-directory to binmake.gmk.
154
15528th June 2007  Gabriele Cosmo (config-V08-03-04)
156- Updated Configure scripts to fix installation issue when installation
157  path is different from source path and headers are not installed.
158- Cleared <TAB> characters from .gmk scripts where not necessary.
159
16022nd June 2007  Gabriele Cosmo (config-V08-03-03)
161- Corrected binmake.gmk for having error_propagation in INCFLAGS properly
162  included in search path.
163- Updated internal scripts for Configure to cope with new environment
164  variable G4NEUTRONHPDATA.
165
16618th June 2007  Ben Morgan (config-V08-03-02)
167- Fixed Configure internal script to get rid of searching old physics_list
168  module at installation.
169
17027th May 2007  Gabriele Cosmo (config-V08-03-01)
171- Added "lll_fission" hadronic model module to binmake.gmk.
172
17312th May 2007  Gabriele Cosmo (config-V08-03-00)
174- Added "error_propagation" module to binmake.gmk.
175- Removed G4LIB_BUILD_LISTS flag. Physics lists are built by default.
176
17721st March 2007  Gabriele Cosmo
178- Added "biasing" module to binmake.gmk.
179
18028th February 2007  Gabriele Cosmo (config-V08-02-00)
181- Protected generation of dependencies using internal 'make' variable
182  MAKECMDGOALS in binmake.gmk and common.gmk, following suggestion made
183  in problem report #930.
184  This protection resolves the problem of generation of dependencies when
185  issueing the 'clean' target.
186
1873rd November 2006  Gunter Folger (config-V08-01-07)
188- architecture.gmk: added G4LIB_BUILD_LISTS with default value 1 to build physics lists.
189- binmake.gmk: added physics lists include directories to INCFLAGS.
190
19115th October 2006  Makoto Asai (config-V08-01-06)
192- binmake.gmk: added 'processes/scoring' module.
193
19410th October 2006  Gabriele Cosmo (config-V08-01-05)
195- Darwin-g++.gmk: use standard -echo- command.
196  Removed ECHO overloaded variable.
197
1985th October 2006  Gabriele Cosmo (config-V08-01-04)
199- liblist.c: added .dylib search for list of libraries.
200  Addressing problem report #885.
201
2023rd October 2006  Gabriele Cosmo (config-V08-01-03)
203- architecture.gmk: added variables for commands: echo, cat, cut, sed;
204  to be eventually overloaded in system dependent configurations.
205- WIN32-VC.gmk: overload commands [echo, grep, cat, cut, sed], to force
206  usage of the original CygWin built-in commands.
207
20821st September 2006  Vladimir Ivantchenko (config-V08-01-02)
209- binmake.gmk: added electromagnetic/polarisation module.
210
21118th August 2006  Gabriele Cosmo (config-V08-01-01)
212- Linux-icc: corrected G4RUNPATHOPTION flag to allow linking of applications
213  with shared libraries.
214
21518th August 2006  Gabriele Cosmo (config-V08-01-00)
216- Linux-icc: updated setup to support icc-9.X series.
217
21813th June 2006  Gabriele Cosmo (config-V08-00-02)
219- Removed defaults for X11, XM, XAW flags in architecture.gmk and added
220  explicit settings in sys/*.gmk setups protected by ifndef statements for
221  optional customisation.
222- Upgraded Configure internal scripts.
223
22424th April 2006  Gabriele Cosmo (config-V08-00-01)
225- binmake.gmk: fixed old-standing warning on WIN32-VC for file extension of
226  target object file. Defined TARGOBJEXT internal variable defining the
227  actual extension: .o for UNIX, .OBJ for Windows platforms.
228
2296th April 2006  Gabriele Cosmo (config-V08-00-00)
230- Darwin-g++: corrected linker options for generation of dynamic libraries.
231  Now dynamic libraries on MacOSX finally work. Tested on MacOS 10.4.5 with
232  gcc-4.0.1.
233
23412th December 2005  Gabriele Cosmo (config-V07-01-07)
235- binmake.gmk: added workaround to allow for physics-lists to link
236  with DLLs on Windows.
237
2387th December 2005  Gabriele Cosmo (config-V07-01-06)
239- Added G4LIB_NO_SHARED protection for cases where installation of
240  shared libs are not allowed.
241
2422nd December 2005  Gabriele Cosmo (config-V07-01-05)
243- Replaced -GX with -EHsc compilation option in WIN32-VC setup for
244  porting on VC++8 compiler.
245
24629th November 2005  Gabriele Cosmo (config-V07-01-04)
247- Added -D_CRT_SECURE_NO_DEPRECATE to WIN32-VC setup to allow for
248  porting on VC++8 compiler.
249
25021st November 2005  Makoto Asai (config-V07-01-03)
251- binmake.gmk: added 'digits_hits/utils' module to INCFLAGS.
252
2535th October 2005 John Allison (config-V07-01-02)
254- G4VIS*.gmk: added G4VIS_BUILD_RAYTRACERX_DRIVER and G4VIS_USE_RAYTRACERX.
255
25629th July 2005 Mark Donszelmann (config-V07-01-01)
257- Synchronized CXXFLAGS warning options of WIN32-g++ with Linux-g++.
258
25918th July 2005 Gabriele Cosmo (config-V07-01-00)
260- Excluded usage of unnecessary 'ranlib' at creation of the libraries for
261  WIN32-VC system. Fixes an observed problem of debug-symbols corruption.
262
26316th June 2005 Sergey Sadilov (config-V07-00-05)
264- Updated Configure script and support files:
265  o Added new data sets for low-energy-EM and elastic data.
266  o Set unique entry point for path to data.
267  o Updated variable settings for g3tog4 and zlib.
268
26915th June 2005 Gunter Folger (config-V07-00-04)
270- Changed clean(_..) targets to be :: rules, to allow multiple clean targets.
271
27210th June 2005 Gabriele Cosmo (config-V07-00-03)
273- Updated configuration script SUN-CC.gmk:
274  o Removed obsolete compilation option -ptr$(G4TREP) for redirection to
275    template repository, no longer necessary.
276  o Added -lsunmath to LOADLIBS now required with CLHEP-1.9.X for static
277    libraries.
278
27917th May 2005 Gabriele Cosmo (config-V07-00-02)
280- Corrected settings of G4LIB_BUILD/USE_ZLIB:
281  o G4LIB_BUILD_ZLIB is mandatory for Windows, if zlib is required;
282  o if G4LIB_BUILD_ZLIB is set, the G4-zlib module is used (all platforms);
283  o if only G4LIB_USE_ZLIB is set, the system zlib is used (UNIX only);
284  o if none is set, zlib is not used (all platforms).
285- Updated compilation options on Darwin-g++, now similar to Linux-g++ setup.
286- Still requiring tag "source-gmk-V07-00-01" for source/GNUmakefile to build
287  the g3tog4 module.
288
28913th May 2005 Gabriele Cosmo (config-V07-00-01)
290- Added G4LIB_BUILD_ZLIB/G4LIB_USE_ZLIB. Modified architecture.gmk
291  and binmake.gmk scripts.
292- Changed G4USE_G4TOG4 to G4LIB_USE_G3TOG4 to conform to standard flag names.
293  Requires tag "source-gmk-V07-00-01" for source/GNUmakefile to build the
294  g3tog4 module.
295
29610th May 2005 John Allison (config-V07-00-00)
297- Made OPENGLXM require OPENGLX.
298
2998th December 2004 John Allison (config-V06-02-03)
300- Darwin-g++.gmk: fixes on setup for dynamic libraries.
301
30230th November 2004 Gabriele Cosmo (config-V06-02-02)
303- binmake.gmk: added electromagnetic/highenergy module to INCLUDE path.
304
30527th November 2004 Gabriele Cosmo (config-V06-02-01)
306- binmake.gmk: added parameterisations/trd_clusters and
307  parameterisations/gflash modules to INCLUDE path.
308
30929th October 2004 Gabriele Cosmo (config-V06-02-00)
310- Archived setup for Windows/VC++6. WIN32-VC now corresponds to WIN32-VC7.
311  Archived WIN32-VC7.gmk.
312- Removed strict compilation options for SUN-CC and thread specific.
313
31412th October 2004 John Allison
315- Darwin-g++.gmk : added -lXi to X11LIBS.
316
31708th July 2004 Guy Barrand
318- Darwin-g++.gmk : correct options to build granular shared libs.
319  Have "-undefined define_a_way" instead of "-undefined error" since
320  granular libs are not linked for the moment.
321
32223rd June 2004 Gabriele Cosmo (config-V06-01-10)
323- Updated win32def.c program to fix retrivial of public static data for
324  building DLLs on Windows (G.Barrand).
325- Updated Configure scripts.
326
32717th June 2004 Gabriele Cosmo (config-V06-01-09)
328- Darwin-g++.gmk: use twolevel_namespace and GLOBLIBS for shared-libs
329  build on MacOS. Shared-libs build are possible only global libraries
330  and requires shared-lib version of CLHEP build with compatible options
331  (G.Barrand).
332
33314th June 2004 Gabriele Cosmo (config-V06-01-08)
334- architecture.gmk: added specification for G4LIB_USE_DLL.
335
33611th June 2004 Gabriele Cosmo (config-V06-01-07)
337- binmake.gmk: activated shared-libs mechanism for Windows platforms;
338  forced creation of static library for examples/applications for the
339  usage with DLLs.
340
3418th June 2004 Gabriele Cosmo (config-V06-01-06)
342- binmake.gmk: restored global lib for interfaces which was missing
343  from linking list.
344- common.gmk, globlib.gmk: fixed clean/clean_libs target.
345- architecture.gmk: added definition of G4LIB_BUILD_DLL flag.
346- WIN32-VC.gmk: added targets for DLLs build.
347- Linux-g++.gmk: made -O2 the default optimisation mode.
348  Archived temporary setup Linux-gO2 introduced in "config-V06-01-01".
349
3507th June 2004 Gabriele Cosmo (config-V06-01-05)
351- Corrected setup for WIN32-VC7 for building of DLLs.
352- Cosmetics in build printout...
353
3541st June 2004 Gabriele Cosmo (config-V06-01-04)
355- binmake.gmk, added include paths to new hadronic models for
356  abrasion, em_dissociation, de_excitation/ablation and
357  de_excitation/fission.
358- architecture.gmk: updated comments to header.
359
36026th May 2004 Mark Donszelmann (config-V06-01-03)
361- Fixed small problem in previous fix.
362
36326th May 2004  Gunter Folger (config-V06-01-02)
364- binmake.gmk: fixed problem for WIN32 such that also LDLIBS (including
365  EXTRALIBS) will be mangled to replace -L by its WIN32 correspondance
366  libpath.
367
36811th May 2004  Gabriele Cosmo (config-V06-01-01)
369- Added new experimental setup for Linux-g++ using -O2 optimisation
370  as default. To trigger this setup G4SYSTEM must be set to "Linux-gO2".
371  It also includes (deactivated by default) Pentium4 chip specific options
372  for using chips-specific floating-point arithmetics based on the SSE unit.
373
3748th April 2004  Guy Barrand
375- architecture.gmk: revisited Inventor default. Removed HEPVis dependencies
376  (Inventor visualization driver does not need these libraries any longer).
377
3787th April 2004  Guy Barrand
379- Darwin-g++.gmk:
380  o Corrected options to build shared libraries (.dyn); use
381    "-dynamic -single_module" to have faster startup when Geant4 is
382    embedded in an external framework.
383  o Corrected options to retrieve Motif.
384
3855th April 2004  Gabriele Cosmo (config-V06-01-00)
386- architecture.gmk: added check for definition of LDFLAGS.
387  Fixes bug report #603.
388
38924th February 2004  Gabriele Cosmo (config-V06-00-03)
390- Fixed link rpath definition in Linux-icc.gmk.
391
39211th February 2004  Gabriele Cosmo (config-V06-00-02)
393- Added configuration file Linux-icc.gmk for Intel/icc compiler
394  on Linux systems.
395
39610th February 2004  Guy Barrand
397- WIN32-VC7.gmk: added material to build shared libs for Windows (DLLs).
398- Added program win32def.c to help building DLLs, built from
399  source/GNUmakefile through a specialised target and placed in
400  $G4LIB/$G4SYSTEM.
401- source/materials/GNUmakefile: modified to provide an example of macro
402  GLOBLIBS used by the DLL builder in order to have global lib dependencies.
403
4049th February 2004  Gunter Folger (config-V06-00-01)
405- architecture.gmk:
406  o Protect OGLFLAGS against containing -I/usr/include; this may cause
407    wrong includes to be picked up.
408   
40926th January 2004  Guy Barrand (config-V06-00-00)
410- Darwin-g++.gmk:
411  o Use "g++" as a default compiler (in order to take the MacOSX
412    default compiler).
413  o Corrected procedure for building .dylib shared libs.
414    Previous default Linux commands do not work on MacOSX.
415
41618th November 2003  Gabriele Cosmo (config-V05-02-05)
417- Updated binmake.gmk to include new hadronics modules.
418  Coworks with "ghad-V05-02-00" and HEAD of processes/GNUmakefile.
419
4204th November 2003  Gabriele Cosmo (config-V05-02-04)
421- Include removal of OPACS setup. Cowork with tags "interfaces-V05-02-00"
422  and "vis-V05-02-02".
423
42429th October 2003  Gabriele Cosmo (config-V05-02-03)
425- binmake.gmk:
426  o Added particles/utils module.
427- Does NOT include removal of OPACS setup yet.
428
42922th October 2003  Guy Barrand
430- OPACS : rm interfaces OPACS related things.
431
43217th October 2003  Guy Barrand
433- OPACS being (for long) deprecated, the OPACS related things
434  had been removed in the Geant4 repository.
435
43630th September 2003  Gabriele Cosmo (config-V05-02-02)
437- architecture.gmk, binmake.gmk:
438  o Added geometry/navigation module.
439  o Removed setup for STEP, now archived.
440  o Adopt new module and library "digits_hits", replacing "digits+hits".
441- Configure installation script:
442  o Fixed correct default name for data sets.
443  o Implemented automatic detection of OpenGL and CLHEP installations.
444  o Fixed behavior of script on Windows system, corrected definition of
445    paths and defaults.
446  o Cleared not allowed configuration drivers.
447
44819th September 2003  Gabriele Cosmo (config-V05-02-01)
449- binmake.gmk:
450  o added processes/cuts module.
451- architecture.gmk:
452  o fixed setup for OpenInventor libraries.
453
4541st July 2003  Gabriele Cosmo (config-V05-02-00)
455- WIN32-VC.gmk, WIN32-VC7.gmk:
456  o reinstated options "-D_CONSOLE -D_WIN32 -DOS" to allow correct
457    treatment/opening of data files from applications.
458
45924th June 2003  Gabriele Cosmo (config-V05-01-05)
460- Added UI32LIBS to interactivity.gmk to handle UI libraries on WIN32
461  platforms.
462- Added libraries for OpenGL and UI to default setup of WIN32-VC and
463  WIN32-VC7. Removed some obsolete compilation options.
464
46518th June 2003  Gabriele Cosmo (config-V05-01-04)
466- Removed flag G4USE_STD_NAMESPACE from specific setups in sys.
467  Follows migration from G4std apported in source/global and whole code.
468
46916th June 2003  Gabriele Cosmo
470- binmake.gmk: added module geometry/divisions in $INCFLAGS list.
471
47211th June 2003  Gunter Folger (config-V05-01-03)
473- G4VIS_BUILD.gmk, G4VIS_USE.gmk, G4UI_BUILD.gmk, G4UI_USE.gmk, and
474  sys/{Linux-g++,SU-CC}.gmk:
475  When building shared libraries needing external libs like OpenGL...,
476  add these at shared library building, so these libs know about these
477  dependency and have this resolved.
478
4796th June 2003  Gabriele Cosmo (config-V05-01-02)
480- architecture.gmk and specific setups in sys: get rid of G4_HAVE_BOOL
481  macro. Now using default 'bool' type, defined in all supported compilers.
482
48328th May 2003  Gabriele Cosmo (config-V05-01-01)
484- architecture.gmk, binmake.gmk: added flags G4LIB_BUILD_STEP/G4USE_STEP
485  to make optional the compilation of the STEP library and interface module.
486  By default the libraries will not be built.
487
48831st March 2003  Gabriele Cosmo (config-V05-01-00)
489- Added more strict compiler options for Linux-g++ platform.
490- Removed obsolete usage of GNU_GCC specific option for g++ compilers.
491
49222nd January 2003  Gabriele Cosmo (config-V05-00-00)
493- Added experimental setup WIN32-VC7.gmk for Windows .NET VC++ compiler.
494- Generalised identification of WIN32 specific setups in core scripts.
495- Forced silent generation of dependencies (added -w option to calls to g++).
496
4974th December 2002  Gabriele Cosmo (config-V04-01-08)
498- Removed obsolete setup for ObjectSpace-STL (G4USE_OSPACE and related
499  variables). Removed obsolete variable G4USE_STL.
500- Updated Configure scripts.
501
5022nd December 2002  John Allison (config-V04-01-07)
503- common.gmk, binmake.gmk: New dependency file algorithm that avoids
504  leaving corrupt .d files when #include'd files cannot be found.
505- Removed obsolete schema targets in common.gmk.
506
50725th November 2002  Gabriele Cosmo (config-V04-01-06)
508- Removed ODBMS setup. Now library for persistency is built as part of the
509  kernel and specific implementations for persistency have been moved to
510  examples. Setup for ODBMS no more required. G4USE_HEPODBMS is no longer
511  used.
512- Updated configuration file AIX-xlC.gmk to port code on AIX with xlC 6.0
513  (K.Murakami).
514
51522nd November 2002  Gabriele Cosmo (config-V04-01-05)
516- liblist.c:
517  o Enhanced script to provide the whole list of installed libraries
518    in the correct order, without requiring parsing of dependencies.
519    The functionality is achieved by invoking "liblist" with option '-m",
520      i.e. - liblist -m [libpath] < libname.map
521    where [libpath] is the path where libraries are placed
522    (i.e. $G4LIB/$G4SYSTEM).
523- binmake.gmk:
524  o Use "liblist -m [libpath]" to retrieve the list of libraries to link in
525    case headers are installed in $G4INCLUDE, and granular libraries are used.
526- G4UI_USE.gmk, G4VIS_USE.gmk:
527  o Protected specification of -I paths for headers, in case $G4INCLUDE is
528    used. A single -I$G4INCLUDE path will be used for compilation in such case.
529
53016th November 2002  Hans-Peter Wellisch
531- binmake.gmk:
532  o Added hadronic/models/cascade/cascade and
533    hadronic/models/generator/scattering include paths.
534
5358th November 2002  Gabriele Cosmo (config-V04-01-04)
536- Darwin-g++.gmk:
537  o Updated setup to support MacOS 10.2 (H.Burkhardt).
538
53930th October 2002  Gabriele Cosmo (config-V04-01-03)
540- architecture.gmk:
541  o Issue an error if G4SYSTEM is not defined in the environment or not valid.
542  o Define G4LIB_BUILD_G3TOG4 and G4USE_G3TOG4 for optional installation and
543    usage of the g3tog4 module.
544  o Updated list of supported systems/compilers.
545- binmake.gmk:
546  o Include path and library for g3tog4 module only if G4USE_G3TOG4 is defined.
547    Implies proper handling of G4USE_G3TOG4 in source/GNUmakefile.
548- Removed obsolete OSPACE setup for WIN32-VC, HP-aCC, DEC-cxx. Still kept for
549  platforms with ODBMS setup.
550- SUN-CC.gmk: removed -L/usr/lib path specification from LOADLIBS definition.
551
55210th September 2002  Gabriele Cosmo (config-V04-01-02)
553- Linux-g++.gmk: added assignment 'CC := gcc' for default 'cc' compiler.
554
55526th August 2002  Gabriele Cosmo (config-V04-01-01)
556- binmake.gmk: added include path to persistency/run/include which was
557  missing. Removed unnecessary processes/general/include.
558
5598th July 2002  John Allison
560- liblist.c: added protection and warning for file/directory not found
561  in parsedir.  Also small cosmetic improvements.
562
5634th July 2002  Gabriele Cosmo (config-V04-01-00)
564- Upgraded WIN32-g++ to compile with -ansi and gcc-2.95.3 for most recent versions
565  of CygWin.
566
56726th June 2002  Gabriele Cosmo (config-V04-00-10)
568- Moved STEP PERL scripts to examples/extended/geometry/cad/scripts.
569- Updated scripts for Configure.
570
57118th June 2002  Gabriele Cosmo (config-V04-00-09)
572- Added -DG4USE_OSPACE for obsolete systems using ObjectSpace STL.
573
57417th June 2002  Gabriele Cosmo (config-V04-00-08)
575- Added flag G4NO_ISO_VECDIST for compilers (SUN-CC, HP-aCC) with non ISO
576  call to vector::distance() method.
577
57814th June 2002  Gabriele Cosmo (config-V04-00-07)
579- binmake.gmk: added include path to "leading_particle" hadronic module.
580  Retagged with correct numbering...
581
5823rd May 2002  Gabriele Cosmo (config-V04-00-06)
583- liblist.c: added patch to port code on MacOS-X.
584  Defined buffer[BUFSIZE] as "char static".
585- Added Darwin-g++.gmk configuration file for MacOS-X systems running
586  with GNU g++ compiler.
587- Removed SUN-CC4.gmk configuration file, no longer supported.
588- Updated description header to system configuration files.
589
59027th March 2002  Gabriele Cosmo (config-V04-00-05)
591- binmake.gmk: added include path to new module geometry/biasing.
592  Co-works with "geometry-V04-00-01" and "transport-V04-00-00".
593
59426th March 2002  Gabriele Cosmo (config-V04-00-04)
595- liblist.c: cancelled changes made in previous tag.
596  Restored usage of function 'gets(buffer)', correctly adopted in this case.
597
59814th March 2002  Gabriele Cosmo (config-V04-00-03)
599- liblist.c: replaced usage of function 'gets(buffer)' with the safer
600  'fgets(buffer,BUFSIZE,stdin)'.
601
6029th March 2002  John Allison (config-V04-00-02)
603- Fixed bug in G4VIS_USE.gmk for G4VIS_USE_OPENGLWIN32.
604- Corrected perl script g4sort_step_file.pl to specify correct path for perl.
605
60607th February 2002 Gabriele Cosmo (config-V04-00-01)
607- liblist.c: added flags __CYGWIN__ and __CYGWIN32__ for triggering proper
608  parsing algorithm on Windows systems, also on most recent versions of Cygwin.
609- WIN32-VC.gmk: use g77 instead of f77 as default fortran compiler.
610
61125th January 2002 Gabriele Cosmo (config-V04-00-00)
612- sys/HP-aCC.gmk: removed include path to global/management/include/std/wrappers,
613  which was unused and not neccessary.
614
61510th December 2001 Gabriele Cosmo (config-V03-02-15)
616- architecture.gmk:
617  o updated list of supported compilers
618  o removed obsolete setup for STL ObjectSpace and STLport for Win/VC++.
619- binmake.gmk: activated mechanism for using $G4INCLUDE effectively for
620  building examples/applications. Currently activated only for global compound
621  libraries; for granular libraries it requires re-engineering of liblist,
622  feature which will be added in future.
623  This mechanism allows to considerably reduce the compilation/linking command
624  length and the number of -I options fed to the compiler.
625- Added G4PROFILE options to Linux-g++ and Linux-egcs setups.
626- Removed binmake.EXTRALIBS.README, now part of User's Guide.
627- Updated sources for Configure installation script.
628
6293rd December 2001 Guy Barrand (config-V03-02-14)
630- G4VIS_USE.gmk : -lG4HepRep replaced by -lG4visHepRep.
631
63229th November 2001 Gabriele Cosmo (config-V03-02-13)
633- Removed SUN-CC5.gmk configuration file. Now replaced by SUN-CC architecture
634
63521st Novemver 2001 Gabriele Cosmo (config-V03-02-12)
636- On top of "config-V03-02-11", added paths in binmake.gmk including
637  new hadronic models for cascade, CHIPS and coherent_elastic.
638  Does not include changes to analysis.gmk.
639
64019th November 2001 Guy Barrand
641- analysis.gmk : then remove all system specifc flags, have
642   only the AIDA ones. Have G4ANALYSIS_USE to drive the insertion of
643   CPP and libs in the Geant4 GNUmakefile system.
644
64519th November 2001  John Allison  (config-V03-02-11)
646- Does not include Guy's changes of 16rd November.
647- Re-instated creation of CPPFLAGS (see 6th November) but conditonal
648  on existence of corresponding environment variable.  If no environmet
649  variable is set, CPPFLAGS += -DG4UI_USE_TERMINAL.
650
65116rd November 2001  Guy Barrand
652- analysis.gmk : add flags to use an AIDA 2.2 compliant analysis system.
653
6546th November 2001  John Allison  (config-V03-02-10)
655- Removed CPPFLAGS += -DG4UI_USE_GAG -DG4UI_USE_TCSH -DG4UI_USE_TERMINAL.
656
6576th November 2001  John Allison  (config-V03-02-09)
658- Removed references to HepRep, added code for HepRepFile, thus
659  needed by vis-V03-02-15.
660
66123rd October 2001  Gabriele Cosmo  (config-V03-02-08)
662- Merged changes in "config-V03-02-07" for removal of STLInterface.
663
66422nd October 2001  Gabriele Cosmo  (config-V03-02-06b)
665- binmake.gmk: added include path for geometry/verification
666  according to tag "geometry-V03-02-01".
667
6681st October 2001  Gabriele Cosmo  (config-V03-02-06a)
669- binmake.gmk: removed include path for processes/electromagnetic/integral
670  according to tag "em-V03-02-02".
671
67230th September 2001  Gabriele Cosmo  (config-V03-02-07)
673- Removed references to STLInterface module in architecture.gmk
674  and architecture setups. Coworks with tag "global-V03-02-03" where
675  STLInterface module has been removed.
676
67729th August 2001  John Allison/Joseph Perl  (config-V03-02-06)
678- Needed by vis-V03-02-14.
679- First developers release of HepRep graphics driver.
680
68127th August 2001  John Allison
682- Tidied HepRep configuration in G4VIS*, moving stuff to interactivity.gmk.
683
68424th August 2001  Joseph Perl  (config-V03-02-05)
685- Introduced HepRep graphics driver
686
68711th August 2001  John Allison  (config-V03-02-04)
688- Re-engineered G4UI variables.  Coworks with interfaces-V03-02-00.
689- Introduced environment variable G4UI_NONE that, if set, no UI
690  sessions nor any UI libraries are built, not even libG4UIbasic.a nor
691  libG4UIcommon.a.  (This would only happen in a pure batch job or,
692  perhaps, in a user framework having its own UI system.)
693- Removed the need to specify environment variables for UI sessions
694  which do not need external packages or libraries, namely :
695    G4UI_BUILD_GAG_SESSION
696    G4UI_BUILD_TERMINAL_SESSION
697  with associated G4UI_USE environment variables:
698    G4UI_USE_GAG
699    G4UI_USE_TCSH
700    G4UI_USE_TERMINAL
701  In other words, the above environment variables become redundant and are
702  ignored. 
703  For backwards compatibility, unless G4UI_NONE is set, the corresponding
704  G4UI_USE C-pre-processor variables are automatically set.  Also, the
705  C-pre-processor variables G4UI_BUILD and G4UI_USE are set.
706- As before, environment variables for other sessions still need positive
707  setting of their G4UI_BUILD and G4UI_USE environment variables.  In this
708  category are:
709    G4UI_BUILD_WIN32_SESSION
710    G4UI_BUILD_WO_SESSION
711    G4UI_BUILD_XAW_SESSION
712    G4UI_BUILD_XM_SESSION
713  with associated G4UI_USE environment variables:
714    G4UI_USE_WIN32
715    G4UI_USE_WO
716    G4UI_USE_XAW
717    G4UI_USE_XM
718- Note: The user must still instantiate and SessionStart only *one*
719  session, but if it is to be one in the category needing external
720  packages or libraries, the corresponding G4UI_USE must be set to
721  trigger inclusion oflibraries.  Otherwise the user need not set any
722  environment variables.
723
7243rd August 2001 Gabriele Cosmo (config-V03-02-03)
725- architecture.gmk:
726  o updated list of supported systems/compilers.
727  o made Linux-g++ architecture the default G4SYSTEM. Replaced SUN-CC.
728- Added SUN-CC4.gmk for old SUN architectures based on CC-4.2 compiler.
729- Added Linux-egcs for old Linux architectures based on egcs-1.1.2 compiler.
730- Made SUN-CC.gmk a copy of SUN-CC5.gmk (kept for backward compatibility,
731  will be removed soon). CC-5.2 compiler is now the default on SUN systems.
732- Made Linux-g++.gmk specific to gcc-2.95.2 compiler, from now on the default
733  compiler on Linux systems.
734
7351st August 2001 Gabriele Cosmo (config-V03-02-02)
736- Included recent updates to scripts sources for 'Configure'.
737
73827th July 2001  John Allison  (config-V03-02-01)
739- Introduced environment variable G4VIS_NONE that, if set, no visualization
740  drivers are built and no vis libraries are built, not even
741  libG4vis_management.  (libG4modeling is still built.)  The C-pre-processor
742  variables G4VIS_BUILD and G4VIS_USE are *not* set.
743- Removed the need to specify environment variables for visualization drivers
744  which do not need external packages or libraries, namely :
745      G4VIS_BUILD_DAWNFILE_DRIVER
746      G4VIS_BUILD_RAYTRACER_DRIVER
747      G4VIS_BUILD_VRMLFILE_DRIVER
748      G4VIS_BUILD_ASCIITREE_DRIVER
749      G4VIS_BUILD_GAGTREE_DRIVER
750    with associated G4VIS_USE environment variables:
751      G4VIS_USE_DAWNFILE
752      G4VIS_USE_RAYTRACER
753      G4VIS_USE_VRMLFILE
754      G4VIS_USE_ASCIITREE
755      G4VIS_USE_GAGTREE
756  In other words, the above environment variables become redundant and are
757  ignored. 
758  For backwards compatibility, unless G4VIS_NONE is set, the corresponding
759  G4VIS_USE C-pre-processor variables are automatically set.  Also, the
760  C-pre-processor variables G4VIS_BUILD and G4VIS_USE are set.
761- As before, environment variables for other drivers still need positive
762  setting of their G4VIS_BUILD and G4VIS_USE environment variables.  In this
763  category are:
764      G4VIS_BUILD_DAWN_DRIVER
765      G4VIS_BUILD_OPACS_DRIVER
766      G4VIS_BUILD_OPENGLX_DRIVER
767      G4VIS_BUILD_OPENGLWIN32_DRIVER
768      G4VIS_BUILD_OPENGLXM_DRIVER
769      G4VIS_BUILD_OIX_DRIVER
770      G4VIS_BUILD_OIWIN32_DRIVER
771      G4VIS_BUILD_VRML_DRIVER
772    with associated G4VIS_USE environment variables:
773      G4VIS_USE_DAWN
774      G4VIS_USE_OPACS
775      G4VIS_USE_OPENGLX
776      G4VIS_USE_OPENGLWIN32
777      G4VIS_USE_OPENGLXM
778      G4VIS_USE_OIX
779      G4VIS_USE_OIWIN32
780      G4VIS_USE_VRML
781  In this case G4VIS_NONE must *not* be set.
782- Added binmake.EXTRALIBS.README.
783
7845th July 2001 Youhei Morita (config-V03-02-00)
785- Linux-g++.gmk: Use -pedantic (G.Cosmo)
786- Linux-g++.gmk, SUN-CC.gmk, SUN-CC5.gmk: added -DG4std in G4DDLX_FLAGS
787
78829th June 2001 Gabriele Cosmo (config-V03-01-10)
789- Updated source scripts for 'Configure'.
790
79126th June 2001 Youhei Morita (config-V03-01-09)
792- globlib.gmk: added block for copying headers for persistency in $G4INCLUDE
793  when invoking the 'includes' target.
794
79525th June 2001 Youhei Morita (config-V03-01-08)
796- Restored lib_d target (again) in common.gmk with a protection of G4ODBMS.
797- Linux-g++.gmk (G.Cosmo)
798  o Commented out -ansi setup for public release
799  o Fixed logic for activating G4OODDLX_FLAGS on egcs compiler
800
80122nd June Gabriele Cosmo (config-V03-01-07)
802- common.gmk (G.Folger):
803  o removed lib_d target (again).
804  o restored G4SKIP_DEPEND.
805- Linux-g++.gmk:
806  o added temporary cludge for identify compiler version
807    and define G4DDLX_FLAGS for egcs-1.1.2.
808- binmake.gmk:
809  o added mechanism to correctly handle include paths when source headers
810    are centrally installed in $G4INCLUDE. Temporarly disabled, requires
811    update (re-design?) of liblist.c to properly generate the list of
812    libraries from the map.
813    Once activated, also G4UI_USE.gmk, G4VIS_USE.gmk and analysis.gmk
814    have to be modified accordingly.
815
81622nd June 2001 Youhei Morita (config-V03-01-06)
817- Restored lib_d target in common.gmk with a protection of G4ODBMS.
818- Get rid of G4SKIP_DEPEND in binmake.gmk.
819- Comment out G4DDLX_FLAGS options in sys/Linux-g++.gmk for gcc-2.95.2.
820
82121st June 2001 Gunter Folger (config-V03-01-05)
822- Removed bin_d and lib_d targets and thus the re-start of make.
823
82421st June 2001 Gunter Folger (config-V03-01-04)
825- common.gmk, binmake.gmk: run gmake via $(MAKE).
826
82719th June 2001 John Allison (config-V03-01-03)
828- Added GAG_TREE to G4VIS_BUILD.gmk and G4VIS_USE.gmk.
829
83020th June 2001 (Japan Time - still 19th in Europe!)
831               Youhei Morita (config-V03-01-02)
832- A few bug fixes in binmake.gmk, common_objy.gmk, sys/SUN-CC5.gmk,
833  sys/Linux-g++.gmk, sys/Win32-g++.gmk.
834
83519th June 2001 Gabriele Cosmo
836- Removed G4_NO_CBRT flag from WIN32-VC setup. No more necessary.
837
83830th May 2001 Gunter Folger
839- Do changes for persistency from Youhei: common.gmk is now split in three,
840  one general, and one for specific for transient and persistent each.
841  Dependencies now much better handled in persistency.
842
8432nd May 2001 Gabriele Cosmo (config-V03-01-01)
844- Added options "-Wall -ansi -pedantic" to Linux-g++ setup.
845
84610th April 2001  John Allison  (config-V03-01-00)
847- Added G4VIS_BUILD_ASCIITREE_DRIVER and G4VIS_USE_ASCIITREE to G4VIS*gmk.
848
84922nd March 2001 Gunter Folger (config-V03-00-03)
850- binmake.gmk, only store in executable PATH to libs from example/test;
851  other libs should be taken/found from LD_LIBRARY_PATH
852- sys/{Linux-g++,SUN-CC}.gmk: enable storing of PATH to libs in executable
853
85406th March 2001 Gabriele Cosmo (config-V03-00-02)
855- binmake.gmk: added include path for processes/electromagnetic/integral
856  the new subcategory introduced with tag em-V03-00-04.
857
85813th February 2001 Gabriele Cosmo (config-V03-00-01)
859- binmake.gmk: added include path for processes/photolepton_hadron
860  which was missing!
861
86208th January 2001 Gabriele Cosmo (config-V03-00-00)
863- sys/WIN32-VC.gmk: introduced -GR compiler option to allow usage of
864  dynamic casting and type-info at run-time.
865
86613th December 2000 Gunter Folger (config-V02-00-14)
867- common.gmk: fix to rule for building dependencies, parsing is skip
868  if $(dependencies) is empty.
869- globlib.gmk: added "includes" to PHONY target list and fixed typo.
870- Added comments to "includes" rules.
871
8728th December 2000 Gabriele Cosmo (config-V02-00-13)
873- Changed G4LIB_BUILD_ARCHIVE to G4LIB_BUILD_STATIC in architecture.gmk,
874  common.gmk and globlib.gmk.
875
8767th December 2000 Gabriele Cosmo (config-V02-00-12)
877- Added options to SUN-CC5.gmk to handle multithreading and persistency.
878
8795th December 2000 Youhei Morita (config-V02-00-11)
880- Introduced GPPFLAGS to set -M or -MM according to G4ODBMS.
881
8825th December 2000 Gabriele Cosmo (config-V02-00-10)
883- Restored -MM option to g++ for making dependencies. -M was introduced in
884  tag config-V02-00-02 to allow dependency search on system headers as well
885  (#include<...> statements). This however introduces serious clashes with
886  Objectivity schema generation for the persistency module.
887
8884th December 2000 Gunter Folger (config-V02-00-09)
889- Disable G4RUNPATHOPTION (internal variable) for all but SUN. This is/will
890  be used when linking with G4 shared libraries to store the path to these
891  libraries in the executable.
892
8931st December 2000  Gabriele Cosmo (config-V02-00-08)
894- Added G4UI_USE_TCSH and related settings to G4UI_USE.gmk (M.Maire).
895- Merged SUN-CC6.gmk to SUN-CC5.gmk and removed SUN-CC6.gmk.
896
8971st December 2000  Gunter Folger (config-V02-00-07)
898- Change -M to -M -MG in common.gmk, binmake.gmk. This will output a "correct"
899  dependency file even when missing  header files are missing. Correct in the
900  sense that liblist will work, and that the missing header is supposed to be
901  (made) in the source directory.
902
90317th November 2000  Gunter Folger (config-V02-00-06)
904- Link with CLHEP using -L/-l instead of absolute filename; this allows
905  to link with shared lib of Anaphe, or static lib of Geant4.
906- Added shared-lib settings to sys configurations.
907
90814th November 2000  Gabriele Cosmo (config-V02-00-05)
909- Added reference to new "parameterisations" top category.
910  Modified files: binmake.gmk.
911- Removed makeshlib.sh script, now obsolete.
912
9137th November 2000  Guy Barrand
914- analysis.gmk : renamed OpenScientist things to "Lab" ;
915  Lab is the concrete package where analysis is done.
916
9173rd November 2000  Gunter Folger (config-V02-00-04)
918- common.gmk: fix for shared-library build.
919- common.gmk, globlib.gmk: added rules for "includes" gmake target.
920- architecture.gmk: introduced new user settable variable G4INCLUDE
921  to specify path where headers (files or symbolic-links) should be installed.
922
9231st November 2000  Guy Barrand
924- analysis.gmk: declared Lizard.
925
92624th October 2000  Gunter Folger (config-V02-00-03)
927- architecture.gmk, common.gmk, globlib.gmk, sys/*:
928  o merged building shared libraries into makefiles.
929    The MAKESHLIB script is no longer used.
930- Introduced new variables steering the building of archive/shared libs:
931   G4LIB_BUILD_SHARED
932   G4LIB_BUILD_ARCHIVE  (still default)
933     note that G4MAKESHLIB set will internally set G4LIB_BUILD_SHARED for
934     backwards compatiblity.
935- Introduced new variable (G4LIB_USE_GRANULAR) to force using of granular
936  libraries, even when libG4global.a/.so exists.
937
93814th September 2000  Guy Barrand
939- Introduced changes to handle analysis module.
940  o added analysis.gmk.
941  o sys/Linux-g++.gmk: added macro DLDLIBS for library dynamic loading.
942  o binmake.gmk: added inclusion of analysis.gmk.
943  o binmake.gmk: place LDLIBS3 += $(ANALYSISLIBS) after LDLIBS3 += $(INTYLIBS).
944
94522nd August 2000  John Allison (config-V02-00-02)
946- Changed -MM to -M in dependency file making in binmake.gmk and common.gmk.
947  This causes dependencies of both #include "..." and #include <...> to be
948  followed.  This is the safer option, since some users might/should use,
949  e.g., #include <g4std/...>, but even these files change sometime.
950
95122nd August 2000  Gunter Folger
952- globlib.gmk: fix for protection from infinite loops when a dir does
953  not exist (G.Folger).
954
9551st August 2000  Gabriele Cosmo (config-V02-00-01)
956- Added setup WIN32-g++ for Windows/NT/9X with Cygwin and g++ compiler.
957  Configuration non officially supported (courtesy of S.Agostinelli and
958  IST group, Genova).
959
96024th July 2000  Gabriele Cosmo (config-V02-00-00)
961- Added path to g3tog4 for global libs.
962
96323rd May 2000  John Allison (config-V01-01-04)
964- Added -I$(G4BASE)/processes/hadronic/models/radiative_decay/include to
965  binmake.gmk.
966
96719th May 2000  Gabriele Cosmo (config-V01-01-03)
968- architecture.gmk:
969  o changed -pic option to -KPIC for SUN architectures.
970  o fixed HP-aCC setup to cope with new CLHEP version 1.5.
971  o implemented modular setup. Now system specific configurations are
972    grouped in separated files $G4SYSTEM.gmk and placed in the new
973    directory config/sys.
974
9757th April 2000  Gabriele Cosmo (config-V01-01-02)
976- binmake.gmk: added include path to the new directory
977  geometry/solids/specific.
978- Updated PERL script g4step_correct.pl for parsing STEP files.
979
98030th March 2000  Gabriele Cosmo (config-V01-01-01)
981- makeshlib.sh:
982  o added few corrections to the script in order to allow
983    creation of shared libraries without need of the static archive on
984    platforms which allow this.
985  o added section for SunOS systems.
986  (courtesy of I.G.Caballero)
987- architecture.gmk:
988  o on SUN-CC and SUN-CC5, added -pic to CXXFLAGS for building shared
989    libraries.
990
99121st March 2000  Gabriele Cosmo
992- makeshlib.sh: corrected invokation of compiler for HP-aCC setup.
993  Changed CC to aCC (fixes bug-report #68).
994
99513th March 2000  Gabriele Cosmo (config-V01-01-00)
996- architecture.gmk: corrected FCLIBS for Linux-g++
997  o added -lg2c -lnsl and removed -lf2c.
998
99914th February 2000  Gabriele Cosmo (config-V01-00-02)
1000- architecture.gmk: added option '+W823' to HP-aCC compilation setup to
1001  discard warnings for macros parameter definition as used in the new
1002  NIST STEP reader.
1003- binmake.gmk: moved $EXTRALIBS to be included on top of the linking list,
1004  just after the user application library.
1005
100631st January 2000  Gabriele Cosmo (config-V01-00-01)
1007- Added control for the Ray-tracer driver. Introduced G4VIS_USE_RAYTRACER
1008  in G4VIS_USE.gmk and G4VIS_BUILD_RAYTRACER_DRIVER in G4VIS_BUILD.gmk (M.Asai).
1009- binmake.gmk: fixed dependency order for compound libraries.
1010  Moved -lG4particles and -lG4materials downstream in the list.
1011- architecture.gmk: added G4NO_OPTIMISE for allowing compilation without
1012  any level of optimisation or debug. G4DEBUG if defined takes precedence.
1013  G4DEBUG and G4OPTIMISE are now defined also as CPPFLAGS.
1014
10153rd January 2000  Gabriele Cosmo (config-V01-00-00)
1016- Syncronized with HEAD.
1017
101816th December 1999  John Allison
1019- Cosmetic improvement to echo line in binmake.gmk.
1020
10217th December 1999  Gabriele Cosmo (config-V00-01-19)
1022- architecture.gmk: minor fix on OSPACELIBS path for Win/NT.
1023
10245th December 1999  Youhei Morita (config-V00-01-18)
1025- architecture.gmk: defined G4OODDLX_FLAGS
1026- common.gmk: use G4OODDLX_FLAGS
1027
10285th December 1999  Gabriele Cosmo (config-V00-01-17)
1029- architecture.gmk: fixes for Win/NT.
1030  o fixed path for OSPACELIBS
1031  o removed -DG4NOT_ISO_DELETES flag
1032
10333rd December 1999  Gabriele Cosmo (config-V00-01-16)
1034- architecture.gmk: set G4_HAVE_BOOL for SUN-CC5.
1035
10363rd December 1999  Youhei Morita
1037- common.gmk: fixed minor typo in G4OODDLX_SCHEMA_NAME
1038
10391st December 1999  Gabriele Cosmo (config-V00-01-15)
1040- architecture.gmk:
1041  o added new G4SYSTEM flavor SUN-CC5, used for testing on the new C++
1042    compiler v5.0 on SunOS. Requires ISO/ANSI-C++ installation and native
1043    STL by default. Compatibility with old no ISO/ANSI code is assured
1044    through the -compat compiler option and the usage of ObjectSpace STL
1045    (i.e. G4USE_OSPACE set).
1046  o added new flag G4NO_STD_NAMESPACE.
1047    HP-aCC setup with native STL assumes the ISO-ANSI installation by default,
1048    the new flag should be explicitly set in the environment to avoid this.
1049  o upgraded SGI-CC setup to IRIX 6.5.5, CC 7.2.1 and ObjectSpace STL.
1050    Tests on this configuration has NOT been tested though.
1051
10521st December 1999  Youhei Morita
1053- architecture.gmk: added G4EXAMPLE_BOOT and G4EXAMPLE_FD
1054- common.gmk: copy only the .hh files
1055- binmake.gmk: added persistent include paths
1056               added new targed cleandb, newboot, newfd
1057               added G4SKIP_DEPEND for dependencies
1058
105929th November 1999  Youhei Morita
1060- architecture.gmk: added G4SYSTEM to G4SCHEMA_DIR, G4TMPSCHEMA_DIR
1061- common.gmk: changed G4SCHEMA_HEADER_DIR from G4TMPSCHEMA_INCLUDE to G4TMPDIR
1062              added target install_schema for schema copying
1063- globlib.gmk: create schema header files at G4TMPDIR, then install
1064
106529th November 1999  John Allison
1066- Introduced LDLIBS2EXTRA so that granular libraries are not
1067  expanded too soon.
1068
106925th November 1999  Gabriele Cosmo (config-V00-01-14)
1070- architecture.gmk: redefined OSPACEDIR as OSPACE_BASE_DIR to conform to
1071  an omogeneous format. Added existence check for OSPACE and CLHEP paths.
1072
107323rd November 1999  Gabriele Cosmo (config-V00-01-13)
1074- architecture.gmk: added setup for ISO/ANSI installation on DEC-cxx.
1075  If using native STL (i.e. G4USE_OSPACE not set), G4USE_STD_NAMESPACE is
1076  implicitly defined and a strict-ANSI installation is assumed. Note that
1077  in this case, also CLHEP must have been installed in strict-ANSI mode.
1078
107920th November 1999  Youhei Morita (config-V00-01-12)
1080- common.gmk: added G4OODDLX_SCHEMA_NAME to use Geant4 named schema
1081
108219th November 1999  Youhei Morita
1083- liblist.c: avoid coredumps when it was given non-existing directly.
1084
108518th November 1999  Gabriele Cosmo (config-V00-01-11)
1086- architecture.gmk: added -e option to $ECHO for Linux-g++ setup.
1087
108817th November 1999  John Allison (config-V00-01-10)
1089- binmake.gnk: added isotope_production/include to -I list (Hans-Peter).
1090
109117th November 1999  Youhei Morita (config-V00-01-09)
1092- moved schema header files to G4INSTALL/schema/include
1093  architecture.gmk: introduced G4SCHEMA_INCLUDE and G4TMPSCHEMA_INCLUDE
1094  common.gmk: introduced G4SCHEMA_HEADER_DIR and G4SCHEMA_SRC_DIR
1095  globlib.gmk: added tmp schema header copying
1096
109715th November 1999  Gabriele Cosmo (config-V00-01-08)
1098- Tagged.
1099
110014th November 1999  Youhei Morita
1101- globlib.gmk: moved contruction of libmap for G4ODBMS to
1102               source/GNUmakefile
1103
110412th November 1999  Youhei Morita
1105- common.gmk: introduced G4ODBMS_DEPEND and G4SKIP_DEPEND for
1106              better handling of dependencies
1107- globlib.gmk: use G4ODBMS_DEPEND, automatic rebuilding of libmap
1108
110911th November 1999  Gabriele Cosmo (config-V00-01-07)
1110- Migration RWT->G4RWT performed:
1111  o Removed every occurence of Rogue-Wave from configuration, replaced
1112    RWBASE with G4STLBASE. Modified scripts: architecture.gmk, common.gmk
1113    and binmake.gmk.
1114  o Made setup for Native-STL the default, removed test on conditional
1115    flag G4USE_STL.
1116  o Removed setup for Win/NT-g++, no longer supported.
1117
111810th November 1999  Youhei Morita (config-V00-01-06)
1119- binmake.gmk: added path to persistency/global/include.
1120- common.gmk: Change G4ODBMS_DEPEND to G4ODBMS_NODDL
1121- globlib.gmk: removed G4ODBMS_DEPEND, modified target "global"
1122
112310th November 1999  Gabriele Cosmo (config-V00-01-05)
1124- binmake.gmk: added path to HEPNumerics/include which was missing.
1125
112629th October 1999  Guy Barrand
1127- architecture.gmk, interactivity.gmk: introduced
1128  "G4_OPACS_WIDGET_SET lesstif" logic to handle the case
1129  of using, on Linux, the bugged lesstif with the non bugged OPACS.
1130
113129th October 1999  Gabriele Cosmo
1132- Introduced fixes for shared library setup (courtesy of F.Carminati).
1133  Modified files: architecture.gmk, common.gmk, globlib.gmk, makeshlib.sh.
1134
113528th October 1999  Gabriele Cosmo (config-V00-01-04)
1136- architecture.gmk: removed G4STREAM and G4STREAM_STREAMBUF_IMPLEMENTATION
1137  flags, now no longer needed. Streambuf implementation is the default for
1138  every platform. (by H.Yoshida)
1139
114026th October 1999  John Allison
1141- Augmented liblist to look for dependencies on auto-generated
1142  headers in $G4TMP.
1143
114426th October 1999  Gabriele Cosmo (config-V00-01-03)
1145- Removed AIX-xlC as default platform for G4SYSTEM in architecture.gmk.
1146  Configuration is still kept but no longer supported.
1147
114826th October 1999  Youhei Morita
1149- architecture.gmk: include $(HEP_ODBMS_DIR)/etc/$(OS).mk instead of
1150  defininig load module separately.  Defined G4ODBMS_LIBS.
1151- binmake.gmk: Use G4ODBMS_LIBS.
1152
115320th October 1999  Gabriele Cosmo (config-V00-01-02)
1154- architecture.gmk: removed option -DOS_NO_TYPEDEF_5 from HP-aCC
1155  OSpace setup. Not anymore needed.
1156
115720th October 1999  John Allison
1158- architecture.gmk: removed G4USE_EXPLICIT_TYPES_IN_TEMPLATES (was needed
1159                    only for HP aCC; now not needed at all).
1160
116119th Octobre 1999  Youhei Morita
1162- common.gmk: Surpress verbose output for G4ODBMS if CPPVERBOSE
1163              is not defined.
1164
11657th October 1999  John Allison (config-V00-01-01)
1166- Removed WARNINGs about granular libraries.  Now standard usage.  Simple
1167  using messages printed.
1168
116917th Sep 1999  Youhei Morita
1170- architecture.gmk: Defined G4TMPSCHEMA_DIR, G4TMPSCHEMA_BOOT
1171                    Added OBJY_LDLIB definition for Objectivity 5.1
1172- binmake.gmk: LDLIBS1 += -lG4persistency
1173- common.gmk: Changed ooddlx boot file option to G4OODDLX_BOOT
1174- globlib.gmk: Changed G4EXAMPLE_BOOT to G4TMPSCHEMA_BOOT
1175- G4ODBMS_BUILD.gmk: Defined HEP_ODBMS_EXPORT for HepODBMS 0.3.0.x
1176
117727th July 1999  Gonzalo Gracia Abril
1178- Changed OSPACELIBS := '-libpath:c:\dev\ospace\lib std-2.1-vc5.0-mt.lib'
1179  to      OSPACELIBS := '-libpath:$(OSPACEDIR)\lib std-2.1-vc5.0-mt.lib'
1180  in architecture.gmk for NT 
1181
118220th July 1999  John Allison (config-V00-01-00)
1183- Added EXTRA_LINK_DEPENDENCIES to binmake.gmk.
1184
11856th July 1999  John Allison (config-01-00-10)
1186- Changed -L/usr/X11/lib to -L/usr/X11R6/lib for Linux.
1187
11886th July 1999  Gunter Folger (config-01-00-09)
1189- Adapt architecture.gmk for use of STL with WIN32-VC
1190  Remove NICE from G4SYSTEM name WIN32-VC in architecture, globlib and
1191  binmake.gmk
1192
11933rd July 1999  John Allison (config-01-00-08a)
1194- Added full-stop after i.e in binmake.gmk.
1195
11962nd July 1999  John Allison (config-01-00-08)
1197- Protected liblist against duplicate library names.
1198
119929th June 1999  Gabriele Cosmo (config-01-00-07)
1200- architecture.gmk: fixed bug in SUN-CC setup concerning XMLIBS and XMFLAGS.
1201  -lXm was missing.
1202
120325th June 1999  Gabriele Cosmo
1204- Use $G4LIB/$G4SYSTEM instead of $G4LIBDIR in binmake.gmk for invoking
1205  liblist and search for libname.map (granular libraries setup).
1206
120724th June 1999  John Allison
1208- Use liblist and libname.map in $G4LIBDIR.
1209
121019th June 1999  John Allison
1211- Removed references to G4Ray in G4VIS_BUILD.gmk and G4VIS_USE.gmk.
1212
12139th June 1999  Gunter Folger
1214- Adapt liblist.c for Windows, all changes contained withing #ifdef WIN32 blocks.
1215
12164th June 1999  John Allison
1217- Corrected USER_DEFINED_LDLIBS action.
1218- Changed `export G4TMP=$(G4TMP);' to `G4TMP=$(G4TMP); export G4TMP;'
1219- Added -I$(G4BASE)/geometry/solids/Boolean/include.
1220- Introduced LDLIBS_PREFINAL (Gunter).
1221
12222nd June 1999  John Allison
1223- Changed more occurrences of := to = to fix crash of liblist at startup.
1224
12251st June 1999  John Allison
1226- Changed LDLIBS2 := to LDLIBS2 = in binmake.gmk.
1227- Reverted $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET) to $(G4TMPDIR).
1228- Added /$(G4TARGET) to liblist -d $(G4WORKDIR)/tmp/$(G4SYSTEM) in binmake.gmk.
1229
123031st May 1999  John Allison
1231- Added -I$(G4BASE)/processes/electromagnetic/lowenergy/include.
1232
123327th May 1999  Gabriele Cosmo (config-01-00-06)
1234- architecture.gmk: set default $G4INSTALL path to $HOME/geant4 (was still referring
1235  to geant4beta...).
1236- Restored default CLHEP_BASE_DIR to /afs/cern.ch/sw/geant4/dev/CLHEP/$G4SYSTEM/pro.
1237- architecture.gmk: added -DG4NOT_ISO_DELETES for NT setup (G.Folger).
1238
123925th May 1999  Gabriele Cosmo
1240- architecture.gmk: fixed bug in SUN-CC setup. Replaced VISLIBS with LOADLIBS to
1241  specify inclusion of socket libraries -lsocket -lnsl.
1242- binmake.gmk: fixed path to libname.map in the definition of LDLIBS2 for the
1243  granular libs setup.
1244
124519th May 1999  John Allison
1246- Force linking of static library, libCLHEP.a.
1247
124818th May 1999  John Allison
1249- Specify -DG4NOT_ISO_DELETES in any case (not just G4USE_STL) and only
1250  for HP, Sun and AIX.
1251
125217th May 1999  Gabriele Cosmo
1253- Added -DG4NOT_ISO_DELETES for DEC and AIX and moved inside G4USE_STL or
1254  G4USE_OSPACE scope for all platforms which need it.
1255- Added path to wrappers for AIX.
1256
125717th May 1999  John Allison
1258- Added -DG4NOT_ISO_DELETES for Sun and HP.
1259- Changed order of -I$(OSPACEDIR)/ospace/std and -I$(OSPACEDIR)/ospace/stl.
1260
126113th May 1999  Gabriele Cosmo (config-01-00-05)
1262- architecture.gmk: G4USE_OSPACE setup is now independent from G4USE_STL which
1263  is now devoted for generic STL setup. Added -DOS_NO_TYPEDEF_5 option to HP-aCC
1264  for ObjectSpace.
1265
126612th May 1999  Gabriele Cosmo
1267- architecture.gmk: modified path to STL wrapper files directory to point to
1268  $RWINC/wrappers/$G4SYSTEM. Wrappers are now differenciated according to
1269  the architecture type.
1270
127111th May 1999  Gabriele Cosmo
1272- architecture.gmk: merged Isidro's OSPACE setup for HP-aCC.
1273  Reorganised OSPACE options by introducing OSPACEINC variable.
1274
127510th May 1999  Guy Barrand
1276- interactivity.gmk ; put OpenGL things after OPACS things to have
1277  correct link order.
1278
127910th May 1999  John Allison
1280- Added -I$(OSPACEDIR)/ospace/stl for Sun.
1281
12827th May 1999  John Allison
1283- Added GREP := grep except for SUN.
1284- Introduced STLInterface/wrappers directory. Testing on OSF+ObjectSpace (G.Cosmo).
1285
12866th May 1999  Gabriele Cosmo
1287- Introduced G4USE_OSPACE for ObjectSpace STL. If defined G4USE_STL is
1288  set as well. Modified architecture.gmk and binmake.gmk.
1289
12906th May 1999  John Allison
1291- Removed extra library for circular dependencies.  Now all solved!
1292
12935th May 1999  Gabriele Cosmo
1294- Fixed typo in architecture.gmk and defined OSPACEDIR to point to the G4
1295  dev area where links to the ObjectSpace installations at CERN have been
1296  created for all platforms. "pro" version points to ObjectSpace 2.1.
1297
12985th May 1999  John Allison
1299- Eliminated all references to RW in the case of G4USE_STL.
1300- Added OSPACE variables.
1301
130228th April 1999  Gabriele Cosmo (config-01-00-04)
1303- architecture.gmk: moved link for CLHEP to "new" to test the new version
1304  1.4 of CLHEP. It will become "pro" again as soon as the new CLHEP will be
1305  validated. NOTE: for DEC-cxx a custom CLHEP installation is used in order
1306  to deactivate the ISO-ANSI options now set by default in CLHEP.
1307
130819th April 1999  Gabriele Cosmo (config-01-00-03)
1309- architecture.gmk: introduced CCFLAGS for all platforms. Set CCFLAGS to
1310  "-Ae +DAportable" for HP-aCC to overcome compilation problems on liblist.c
1311
131218th April 1999  Youhei Morita
1313- architecture.gmk, binmake.gmk: introduced OBJY_LDLIB variable for
1314  defining Objectivity library within G4ODBMS.
1315
131613th April 1999  Gabriele Cosmo
1317- architecture.gmk: added the following options in compilation:
1318  o HP-aCC, SGI-CC: +Onolimit, -Olimit 5000 respectively.
1319    Not suppress any optimization specifying a high or unlimited memory
1320    limitation.
1321  o DEC-cxx: -timplicit_local.
1322    Get rid of the template repository by generating explicit template
1323    instantiations used in the code with internal linkage.
1324   
132513th April 1999  John Allison
1326- In binmake.gmk: - moved libmap target to source/GNUmakefile.
1327                  - extensive tidying.
1328
132912th April 1999  John Allison
1330- In liblist.c:  - fixed bug to distinguish, e.g., track from tracking.
1331                 - improved printing.
1332                 - improved "Usage" comments.
1333                 - improved protection against bad input format.
1334- In binmake.gmk, used $(ECHO) to solve platform dependency of echo.
1335- In binmake.gmk for granular libraries:
1336   - fully implemented -d option.
1337   - Gave /tmp files a unique name.
1338   - Removed repeated libraries - no longer necessary, all circular
1339       dependencies seem solved.
1340
13419th April 1999  Frank Behner
1342- Fixed bug in liblist in -d option
1343- Changed binmake.gmk to use liblist -d
1344
134518th February 1999  John Allison
1346- Added G4USE_STL flag.
1347- Added code for linking granular libraries.
1348
13491st January 1999  Gunter Folger (config-01-00-02)
1350- Add FCLIBS for SUN.
1351
1352January 29th 1999 - John Allison (config-01-00-01)
1353- Changed rd44 to sw/geant4.
1354
1355December 15th, 1998 - G.Cosmo (config-00-04-11)
1356- Added G4_HAVE_BOOL to DEC-cxx.
1357- Cosmetic changes.
1358
1359December 12th, 1998 - J.Allison (config-00-04-10)
1360- Fixed bug in OGLFLAGS and OGLLIBS user override mechanism.
1361
1362December 11th, 1998 - J.Allison (config-00-04-09)
1363- Removed -fnonstd for SUN-CC.
1364
1365December 10th, 1998 - G.Cosmo (config-00-04-08)
1366- architecture.gmk: introduced $G4DATA variable which can be user
1367  defined. Default is set to $G4INSTALL/data.
1368- architecture.gmk: introduced $G4LEVELGAMMADATA set as default to
1369  $G4DATA/PhotonEvaporation.
1370- globlib.gmk: fixed minor bug (courtesy of V.Krylov).
1371
1372December 10th, 1998 - J.Allison (config-00-04-07)
1373- architecture.gmk: allowed environment variables OGLFLAGS and OGLLIBS.
1374
1375December 7th, 1998 - S.Tanaka, G.Cosmo (config-00-04-06)
1376- architecture.gmk: fixed setting of VISLIBS.
1377
1378December 7th, 1998 - S.Tanaka
1379- Update of architecture.gmk and G4VIS_USE.gmk:
1380  In SUN-CC, "-L/usr/lib -lsocket -lnsl"  is  moved from X11LIBS to VISLIBS.
1381
1382December 5th, 1998 - G.Cosmo (config-00-04-05)
1383- architecture.gmk: introduced -fnonstd compiler option for SUN-CC.
1384  This option causes non-standard initialization of floating-point
1385  arithmetic hardware; it enables hardware traps for floating-point
1386  overflow, division by zero, and invalid operation exceptions.
1387
1388December 4th, 1998 - G.Barrand
1389- architecture.gmk: corrected paths for HepVis and HepInventor.
1390- interactivity.gmk: fixed setup for LOAD_IV.
1391
1392December 3rd, 1998 - S.Tanaka
1393- Revision to make compilation of DAWN (network) driver
1394  at Solaris and IRIX automatic. See below.
1395- Added the following line to SUN-CC and SGI-CC
1396  CPPFLAGS += -DSOCKET_IRIX_SOLARIS
1397- Added -L/usr/lib -lsocket -lnsl  in X11LIBS for SUN-CC.
1398  (This place is strange. But I cannot think of a better place.)
1399
1400December 3rd, 1998 - J.Allison (config-00-04-04)
1401- Set G4STREAM for all platforms.
1402- Set G4STREAM_STREAMBUF_IMPLEMENTATION for selected platforms.
1403
1404December 3rd, 1998 - S.Sadilov
1405- Updated architecture.gmk : G4STREAM_STREAMBUF_IMPLEMENTATION for WIN32.
1406- Updated globlib.gmk : right incremental LIB for WIN32.
1407
1408December 1st, 1998 - G.Cosmo (config-00-04-03)
1409- Updated architecture.gmk and binmake.gmk: G4SYSTEM revision.
1410- Added +DAportable compiler option to HP-aCC setup to support HPPA 2.0
1411  for PA8000 CPUs.
1412
1413December 1st, 1998 - J.Allison (config-00-04-02)
1414- Added generators/include to binmake.gmk.
1415
1416November 30th, 1998 - J.Allison (config-00-04-01)
1417- Added neutron_hp/include to binmake.gmk.
1418- CLHEP_BASE_DIR and RWBASE for WIN32 (Serguei Sadilov).
1419
1420November 18th, 1998 - J.Allison (config-00-03-06)
1421- Changed CXXFLAGS for DEC6-AFS debug from -g to -gall.
1422
1423October 30th, 1998 - G.Cosmo (config-00-03-05)
1424- architecture.gmk: added G4STREAM_STREAMBUF_IMPLEMENTATION variable. (G.Barrand)
1425- G4UI_BUILD.gmk: removed G4UI_BUILD_XM_REDIRECT_COUT. (G.Barrand)
1426
1427October 13th, 1998  J.Allison (config-00-03-04)
1428- Changed ifdef G4_USE_G4STREAM to ifneq ($(findstring AIX,$(G4SYSTEM)),AIX)
1429
1430October 13th, 1998  J.Allison (config-00-03-03)
1431- Removed G4VIS_DONT_USE. (G.Barrand)
1432- Added if G4_USE_G4STREAM, CPPFLAGS += -DG4STREAM. (M.Nagamatu)
1433
1434October 9th  J.Allison (config-00-03-02)
1435- Tagged.
1436
1437October 2nd, 1998 - M.Asai
1438- G4_NO_STORE_TRAJECTORY option is added to architecture.gmk.
1439
1440September 30th, 1998 - G.Barrand
1441- G4VIS_USE.gmk: bracket everything with "ifndef G4VIS_DONT_USE" in order
1442  to be able to disconnect easily visualization for tests programs.
1443
1444September 18th, 1998 - G.Cosmo (config-00-03-01)
1445- architecture.gmk: introduced G4DUMMY_VARIABLE to hide $(shell)
1446  command not compatible with the new version 3.77 of GMAKE (G.Folger).
1447
1448September 14th, 1998 - G.Cosmo
1449- binmake.gmk: placed digits+hits library in the correct link order
1450  according to the category diagram.
1451
1452August 31st, 1998 - G.Cosmo (config-00-02-05)
1453- architecture.gmk: Changed first CPPFLAGS statement from := to +=,
1454  to allow additional CPPFLAGS to be defined by the user. Needed for test
1455  (F.Behner)
1456- binmake.gmk: Added EXTRALIBS to allow a user to add own libraries in the
1457  link path. Needed for test.
1458  (F.Behner)
1459- binmake.gmk: inverted link order of processes and particles libraries
1460  which was wrong. (G.Cosmo)
1461
1462August 26th, 1998 - John Allison (config-00-02-04)
1463- Backed out 22nd August change (G4UIGAG as default) - G4UIterminal
1464  is now default.
1465
1466August 24th, 1998 - Y.Morita (config-00-02-03)
1467- globlib.gmk: added $(G4LIBDIR)/lib$(name).a for target "global".
1468
1469August 22nd, 1998 - J.Allison (config-00-02-02)
1470- Set GAG variables by default.
1471
1472August 11th, 1998 - G.Cosmo (config-00-02-01)
1473- Tagged.
1474
1475August 7th, 1998 - John Allison/Michel Maire.
1476- Added -I/usr/include before -I/usr/local/include to OGLFLAGS for DEC-AFS.
1477- Changed -lGl to -lMesaGL, etc., for DEC-AFS.
1478
1479August 6th, 1998 - John Allison
1480- Added UILIBS := to G4UI_USE.gmk and VISLIBS := to G4VIS_USE.gmk.
1481
1482August 5th, 1998 - Guy Barrand
1483- Added LOAD_XM = 1 and LOAD_XAW = 1 to G4UI_USE.gmk.
1484
1485July 30th, 1998 - G.Cosmo (config-b01)
1486- globlib.gmk: added phony target "wipe_libs". Now target "global"
1487  effectively deletes all existent granular libraries.
1488- common.gmk: archiving of libraries is silent now by default.
1489
1490July 23th, 1998 - Y.Morita (config-00-01-16)
1491- globlib.gmk: fixed target "global" for G4ODBMS
1492- binmake.gmk: fixes for Win/NT.
1493
1494July 20th, 1998 - John Allison (config-00-01-15)
1495- Removed LDFLAGS += -Wl,-Bstatic for G++-Linux introduced by Larry
1496  Felawka on July 10th for g++ 2.8.  No longer thought to be necessary.
1497
1498July 19th, 1998 - G.Cosmo (config-00-01-14)
1499- common.gmk: introduced CPPVERBOSE flag.
1500- architecture.gmk: protected creation of $G4SCHEMA_DIR and
1501  $G4EXAMPLE_BOOT_DIR directories with G4ODBMS.
1502- binmake.gmk: fixed bug in creation of $G4TARGET.
1503
1504July 18th, 1998 - G.Cosmo (config-00-01-13)
1505- Added fix to binmake.gmk for WIN32-VC-NICE (G.Folger)
1506
1507July 16th, 1998 - John Allison
1508- Added GNU_GCC makefile flags where omitted.
1509
1510July 15th, 1998 - Youhei Morita (config-00-01-12)
1511- architecture.gmk  added G4EXAMPLE_BOOT_DIR and G4EXAMPLE_BOOT
1512- globlib.gmk  revised cleandb target
1513
1514July 14th, 1998 - Peter Urban (config-00-01-11)
1515- added two Perl scripts that correct STEP exchange files.
1516
1517July 14th, 1998 - Youhei Morita (config-00-01-10)
1518- architecture.gmk  added definition of G4SCHEMA_DIR
1519- globlib.gmk  added new target G4SCHEMA.FDDB for G4ODBMS
1520
1521July 10th, 1998 - Youhei Morita (config-00-01-09)
1522- binmake.gmk  added following to INCFLAGS
1523      -I$(G4BASE)/persistency/digits+hits/hits/include \
1524      -I$(G4TMP)/$(G4SYSTEM)/G4phits \
1525- binmake.gmk  moved persistency include path to ifdef G4ODBMS block
1526
1527July 10th, 1998 - John Allison??
1528- binmake.gmk  added geometry/solids/STEPinterface/include
1529
1530July 10th, 1998 - Youehi Morita (config-00-01-08)
1531- globlib.gmk  added new targets 'headers' and 'd_files' for G4ODBMS
1532- common.gmk   added new target 'headers'
1533               added $(schema_hh) dependency to $(G4TMPDIR)/%.o
1534- binmake.gmk  added INCFLAGS, LDLIBS and LDFLAGS for G4ODBMS
1535
1536July 10th, 1998 - L.Felawka
1537- architecture.gmk: updated compilation flags for g++.
1538
1539July 9th, 1998 - G.Cosmo (config-00-01-07)
1540- Removed bug in "all" target in globlib.gmk, introduced recently.
1541- Modified "all" target in globlib.gmk to handle G4ODBMS.
1542- Added fix for G4ODBMS to common.gmk.
1543
1544July 9th, 1998 - Youehi Morita
1545- Added G4ODBMS_BUILD.gmk for HepODBMS and Objectivity/DB CPPFLAGS.
1546
1547July 7th, 1998 - John Allison (config-00-01-06)
1548- Incorporated Makoto's patches for ifndef G4UI_BUILD_TERMINAL_SESSION and
1549  ifndef G4UI_USE_TERMINAL.
1550
1551July 7th, 1998 - G.Cosmo (config-00-01-05)
1552- Added $(schema_hh) target and dependency to it in case of G4ODBMS
1553  set when building .d files.
1554
1555July 7th, 1998 - John Allison (config-00-01-04)
1556- Tagged.
1557
1558July 7th, 1998 - Guy Barrand
1559- Introduced interactivity.gmk.
1560
1561July 6th, 1998 - J.Allison (config-00-01-03)
1562- Added G4UI_BUILD.gmk and G4UI_BUILD.gmk.
1563
1564July 6th, 1998 - G.Cosmo (config-00-01-02)
1565- Introduced "glob" and "objs" targets in globlib.gmk. Modified
1566  rule to build global library, does not depend anymore on "libs".
1567  (by J.Allison)
1568- Moved G4VIS_USE.gmk and G4VIS_BUILD.gmk from source/visualization.
1569 
1570July 3rd, 1998 - G.Cosmo (config-00-01-01)
1571- Created
Note: See TracBrowser for help on using the repository browser.