$Id: History,v 1.193 2002/06/26 17:27:18 gcosmo Exp $
$Name: geant4-04-01 $

-------------------------------------------------------------------

     =========================================================
     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
     =========================================================

                      Category History file
                      ---------------------

History file for Geant4 configuration scripts.
It DOES NOT substitute the  CVS log-message one should put at every
committal in the CVS repository !

     ----------------------------------------------------------
     * Reverse chronological order (last date on top), please *
     ----------------------------------------------------------

26th June 2002  Gabriele Cosmo (config-V04-00-10)
- Moved STEP PERL scripts to examples/extended/geometry/cad/scripts.
- Updated scripts for Configure.

18th June 2002  Gabriele Cosmo (config-V04-00-09)
- Added -DG4USE_OSPACE for obsolete systems using ObjectSpace STL.

17th June 2002  Gabriele Cosmo (config-V04-00-08)
- Added flag G4NO_ISO_VECDIST for compilers (SUN-CC, HP-aCC) with non ISO
  call to vector::distance() method.

14th June 2002  Gabriele Cosmo (config-V04-00-07)
- binmake.gmk: added include path to "leading_particle" hadronic module.
  Retagged with correct numbering...

3rd May 2002  Gabriele Cosmo (config-V04-00-06)
- liblist.c: added patch to port code on MacOS-X.
  Defined buffer[BUFSIZE] as "char static".
- Added Darwin-g++.gmk configuration file for MacOS-X systems running
  with GNU g++ compiler.
- Removed SUN-CC4.gmk configuration file, no longer supported.
- Updated description header to system configuration files.

27th March 2002  Gabriele Cosmo (config-V04-00-05)
- binmake.gmk: added include path to new module geometry/biasing.
  Co-works with "geometry-V04-00-01" and "transport-V04-00-00".

26th March 2002  Gabriele Cosmo (config-V04-00-04)
- liblist.c: cancelled changes made in previous tag.
  Restored usage of function 'gets(buffer)', correctly adopted in this case.

14th March 2002  Gabriele Cosmo (config-V04-00-03)
- liblist.c: replaced usage of function 'gets(buffer)' with the safer
  'fgets(buffer,BUFSIZE,stdin)'.

9th March 2002  John Allison (config-V04-00-02)
- Fixed bug in G4VIS_USE.gmk for G4VIS_USE_OPENGLWIN32.
- Corrected perl script g4sort_step_file.pl to specify correct path for perl.

07th February 2002 Gabriele Cosmo (config-V04-00-01)
- liblist.c: added flags __CYGWIN__ and __CYGWIN32__ for triggering proper
  parsing algorithm on Windows systems, also on most recent versions of Cygwin.
- WIN32-VC.gmk: use g77 instead of f77 as default fortran compiler.

25th January 2002 Gabriele Cosmo (config-V04-00-00)
- sys/HP-aCC.gmk: removed include path to global/management/include/std/wrappers,
  which was unused and not neccessary.

10th December 2001 Gabriele Cosmo (config-V03-02-15)
- architecture.gmk:
  o updated list of supported compilers
  o removed obsolete setup for STL ObjectSpace and STLport for Win/VC++.
- binmake.gmk: activated mechanism for using $G4INCLUDE effectively for
  building examples/applications. Currently activated only for global compound
  libraries; for granular libraries it requires re-engineering of liblist,
  feature which will be added in future.
  This mechanism allows to considerably reduce the compilation/linking command
  length and the number of -I options fed to the compiler.
- Added G4PROFILE options to Linux-g++ and Linux-egcs setups.
- Removed binmake.EXTRALIBS.README, now part of User's Guide.
- Updated sources for Configure installation script.

3rd December 2001 Guy Barrand (config-V03-02-14)
- G4VIS_USE.gmk : -lG4HepRep replaced by -lG4visHepRep.

29th November 2001 Gabriele Cosmo (config-V03-02-13)
- Removed SUN-CC5.gmk configuration file. Now replaced by SUN-CC architecture

21st Novemver 2001 Gabriele Cosmo (config-V03-02-12)
- On top of "config-V03-02-11", added paths in binmake.gmk including
  new hadronic models for cascade, CHIPS and coherent_elastic.
  Does not include changes to analysis.gmk.

19th November 2001 Guy Barrand
- analysis.gmk : then remove all system specifc flags, have
   only the AIDA ones. Have G4ANALYSIS_USE to drive the insertion of 
   CPP and libs in the Geant4 GNUmakefile system.

19th November 2001  John Allison  (config-V03-02-11)
- Does not include Guy's changes of 16rd November.
- Re-instated creation of CPPFLAGS (see 6th November) but conditonal
  on existence of corresponding environment variable.  If no environmet
  variable is set, CPPFLAGS += -DG4UI_USE_TERMINAL.

16rd November 2001  Guy Barrand
- analysis.gmk : add flags to use an AIDA 2.2 compliant analysis system.

6th November 2001  John Allison  (config-V03-02-10)
- Removed CPPFLAGS += -DG4UI_USE_GAG -DG4UI_USE_TCSH -DG4UI_USE_TERMINAL.

6th November 2001  John Allison  (config-V03-02-09)
- Removed references to HepRep, added code for HepRepFile, thus
  needed by vis-V03-02-15.

23rd October 2001  Gabriele Cosmo  (config-V03-02-08)
- Merged changes in "config-V03-02-07" for removal of STLInterface.

22nd October 2001  Gabriele Cosmo  (config-V03-02-06b)
- binmake.gmk: added include path for geometry/verification
  according to tag "geometry-V03-02-01".

1st October 2001  Gabriele Cosmo  (config-V03-02-06a)
- binmake.gmk: removed include path for processes/electromagnetic/integral
  according to tag "em-V03-02-02".

30th September 2001  Gabriele Cosmo  (config-V03-02-07)
- Removed references to STLInterface module in architecture.gmk
  and architecture setups. Coworks with tag "global-V03-02-03" where
  STLInterface module has been removed.

29th August 2001  John Allison/Joseph Perl  (config-V03-02-06)
- Needed by vis-V03-02-14.
- First developers release of HepRep graphics driver.

27th August 2001  John Allison
- Tidied HepRep configuration in G4VIS*, moving stuff to interactivity.gmk.

24th August 2001  Joseph Perl  (config-V03-02-05)
- Introduced HepRep graphics driver

11th August 2001  John Allison  (config-V03-02-04)
- Re-engineered G4UI variables.  Coworks with interfaces-V03-02-00.
- Introduced environment variable G4UI_NONE that, if set, no UI
  sessions nor any UI libraries are built, not even libG4UIbasic.a nor
  libG4UIcommon.a.  (This would only happen in a pure batch job or,
  perhaps, in a user framework having its own UI system.)
- Removed the need to specify environment variables for UI sessions
  which do not need external packages or libraries, namely :
    G4UI_BUILD_GAG_SESSION
    G4UI_BUILD_TERMINAL_SESSION
  with associated G4UI_USE environment variables:
    G4UI_USE_GAG
    G4UI_USE_TCSH
    G4UI_USE_TERMINAL
  In other words, the above environment variables become redundant and are
  ignored.  
  For backwards compatibility, unless G4UI_NONE is set, the corresponding
  G4UI_USE C-pre-processor variables are automatically set.  Also, the
  C-pre-processor variables G4UI_BUILD and G4UI_USE are set.
- As before, environment variables for other sessions still need positive
  setting of their G4UI_BUILD and G4UI_USE environment variables.  In this
  category are:
    G4UI_BUILD_WIN32_SESSION
    G4UI_BUILD_WO_SESSION
    G4UI_BUILD_XAW_SESSION
    G4UI_BUILD_XM_SESSION
  with associated G4UI_USE environment variables:
    G4UI_USE_WIN32
    G4UI_USE_WO
    G4UI_USE_XAW
    G4UI_USE_XM
- Note: The user must still instantiate and SessionStart only *one*
  session, but if it is to be one in the category needing external
  packages or libraries, the corresponding G4UI_USE must be set to
  trigger inclusion oflibraries.  Otherwise the user need not set any
  environment variables.

3rd August 2001 Gabriele Cosmo (config-V03-02-03)
- architecture.gmk:
  o updated list of supported systems/compilers.
  o made Linux-g++ architecture the default G4SYSTEM. Replaced SUN-CC.
- Added SUN-CC4.gmk for old SUN architectures based on CC-4.2 compiler.
- Added Linux-egcs for old Linux architectures based on egcs-1.1.2 compiler.
- Made SUN-CC.gmk a copy of SUN-CC5.gmk (kept for backward compatibility,
  will be removed soon). CC-5.2 compiler is now the default on SUN systems.
- Made Linux-g++.gmk specific to gcc-2.95.2 compiler, from now on the default
  compiler on Linux systems.

1st August 2001 Gabriele Cosmo (config-V03-02-02)
- Included recent updates to scripts sources for 'Configure'.

27th July 2001  John Allison  (config-V03-02-01)
- Introduced environment variable G4VIS_NONE that, if set, no visualization
  drivers are built and no vis libraries are built, not even
  libG4vis_management.  (libG4modeling is still built.)  The C-pre-processor
  variables G4VIS_BUILD and G4VIS_USE are *not* set.
- Removed the need to specify environment variables for visualization drivers
  which do not need external packages or libraries, namely :
      G4VIS_BUILD_DAWNFILE_DRIVER
      G4VIS_BUILD_RAYTRACER_DRIVER
      G4VIS_BUILD_VRMLFILE_DRIVER
      G4VIS_BUILD_ASCIITREE_DRIVER
      G4VIS_BUILD_GAGTREE_DRIVER
    with associated G4VIS_USE environment variables:
      G4VIS_USE_DAWNFILE
      G4VIS_USE_RAYTRACER
      G4VIS_USE_VRMLFILE
      G4VIS_USE_ASCIITREE
      G4VIS_USE_GAGTREE
  In other words, the above environment variables become redundant and are
  ignored.  
  For backwards compatibility, unless G4VIS_NONE is set, the corresponding
  G4VIS_USE C-pre-processor variables are automatically set.  Also, the
  C-pre-processor variables G4VIS_BUILD and G4VIS_USE are set.
- As before, environment variables for other drivers still need positive
  setting of their G4VIS_BUILD and G4VIS_USE environment variables.  In this
  category are:
      G4VIS_BUILD_DAWN_DRIVER
      G4VIS_BUILD_OPACS_DRIVER
      G4VIS_BUILD_OPENGLX_DRIVER
      G4VIS_BUILD_OPENGLWIN32_DRIVER
      G4VIS_BUILD_OPENGLXM_DRIVER
      G4VIS_BUILD_OIX_DRIVER
      G4VIS_BUILD_OIWIN32_DRIVER
      G4VIS_BUILD_VRML_DRIVER
    with associated G4VIS_USE environment variables:
      G4VIS_USE_DAWN
      G4VIS_USE_OPACS
      G4VIS_USE_OPENGLX
      G4VIS_USE_OPENGLWIN32
      G4VIS_USE_OPENGLXM
      G4VIS_USE_OIX
      G4VIS_USE_OIWIN32
      G4VIS_USE_VRML
  In this case G4VIS_NONE must *not* be set.
- Added binmake.EXTRALIBS.README.

5th July 2001 Youhei Morita (config-V03-02-00)
- Linux-g++.gmk: Use -pedantic (G.Cosmo)
- Linux-g++.gmk, SUN-CC.gmk, SUN-CC5.gmk: added -DG4std in G4DDLX_FLAGS

29th June 2001 Gabriele Cosmo (config-V03-01-10)
- Updated source scripts for 'Configure'.

26th June 2001 Youhei Morita (config-V03-01-09)
- globlib.gmk: added block for copying headers for persistency in $G4INCLUDE
  when invoking the 'includes' target.

25th June 2001 Youhei Morita (config-V03-01-08)
- Restored lib_d target (again) in common.gmk with a protection of G4ODBMS.
- Linux-g++.gmk (G.Cosmo)
  o Commented out -ansi setup for public release
  o Fixed logic for activating G4OODDLX_FLAGS on egcs compiler

22nd June Gabriele Cosmo (config-V03-01-07)
- common.gmk (G.Folger):
  o removed lib_d target (again).
  o restored G4SKIP_DEPEND.
- Linux-g++.gmk:
  o added temporary cludge for identify compiler version
    and define G4DDLX_FLAGS for egcs-1.1.2.
- binmake.gmk:
  o added mechanism to correctly handle include paths when source headers
    are centrally installed in $G4INCLUDE. Temporarly disabled, requires
    update (re-design?) of liblist.c to properly generate the list of
    libraries from the map.
    Once activated, also G4UI_USE.gmk, G4VIS_USE.gmk and analysis.gmk
    have to be modified accordingly.

22nd June 2001 Youhei Morita (config-V03-01-06)
- Restored lib_d target in common.gmk with a protection of G4ODBMS.
- Get rid of G4SKIP_DEPEND in binmake.gmk.
- Comment out G4DDLX_FLAGS options in sys/Linux-g++.gmk for gcc-2.95.2.

21st June 2001 Gunter Folger (config-V03-01-05)
- Removed bin_d and lib_d targets and thus the re-start of make.

21st June 2001 Gunter Folger (config-V03-01-04)
- common.gmk, binmake.gmk: run gmake via $(MAKE).

19th June 2001 John Allison (config-V03-01-03)
- Added GAG_TREE to G4VIS_BUILD.gmk and G4VIS_USE.gmk.

20th June 2001 (Japan Time - still 19th in Europe!)
               Youhei Morita (config-V03-01-02)
- A few bug fixes in binmake.gmk, common_objy.gmk, sys/SUN-CC5.gmk,
  sys/Linux-g++.gmk, sys/Win32-g++.gmk.

19th June 2001 Gabriele Cosmo
- Removed G4_NO_CBRT flag from WIN32-VC setup. No more necessary.

30th May 2001 Gunter Folger
- Do changes for persistency from Youhei: common.gmk is now split in three,
  one general, and one for specific for transient and persistent each. 
  Dependencies now much better handled in persistency.

2nd May 2001 Gabriele Cosmo (config-V03-01-01)
- Added options "-Wall -ansi -pedantic" to Linux-g++ setup.

10th April 2001  John Allison  (config-V03-01-00)
- Added G4VIS_BUILD_ASCIITREE_DRIVER and G4VIS_USE_ASCIITREE to G4VIS*gmk.

22nd March 2001 Gunter Folger (config-V03-00-03)
- binmake.gmk, only store in executable PATH to libs from example/test; 
  other libs should be taken/found from LD_LIBRARY_PATH
- sys/{Linux-g++,SUN-CC}.gmk: enable storing of PATH to libs in executable 

06th March 2001 Gabriele Cosmo (config-V03-00-02)
- binmake.gmk: added include path for processes/electromagnetic/integral
  the new subcategory introduced with tag em-V03-00-04.

13th February 2001 Gabriele Cosmo (config-V03-00-01)
- binmake.gmk: added include path for processes/photolepton_hadron
  which was missing!

08th January 2001 Gabriele Cosmo (config-V03-00-00)
- sys/WIN32-VC.gmk: introduced -GR compiler option to allow usage of
  dynamic casting and type-info at run-time.

13th December 2000 Gunter Folger (config-V02-00-14)
- common.gmk: fix to rule for building dependencies, parsing is skip
  if $(dependencies) is empty.
- globlib.gmk: added "includes" to PHONY target list and fixed typo.
- Added comments to "includes" rules.

8th December 2000 Gabriele Cosmo (config-V02-00-13)
- Changed G4LIB_BUILD_ARCHIVE to G4LIB_BUILD_STATIC in architecture.gmk,
  common.gmk and globlib.gmk.

7th December 2000 Gabriele Cosmo (config-V02-00-12)
- Added options to SUN-CC5.gmk to handle multithreading and persistency.

5th December 2000 Youhei Morita (config-V02-00-11)
- Introduced GPPFLAGS to set -M or -MM according to G4ODBMS.

5th December 2000 Gabriele Cosmo (config-V02-00-10)
- Restored -MM option to g++ for making dependencies. -M was introduced in
  tag config-V02-00-02 to allow dependency search on system headers as well
  (#include<...> statements). This however introduces serious clashes with
  Objectivity schema generation for the persistency module.

4th December 2000 Gunter Folger (config-V02-00-09)
- Disable G4RUNPATHOPTION (internal variable) for all but SUN. This is/will 
  be used when linking with G4 shared libraries to store the path to these 
  libraries in the executable. 

1st December 2000  Gabriele Cosmo (config-V02-00-08)
- Added G4UI_USE_TCSH and related settings to G4UI_USE.gmk (M.Maire).
- Merged SUN-CC6.gmk to SUN-CC5.gmk and removed SUN-CC6.gmk.

1st December 2000  Gunter Folger (config-V02-00-07)
- Change -M to -M -MG in common.gmk, binmake.gmk. This will output a "correct"
  dependency file even when missing  header files are missing. Correct in the
  sense that liblist will work, and that the missing header is supposed to be
  (made) in the source directory.

17th November 2000  Gunter Folger (config-V02-00-06)
- Link with CLHEP using -L/-l instead of absolute filename; this allows 
  to link with shared lib of Anaphe, or static lib of Geant4.
- Added shared-lib settings to sys configurations.

14th November 2000  Gabriele Cosmo (config-V02-00-05)
- Added reference to new "parameterisations" top category.
  Modified files: binmake.gmk.
- Removed makeshlib.sh script, now obsolete.

7th November 2000  Guy Barrand
- analysis.gmk : renamed OpenScientist things to "Lab" ; 
  Lab is the concrete package where analysis is done.

3rd November 2000  Gunter Folger (config-V02-00-04)
- common.gmk: fix for shared-library build.
- common.gmk, globlib.gmk: added rules for "includes" gmake target.
- architecture.gmk: introduced new user settable variable G4INCLUDE
  to specify path where headers (files or symbolic-links) should be installed.

1st November 2000  Guy Barrand
- analysis.gmk: declared Lizard.

24th October 2000  Gunter Folger (config-V02-00-03)
- architecture.gmk, common.gmk, globlib.gmk, sys/*:
  o merged building shared libraries into makefiles.
    The MAKESHLIB script is no longer used.
- Introduced new variables steering the building of archive/shared libs:
   G4LIB_BUILD_SHARED
   G4LIB_BUILD_ARCHIVE  (still default)
     note that G4MAKESHLIB set will internally set G4LIB_BUILD_SHARED for
     backwards compatiblity.
- Introduced new variable (G4LIB_USE_GRANULAR) to force using of granular 
  libraries, even when libG4global.a/.so exists.

14th September 2000  Guy Barrand 
- Introduced changes to handle analysis module.
  o added analysis.gmk.
  o sys/Linux-g++.gmk: added macro DLDLIBS for library dynamic loading.
  o binmake.gmk: added inclusion of analysis.gmk.
  o binmake.gmk: place LDLIBS3 += $(ANALYSISLIBS) after LDLIBS3 += $(INTYLIBS).

22nd August 2000  John Allison (config-V02-00-02)
- Changed -MM to -M in dependency file making in binmake.gmk and common.gmk.
  This causes dependencies of both #include "..." and #include <...> to be
  followed.  This is the safer option, since some users might/should use,
  e.g., #include <g4std/...>, but even these files change sometime.

22nd August 2000  Gunter Folger
- globlib.gmk: fix for protection from infinite loops when a dir does
  not exist (G.Folger).

1st August 2000  Gabriele Cosmo (config-V02-00-01)
- Added setup WIN32-g++ for Windows/NT/9X with Cygwin and g++ compiler.
  Configuration non officially supported (courtesy of S.Agostinelli and
  IST group, Genova).

24th July 2000  Gabriele Cosmo (config-V02-00-00)
- Added path to g3tog4 for global libs.

23rd May 2000  John Allison (config-V01-01-04)
- Added -I$(G4BASE)/processes/hadronic/models/radiative_decay/include to
  binmake.gmk.

19th May 2000  Gabriele Cosmo (config-V01-01-03)
- architecture.gmk:
  o changed -pic option to -KPIC for SUN architectures.
  o fixed HP-aCC setup to cope with new CLHEP version 1.5.
  o implemented modular setup. Now system specific configurations are
    grouped in separated files $G4SYSTEM.gmk and placed in the new
    directory config/sys.

7th April 2000  Gabriele Cosmo (config-V01-01-02)
- binmake.gmk: added include path to the new directory
  geometry/solids/specific.
- Updated PERL script g4step_correct.pl for parsing STEP files.

30th March 2000  Gabriele Cosmo (config-V01-01-01)
- makeshlib.sh:
  o added few corrections to the script in order to allow
    creation of shared libraries without need of the static archive on
    platforms which allow this.
  o added section for SunOS systems.
  (courtesy of I.G.Caballero)
- architecture.gmk:
  o on SUN-CC and SUN-CC5, added -pic to CXXFLAGS for building shared
    libraries.

21st March 2000  Gabriele Cosmo
- makeshlib.sh: corrected invokation of compiler for HP-aCC setup.
  Changed CC to aCC (fixes bug-report #68).

13th March 2000  Gabriele Cosmo (config-V01-01-00)
- architecture.gmk: corrected FCLIBS for Linux-g++
  o added -lg2c -lnsl and removed -lf2c.

14th February 2000  Gabriele Cosmo (config-V01-00-02)
- architecture.gmk: added option '+W823' to HP-aCC compilation setup to
  discard warnings for macros parameter definition as used in the new
  NIST STEP reader.
- binmake.gmk: moved $EXTRALIBS to be included on top of the linking list,
  just after the user application library.

31st January 2000  Gabriele Cosmo (config-V01-00-01)
- Added control for the Ray-tracer driver. Introduced G4VIS_USE_RAYTRACER
  in G4VIS_USE.gmk and G4VIS_BUILD_RAYTRACER_DRIVER in G4VIS_BUILD.gmk (M.Asai).
- binmake.gmk: fixed dependency order for compound libraries.
  Moved -lG4particles and -lG4materials downstream in the list.
- architecture.gmk: added G4NO_OPTIMISE for allowing compilation without
  any level of optimisation or debug. G4DEBUG if defined takes precedence.
  G4DEBUG and G4OPTIMISE are now defined also as CPPFLAGS.

3rd January 2000  Gabriele Cosmo (config-V01-00-00)
- Syncronized with HEAD.

16th December 1999  John Allison
- Cosmetic improvement to echo line in binmake.gmk.

7th December 1999  Gabriele Cosmo (config-V00-01-19)
- architecture.gmk: minor fix on OSPACELIBS path for Win/NT.

5th December 1999  Youhei Morita (config-V00-01-18) 
- architecture.gmk: defined G4OODDLX_FLAGS
- common.gmk: use G4OODDLX_FLAGS

5th December 1999  Gabriele Cosmo (config-V00-01-17)
- architecture.gmk: fixes for Win/NT.
  o fixed path for OSPACELIBS
  o removed -DG4NOT_ISO_DELETES flag

3rd December 1999  Gabriele Cosmo (config-V00-01-16)
- architecture.gmk: set G4_HAVE_BOOL for SUN-CC5.

3rd December 1999  Youhei Morita
- common.gmk: fixed minor typo in G4OODDLX_SCHEMA_NAME

1st December 1999  Gabriele Cosmo (config-V00-01-15)
- architecture.gmk:
  o added new G4SYSTEM flavor SUN-CC5, used for testing on the new C++
    compiler v5.0 on SunOS. Requires ISO/ANSI-C++ installation and native
    STL by default. Compatibility with old no ISO/ANSI code is assured
    through the -compat compiler option and the usage of ObjectSpace STL
    (i.e. G4USE_OSPACE set).
  o added new flag G4NO_STD_NAMESPACE.
    HP-aCC setup with native STL assumes the ISO-ANSI installation by default,
    the new flag should be explicitly set in the environment to avoid this.
  o upgraded SGI-CC setup to IRIX 6.5.5, CC 7.2.1 and ObjectSpace STL.
    Tests on this configuration has NOT been tested though.

1st December 1999  Youhei Morita
- architecture.gmk: added G4EXAMPLE_BOOT and G4EXAMPLE_FD
- common.gmk: copy only the .hh files
- binmake.gmk: added persistent include paths
               added new targed cleandb, newboot, newfd
               added G4SKIP_DEPEND for dependencies

29th November 1999  Youhei Morita
- architecture.gmk: added G4SYSTEM to G4SCHEMA_DIR, G4TMPSCHEMA_DIR
- common.gmk: changed G4SCHEMA_HEADER_DIR from G4TMPSCHEMA_INCLUDE to G4TMPDIR
              added target install_schema for schema copying
- globlib.gmk: create schema header files at G4TMPDIR, then install

29th November 1999  John Allison
- Introduced LDLIBS2EXTRA so that granular libraries are not
  expanded too soon.

25th November 1999  Gabriele Cosmo (config-V00-01-14)
- architecture.gmk: redefined OSPACEDIR as OSPACE_BASE_DIR to conform to
  an omogeneous format. Added existence check for OSPACE and CLHEP paths.

23rd November 1999  Gabriele Cosmo (config-V00-01-13)
- architecture.gmk: added setup for ISO/ANSI installation on DEC-cxx.
  If using native STL (i.e. G4USE_OSPACE not set), G4USE_STD_NAMESPACE is
  implicitly defined and a strict-ANSI installation is assumed. Note that
  in this case, also CLHEP must have been installed in strict-ANSI mode.

20th November 1999  Youhei Morita (config-V00-01-12)
- common.gmk: added G4OODDLX_SCHEMA_NAME to use Geant4 named schema

19th November 1999  Youhei Morita
- liblist.c: avoid coredumps when it was given non-existing directly.

18th November 1999  Gabriele Cosmo (config-V00-01-11)
- architecture.gmk: added -e option to $ECHO for Linux-g++ setup.

17th November 1999  John Allison (config-V00-01-10)
- binmake.gnk: added isotope_production/include to -I list (Hans-Peter).

17th November 1999  Youhei Morita (config-V00-01-09)
- moved schema header files to G4INSTALL/schema/include
  architecture.gmk: introduced G4SCHEMA_INCLUDE and G4TMPSCHEMA_INCLUDE
  common.gmk: introduced G4SCHEMA_HEADER_DIR and G4SCHEMA_SRC_DIR 
  globlib.gmk: added tmp schema header copying

15th November 1999  Gabriele Cosmo (config-V00-01-08)
- Tagged.

14th November 1999  Youhei Morita
- globlib.gmk: moved contruction of libmap for G4ODBMS to
               source/GNUmakefile

12th November 1999  Youhei Morita
- common.gmk: introduced G4ODBMS_DEPEND and G4SKIP_DEPEND for
              better handling of dependencies
- globlib.gmk: use G4ODBMS_DEPEND, automatic rebuilding of libmap

11th November 1999  Gabriele Cosmo (config-V00-01-07)
- Migration RWT->G4RWT performed:
  o Removed every occurence of Rogue-Wave from configuration, replaced
    RWBASE with G4STLBASE. Modified scripts: architecture.gmk, common.gmk
    and binmake.gmk.
  o Made setup for Native-STL the default, removed test on conditional
    flag G4USE_STL.
  o Removed setup for Win/NT-g++, no longer supported.

10th November 1999  Youhei Morita (config-V00-01-06)
- binmake.gmk: added path to persistency/global/include.
- common.gmk: Change G4ODBMS_DEPEND to G4ODBMS_NODDL
- globlib.gmk: removed G4ODBMS_DEPEND, modified target "global"

10th November 1999  Gabriele Cosmo (config-V00-01-05)
- binmake.gmk: added path to HEPNumerics/include which was missing.

29th October 1999  Guy Barrand
- architecture.gmk, interactivity.gmk: introduced
  "G4_OPACS_WIDGET_SET lesstif" logic to handle the case
  of using, on Linux, the bugged lesstif with the non bugged OPACS.

29th October 1999  Gabriele Cosmo
- Introduced fixes for shared library setup (courtesy of F.Carminati).
  Modified files: architecture.gmk, common.gmk, globlib.gmk, makeshlib.sh.

28th October 1999  Gabriele Cosmo (config-V00-01-04)
- architecture.gmk: removed G4STREAM and G4STREAM_STREAMBUF_IMPLEMENTATION
  flags, now no longer needed. Streambuf implementation is the default for
  every platform. (by H.Yoshida)

26th October 1999  John Allison
- Augmented liblist to look for dependencies on auto-generated
  headers in $G4TMP.

26th October 1999  Gabriele Cosmo (config-V00-01-03)
- Removed AIX-xlC as default platform for G4SYSTEM in architecture.gmk.
  Configuration is still kept but no longer supported.

26th October 1999  Youhei Morita
- architecture.gmk: include $(HEP_ODBMS_DIR)/etc/$(OS).mk instead of
  defininig load module separately.  Defined G4ODBMS_LIBS.
- binmake.gmk: Use G4ODBMS_LIBS.

20th October 1999  Gabriele Cosmo (config-V00-01-02)
- architecture.gmk: removed option -DOS_NO_TYPEDEF_5 from HP-aCC
  OSpace setup. Not anymore needed.

20th October 1999  John Allison
- architecture.gmk: removed G4USE_EXPLICIT_TYPES_IN_TEMPLATES (was needed
                    only for HP aCC; now not needed at all).

19th Octobre 1999  Youhei Morita
- common.gmk: Surpress verbose output for G4ODBMS if CPPVERBOSE 
              is not defined.

7th October 1999  John Allison (config-V00-01-01)
- Removed WARNINGs about granular libraries.  Now standard usage.  Simple
  using messages printed.

17th Sep 1999  Youhei Morita
- architecture.gmk: Defined G4TMPSCHEMA_DIR, G4TMPSCHEMA_BOOT
                    Added OBJY_LDLIB definition for Objectivity 5.1
- binmake.gmk: LDLIBS1 += -lG4persistency
- common.gmk: Changed ooddlx boot file option to G4OODDLX_BOOT
- globlib.gmk: Changed G4EXAMPLE_BOOT to G4TMPSCHEMA_BOOT
- G4ODBMS_BUILD.gmk: Defined HEP_ODBMS_EXPORT for HepODBMS 0.3.0.x

27th July 1999  Gonzalo Gracia Abril
- Changed OSPACELIBS := '-libpath:c:\dev\ospace\lib std-2.1-vc5.0-mt.lib'
  to      OSPACELIBS := '-libpath:$(OSPACEDIR)\lib std-2.1-vc5.0-mt.lib'
  in architecture.gmk for NT  

20th July 1999  John Allison (config-V00-01-00)
- Added EXTRA_LINK_DEPENDENCIES to binmake.gmk.

6th July 1999  John Allison (config-01-00-10)
- Changed -L/usr/X11/lib to -L/usr/X11R6/lib for Linux.

6th July 1999  Gunter Folger (config-01-00-09)
- Adapt architecture.gmk for use of STL with WIN32-VC
  Remove NICE from G4SYSTEM name WIN32-VC in architecture, globlib and 
  binmake.gmk

3rd July 1999  John Allison (config-01-00-08a)
- Added full-stop after i.e in binmake.gmk.

2nd July 1999  John Allison (config-01-00-08)
- Protected liblist against duplicate library names.

29th June 1999  Gabriele Cosmo (config-01-00-07)
- architecture.gmk: fixed bug in SUN-CC setup concerning XMLIBS and XMFLAGS.
  -lXm was missing.

25th June 1999  Gabriele Cosmo
- Use $G4LIB/$G4SYSTEM instead of $G4LIBDIR in binmake.gmk for invoking
  liblist and search for libname.map (granular libraries setup).

24th June 1999  John Allison
- Use liblist and libname.map in $G4LIBDIR.

19th June 1999  John Allison
- Removed references to G4Ray in G4VIS_BUILD.gmk and G4VIS_USE.gmk.

9th June 1999  Gunter Folger
- Adapt liblist.c for Windows, all changes contained withing #ifdef WIN32 blocks. 

4th June 1999  John Allison
- Corrected USER_DEFINED_LDLIBS action.
- Changed `export G4TMP=$(G4TMP);' to `G4TMP=$(G4TMP); export G4TMP;'
- Added -I$(G4BASE)/geometry/solids/Boolean/include.
- Introduced LDLIBS_PREFINAL (Gunter).

2nd June 1999  John Allison
- Changed more occurrences of := to = to fix crash of liblist at startup.

1st June 1999  John Allison
- Changed LDLIBS2 := to LDLIBS2 = in binmake.gmk.
- Reverted $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET) to $(G4TMPDIR).
- Added /$(G4TARGET) to liblist -d $(G4WORKDIR)/tmp/$(G4SYSTEM) in binmake.gmk.

31st May 1999  John Allison
- Added -I$(G4BASE)/processes/electromagnetic/lowenergy/include.

27th May 1999  Gabriele Cosmo (config-01-00-06)
- architecture.gmk: set default $G4INSTALL path to $HOME/geant4 (was still referring
  to geant4beta...).
- Restored default CLHEP_BASE_DIR to /afs/cern.ch/sw/geant4/dev/CLHEP/$G4SYSTEM/pro.
- architecture.gmk: added -DG4NOT_ISO_DELETES for NT setup (G.Folger).

25th May 1999  Gabriele Cosmo
- architecture.gmk: fixed bug in SUN-CC setup. Replaced VISLIBS with LOADLIBS to
  specify inclusion of socket libraries -lsocket -lnsl.
- binmake.gmk: fixed path to libname.map in the definition of LDLIBS2 for the
  granular libs setup.

19th May 1999  John Allison
- Force linking of static library, libCLHEP.a.

18th May 1999  John Allison
- Specify -DG4NOT_ISO_DELETES in any case (not just G4USE_STL) and only
  for HP, Sun and AIX.

17th May 1999  Gabriele Cosmo
- Added -DG4NOT_ISO_DELETES for DEC and AIX and moved inside G4USE_STL or
  G4USE_OSPACE scope for all platforms which need it.
- Added path to wrappers for AIX.

17th May 1999  John Allison
- Added -DG4NOT_ISO_DELETES for Sun and HP.
- Changed order of -I$(OSPACEDIR)/ospace/std and -I$(OSPACEDIR)/ospace/stl.

13th May 1999  Gabriele Cosmo (config-01-00-05)
- architecture.gmk: G4USE_OSPACE setup is now independent from G4USE_STL which
  is now devoted for generic STL setup. Added -DOS_NO_TYPEDEF_5 option to HP-aCC
  for ObjectSpace.

12th May 1999  Gabriele Cosmo
- architecture.gmk: modified path to STL wrapper files directory to point to
  $RWINC/wrappers/$G4SYSTEM. Wrappers are now differenciated according to
  the architecture type.

11th May 1999  Gabriele Cosmo
- architecture.gmk: merged Isidro's OSPACE setup for HP-aCC.
  Reorganised OSPACE options by introducing OSPACEINC variable.

10th May 1999  Guy Barrand
- interactivity.gmk ; put OpenGL things after OPACS things to have 
  correct link order.

10th May 1999  John Allison
- Added -I$(OSPACEDIR)/ospace/stl for Sun.

7th May 1999  John Allison
- Added GREP := grep except for SUN.
- Introduced STLInterface/wrappers directory. Testing on OSF+ObjectSpace (G.Cosmo).

6th May 1999  Gabriele Cosmo
- Introduced G4USE_OSPACE for ObjectSpace STL. If defined G4USE_STL is
  set as well. Modified architecture.gmk and binmake.gmk.

6th May 1999  John Allison
- Removed extra library for circular dependencies.  Now all solved!

5th May 1999  Gabriele Cosmo
- Fixed typo in architecture.gmk and defined OSPACEDIR to point to the G4
  dev area where links to the ObjectSpace installations at CERN have been
  created for all platforms. "pro" version points to ObjectSpace 2.1.

5th May 1999  John Allison
- Eliminated all references to RW in the case of G4USE_STL.
- Added OSPACE variables.

28th April 1999  Gabriele Cosmo (config-01-00-04)
- architecture.gmk: moved link for CLHEP to "new" to test the new version
  1.4 of CLHEP. It will become "pro" again as soon as the new CLHEP will be
  validated. NOTE: for DEC-cxx a custom CLHEP installation is used in order
  to deactivate the ISO-ANSI options now set by default in CLHEP.

19th April 1999  Gabriele Cosmo (config-01-00-03)
- architecture.gmk: introduced CCFLAGS for all platforms. Set CCFLAGS to
  "-Ae +DAportable" for HP-aCC to overcome compilation problems on liblist.c

18th April 1999  Youhei Morita
- architecture.gmk, binmake.gmk: introduced OBJY_LDLIB variable for
  defining Objectivity library within G4ODBMS.

13th April 1999  Gabriele Cosmo
- architecture.gmk: added the following options in compilation:
  o HP-aCC, SGI-CC: +Onolimit, -Olimit 5000 respectively.
    Not suppress any optimization specifying a high or unlimited memory
    limitation.
  o DEC-cxx: -timplicit_local.
    Get rid of the template repository by generating explicit template
    instantiations used in the code with internal linkage.
    
13th April 1999  John Allison
- In binmake.gmk: - moved libmap target to source/GNUmakefile.
                  - extensive tidying.

12th April 1999  John Allison
- In liblist.c:  - fixed bug to distinguish, e.g., track from tracking.
                 - improved printing.
                 - improved "Usage" comments.
                 - improved protection against bad input format.
- In binmake.gmk, used $(ECHO) to solve platform dependency of echo.
- In binmake.gmk for granular libraries:
   - fully implemented -d option.
   - Gave /tmp files a unique name.
   - Removed repeated libraries - no longer necessary, all circular
       dependencies seem solved.

9th April 1999  Frank Behner
- Fixed bug in liblist in -d option
- Changed binmake.gmk to use liblist -d

18th February 1999  John Allison
- Added G4USE_STL flag.
- Added code for linking granular libraries.

1st January 1999  Gunter Folger (config-01-00-02)
- Add FCLIBS for SUN.

January 29th 1999 - John Allison (config-01-00-01)
- Changed rd44 to sw/geant4.

December 15th, 1998 - G.Cosmo (config-00-04-11)
- Added G4_HAVE_BOOL to DEC-cxx.
- Cosmetic changes.

December 12th, 1998 - J.Allison (config-00-04-10)
- Fixed bug in OGLFLAGS and OGLLIBS user override mechanism.

December 11th, 1998 - J.Allison (config-00-04-09)
- Removed -fnonstd for SUN-CC.

December 10th, 1998 - G.Cosmo (config-00-04-08)
- architecture.gmk: introduced $G4DATA variable which can be user
  defined. Default is set to $G4INSTALL/data.
- architecture.gmk: introduced $G4LEVELGAMMADATA set as default to
  $G4DATA/PhotonEvaporation.
- globlib.gmk: fixed minor bug (courtesy of V.Krylov).

December 10th, 1998 - J.Allison (config-00-04-07)
- architecture.gmk: allowed environment variables OGLFLAGS and OGLLIBS.

December 7th, 1998 - S.Tanaka, G.Cosmo (config-00-04-06)
- architecture.gmk: fixed setting of VISLIBS.

December 7th, 1998 - S.Tanaka 
- Update of architecture.gmk and G4VIS_USE.gmk:
  In SUN-CC, "-L/usr/lib -lsocket -lnsl"  is  moved from X11LIBS to VISLIBS.

December 5th, 1998 - G.Cosmo (config-00-04-05)
- architecture.gmk: introduced -fnonstd compiler option for SUN-CC.
  This option causes non-standard initialization of floating-point
  arithmetic hardware; it enables hardware traps for floating-point
  overflow, division by zero, and invalid operation exceptions.

December 4th, 1998 - G.Barrand
- architecture.gmk: corrected paths for HepVis and HepInventor.
- interactivity.gmk: fixed setup for LOAD_IV.

December 3rd, 1998 - S.Tanaka
- Revision to make compilation of DAWN (network) driver 
  at Solaris and IRIX automatic. See below.
- Added the following line to SUN-CC and SGI-CC
  CPPFLAGS += -DSOCKET_IRIX_SOLARIS
- Added -L/usr/lib -lsocket -lnsl  in X11LIBS for SUN-CC.
  (This place is strange. But I cannot think of a better place.) 

December 3rd, 1998 - J.Allison (config-00-04-04)
- Set G4STREAM for all platforms.
- Set G4STREAM_STREAMBUF_IMPLEMENTATION for selected platforms.

December 3rd, 1998 - S.Sadilov
- Updated architecture.gmk : G4STREAM_STREAMBUF_IMPLEMENTATION for WIN32.
- Updated globlib.gmk : right incremental LIB for WIN32.

December 1st, 1998 - G.Cosmo (config-00-04-03)
- Updated architecture.gmk and binmake.gmk: G4SYSTEM revision.
- Added +DAportable compiler option to HP-aCC setup to support HPPA 2.0
  for PA8000 CPUs.

December 1st, 1998 - J.Allison (config-00-04-02)
- Added generators/include to binmake.gmk.

November 30th, 1998 - J.Allison (config-00-04-01)
- Added neutron_hp/include to binmake.gmk.
- CLHEP_BASE_DIR and RWBASE for WIN32 (Serguei Sadilov).

November 18th, 1998 - J.Allison (config-00-03-06)
- Changed CXXFLAGS for DEC6-AFS debug from -g to -gall.

October 30th, 1998 - G.Cosmo (config-00-03-05)
- architecture.gmk: added G4STREAM_STREAMBUF_IMPLEMENTATION variable. (G.Barrand)
- G4UI_BUILD.gmk: removed G4UI_BUILD_XM_REDIRECT_COUT. (G.Barrand)

October 13th, 1998  J.Allison (config-00-03-04)
- Changed ifdef G4_USE_G4STREAM to ifneq ($(findstring AIX,$(G4SYSTEM)),AIX)

October 13th, 1998  J.Allison (config-00-03-03)
- Removed G4VIS_DONT_USE. (G.Barrand)
- Added if G4_USE_G4STREAM, CPPFLAGS += -DG4STREAM. (M.Nagamatu)

October 9th  J.Allison (config-00-03-02)
- Tagged.

October 2nd, 1998 - M.Asai
- G4_NO_STORE_TRAJECTORY option is added to architecture.gmk.

September 30th, 1998 - G.Barrand
- G4VIS_USE.gmk: bracket everything with "ifndef G4VIS_DONT_USE" in order
  to be able to disconnect easily visualization for tests programs.

September 18th, 1998 - G.Cosmo (config-00-03-01)
- architecture.gmk: introduced G4DUMMY_VARIABLE to hide $(shell)
  command not compatible with the new version 3.77 of GMAKE (G.Folger).

September 14th, 1998 - G.Cosmo
- binmake.gmk: placed digits+hits library in the correct link order
  according to the category diagram.

August 31st, 1998 - G.Cosmo (config-00-02-05)
- architecture.gmk: Changed first CPPFLAGS statement from := to +=,
  to allow additional CPPFLAGS to be defined by the user. Needed for test
  (F.Behner)
- binmake.gmk: Added EXTRALIBS to allow a user to add own libraries in the
  link path. Needed for test.
  (F.Behner)
- binmake.gmk: inverted link order of processes and particles libraries
  which was wrong. (G.Cosmo)

August 26th, 1998 - John Allison (config-00-02-04)
- Backed out 22nd August change (G4UIGAG as default) - G4UIterminal
  is now default.

August 24th, 1998 - Y.Morita (config-00-02-03)
- globlib.gmk: added $(G4LIBDIR)/lib$(name).a for target "global".

August 22nd, 1998 - J.Allison (config-00-02-02)
- Set GAG variables by default.

August 11th, 1998 - G.Cosmo (config-00-02-01)
- Tagged.

August 7th, 1998 - John Allison/Michel Maire.
- Added -I/usr/include before -I/usr/local/include to OGLFLAGS for DEC-AFS.
- Changed -lGl to -lMesaGL, etc., for DEC-AFS.

August 6th, 1998 - John Allison
- Added UILIBS := to G4UI_USE.gmk and VISLIBS := to G4VIS_USE.gmk.

August 5th, 1998 - Guy Barrand
- Added LOAD_XM = 1 and LOAD_XAW = 1 to G4UI_USE.gmk.

July 30th, 1998 - G.Cosmo (config-b01)
- globlib.gmk: added phony target "wipe_libs". Now target "global"
  effectively deletes all existent granular libraries.
- common.gmk: archiving of libraries is silent now by default.

July 23th, 1998 - Y.Morita (config-00-01-16)
- globlib.gmk: fixed target "global" for G4ODBMS
- binmake.gmk: fixes for Win/NT.

July 20th, 1998 - John Allison (config-00-01-15)
- Removed LDFLAGS += -Wl,-Bstatic for G++-Linux introduced by Larry
  Felawka on July 10th for g++ 2.8.  No longer thought to be necessary.

July 19th, 1998 - G.Cosmo (config-00-01-14)
- common.gmk: introduced CPPVERBOSE flag.
- architecture.gmk: protected creation of $G4SCHEMA_DIR and
  $G4EXAMPLE_BOOT_DIR directories with G4ODBMS.
- binmake.gmk: fixed bug in creation of $G4TARGET.

July 18th, 1998 - G.Cosmo (config-00-01-13)
- Added fix to binmake.gmk for WIN32-VC-NICE (G.Folger)

July 16th, 1998 - John Allison
- Added GNU_GCC makefile flags where omitted.

July 15th, 1998 - Youhei Morita (config-00-01-12)
- architecture.gmk  added G4EXAMPLE_BOOT_DIR and G4EXAMPLE_BOOT
- globlib.gmk  revised cleandb target

July 14th, 1998 - Peter Urban (config-00-01-11)
- added two Perl scripts that correct STEP exchange files.

July 14th, 1998 - Youhei Morita (config-00-01-10)
- architecture.gmk  added definition of G4SCHEMA_DIR
- globlib.gmk  added new target G4SCHEMA.FDDB for G4ODBMS

July 10th, 1998 - Youhei Morita (config-00-01-09)
- binmake.gmk  added following to INCFLAGS
      -I$(G4BASE)/persistency/digits+hits/hits/include \
      -I$(G4TMP)/$(G4SYSTEM)/G4phits \
- binmake.gmk  moved persistency include path to ifdef G4ODBMS block

July 10th, 1998 - John Allison??
- binmake.gmk  added geometry/solids/STEPinterface/include 

July 10th, 1998 - Youehi Morita (config-00-01-08)
- globlib.gmk  added new targets 'headers' and 'd_files' for G4ODBMS
- common.gmk   added new target 'headers'
               added $(schema_hh) dependency to $(G4TMPDIR)/%.o
- binmake.gmk  added INCFLAGS, LDLIBS and LDFLAGS for G4ODBMS

July 10th, 1998 - L.Felawka
- architecture.gmk: updated compilation flags for g++.

July 9th, 1998 - G.Cosmo (config-00-01-07)
- Removed bug in "all" target in globlib.gmk, introduced recently.
- Modified "all" target in globlib.gmk to handle G4ODBMS.
- Added fix for G4ODBMS to common.gmk.

July 9th, 1998 - Youehi Morita
- Added G4ODBMS_BUILD.gmk for HepODBMS and Objectivity/DB CPPFLAGS.

July 7th, 1998 - John Allison (config-00-01-06)
- Incorporated Makoto's patches for ifndef G4UI_BUILD_TERMINAL_SESSION and
  ifndef G4UI_USE_TERMINAL.

July 7th, 1998 - G.Cosmo (config-00-01-05)
- Added $(schema_hh) target and dependency to it in case of G4ODBMS
  set when building .d files.

July 7th, 1998 - John Allison (config-00-01-04)
- Tagged.

July 7th, 1998 - Guy Barrand
- Introduced interactivity.gmk.

July 6th, 1998 - J.Allison (config-00-01-03)
- Added G4UI_BUILD.gmk and G4UI_BUILD.gmk.

July 6th, 1998 - G.Cosmo (config-00-01-02)
- Introduced "glob" and "objs" targets in globlib.gmk. Modified
  rule to build global library, does not depend anymore on "libs".
  (by J.Allison)
- Moved G4VIS_USE.gmk and G4VIS_BUILD.gmk from source/visualization.
 
July 3rd, 1998 - G.Cosmo (config-00-01-01)
- Created
