source: trunk/geant4/config/History @ 721

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

maj par rapport a cvs

File size: 60.7 KB
Line 
1$Id: History,v 1.312 2008/01/15 11:14:58 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 January 2007, Laurent Garnier
20 - common.gmk : Added a function to autogenerate the moc files for Qt driver
21 - WIN32-VC : Added flags to build Qt driver on windows
22
2315th January 2008  Gabriele Cosmo (config-V09-01-00)
24- Added commented lines for OpenGL setup in Darwin-g++.gmk for MacOS
25  10.5 Leopard, pending fix from Apple.
26
2711th December 2007  Gabriele Cosmo (config-V09-00-12)
28- Corrected setup for GDML on WIN32-VC to allow for building DLLs.
29
3030th November 2007  Ben Morgan (config-V09-00-11)
31- Updated Configure script to handle Qt UI build.
32- Updated internal scripts for Configure accordingly.
33
3422nd November 2007  Gabriele Cosmo (config-V09-00-10)
35- Corrected addition of lXercesC and Zlib libraries in binmake.gmk.
36- Added special case for WIN32-VC for names of XercesC libraries in architecture.gmk.
37- Use 'gfortran' instead of 'g77' in Darwing-g++.gmk script. (I.McLaren)
38
3919th November 2007  Gabriele Cosmo (config-V09-00-09)
40- Added "qmd" hadronic model to binmake.gmk.
41
4216th November 2007  Laurent Garnier (config-V09-00-08)
43- Updated setup for Qt in Linux-g++.gmk and Darwin-g++.gmk scripts to
44  support both Qt3 and Qt4.
45
4615th November 2007  Ben Morgan (config-V09-00-07)
47- Updated Configure script to handle new 'gdml' sub-module and new data
48  libraries (G4ABLADATA and new G4EMLOW version).
49- Updated internal scripts for Configure accordingly.
50
512nd November 2007  Gabriele Cosmo (config-V09-00-06)
52- Introduced G4LIB_BUILD_GDML/G4LIB_USE_GDML flags to trigger compilation
53  of the new persistency/gdml sub-module. Added setup for XERCESC.
54  Required path XERCESCROOT to XERCESC installation if G4LIB_BUILD_GDML
55  is set. Added "persistency/gdml" include path to binmake.gmk
56- Added setup for QT in UI scripts, and specific QT paths and setup in
57  Darwin-g++.gmk. (L.Garnier)
58
5910th October 2007  Gunter Folger (config-V09-00-05)
60- Added "incl" (Liege cascade) hadronic model module to binmake.gmk.
61 
6216th August 2007  Gabriele Cosmo (config-V09-00-04)
63- Corrected definition of OUT internal variable to allow for proper
64  linking also of unit tests.
65
6615th August 2007  Gabriele Cosmo (config-V09-00-03)
67- Added "rpg" hadronic model module to binmake.gmk.
68
6913th August 2007  Gabriele Cosmo (config-V09-00-02)
70- SUN-CC.gmk: forced -xO2 as optimisation level.
71
7218th July 2007  Gabriele Cosmo (config-V09-00-01)
73- liblist.c: fixed problem affecting recent CygWin installations on
74  Windows in parsing the buffer for the generation of libname.map.
75- binmake.gmk: defined OUT internal variable specifying the proper
76  compilation/linking option to Unix or Windows compilers: '-o '
77  and '/Fe' respectively.
78
7911th July 2007  Makoto Asai (config-V09-00-00)
80- Added digits_hits/scorer sub-directory to binmake.gmk.
81
8228th June 2007  Gabriele Cosmo (config-V08-03-04)
83- Updated Configure scripts to fix installation issue when installation
84  path is different from source path and headers are not installed.
85- Cleared <TAB> characters from .gmk scripts where not necessary.
86
8722nd June 2007  Gabriele Cosmo (config-V08-03-03)
88- Corrected binmake.gmk for having error_propagation in INCFLAGS properly
89  included in search path.
90- Updated internal scripts for Configure to cope with new environment
91  variable G4NEUTRONHPDATA.
92
9318th June 2007  Ben Morgan (config-V08-03-02)
94- Fixed Configure internal script to get rid of searching old physics_list
95  module at installation.
96
9727th May 2007  Gabriele Cosmo (config-V08-03-01)
98- Added "lll_fission" hadronic model module to binmake.gmk.
99
10012th May 2007  Gabriele Cosmo (config-V08-03-00)
101- Added "error_propagation" module to binmake.gmk.
102- Removed G4LIB_BUILD_LISTS flag. Physics lists are built by default.
103
10421st March 2007  Gabriele Cosmo
105- Added "biasing" module to binmake.gmk.
106
10728th February 2007  Gabriele Cosmo (config-V08-02-00)
108- Protected generation of dependencies using internal 'make' variable
109  MAKECMDGOALS in binmake.gmk and common.gmk, following suggestion made
110  in problem report #930.
111  This protection resolves the problem of generation of dependencies when
112  issueing the 'clean' target.
113
1143rd November 2006  Gunter Folger (config-V08-01-07)
115- architecture.gmk: added G4LIB_BUILD_LISTS with default value 1 to build physics lists.
116- binmake.gmk: added physics lists include directories to INCFLAGS.
117
11815th October 2006  Makoto Asai (config-V08-01-06)
119- binmake.gmk: added 'processes/scoring' module.
120
12110th October 2006  Gabriele Cosmo (config-V08-01-05)
122- Darwin-g++.gmk: use standard -echo- command.
123  Removed ECHO overloaded variable.
124
1255th October 2006  Gabriele Cosmo (config-V08-01-04)
126- liblist.c: added .dylib search for list of libraries.
127  Addressing problem report #885.
128
1293rd October 2006  Gabriele Cosmo (config-V08-01-03)
130- architecture.gmk: added variables for commands: echo, cat, cut, sed;
131  to be eventually overloaded in system dependent configurations.
132- WIN32-VC.gmk: overload commands [echo, grep, cat, cut, sed], to force
133  usage of the original CygWin built-in commands.
134
13521st September 2006  Vladimir Ivantchenko (config-V08-01-02)
136- binmake.gmk: added electromagnetic/polarisation module.
137
13818th August 2006  Gabriele Cosmo (config-V08-01-01)
139- Linux-icc: corrected G4RUNPATHOPTION flag to allow linking of applications
140  with shared libraries.
141
14218th August 2006  Gabriele Cosmo (config-V08-01-00)
143- Linux-icc: updated setup to support icc-9.X series.
144
14513th June 2006  Gabriele Cosmo (config-V08-00-02)
146- Removed defaults for X11, XM, XAW flags in architecture.gmk and added
147  explicit settings in sys/*.gmk setups protected by ifndef statements for
148  optional customisation.
149- Upgraded Configure internal scripts.
150
15124th April 2006  Gabriele Cosmo (config-V08-00-01)
152- binmake.gmk: fixed old-standing warning on WIN32-VC for file extension of
153  target object file. Defined TARGOBJEXT internal variable defining the
154  actual extension: .o for UNIX, .OBJ for Windows platforms.
155
1566th April 2006  Gabriele Cosmo (config-V08-00-00)
157- Darwin-g++: corrected linker options for generation of dynamic libraries.
158  Now dynamic libraries on MacOSX finally work. Tested on MacOS 10.4.5 with
159  gcc-4.0.1.
160
16112th December 2005  Gabriele Cosmo (config-V07-01-07)
162- binmake.gmk: added workaround to allow for physics-lists to link
163  with DLLs on Windows.
164
1657th December 2005  Gabriele Cosmo (config-V07-01-06)
166- Added G4LIB_NO_SHARED protection for cases where installation of
167  shared libs are not allowed.
168
1692nd December 2005  Gabriele Cosmo (config-V07-01-05)
170- Replaced -GX with -EHsc compilation option in WIN32-VC setup for
171  porting on VC++8 compiler.
172
17329th November 2005  Gabriele Cosmo (config-V07-01-04)
174- Added -D_CRT_SECURE_NO_DEPRECATE to WIN32-VC setup to allow for
175  porting on VC++8 compiler.
176
17721st November 2005  Makoto Asai (config-V07-01-03)
178- binmake.gmk: added 'digits_hits/utils' module to INCFLAGS.
179
1805th October 2005 John Allison (config-V07-01-02)
181- G4VIS*.gmk: added G4VIS_BUILD_RAYTRACERX_DRIVER and G4VIS_USE_RAYTRACERX.
182
18329th July 2005 Mark Donszelmann (config-V07-01-01)
184- Synchronized CXXFLAGS warning options of WIN32-g++ with Linux-g++.
185
18618th July 2005 Gabriele Cosmo (config-V07-01-00)
187- Excluded usage of unnecessary 'ranlib' at creation of the libraries for
188  WIN32-VC system. Fixes an observed problem of debug-symbols corruption.
189
19016th June 2005 Sergey Sadilov (config-V07-00-05)
191- Updated Configure script and support files:
192  o Added new data sets for low-energy-EM and elastic data.
193  o Set unique entry point for path to data.
194  o Updated variable settings for g3tog4 and zlib.
195
19615th June 2005 Gunter Folger (config-V07-00-04)
197- Changed clean(_..) targets to be :: rules, to allow multiple clean targets.
198
19910th June 2005 Gabriele Cosmo (config-V07-00-03)
200- Updated configuration script SUN-CC.gmk:
201  o Removed obsolete compilation option -ptr$(G4TREP) for redirection to
202    template repository, no longer necessary.
203  o Added -lsunmath to LOADLIBS now required with CLHEP-1.9.X for static
204    libraries.
205
20617th May 2005 Gabriele Cosmo (config-V07-00-02)
207- Corrected settings of G4LIB_BUILD/USE_ZLIB:
208  o G4LIB_BUILD_ZLIB is mandatory for Windows, if zlib is required;
209  o if G4LIB_BUILD_ZLIB is set, the G4-zlib module is used (all platforms);
210  o if only G4LIB_USE_ZLIB is set, the system zlib is used (UNIX only);
211  o if none is set, zlib is not used (all platforms).
212- Updated compilation options on Darwin-g++, now similar to Linux-g++ setup.
213- Still requiring tag "source-gmk-V07-00-01" for source/GNUmakefile to build
214  the g3tog4 module.
215
21613th May 2005 Gabriele Cosmo (config-V07-00-01)
217- Added G4LIB_BUILD_ZLIB/G4LIB_USE_ZLIB. Modified architecture.gmk
218  and binmake.gmk scripts.
219- Changed G4USE_G4TOG4 to G4LIB_USE_G3TOG4 to conform to standard flag names.
220  Requires tag "source-gmk-V07-00-01" for source/GNUmakefile to build the
221  g3tog4 module.
222
22310th May 2005 John Allison (config-V07-00-00)
224- Made OPENGLXM require OPENGLX.
225
2268th December 2004 John Allison (config-V06-02-03)
227- Darwin-g++.gmk: fixes on setup for dynamic libraries.
228
22930th November 2004 Gabriele Cosmo (config-V06-02-02)
230- binmake.gmk: added electromagnetic/highenergy module to INCLUDE path.
231
23227th November 2004 Gabriele Cosmo (config-V06-02-01)
233- binmake.gmk: added parameterisations/trd_clusters and
234  parameterisations/gflash modules to INCLUDE path.
235
23629th October 2004 Gabriele Cosmo (config-V06-02-00)
237- Archived setup for Windows/VC++6. WIN32-VC now corresponds to WIN32-VC7.
238  Archived WIN32-VC7.gmk.
239- Removed strict compilation options for SUN-CC and thread specific.
240
24112th October 2004 John Allison
242- Darwin-g++.gmk : added -lXi to X11LIBS.
243
24408th July 2004 Guy Barrand
245- Darwin-g++.gmk : correct options to build granular shared libs.
246  Have "-undefined define_a_way" instead of "-undefined error" since
247  granular libs are not linked for the moment.
248
24923rd June 2004 Gabriele Cosmo (config-V06-01-10)
250- Updated win32def.c program to fix retrivial of public static data for
251  building DLLs on Windows (G.Barrand).
252- Updated Configure scripts.
253
25417th June 2004 Gabriele Cosmo (config-V06-01-09)
255- Darwin-g++.gmk: use twolevel_namespace and GLOBLIBS for shared-libs
256  build on MacOS. Shared-libs build are possible only global libraries
257  and requires shared-lib version of CLHEP build with compatible options
258  (G.Barrand).
259
26014th June 2004 Gabriele Cosmo (config-V06-01-08)
261- architecture.gmk: added specification for G4LIB_USE_DLL.
262
26311th June 2004 Gabriele Cosmo (config-V06-01-07)
264- binmake.gmk: activated shared-libs mechanism for Windows platforms;
265  forced creation of static library for examples/applications for the
266  usage with DLLs.
267
2688th June 2004 Gabriele Cosmo (config-V06-01-06)
269- binmake.gmk: restored global lib for interfaces which was missing
270  from linking list.
271- common.gmk, globlib.gmk: fixed clean/clean_libs target.
272- architecture.gmk: added definition of G4LIB_BUILD_DLL flag.
273- WIN32-VC.gmk: added targets for DLLs build.
274- Linux-g++.gmk: made -O2 the default optimisation mode.
275  Archived temporary setup Linux-gO2 introduced in "config-V06-01-01".
276
2777th June 2004 Gabriele Cosmo (config-V06-01-05)
278- Corrected setup for WIN32-VC7 for building of DLLs.
279- Cosmetics in build printout...
280
2811st June 2004 Gabriele Cosmo (config-V06-01-04)
282- binmake.gmk, added include paths to new hadronic models for
283  abrasion, em_dissociation, de_excitation/ablation and
284  de_excitation/fission.
285- architecture.gmk: updated comments to header.
286
28726th May 2004 Mark Donszelmann (config-V06-01-03)
288- Fixed small problem in previous fix.
289
29026th May 2004  Gunter Folger (config-V06-01-02)
291- binmake.gmk: fixed problem for WIN32 such that also LDLIBS (including
292  EXTRALIBS) will be mangled to replace -L by its WIN32 correspondance
293  libpath.
294
29511th May 2004  Gabriele Cosmo (config-V06-01-01)
296- Added new experimental setup for Linux-g++ using -O2 optimisation
297  as default. To trigger this setup G4SYSTEM must be set to "Linux-gO2".
298  It also includes (deactivated by default) Pentium4 chip specific options
299  for using chips-specific floating-point arithmetics based on the SSE unit.
300
3018th April 2004  Guy Barrand
302- architecture.gmk: revisited Inventor default. Removed HEPVis dependencies
303  (Inventor visualization driver does not need these libraries any longer).
304
3057th April 2004  Guy Barrand
306- Darwin-g++.gmk:
307  o Corrected options to build shared libraries (.dyn); use
308    "-dynamic -single_module" to have faster startup when Geant4 is
309    embedded in an external framework.
310  o Corrected options to retrieve Motif.
311
3125th April 2004  Gabriele Cosmo (config-V06-01-00)
313- architecture.gmk: added check for definition of LDFLAGS.
314  Fixes bug report #603.
315
31624th February 2004  Gabriele Cosmo (config-V06-00-03)
317- Fixed link rpath definition in Linux-icc.gmk.
318
31911th February 2004  Gabriele Cosmo (config-V06-00-02)
320- Added configuration file Linux-icc.gmk for Intel/icc compiler
321  on Linux systems.
322
32310th February 2004  Guy Barrand
324- WIN32-VC7.gmk: added material to build shared libs for Windows (DLLs).
325- Added program win32def.c to help building DLLs, built from
326  source/GNUmakefile through a specialised target and placed in
327  $G4LIB/$G4SYSTEM.
328- source/materials/GNUmakefile: modified to provide an example of macro
329  GLOBLIBS used by the DLL builder in order to have global lib dependencies.
330
3319th February 2004  Gunter Folger (config-V06-00-01)
332- architecture.gmk:
333  o Protect OGLFLAGS against containing -I/usr/include; this may cause
334    wrong includes to be picked up.
335   
33626th January 2004  Guy Barrand (config-V06-00-00)
337- Darwin-g++.gmk:
338  o Use "g++" as a default compiler (in order to take the MacOSX
339    default compiler).
340  o Corrected procedure for building .dylib shared libs.
341    Previous default Linux commands do not work on MacOSX.
342
34318th November 2003  Gabriele Cosmo (config-V05-02-05)
344- Updated binmake.gmk to include new hadronics modules.
345  Coworks with "ghad-V05-02-00" and HEAD of processes/GNUmakefile.
346
3474th November 2003  Gabriele Cosmo (config-V05-02-04)
348- Include removal of OPACS setup. Cowork with tags "interfaces-V05-02-00"
349  and "vis-V05-02-02".
350
35129th October 2003  Gabriele Cosmo (config-V05-02-03)
352- binmake.gmk:
353  o Added particles/utils module.
354- Does NOT include removal of OPACS setup yet.
355
35622th October 2003  Guy Barrand
357- OPACS : rm interfaces OPACS related things.
358
35917th October 2003  Guy Barrand
360- OPACS being (for long) deprecated, the OPACS related things
361  had been removed in the Geant4 repository.
362
36330th September 2003  Gabriele Cosmo (config-V05-02-02)
364- architecture.gmk, binmake.gmk:
365  o Added geometry/navigation module.
366  o Removed setup for STEP, now archived.
367  o Adopt new module and library "digits_hits", replacing "digits+hits".
368- Configure installation script:
369  o Fixed correct default name for data sets.
370  o Implemented automatic detection of OpenGL and CLHEP installations.
371  o Fixed behavior of script on Windows system, corrected definition of
372    paths and defaults.
373  o Cleared not allowed configuration drivers.
374
37519th September 2003  Gabriele Cosmo (config-V05-02-01)
376- binmake.gmk:
377  o added processes/cuts module.
378- architecture.gmk:
379  o fixed setup for OpenInventor libraries.
380
3811st July 2003  Gabriele Cosmo (config-V05-02-00)
382- WIN32-VC.gmk, WIN32-VC7.gmk:
383  o reinstated options "-D_CONSOLE -D_WIN32 -DOS" to allow correct
384    treatment/opening of data files from applications.
385
38624th June 2003  Gabriele Cosmo (config-V05-01-05)
387- Added UI32LIBS to interactivity.gmk to handle UI libraries on WIN32
388  platforms.
389- Added libraries for OpenGL and UI to default setup of WIN32-VC and
390  WIN32-VC7. Removed some obsolete compilation options.
391
39218th June 2003  Gabriele Cosmo (config-V05-01-04)
393- Removed flag G4USE_STD_NAMESPACE from specific setups in sys.
394  Follows migration from G4std apported in source/global and whole code.
395
39616th June 2003  Gabriele Cosmo
397- binmake.gmk: added module geometry/divisions in $INCFLAGS list.
398
39911th June 2003  Gunter Folger (config-V05-01-03)
400- G4VIS_BUILD.gmk, G4VIS_USE.gmk, G4UI_BUILD.gmk, G4UI_USE.gmk, and
401  sys/{Linux-g++,SU-CC}.gmk:
402  When building shared libraries needing external libs like OpenGL...,
403  add these at shared library building, so these libs know about these
404  dependency and have this resolved.
405
4066th June 2003  Gabriele Cosmo (config-V05-01-02)
407- architecture.gmk and specific setups in sys: get rid of G4_HAVE_BOOL
408  macro. Now using default 'bool' type, defined in all supported compilers.
409
41028th May 2003  Gabriele Cosmo (config-V05-01-01)
411- architecture.gmk, binmake.gmk: added flags G4LIB_BUILD_STEP/G4USE_STEP
412  to make optional the compilation of the STEP library and interface module.
413  By default the libraries will not be built.
414
41531st March 2003  Gabriele Cosmo (config-V05-01-00)
416- Added more strict compiler options for Linux-g++ platform.
417- Removed obsolete usage of GNU_GCC specific option for g++ compilers.
418
41922nd January 2003  Gabriele Cosmo (config-V05-00-00)
420- Added experimental setup WIN32-VC7.gmk for Windows .NET VC++ compiler.
421- Generalised identification of WIN32 specific setups in core scripts.
422- Forced silent generation of dependencies (added -w option to calls to g++).
423
4244th December 2002  Gabriele Cosmo (config-V04-01-08)
425- Removed obsolete setup for ObjectSpace-STL (G4USE_OSPACE and related
426  variables). Removed obsolete variable G4USE_STL.
427- Updated Configure scripts.
428
4292nd December 2002  John Allison (config-V04-01-07)
430- common.gmk, binmake.gmk: New dependency file algorithm that avoids
431  leaving corrupt .d files when #include'd files cannot be found.
432- Removed obsolete schema targets in common.gmk.
433
43425th November 2002  Gabriele Cosmo (config-V04-01-06)
435- Removed ODBMS setup. Now library for persistency is built as part of the
436  kernel and specific implementations for persistency have been moved to
437  examples. Setup for ODBMS no more required. G4USE_HEPODBMS is no longer
438  used.
439- Updated configuration file AIX-xlC.gmk to port code on AIX with xlC 6.0
440  (K.Murakami).
441
44222nd November 2002  Gabriele Cosmo (config-V04-01-05)
443- liblist.c:
444  o Enhanced script to provide the whole list of installed libraries
445    in the correct order, without requiring parsing of dependencies.
446    The functionality is achieved by invoking "liblist" with option '-m",
447      i.e. - liblist -m [libpath] < libname.map
448    where [libpath] is the path where libraries are placed
449    (i.e. $G4LIB/$G4SYSTEM).
450- binmake.gmk:
451  o Use "liblist -m [libpath]" to retrieve the list of libraries to link in
452    case headers are installed in $G4INCLUDE, and granular libraries are used.
453- G4UI_USE.gmk, G4VIS_USE.gmk:
454  o Protected specification of -I paths for headers, in case $G4INCLUDE is
455    used. A single -I$G4INCLUDE path will be used for compilation in such case.
456
45716th November 2002  Hans-Peter Wellisch
458- binmake.gmk:
459  o Added hadronic/models/cascade/cascade and
460    hadronic/models/generator/scattering include paths.
461
4628th November 2002  Gabriele Cosmo (config-V04-01-04)
463- Darwin-g++.gmk:
464  o Updated setup to support MacOS 10.2 (H.Burkhardt).
465
46630th October 2002  Gabriele Cosmo (config-V04-01-03)
467- architecture.gmk:
468  o Issue an error if G4SYSTEM is not defined in the environment or not valid.
469  o Define G4LIB_BUILD_G3TOG4 and G4USE_G3TOG4 for optional installation and
470    usage of the g3tog4 module.
471  o Updated list of supported systems/compilers.
472- binmake.gmk:
473  o Include path and library for g3tog4 module only if G4USE_G3TOG4 is defined.
474    Implies proper handling of G4USE_G3TOG4 in source/GNUmakefile.
475- Removed obsolete OSPACE setup for WIN32-VC, HP-aCC, DEC-cxx. Still kept for
476  platforms with ODBMS setup.
477- SUN-CC.gmk: removed -L/usr/lib path specification from LOADLIBS definition.
478
47910th September 2002  Gabriele Cosmo (config-V04-01-02)
480- Linux-g++.gmk: added assignment 'CC := gcc' for default 'cc' compiler.
481
48226th August 2002  Gabriele Cosmo (config-V04-01-01)
483- binmake.gmk: added include path to persistency/run/include which was
484  missing. Removed unnecessary processes/general/include.
485
4868th July 2002  John Allison
487- liblist.c: added protection and warning for file/directory not found
488  in parsedir.  Also small cosmetic improvements.
489
4904th July 2002  Gabriele Cosmo (config-V04-01-00)
491- Upgraded WIN32-g++ to compile with -ansi and gcc-2.95.3 for most recent versions
492  of CygWin.
493
49426th June 2002  Gabriele Cosmo (config-V04-00-10)
495- Moved STEP PERL scripts to examples/extended/geometry/cad/scripts.
496- Updated scripts for Configure.
497
49818th June 2002  Gabriele Cosmo (config-V04-00-09)
499- Added -DG4USE_OSPACE for obsolete systems using ObjectSpace STL.
500
50117th June 2002  Gabriele Cosmo (config-V04-00-08)
502- Added flag G4NO_ISO_VECDIST for compilers (SUN-CC, HP-aCC) with non ISO
503  call to vector::distance() method.
504
50514th June 2002  Gabriele Cosmo (config-V04-00-07)
506- binmake.gmk: added include path to "leading_particle" hadronic module.
507  Retagged with correct numbering...
508
5093rd May 2002  Gabriele Cosmo (config-V04-00-06)
510- liblist.c: added patch to port code on MacOS-X.
511  Defined buffer[BUFSIZE] as "char static".
512- Added Darwin-g++.gmk configuration file for MacOS-X systems running
513  with GNU g++ compiler.
514- Removed SUN-CC4.gmk configuration file, no longer supported.
515- Updated description header to system configuration files.
516
51727th March 2002  Gabriele Cosmo (config-V04-00-05)
518- binmake.gmk: added include path to new module geometry/biasing.
519  Co-works with "geometry-V04-00-01" and "transport-V04-00-00".
520
52126th March 2002  Gabriele Cosmo (config-V04-00-04)
522- liblist.c: cancelled changes made in previous tag.
523  Restored usage of function 'gets(buffer)', correctly adopted in this case.
524
52514th March 2002  Gabriele Cosmo (config-V04-00-03)
526- liblist.c: replaced usage of function 'gets(buffer)' with the safer
527  'fgets(buffer,BUFSIZE,stdin)'.
528
5299th March 2002  John Allison (config-V04-00-02)
530- Fixed bug in G4VIS_USE.gmk for G4VIS_USE_OPENGLWIN32.
531- Corrected perl script g4sort_step_file.pl to specify correct path for perl.
532
53307th February 2002 Gabriele Cosmo (config-V04-00-01)
534- liblist.c: added flags __CYGWIN__ and __CYGWIN32__ for triggering proper
535  parsing algorithm on Windows systems, also on most recent versions of Cygwin.
536- WIN32-VC.gmk: use g77 instead of f77 as default fortran compiler.
537
53825th January 2002 Gabriele Cosmo (config-V04-00-00)
539- sys/HP-aCC.gmk: removed include path to global/management/include/std/wrappers,
540  which was unused and not neccessary.
541
54210th December 2001 Gabriele Cosmo (config-V03-02-15)
543- architecture.gmk:
544  o updated list of supported compilers
545  o removed obsolete setup for STL ObjectSpace and STLport for Win/VC++.
546- binmake.gmk: activated mechanism for using $G4INCLUDE effectively for
547  building examples/applications. Currently activated only for global compound
548  libraries; for granular libraries it requires re-engineering of liblist,
549  feature which will be added in future.
550  This mechanism allows to considerably reduce the compilation/linking command
551  length and the number of -I options fed to the compiler.
552- Added G4PROFILE options to Linux-g++ and Linux-egcs setups.
553- Removed binmake.EXTRALIBS.README, now part of User's Guide.
554- Updated sources for Configure installation script.
555
5563rd December 2001 Guy Barrand (config-V03-02-14)
557- G4VIS_USE.gmk : -lG4HepRep replaced by -lG4visHepRep.
558
55929th November 2001 Gabriele Cosmo (config-V03-02-13)
560- Removed SUN-CC5.gmk configuration file. Now replaced by SUN-CC architecture
561
56221st Novemver 2001 Gabriele Cosmo (config-V03-02-12)
563- On top of "config-V03-02-11", added paths in binmake.gmk including
564  new hadronic models for cascade, CHIPS and coherent_elastic.
565  Does not include changes to analysis.gmk.
566
56719th November 2001 Guy Barrand
568- analysis.gmk : then remove all system specifc flags, have
569   only the AIDA ones. Have G4ANALYSIS_USE to drive the insertion of
570   CPP and libs in the Geant4 GNUmakefile system.
571
57219th November 2001  John Allison  (config-V03-02-11)
573- Does not include Guy's changes of 16rd November.
574- Re-instated creation of CPPFLAGS (see 6th November) but conditonal
575  on existence of corresponding environment variable.  If no environmet
576  variable is set, CPPFLAGS += -DG4UI_USE_TERMINAL.
577
57816rd November 2001  Guy Barrand
579- analysis.gmk : add flags to use an AIDA 2.2 compliant analysis system.
580
5816th November 2001  John Allison  (config-V03-02-10)
582- Removed CPPFLAGS += -DG4UI_USE_GAG -DG4UI_USE_TCSH -DG4UI_USE_TERMINAL.
583
5846th November 2001  John Allison  (config-V03-02-09)
585- Removed references to HepRep, added code for HepRepFile, thus
586  needed by vis-V03-02-15.
587
58823rd October 2001  Gabriele Cosmo  (config-V03-02-08)
589- Merged changes in "config-V03-02-07" for removal of STLInterface.
590
59122nd October 2001  Gabriele Cosmo  (config-V03-02-06b)
592- binmake.gmk: added include path for geometry/verification
593  according to tag "geometry-V03-02-01".
594
5951st October 2001  Gabriele Cosmo  (config-V03-02-06a)
596- binmake.gmk: removed include path for processes/electromagnetic/integral
597  according to tag "em-V03-02-02".
598
59930th September 2001  Gabriele Cosmo  (config-V03-02-07)
600- Removed references to STLInterface module in architecture.gmk
601  and architecture setups. Coworks with tag "global-V03-02-03" where
602  STLInterface module has been removed.
603
60429th August 2001  John Allison/Joseph Perl  (config-V03-02-06)
605- Needed by vis-V03-02-14.
606- First developers release of HepRep graphics driver.
607
60827th August 2001  John Allison
609- Tidied HepRep configuration in G4VIS*, moving stuff to interactivity.gmk.
610
61124th August 2001  Joseph Perl  (config-V03-02-05)
612- Introduced HepRep graphics driver
613
61411th August 2001  John Allison  (config-V03-02-04)
615- Re-engineered G4UI variables.  Coworks with interfaces-V03-02-00.
616- Introduced environment variable G4UI_NONE that, if set, no UI
617  sessions nor any UI libraries are built, not even libG4UIbasic.a nor
618  libG4UIcommon.a.  (This would only happen in a pure batch job or,
619  perhaps, in a user framework having its own UI system.)
620- Removed the need to specify environment variables for UI sessions
621  which do not need external packages or libraries, namely :
622    G4UI_BUILD_GAG_SESSION
623    G4UI_BUILD_TERMINAL_SESSION
624  with associated G4UI_USE environment variables:
625    G4UI_USE_GAG
626    G4UI_USE_TCSH
627    G4UI_USE_TERMINAL
628  In other words, the above environment variables become redundant and are
629  ignored. 
630  For backwards compatibility, unless G4UI_NONE is set, the corresponding
631  G4UI_USE C-pre-processor variables are automatically set.  Also, the
632  C-pre-processor variables G4UI_BUILD and G4UI_USE are set.
633- As before, environment variables for other sessions still need positive
634  setting of their G4UI_BUILD and G4UI_USE environment variables.  In this
635  category are:
636    G4UI_BUILD_WIN32_SESSION
637    G4UI_BUILD_WO_SESSION
638    G4UI_BUILD_XAW_SESSION
639    G4UI_BUILD_XM_SESSION
640  with associated G4UI_USE environment variables:
641    G4UI_USE_WIN32
642    G4UI_USE_WO
643    G4UI_USE_XAW
644    G4UI_USE_XM
645- Note: The user must still instantiate and SessionStart only *one*
646  session, but if it is to be one in the category needing external
647  packages or libraries, the corresponding G4UI_USE must be set to
648  trigger inclusion oflibraries.  Otherwise the user need not set any
649  environment variables.
650
6513rd August 2001 Gabriele Cosmo (config-V03-02-03)
652- architecture.gmk:
653  o updated list of supported systems/compilers.
654  o made Linux-g++ architecture the default G4SYSTEM. Replaced SUN-CC.
655- Added SUN-CC4.gmk for old SUN architectures based on CC-4.2 compiler.
656- Added Linux-egcs for old Linux architectures based on egcs-1.1.2 compiler.
657- Made SUN-CC.gmk a copy of SUN-CC5.gmk (kept for backward compatibility,
658  will be removed soon). CC-5.2 compiler is now the default on SUN systems.
659- Made Linux-g++.gmk specific to gcc-2.95.2 compiler, from now on the default
660  compiler on Linux systems.
661
6621st August 2001 Gabriele Cosmo (config-V03-02-02)
663- Included recent updates to scripts sources for 'Configure'.
664
66527th July 2001  John Allison  (config-V03-02-01)
666- Introduced environment variable G4VIS_NONE that, if set, no visualization
667  drivers are built and no vis libraries are built, not even
668  libG4vis_management.  (libG4modeling is still built.)  The C-pre-processor
669  variables G4VIS_BUILD and G4VIS_USE are *not* set.
670- Removed the need to specify environment variables for visualization drivers
671  which do not need external packages or libraries, namely :
672      G4VIS_BUILD_DAWNFILE_DRIVER
673      G4VIS_BUILD_RAYTRACER_DRIVER
674      G4VIS_BUILD_VRMLFILE_DRIVER
675      G4VIS_BUILD_ASCIITREE_DRIVER
676      G4VIS_BUILD_GAGTREE_DRIVER
677    with associated G4VIS_USE environment variables:
678      G4VIS_USE_DAWNFILE
679      G4VIS_USE_RAYTRACER
680      G4VIS_USE_VRMLFILE
681      G4VIS_USE_ASCIITREE
682      G4VIS_USE_GAGTREE
683  In other words, the above environment variables become redundant and are
684  ignored. 
685  For backwards compatibility, unless G4VIS_NONE is set, the corresponding
686  G4VIS_USE C-pre-processor variables are automatically set.  Also, the
687  C-pre-processor variables G4VIS_BUILD and G4VIS_USE are set.
688- As before, environment variables for other drivers still need positive
689  setting of their G4VIS_BUILD and G4VIS_USE environment variables.  In this
690  category are:
691      G4VIS_BUILD_DAWN_DRIVER
692      G4VIS_BUILD_OPACS_DRIVER
693      G4VIS_BUILD_OPENGLX_DRIVER
694      G4VIS_BUILD_OPENGLWIN32_DRIVER
695      G4VIS_BUILD_OPENGLXM_DRIVER
696      G4VIS_BUILD_OIX_DRIVER
697      G4VIS_BUILD_OIWIN32_DRIVER
698      G4VIS_BUILD_VRML_DRIVER
699    with associated G4VIS_USE environment variables:
700      G4VIS_USE_DAWN
701      G4VIS_USE_OPACS
702      G4VIS_USE_OPENGLX
703      G4VIS_USE_OPENGLWIN32
704      G4VIS_USE_OPENGLXM
705      G4VIS_USE_OIX
706      G4VIS_USE_OIWIN32
707      G4VIS_USE_VRML
708  In this case G4VIS_NONE must *not* be set.
709- Added binmake.EXTRALIBS.README.
710
7115th July 2001 Youhei Morita (config-V03-02-00)
712- Linux-g++.gmk: Use -pedantic (G.Cosmo)
713- Linux-g++.gmk, SUN-CC.gmk, SUN-CC5.gmk: added -DG4std in G4DDLX_FLAGS
714
71529th June 2001 Gabriele Cosmo (config-V03-01-10)
716- Updated source scripts for 'Configure'.
717
71826th June 2001 Youhei Morita (config-V03-01-09)
719- globlib.gmk: added block for copying headers for persistency in $G4INCLUDE
720  when invoking the 'includes' target.
721
72225th June 2001 Youhei Morita (config-V03-01-08)
723- Restored lib_d target (again) in common.gmk with a protection of G4ODBMS.
724- Linux-g++.gmk (G.Cosmo)
725  o Commented out -ansi setup for public release
726  o Fixed logic for activating G4OODDLX_FLAGS on egcs compiler
727
72822nd June Gabriele Cosmo (config-V03-01-07)
729- common.gmk (G.Folger):
730  o removed lib_d target (again).
731  o restored G4SKIP_DEPEND.
732- Linux-g++.gmk:
733  o added temporary cludge for identify compiler version
734    and define G4DDLX_FLAGS for egcs-1.1.2.
735- binmake.gmk:
736  o added mechanism to correctly handle include paths when source headers
737    are centrally installed in $G4INCLUDE. Temporarly disabled, requires
738    update (re-design?) of liblist.c to properly generate the list of
739    libraries from the map.
740    Once activated, also G4UI_USE.gmk, G4VIS_USE.gmk and analysis.gmk
741    have to be modified accordingly.
742
74322nd June 2001 Youhei Morita (config-V03-01-06)
744- Restored lib_d target in common.gmk with a protection of G4ODBMS.
745- Get rid of G4SKIP_DEPEND in binmake.gmk.
746- Comment out G4DDLX_FLAGS options in sys/Linux-g++.gmk for gcc-2.95.2.
747
74821st June 2001 Gunter Folger (config-V03-01-05)
749- Removed bin_d and lib_d targets and thus the re-start of make.
750
75121st June 2001 Gunter Folger (config-V03-01-04)
752- common.gmk, binmake.gmk: run gmake via $(MAKE).
753
75419th June 2001 John Allison (config-V03-01-03)
755- Added GAG_TREE to G4VIS_BUILD.gmk and G4VIS_USE.gmk.
756
75720th June 2001 (Japan Time - still 19th in Europe!)
758               Youhei Morita (config-V03-01-02)
759- A few bug fixes in binmake.gmk, common_objy.gmk, sys/SUN-CC5.gmk,
760  sys/Linux-g++.gmk, sys/Win32-g++.gmk.
761
76219th June 2001 Gabriele Cosmo
763- Removed G4_NO_CBRT flag from WIN32-VC setup. No more necessary.
764
76530th May 2001 Gunter Folger
766- Do changes for persistency from Youhei: common.gmk is now split in three,
767  one general, and one for specific for transient and persistent each.
768  Dependencies now much better handled in persistency.
769
7702nd May 2001 Gabriele Cosmo (config-V03-01-01)
771- Added options "-Wall -ansi -pedantic" to Linux-g++ setup.
772
77310th April 2001  John Allison  (config-V03-01-00)
774- Added G4VIS_BUILD_ASCIITREE_DRIVER and G4VIS_USE_ASCIITREE to G4VIS*gmk.
775
77622nd March 2001 Gunter Folger (config-V03-00-03)
777- binmake.gmk, only store in executable PATH to libs from example/test;
778  other libs should be taken/found from LD_LIBRARY_PATH
779- sys/{Linux-g++,SUN-CC}.gmk: enable storing of PATH to libs in executable
780
78106th March 2001 Gabriele Cosmo (config-V03-00-02)
782- binmake.gmk: added include path for processes/electromagnetic/integral
783  the new subcategory introduced with tag em-V03-00-04.
784
78513th February 2001 Gabriele Cosmo (config-V03-00-01)
786- binmake.gmk: added include path for processes/photolepton_hadron
787  which was missing!
788
78908th January 2001 Gabriele Cosmo (config-V03-00-00)
790- sys/WIN32-VC.gmk: introduced -GR compiler option to allow usage of
791  dynamic casting and type-info at run-time.
792
79313th December 2000 Gunter Folger (config-V02-00-14)
794- common.gmk: fix to rule for building dependencies, parsing is skip
795  if $(dependencies) is empty.
796- globlib.gmk: added "includes" to PHONY target list and fixed typo.
797- Added comments to "includes" rules.
798
7998th December 2000 Gabriele Cosmo (config-V02-00-13)
800- Changed G4LIB_BUILD_ARCHIVE to G4LIB_BUILD_STATIC in architecture.gmk,
801  common.gmk and globlib.gmk.
802
8037th December 2000 Gabriele Cosmo (config-V02-00-12)
804- Added options to SUN-CC5.gmk to handle multithreading and persistency.
805
8065th December 2000 Youhei Morita (config-V02-00-11)
807- Introduced GPPFLAGS to set -M or -MM according to G4ODBMS.
808
8095th December 2000 Gabriele Cosmo (config-V02-00-10)
810- Restored -MM option to g++ for making dependencies. -M was introduced in
811  tag config-V02-00-02 to allow dependency search on system headers as well
812  (#include<...> statements). This however introduces serious clashes with
813  Objectivity schema generation for the persistency module.
814
8154th December 2000 Gunter Folger (config-V02-00-09)
816- Disable G4RUNPATHOPTION (internal variable) for all but SUN. This is/will
817  be used when linking with G4 shared libraries to store the path to these
818  libraries in the executable.
819
8201st December 2000  Gabriele Cosmo (config-V02-00-08)
821- Added G4UI_USE_TCSH and related settings to G4UI_USE.gmk (M.Maire).
822- Merged SUN-CC6.gmk to SUN-CC5.gmk and removed SUN-CC6.gmk.
823
8241st December 2000  Gunter Folger (config-V02-00-07)
825- Change -M to -M -MG in common.gmk, binmake.gmk. This will output a "correct"
826  dependency file even when missing  header files are missing. Correct in the
827  sense that liblist will work, and that the missing header is supposed to be
828  (made) in the source directory.
829
83017th November 2000  Gunter Folger (config-V02-00-06)
831- Link with CLHEP using -L/-l instead of absolute filename; this allows
832  to link with shared lib of Anaphe, or static lib of Geant4.
833- Added shared-lib settings to sys configurations.
834
83514th November 2000  Gabriele Cosmo (config-V02-00-05)
836- Added reference to new "parameterisations" top category.
837  Modified files: binmake.gmk.
838- Removed makeshlib.sh script, now obsolete.
839
8407th November 2000  Guy Barrand
841- analysis.gmk : renamed OpenScientist things to "Lab" ;
842  Lab is the concrete package where analysis is done.
843
8443rd November 2000  Gunter Folger (config-V02-00-04)
845- common.gmk: fix for shared-library build.
846- common.gmk, globlib.gmk: added rules for "includes" gmake target.
847- architecture.gmk: introduced new user settable variable G4INCLUDE
848  to specify path where headers (files or symbolic-links) should be installed.
849
8501st November 2000  Guy Barrand
851- analysis.gmk: declared Lizard.
852
85324th October 2000  Gunter Folger (config-V02-00-03)
854- architecture.gmk, common.gmk, globlib.gmk, sys/*:
855  o merged building shared libraries into makefiles.
856    The MAKESHLIB script is no longer used.
857- Introduced new variables steering the building of archive/shared libs:
858   G4LIB_BUILD_SHARED
859   G4LIB_BUILD_ARCHIVE  (still default)
860     note that G4MAKESHLIB set will internally set G4LIB_BUILD_SHARED for
861     backwards compatiblity.
862- Introduced new variable (G4LIB_USE_GRANULAR) to force using of granular
863  libraries, even when libG4global.a/.so exists.
864
86514th September 2000  Guy Barrand
866- Introduced changes to handle analysis module.
867  o added analysis.gmk.
868  o sys/Linux-g++.gmk: added macro DLDLIBS for library dynamic loading.
869  o binmake.gmk: added inclusion of analysis.gmk.
870  o binmake.gmk: place LDLIBS3 += $(ANALYSISLIBS) after LDLIBS3 += $(INTYLIBS).
871
87222nd August 2000  John Allison (config-V02-00-02)
873- Changed -MM to -M in dependency file making in binmake.gmk and common.gmk.
874  This causes dependencies of both #include "..." and #include <...> to be
875  followed.  This is the safer option, since some users might/should use,
876  e.g., #include <g4std/...>, but even these files change sometime.
877
87822nd August 2000  Gunter Folger
879- globlib.gmk: fix for protection from infinite loops when a dir does
880  not exist (G.Folger).
881
8821st August 2000  Gabriele Cosmo (config-V02-00-01)
883- Added setup WIN32-g++ for Windows/NT/9X with Cygwin and g++ compiler.
884  Configuration non officially supported (courtesy of S.Agostinelli and
885  IST group, Genova).
886
88724th July 2000  Gabriele Cosmo (config-V02-00-00)
888- Added path to g3tog4 for global libs.
889
89023rd May 2000  John Allison (config-V01-01-04)
891- Added -I$(G4BASE)/processes/hadronic/models/radiative_decay/include to
892  binmake.gmk.
893
89419th May 2000  Gabriele Cosmo (config-V01-01-03)
895- architecture.gmk:
896  o changed -pic option to -KPIC for SUN architectures.
897  o fixed HP-aCC setup to cope with new CLHEP version 1.5.
898  o implemented modular setup. Now system specific configurations are
899    grouped in separated files $G4SYSTEM.gmk and placed in the new
900    directory config/sys.
901
9027th April 2000  Gabriele Cosmo (config-V01-01-02)
903- binmake.gmk: added include path to the new directory
904  geometry/solids/specific.
905- Updated PERL script g4step_correct.pl for parsing STEP files.
906
90730th March 2000  Gabriele Cosmo (config-V01-01-01)
908- makeshlib.sh:
909  o added few corrections to the script in order to allow
910    creation of shared libraries without need of the static archive on
911    platforms which allow this.
912  o added section for SunOS systems.
913  (courtesy of I.G.Caballero)
914- architecture.gmk:
915  o on SUN-CC and SUN-CC5, added -pic to CXXFLAGS for building shared
916    libraries.
917
91821st March 2000  Gabriele Cosmo
919- makeshlib.sh: corrected invokation of compiler for HP-aCC setup.
920  Changed CC to aCC (fixes bug-report #68).
921
92213th March 2000  Gabriele Cosmo (config-V01-01-00)
923- architecture.gmk: corrected FCLIBS for Linux-g++
924  o added -lg2c -lnsl and removed -lf2c.
925
92614th February 2000  Gabriele Cosmo (config-V01-00-02)
927- architecture.gmk: added option '+W823' to HP-aCC compilation setup to
928  discard warnings for macros parameter definition as used in the new
929  NIST STEP reader.
930- binmake.gmk: moved $EXTRALIBS to be included on top of the linking list,
931  just after the user application library.
932
93331st January 2000  Gabriele Cosmo (config-V01-00-01)
934- Added control for the Ray-tracer driver. Introduced G4VIS_USE_RAYTRACER
935  in G4VIS_USE.gmk and G4VIS_BUILD_RAYTRACER_DRIVER in G4VIS_BUILD.gmk (M.Asai).
936- binmake.gmk: fixed dependency order for compound libraries.
937  Moved -lG4particles and -lG4materials downstream in the list.
938- architecture.gmk: added G4NO_OPTIMISE for allowing compilation without
939  any level of optimisation or debug. G4DEBUG if defined takes precedence.
940  G4DEBUG and G4OPTIMISE are now defined also as CPPFLAGS.
941
9423rd January 2000  Gabriele Cosmo (config-V01-00-00)
943- Syncronized with HEAD.
944
94516th December 1999  John Allison
946- Cosmetic improvement to echo line in binmake.gmk.
947
9487th December 1999  Gabriele Cosmo (config-V00-01-19)
949- architecture.gmk: minor fix on OSPACELIBS path for Win/NT.
950
9515th December 1999  Youhei Morita (config-V00-01-18)
952- architecture.gmk: defined G4OODDLX_FLAGS
953- common.gmk: use G4OODDLX_FLAGS
954
9555th December 1999  Gabriele Cosmo (config-V00-01-17)
956- architecture.gmk: fixes for Win/NT.
957  o fixed path for OSPACELIBS
958  o removed -DG4NOT_ISO_DELETES flag
959
9603rd December 1999  Gabriele Cosmo (config-V00-01-16)
961- architecture.gmk: set G4_HAVE_BOOL for SUN-CC5.
962
9633rd December 1999  Youhei Morita
964- common.gmk: fixed minor typo in G4OODDLX_SCHEMA_NAME
965
9661st December 1999  Gabriele Cosmo (config-V00-01-15)
967- architecture.gmk:
968  o added new G4SYSTEM flavor SUN-CC5, used for testing on the new C++
969    compiler v5.0 on SunOS. Requires ISO/ANSI-C++ installation and native
970    STL by default. Compatibility with old no ISO/ANSI code is assured
971    through the -compat compiler option and the usage of ObjectSpace STL
972    (i.e. G4USE_OSPACE set).
973  o added new flag G4NO_STD_NAMESPACE.
974    HP-aCC setup with native STL assumes the ISO-ANSI installation by default,
975    the new flag should be explicitly set in the environment to avoid this.
976  o upgraded SGI-CC setup to IRIX 6.5.5, CC 7.2.1 and ObjectSpace STL.
977    Tests on this configuration has NOT been tested though.
978
9791st December 1999  Youhei Morita
980- architecture.gmk: added G4EXAMPLE_BOOT and G4EXAMPLE_FD
981- common.gmk: copy only the .hh files
982- binmake.gmk: added persistent include paths
983               added new targed cleandb, newboot, newfd
984               added G4SKIP_DEPEND for dependencies
985
98629th November 1999  Youhei Morita
987- architecture.gmk: added G4SYSTEM to G4SCHEMA_DIR, G4TMPSCHEMA_DIR
988- common.gmk: changed G4SCHEMA_HEADER_DIR from G4TMPSCHEMA_INCLUDE to G4TMPDIR
989              added target install_schema for schema copying
990- globlib.gmk: create schema header files at G4TMPDIR, then install
991
99229th November 1999  John Allison
993- Introduced LDLIBS2EXTRA so that granular libraries are not
994  expanded too soon.
995
99625th November 1999  Gabriele Cosmo (config-V00-01-14)
997- architecture.gmk: redefined OSPACEDIR as OSPACE_BASE_DIR to conform to
998  an omogeneous format. Added existence check for OSPACE and CLHEP paths.
999
100023rd November 1999  Gabriele Cosmo (config-V00-01-13)
1001- architecture.gmk: added setup for ISO/ANSI installation on DEC-cxx.
1002  If using native STL (i.e. G4USE_OSPACE not set), G4USE_STD_NAMESPACE is
1003  implicitly defined and a strict-ANSI installation is assumed. Note that
1004  in this case, also CLHEP must have been installed in strict-ANSI mode.
1005
100620th November 1999  Youhei Morita (config-V00-01-12)
1007- common.gmk: added G4OODDLX_SCHEMA_NAME to use Geant4 named schema
1008
100919th November 1999  Youhei Morita
1010- liblist.c: avoid coredumps when it was given non-existing directly.
1011
101218th November 1999  Gabriele Cosmo (config-V00-01-11)
1013- architecture.gmk: added -e option to $ECHO for Linux-g++ setup.
1014
101517th November 1999  John Allison (config-V00-01-10)
1016- binmake.gnk: added isotope_production/include to -I list (Hans-Peter).
1017
101817th November 1999  Youhei Morita (config-V00-01-09)
1019- moved schema header files to G4INSTALL/schema/include
1020  architecture.gmk: introduced G4SCHEMA_INCLUDE and G4TMPSCHEMA_INCLUDE
1021  common.gmk: introduced G4SCHEMA_HEADER_DIR and G4SCHEMA_SRC_DIR
1022  globlib.gmk: added tmp schema header copying
1023
102415th November 1999  Gabriele Cosmo (config-V00-01-08)
1025- Tagged.
1026
102714th November 1999  Youhei Morita
1028- globlib.gmk: moved contruction of libmap for G4ODBMS to
1029               source/GNUmakefile
1030
103112th November 1999  Youhei Morita
1032- common.gmk: introduced G4ODBMS_DEPEND and G4SKIP_DEPEND for
1033              better handling of dependencies
1034- globlib.gmk: use G4ODBMS_DEPEND, automatic rebuilding of libmap
1035
103611th November 1999  Gabriele Cosmo (config-V00-01-07)
1037- Migration RWT->G4RWT performed:
1038  o Removed every occurence of Rogue-Wave from configuration, replaced
1039    RWBASE with G4STLBASE. Modified scripts: architecture.gmk, common.gmk
1040    and binmake.gmk.
1041  o Made setup for Native-STL the default, removed test on conditional
1042    flag G4USE_STL.
1043  o Removed setup for Win/NT-g++, no longer supported.
1044
104510th November 1999  Youhei Morita (config-V00-01-06)
1046- binmake.gmk: added path to persistency/global/include.
1047- common.gmk: Change G4ODBMS_DEPEND to G4ODBMS_NODDL
1048- globlib.gmk: removed G4ODBMS_DEPEND, modified target "global"
1049
105010th November 1999  Gabriele Cosmo (config-V00-01-05)
1051- binmake.gmk: added path to HEPNumerics/include which was missing.
1052
105329th October 1999  Guy Barrand
1054- architecture.gmk, interactivity.gmk: introduced
1055  "G4_OPACS_WIDGET_SET lesstif" logic to handle the case
1056  of using, on Linux, the bugged lesstif with the non bugged OPACS.
1057
105829th October 1999  Gabriele Cosmo
1059- Introduced fixes for shared library setup (courtesy of F.Carminati).
1060  Modified files: architecture.gmk, common.gmk, globlib.gmk, makeshlib.sh.
1061
106228th October 1999  Gabriele Cosmo (config-V00-01-04)
1063- architecture.gmk: removed G4STREAM and G4STREAM_STREAMBUF_IMPLEMENTATION
1064  flags, now no longer needed. Streambuf implementation is the default for
1065  every platform. (by H.Yoshida)
1066
106726th October 1999  John Allison
1068- Augmented liblist to look for dependencies on auto-generated
1069  headers in $G4TMP.
1070
107126th October 1999  Gabriele Cosmo (config-V00-01-03)
1072- Removed AIX-xlC as default platform for G4SYSTEM in architecture.gmk.
1073  Configuration is still kept but no longer supported.
1074
107526th October 1999  Youhei Morita
1076- architecture.gmk: include $(HEP_ODBMS_DIR)/etc/$(OS).mk instead of
1077  defininig load module separately.  Defined G4ODBMS_LIBS.
1078- binmake.gmk: Use G4ODBMS_LIBS.
1079
108020th October 1999  Gabriele Cosmo (config-V00-01-02)
1081- architecture.gmk: removed option -DOS_NO_TYPEDEF_5 from HP-aCC
1082  OSpace setup. Not anymore needed.
1083
108420th October 1999  John Allison
1085- architecture.gmk: removed G4USE_EXPLICIT_TYPES_IN_TEMPLATES (was needed
1086                    only for HP aCC; now not needed at all).
1087
108819th Octobre 1999  Youhei Morita
1089- common.gmk: Surpress verbose output for G4ODBMS if CPPVERBOSE
1090              is not defined.
1091
10927th October 1999  John Allison (config-V00-01-01)
1093- Removed WARNINGs about granular libraries.  Now standard usage.  Simple
1094  using messages printed.
1095
109617th Sep 1999  Youhei Morita
1097- architecture.gmk: Defined G4TMPSCHEMA_DIR, G4TMPSCHEMA_BOOT
1098                    Added OBJY_LDLIB definition for Objectivity 5.1
1099- binmake.gmk: LDLIBS1 += -lG4persistency
1100- common.gmk: Changed ooddlx boot file option to G4OODDLX_BOOT
1101- globlib.gmk: Changed G4EXAMPLE_BOOT to G4TMPSCHEMA_BOOT
1102- G4ODBMS_BUILD.gmk: Defined HEP_ODBMS_EXPORT for HepODBMS 0.3.0.x
1103
110427th July 1999  Gonzalo Gracia Abril
1105- Changed OSPACELIBS := '-libpath:c:\dev\ospace\lib std-2.1-vc5.0-mt.lib'
1106  to      OSPACELIBS := '-libpath:$(OSPACEDIR)\lib std-2.1-vc5.0-mt.lib'
1107  in architecture.gmk for NT 
1108
110920th July 1999  John Allison (config-V00-01-00)
1110- Added EXTRA_LINK_DEPENDENCIES to binmake.gmk.
1111
11126th July 1999  John Allison (config-01-00-10)
1113- Changed -L/usr/X11/lib to -L/usr/X11R6/lib for Linux.
1114
11156th July 1999  Gunter Folger (config-01-00-09)
1116- Adapt architecture.gmk for use of STL with WIN32-VC
1117  Remove NICE from G4SYSTEM name WIN32-VC in architecture, globlib and
1118  binmake.gmk
1119
11203rd July 1999  John Allison (config-01-00-08a)
1121- Added full-stop after i.e in binmake.gmk.
1122
11232nd July 1999  John Allison (config-01-00-08)
1124- Protected liblist against duplicate library names.
1125
112629th June 1999  Gabriele Cosmo (config-01-00-07)
1127- architecture.gmk: fixed bug in SUN-CC setup concerning XMLIBS and XMFLAGS.
1128  -lXm was missing.
1129
113025th June 1999  Gabriele Cosmo
1131- Use $G4LIB/$G4SYSTEM instead of $G4LIBDIR in binmake.gmk for invoking
1132  liblist and search for libname.map (granular libraries setup).
1133
113424th June 1999  John Allison
1135- Use liblist and libname.map in $G4LIBDIR.
1136
113719th June 1999  John Allison
1138- Removed references to G4Ray in G4VIS_BUILD.gmk and G4VIS_USE.gmk.
1139
11409th June 1999  Gunter Folger
1141- Adapt liblist.c for Windows, all changes contained withing #ifdef WIN32 blocks.
1142
11434th June 1999  John Allison
1144- Corrected USER_DEFINED_LDLIBS action.
1145- Changed `export G4TMP=$(G4TMP);' to `G4TMP=$(G4TMP); export G4TMP;'
1146- Added -I$(G4BASE)/geometry/solids/Boolean/include.
1147- Introduced LDLIBS_PREFINAL (Gunter).
1148
11492nd June 1999  John Allison
1150- Changed more occurrences of := to = to fix crash of liblist at startup.
1151
11521st June 1999  John Allison
1153- Changed LDLIBS2 := to LDLIBS2 = in binmake.gmk.
1154- Reverted $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET) to $(G4TMPDIR).
1155- Added /$(G4TARGET) to liblist -d $(G4WORKDIR)/tmp/$(G4SYSTEM) in binmake.gmk.
1156
115731st May 1999  John Allison
1158- Added -I$(G4BASE)/processes/electromagnetic/lowenergy/include.
1159
116027th May 1999  Gabriele Cosmo (config-01-00-06)
1161- architecture.gmk: set default $G4INSTALL path to $HOME/geant4 (was still referring
1162  to geant4beta...).
1163- Restored default CLHEP_BASE_DIR to /afs/cern.ch/sw/geant4/dev/CLHEP/$G4SYSTEM/pro.
1164- architecture.gmk: added -DG4NOT_ISO_DELETES for NT setup (G.Folger).
1165
116625th May 1999  Gabriele Cosmo
1167- architecture.gmk: fixed bug in SUN-CC setup. Replaced VISLIBS with LOADLIBS to
1168  specify inclusion of socket libraries -lsocket -lnsl.
1169- binmake.gmk: fixed path to libname.map in the definition of LDLIBS2 for the
1170  granular libs setup.
1171
117219th May 1999  John Allison
1173- Force linking of static library, libCLHEP.a.
1174
117518th May 1999  John Allison
1176- Specify -DG4NOT_ISO_DELETES in any case (not just G4USE_STL) and only
1177  for HP, Sun and AIX.
1178
117917th May 1999  Gabriele Cosmo
1180- Added -DG4NOT_ISO_DELETES for DEC and AIX and moved inside G4USE_STL or
1181  G4USE_OSPACE scope for all platforms which need it.
1182- Added path to wrappers for AIX.
1183
118417th May 1999  John Allison
1185- Added -DG4NOT_ISO_DELETES for Sun and HP.
1186- Changed order of -I$(OSPACEDIR)/ospace/std and -I$(OSPACEDIR)/ospace/stl.
1187
118813th May 1999  Gabriele Cosmo (config-01-00-05)
1189- architecture.gmk: G4USE_OSPACE setup is now independent from G4USE_STL which
1190  is now devoted for generic STL setup. Added -DOS_NO_TYPEDEF_5 option to HP-aCC
1191  for ObjectSpace.
1192
119312th May 1999  Gabriele Cosmo
1194- architecture.gmk: modified path to STL wrapper files directory to point to
1195  $RWINC/wrappers/$G4SYSTEM. Wrappers are now differenciated according to
1196  the architecture type.
1197
119811th May 1999  Gabriele Cosmo
1199- architecture.gmk: merged Isidro's OSPACE setup for HP-aCC.
1200  Reorganised OSPACE options by introducing OSPACEINC variable.
1201
120210th May 1999  Guy Barrand
1203- interactivity.gmk ; put OpenGL things after OPACS things to have
1204  correct link order.
1205
120610th May 1999  John Allison
1207- Added -I$(OSPACEDIR)/ospace/stl for Sun.
1208
12097th May 1999  John Allison
1210- Added GREP := grep except for SUN.
1211- Introduced STLInterface/wrappers directory. Testing on OSF+ObjectSpace (G.Cosmo).
1212
12136th May 1999  Gabriele Cosmo
1214- Introduced G4USE_OSPACE for ObjectSpace STL. If defined G4USE_STL is
1215  set as well. Modified architecture.gmk and binmake.gmk.
1216
12176th May 1999  John Allison
1218- Removed extra library for circular dependencies.  Now all solved!
1219
12205th May 1999  Gabriele Cosmo
1221- Fixed typo in architecture.gmk and defined OSPACEDIR to point to the G4
1222  dev area where links to the ObjectSpace installations at CERN have been
1223  created for all platforms. "pro" version points to ObjectSpace 2.1.
1224
12255th May 1999  John Allison
1226- Eliminated all references to RW in the case of G4USE_STL.
1227- Added OSPACE variables.
1228
122928th April 1999  Gabriele Cosmo (config-01-00-04)
1230- architecture.gmk: moved link for CLHEP to "new" to test the new version
1231  1.4 of CLHEP. It will become "pro" again as soon as the new CLHEP will be
1232  validated. NOTE: for DEC-cxx a custom CLHEP installation is used in order
1233  to deactivate the ISO-ANSI options now set by default in CLHEP.
1234
123519th April 1999  Gabriele Cosmo (config-01-00-03)
1236- architecture.gmk: introduced CCFLAGS for all platforms. Set CCFLAGS to
1237  "-Ae +DAportable" for HP-aCC to overcome compilation problems on liblist.c
1238
123918th April 1999  Youhei Morita
1240- architecture.gmk, binmake.gmk: introduced OBJY_LDLIB variable for
1241  defining Objectivity library within G4ODBMS.
1242
124313th April 1999  Gabriele Cosmo
1244- architecture.gmk: added the following options in compilation:
1245  o HP-aCC, SGI-CC: +Onolimit, -Olimit 5000 respectively.
1246    Not suppress any optimization specifying a high or unlimited memory
1247    limitation.
1248  o DEC-cxx: -timplicit_local.
1249    Get rid of the template repository by generating explicit template
1250    instantiations used in the code with internal linkage.
1251   
125213th April 1999  John Allison
1253- In binmake.gmk: - moved libmap target to source/GNUmakefile.
1254                  - extensive tidying.
1255
125612th April 1999  John Allison
1257- In liblist.c:  - fixed bug to distinguish, e.g., track from tracking.
1258                 - improved printing.
1259                 - improved "Usage" comments.
1260                 - improved protection against bad input format.
1261- In binmake.gmk, used $(ECHO) to solve platform dependency of echo.
1262- In binmake.gmk for granular libraries:
1263   - fully implemented -d option.
1264   - Gave /tmp files a unique name.
1265   - Removed repeated libraries - no longer necessary, all circular
1266       dependencies seem solved.
1267
12689th April 1999  Frank Behner
1269- Fixed bug in liblist in -d option
1270- Changed binmake.gmk to use liblist -d
1271
127218th February 1999  John Allison
1273- Added G4USE_STL flag.
1274- Added code for linking granular libraries.
1275
12761st January 1999  Gunter Folger (config-01-00-02)
1277- Add FCLIBS for SUN.
1278
1279January 29th 1999 - John Allison (config-01-00-01)
1280- Changed rd44 to sw/geant4.
1281
1282December 15th, 1998 - G.Cosmo (config-00-04-11)
1283- Added G4_HAVE_BOOL to DEC-cxx.
1284- Cosmetic changes.
1285
1286December 12th, 1998 - J.Allison (config-00-04-10)
1287- Fixed bug in OGLFLAGS and OGLLIBS user override mechanism.
1288
1289December 11th, 1998 - J.Allison (config-00-04-09)
1290- Removed -fnonstd for SUN-CC.
1291
1292December 10th, 1998 - G.Cosmo (config-00-04-08)
1293- architecture.gmk: introduced $G4DATA variable which can be user
1294  defined. Default is set to $G4INSTALL/data.
1295- architecture.gmk: introduced $G4LEVELGAMMADATA set as default to
1296  $G4DATA/PhotonEvaporation.
1297- globlib.gmk: fixed minor bug (courtesy of V.Krylov).
1298
1299December 10th, 1998 - J.Allison (config-00-04-07)
1300- architecture.gmk: allowed environment variables OGLFLAGS and OGLLIBS.
1301
1302December 7th, 1998 - S.Tanaka, G.Cosmo (config-00-04-06)
1303- architecture.gmk: fixed setting of VISLIBS.
1304
1305December 7th, 1998 - S.Tanaka
1306- Update of architecture.gmk and G4VIS_USE.gmk:
1307  In SUN-CC, "-L/usr/lib -lsocket -lnsl"  is  moved from X11LIBS to VISLIBS.
1308
1309December 5th, 1998 - G.Cosmo (config-00-04-05)
1310- architecture.gmk: introduced -fnonstd compiler option for SUN-CC.
1311  This option causes non-standard initialization of floating-point
1312  arithmetic hardware; it enables hardware traps for floating-point
1313  overflow, division by zero, and invalid operation exceptions.
1314
1315December 4th, 1998 - G.Barrand
1316- architecture.gmk: corrected paths for HepVis and HepInventor.
1317- interactivity.gmk: fixed setup for LOAD_IV.
1318
1319December 3rd, 1998 - S.Tanaka
1320- Revision to make compilation of DAWN (network) driver
1321  at Solaris and IRIX automatic. See below.
1322- Added the following line to SUN-CC and SGI-CC
1323  CPPFLAGS += -DSOCKET_IRIX_SOLARIS
1324- Added -L/usr/lib -lsocket -lnsl  in X11LIBS for SUN-CC.
1325  (This place is strange. But I cannot think of a better place.)
1326
1327December 3rd, 1998 - J.Allison (config-00-04-04)
1328- Set G4STREAM for all platforms.
1329- Set G4STREAM_STREAMBUF_IMPLEMENTATION for selected platforms.
1330
1331December 3rd, 1998 - S.Sadilov
1332- Updated architecture.gmk : G4STREAM_STREAMBUF_IMPLEMENTATION for WIN32.
1333- Updated globlib.gmk : right incremental LIB for WIN32.
1334
1335December 1st, 1998 - G.Cosmo (config-00-04-03)
1336- Updated architecture.gmk and binmake.gmk: G4SYSTEM revision.
1337- Added +DAportable compiler option to HP-aCC setup to support HPPA 2.0
1338  for PA8000 CPUs.
1339
1340December 1st, 1998 - J.Allison (config-00-04-02)
1341- Added generators/include to binmake.gmk.
1342
1343November 30th, 1998 - J.Allison (config-00-04-01)
1344- Added neutron_hp/include to binmake.gmk.
1345- CLHEP_BASE_DIR and RWBASE for WIN32 (Serguei Sadilov).
1346
1347November 18th, 1998 - J.Allison (config-00-03-06)
1348- Changed CXXFLAGS for DEC6-AFS debug from -g to -gall.
1349
1350October 30th, 1998 - G.Cosmo (config-00-03-05)
1351- architecture.gmk: added G4STREAM_STREAMBUF_IMPLEMENTATION variable. (G.Barrand)
1352- G4UI_BUILD.gmk: removed G4UI_BUILD_XM_REDIRECT_COUT. (G.Barrand)
1353
1354October 13th, 1998  J.Allison (config-00-03-04)
1355- Changed ifdef G4_USE_G4STREAM to ifneq ($(findstring AIX,$(G4SYSTEM)),AIX)
1356
1357October 13th, 1998  J.Allison (config-00-03-03)
1358- Removed G4VIS_DONT_USE. (G.Barrand)
1359- Added if G4_USE_G4STREAM, CPPFLAGS += -DG4STREAM. (M.Nagamatu)
1360
1361October 9th  J.Allison (config-00-03-02)
1362- Tagged.
1363
1364October 2nd, 1998 - M.Asai
1365- G4_NO_STORE_TRAJECTORY option is added to architecture.gmk.
1366
1367September 30th, 1998 - G.Barrand
1368- G4VIS_USE.gmk: bracket everything with "ifndef G4VIS_DONT_USE" in order
1369  to be able to disconnect easily visualization for tests programs.
1370
1371September 18th, 1998 - G.Cosmo (config-00-03-01)
1372- architecture.gmk: introduced G4DUMMY_VARIABLE to hide $(shell)
1373  command not compatible with the new version 3.77 of GMAKE (G.Folger).
1374
1375September 14th, 1998 - G.Cosmo
1376- binmake.gmk: placed digits+hits library in the correct link order
1377  according to the category diagram.
1378
1379August 31st, 1998 - G.Cosmo (config-00-02-05)
1380- architecture.gmk: Changed first CPPFLAGS statement from := to +=,
1381  to allow additional CPPFLAGS to be defined by the user. Needed for test
1382  (F.Behner)
1383- binmake.gmk: Added EXTRALIBS to allow a user to add own libraries in the
1384  link path. Needed for test.
1385  (F.Behner)
1386- binmake.gmk: inverted link order of processes and particles libraries
1387  which was wrong. (G.Cosmo)
1388
1389August 26th, 1998 - John Allison (config-00-02-04)
1390- Backed out 22nd August change (G4UIGAG as default) - G4UIterminal
1391  is now default.
1392
1393August 24th, 1998 - Y.Morita (config-00-02-03)
1394- globlib.gmk: added $(G4LIBDIR)/lib$(name).a for target "global".
1395
1396August 22nd, 1998 - J.Allison (config-00-02-02)
1397- Set GAG variables by default.
1398
1399August 11th, 1998 - G.Cosmo (config-00-02-01)
1400- Tagged.
1401
1402August 7th, 1998 - John Allison/Michel Maire.
1403- Added -I/usr/include before -I/usr/local/include to OGLFLAGS for DEC-AFS.
1404- Changed -lGl to -lMesaGL, etc., for DEC-AFS.
1405
1406August 6th, 1998 - John Allison
1407- Added UILIBS := to G4UI_USE.gmk and VISLIBS := to G4VIS_USE.gmk.
1408
1409August 5th, 1998 - Guy Barrand
1410- Added LOAD_XM = 1 and LOAD_XAW = 1 to G4UI_USE.gmk.
1411
1412July 30th, 1998 - G.Cosmo (config-b01)
1413- globlib.gmk: added phony target "wipe_libs". Now target "global"
1414  effectively deletes all existent granular libraries.
1415- common.gmk: archiving of libraries is silent now by default.
1416
1417July 23th, 1998 - Y.Morita (config-00-01-16)
1418- globlib.gmk: fixed target "global" for G4ODBMS
1419- binmake.gmk: fixes for Win/NT.
1420
1421July 20th, 1998 - John Allison (config-00-01-15)
1422- Removed LDFLAGS += -Wl,-Bstatic for G++-Linux introduced by Larry
1423  Felawka on July 10th for g++ 2.8.  No longer thought to be necessary.
1424
1425July 19th, 1998 - G.Cosmo (config-00-01-14)
1426- common.gmk: introduced CPPVERBOSE flag.
1427- architecture.gmk: protected creation of $G4SCHEMA_DIR and
1428  $G4EXAMPLE_BOOT_DIR directories with G4ODBMS.
1429- binmake.gmk: fixed bug in creation of $G4TARGET.
1430
1431July 18th, 1998 - G.Cosmo (config-00-01-13)
1432- Added fix to binmake.gmk for WIN32-VC-NICE (G.Folger)
1433
1434July 16th, 1998 - John Allison
1435- Added GNU_GCC makefile flags where omitted.
1436
1437July 15th, 1998 - Youhei Morita (config-00-01-12)
1438- architecture.gmk  added G4EXAMPLE_BOOT_DIR and G4EXAMPLE_BOOT
1439- globlib.gmk  revised cleandb target
1440
1441July 14th, 1998 - Peter Urban (config-00-01-11)
1442- added two Perl scripts that correct STEP exchange files.
1443
1444July 14th, 1998 - Youhei Morita (config-00-01-10)
1445- architecture.gmk  added definition of G4SCHEMA_DIR
1446- globlib.gmk  added new target G4SCHEMA.FDDB for G4ODBMS
1447
1448July 10th, 1998 - Youhei Morita (config-00-01-09)
1449- binmake.gmk  added following to INCFLAGS
1450      -I$(G4BASE)/persistency/digits+hits/hits/include \
1451      -I$(G4TMP)/$(G4SYSTEM)/G4phits \
1452- binmake.gmk  moved persistency include path to ifdef G4ODBMS block
1453
1454July 10th, 1998 - John Allison??
1455- binmake.gmk  added geometry/solids/STEPinterface/include
1456
1457July 10th, 1998 - Youehi Morita (config-00-01-08)
1458- globlib.gmk  added new targets 'headers' and 'd_files' for G4ODBMS
1459- common.gmk   added new target 'headers'
1460               added $(schema_hh) dependency to $(G4TMPDIR)/%.o
1461- binmake.gmk  added INCFLAGS, LDLIBS and LDFLAGS for G4ODBMS
1462
1463July 10th, 1998 - L.Felawka
1464- architecture.gmk: updated compilation flags for g++.
1465
1466July 9th, 1998 - G.Cosmo (config-00-01-07)
1467- Removed bug in "all" target in globlib.gmk, introduced recently.
1468- Modified "all" target in globlib.gmk to handle G4ODBMS.
1469- Added fix for G4ODBMS to common.gmk.
1470
1471July 9th, 1998 - Youehi Morita
1472- Added G4ODBMS_BUILD.gmk for HepODBMS and Objectivity/DB CPPFLAGS.
1473
1474July 7th, 1998 - John Allison (config-00-01-06)
1475- Incorporated Makoto's patches for ifndef G4UI_BUILD_TERMINAL_SESSION and
1476  ifndef G4UI_USE_TERMINAL.
1477
1478July 7th, 1998 - G.Cosmo (config-00-01-05)
1479- Added $(schema_hh) target and dependency to it in case of G4ODBMS
1480  set when building .d files.
1481
1482July 7th, 1998 - John Allison (config-00-01-04)
1483- Tagged.
1484
1485July 7th, 1998 - Guy Barrand
1486- Introduced interactivity.gmk.
1487
1488July 6th, 1998 - J.Allison (config-00-01-03)
1489- Added G4UI_BUILD.gmk and G4UI_BUILD.gmk.
1490
1491July 6th, 1998 - G.Cosmo (config-00-01-02)
1492- Introduced "glob" and "objs" targets in globlib.gmk. Modified
1493  rule to build global library, does not depend anymore on "libs".
1494  (by J.Allison)
1495- Moved G4VIS_USE.gmk and G4VIS_BUILD.gmk from source/visualization.
1496 
1497July 3rd, 1998 - G.Cosmo (config-00-01-01)
1498- Created
Note: See TracBrowser for help on using the repository browser.