source: trunk/geant4/config/History@ 758

Last change on this file since 758 was 758, checked in by garnier, 18 years ago

QT moc remove before compiling

File size: 61.4 KB
Line 
1$Id: History,v 1.317 2008/03/19 10:24:00 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
1919th March 2008, Laurent Garnier
20 - common.gmk : Changes for moc generation. When compiling G4UI driver
21 AFTER compiling G4UI QT driver, it does not remove the moc generated files
22 and try to compile theme again and failed. Corrected.
23
2418th March 2008, Laurent Garnier
25 - common.gmk : Minor changes when compiling Qt
26
2721st February 2008 Gabriele Cosmo (config-V09-01-01)
28- Replaced g77 with gfortran for Linux-g++ and Linux-icc platforms.
29
3015th February 2008 Laurent Garnier
31- common.gmk: added ability to autogenerate moc files for Qt driver.
32- WIN32-VC: added flags to build Qt driver on Windows.
33- Darwin-g++, Linux-g++: improvements for autogeneration of MOC files for Qt.
34
3515th January 2008 Gabriele Cosmo (config-V09-01-00)
36- Added commented lines for OpenGL setup in Darwin-g++.gmk for MacOS
37 10.5 Leopard, pending fix from Apple.
38
3911th December 2007 Gabriele Cosmo (config-V09-00-12)
40- Corrected setup for GDML on WIN32-VC to allow for building DLLs.
41
4230th November 2007 Ben Morgan (config-V09-00-11)
43- Updated Configure script to handle Qt UI build.
44- Updated internal scripts for Configure accordingly.
45
4622nd November 2007 Gabriele Cosmo (config-V09-00-10)
47- Corrected addition of lXercesC and Zlib libraries in binmake.gmk.
48- Added special case for WIN32-VC for names of XercesC libraries in architecture.gmk.
49- Use 'gfortran' instead of 'g77' in Darwing-g++.gmk script. (I.McLaren)
50
5119th November 2007 Gabriele Cosmo (config-V09-00-09)
52- Added "qmd" hadronic model to binmake.gmk.
53
5416th November 2007 Laurent Garnier (config-V09-00-08)
55- Updated setup for Qt in Linux-g++.gmk and Darwin-g++.gmk scripts to
56 support both Qt3 and Qt4.
57
5815th November 2007 Ben Morgan (config-V09-00-07)
59- Updated Configure script to handle new 'gdml' sub-module and new data
60 libraries (G4ABLADATA and new G4EMLOW version).
61- Updated internal scripts for Configure accordingly.
62
632nd November 2007 Gabriele Cosmo (config-V09-00-06)
64- Introduced G4LIB_BUILD_GDML/G4LIB_USE_GDML flags to trigger compilation
65 of the new persistency/gdml sub-module. Added setup for XERCESC.
66 Required path XERCESCROOT to XERCESC installation if G4LIB_BUILD_GDML
67 is set. Added "persistency/gdml" include path to binmake.gmk
68- Added setup for QT in UI scripts, and specific QT paths and setup in
69 Darwin-g++.gmk. (L.Garnier)
70
7110th October 2007 Gunter Folger (config-V09-00-05)
72- Added "incl" (Liege cascade) hadronic model module to binmake.gmk.
73
74
753th October 2007 Laurent Garnier
76- Added setup for Qt in those files :
77- config/G4UI_BUILD.gmk
78- config/G4UI_USE.gmk
79- config/G4VIS_BUILD.gmk
80- config/G4VIS_USE.gmk
81- config/interactivity.gmk
82- config/sys/Darwin-g++.gmk
83- config/sys/Linux-g++.gmk
84
8516th August 2007 Gabriele Cosmo (config-V09-00-04)
86- Corrected definition of OUT internal variable to allow for proper
87 linking also of unit tests.
88
8915th August 2007 Gabriele Cosmo (config-V09-00-03)
90- Added "rpg" hadronic model module to binmake.gmk.
91
9213th August 2007 Gabriele Cosmo (config-V09-00-02)
93- SUN-CC.gmk: forced -xO2 as optimisation level.
94
9518th July 2007 Gabriele Cosmo (config-V09-00-01)
96- liblist.c: fixed problem affecting recent CygWin installations on
97 Windows in parsing the buffer for the generation of libname.map.
98- binmake.gmk: defined OUT internal variable specifying the proper
99 compilation/linking option to Unix or Windows compilers: '-o '
100 and '/Fe' respectively.
101
10211th July 2007 Makoto Asai (config-V09-00-00)
103- Added digits_hits/scorer sub-directory to binmake.gmk.
104
10528th June 2007 Gabriele Cosmo (config-V08-03-04)
106- Updated Configure scripts to fix installation issue when installation
107 path is different from source path and headers are not installed.
108- Cleared <TAB> characters from .gmk scripts where not necessary.
109
11022nd June 2007 Gabriele Cosmo (config-V08-03-03)
111- Corrected binmake.gmk for having error_propagation in INCFLAGS properly
112 included in search path.
113- Updated internal scripts for Configure to cope with new environment
114 variable G4NEUTRONHPDATA.
115
11618th June 2007 Ben Morgan (config-V08-03-02)
117- Fixed Configure internal script to get rid of searching old physics_list
118 module at installation.
119
12027th May 2007 Gabriele Cosmo (config-V08-03-01)
121- Added "lll_fission" hadronic model module to binmake.gmk.
122
12312th May 2007 Gabriele Cosmo (config-V08-03-00)
124- Added "error_propagation" module to binmake.gmk.
125- Removed G4LIB_BUILD_LISTS flag. Physics lists are built by default.
126
12721st March 2007 Gabriele Cosmo
128- Added "biasing" module to binmake.gmk.
129
13028th February 2007 Gabriele Cosmo (config-V08-02-00)
131- Protected generation of dependencies using internal 'make' variable
132 MAKECMDGOALS in binmake.gmk and common.gmk, following suggestion made
133 in problem report #930.
134 This protection resolves the problem of generation of dependencies when
135 issueing the 'clean' target.
136
1373rd November 2006 Gunter Folger (config-V08-01-07)
138- architecture.gmk: added G4LIB_BUILD_LISTS with default value 1 to build physics lists.
139- binmake.gmk: added physics lists include directories to INCFLAGS.
140
14115th October 2006 Makoto Asai (config-V08-01-06)
142- binmake.gmk: added 'processes/scoring' module.
143
14410th October 2006 Gabriele Cosmo (config-V08-01-05)
145- Darwin-g++.gmk: use standard -echo- command.
146 Removed ECHO overloaded variable.
147
1485th October 2006 Gabriele Cosmo (config-V08-01-04)
149- liblist.c: added .dylib search for list of libraries.
150 Addressing problem report #885.
151
1523rd October 2006 Gabriele Cosmo (config-V08-01-03)
153- architecture.gmk: added variables for commands: echo, cat, cut, sed;
154 to be eventually overloaded in system dependent configurations.
155- WIN32-VC.gmk: overload commands [echo, grep, cat, cut, sed], to force
156 usage of the original CygWin built-in commands.
157
15821st September 2006 Vladimir Ivantchenko (config-V08-01-02)
159- binmake.gmk: added electromagnetic/polarisation module.
160
16118th August 2006 Gabriele Cosmo (config-V08-01-01)
162- Linux-icc: corrected G4RUNPATHOPTION flag to allow linking of applications
163 with shared libraries.
164
16518th August 2006 Gabriele Cosmo (config-V08-01-00)
166- Linux-icc: updated setup to support icc-9.X series.
167
16813th June 2006 Gabriele Cosmo (config-V08-00-02)
169- Removed defaults for X11, XM, XAW flags in architecture.gmk and added
170 explicit settings in sys/*.gmk setups protected by ifndef statements for
171 optional customisation.
172- Upgraded Configure internal scripts.
173
17424th April 2006 Gabriele Cosmo (config-V08-00-01)
175- binmake.gmk: fixed old-standing warning on WIN32-VC for file extension of
176 target object file. Defined TARGOBJEXT internal variable defining the
177 actual extension: .o for UNIX, .OBJ for Windows platforms.
178
1796th April 2006 Gabriele Cosmo (config-V08-00-00)
180- Darwin-g++: corrected linker options for generation of dynamic libraries.
181 Now dynamic libraries on MacOSX finally work. Tested on MacOS 10.4.5 with
182 gcc-4.0.1.
183
18412th December 2005 Gabriele Cosmo (config-V07-01-07)
185- binmake.gmk: added workaround to allow for physics-lists to link
186 with DLLs on Windows.
187
1887th December 2005 Gabriele Cosmo (config-V07-01-06)
189- Added G4LIB_NO_SHARED protection for cases where installation of
190 shared libs are not allowed.
191
1922nd December 2005 Gabriele Cosmo (config-V07-01-05)
193- Replaced -GX with -EHsc compilation option in WIN32-VC setup for
194 porting on VC++8 compiler.
195
19629th November 2005 Gabriele Cosmo (config-V07-01-04)
197- Added -D_CRT_SECURE_NO_DEPRECATE to WIN32-VC setup to allow for
198 porting on VC++8 compiler.
199
20021st November 2005 Makoto Asai (config-V07-01-03)
201- binmake.gmk: added 'digits_hits/utils' module to INCFLAGS.
202
2035th October 2005 John Allison (config-V07-01-02)
204- G4VIS*.gmk: added G4VIS_BUILD_RAYTRACERX_DRIVER and G4VIS_USE_RAYTRACERX.
205
20629th July 2005 Mark Donszelmann (config-V07-01-01)
207- Synchronized CXXFLAGS warning options of WIN32-g++ with Linux-g++.
208
20918th July 2005 Gabriele Cosmo (config-V07-01-00)
210- Excluded usage of unnecessary 'ranlib' at creation of the libraries for
211 WIN32-VC system. Fixes an observed problem of debug-symbols corruption.
212
21316th June 2005 Sergey Sadilov (config-V07-00-05)
214- Updated Configure script and support files:
215 o Added new data sets for low-energy-EM and elastic data.
216 o Set unique entry point for path to data.
217 o Updated variable settings for g3tog4 and zlib.
218
21915th June 2005 Gunter Folger (config-V07-00-04)
220- Changed clean(_..) targets to be :: rules, to allow multiple clean targets.
221
22210th June 2005 Gabriele Cosmo (config-V07-00-03)
223- Updated configuration script SUN-CC.gmk:
224 o Removed obsolete compilation option -ptr$(G4TREP) for redirection to
225 template repository, no longer necessary.
226 o Added -lsunmath to LOADLIBS now required with CLHEP-1.9.X for static
227 libraries.
228
22917th May 2005 Gabriele Cosmo (config-V07-00-02)
230- Corrected settings of G4LIB_BUILD/USE_ZLIB:
231 o G4LIB_BUILD_ZLIB is mandatory for Windows, if zlib is required;
232 o if G4LIB_BUILD_ZLIB is set, the G4-zlib module is used (all platforms);
233 o if only G4LIB_USE_ZLIB is set, the system zlib is used (UNIX only);
234 o if none is set, zlib is not used (all platforms).
235- Updated compilation options on Darwin-g++, now similar to Linux-g++ setup.
236- Still requiring tag "source-gmk-V07-00-01" for source/GNUmakefile to build
237 the g3tog4 module.
238
23913th May 2005 Gabriele Cosmo (config-V07-00-01)
240- Added G4LIB_BUILD_ZLIB/G4LIB_USE_ZLIB. Modified architecture.gmk
241 and binmake.gmk scripts.
242- Changed G4USE_G4TOG4 to G4LIB_USE_G3TOG4 to conform to standard flag names.
243 Requires tag "source-gmk-V07-00-01" for source/GNUmakefile to build the
244 g3tog4 module.
245
24610th May 2005 John Allison (config-V07-00-00)
247- Made OPENGLXM require OPENGLX.
248
2498th December 2004 John Allison (config-V06-02-03)
250- Darwin-g++.gmk: fixes on setup for dynamic libraries.
251
25230th November 2004 Gabriele Cosmo (config-V06-02-02)
253- binmake.gmk: added electromagnetic/highenergy module to INCLUDE path.
254
25527th November 2004 Gabriele Cosmo (config-V06-02-01)
256- binmake.gmk: added parameterisations/trd_clusters and
257 parameterisations/gflash modules to INCLUDE path.
258
25929th October 2004 Gabriele Cosmo (config-V06-02-00)
260- Archived setup for Windows/VC++6. WIN32-VC now corresponds to WIN32-VC7.
261 Archived WIN32-VC7.gmk.
262- Removed strict compilation options for SUN-CC and thread specific.
263
26412th October 2004 John Allison
265- Darwin-g++.gmk : added -lXi to X11LIBS.
266
26708th July 2004 Guy Barrand
268- Darwin-g++.gmk : correct options to build granular shared libs.
269 Have "-undefined define_a_way" instead of "-undefined error" since
270 granular libs are not linked for the moment.
271
27223rd June 2004 Gabriele Cosmo (config-V06-01-10)
273- Updated win32def.c program to fix retrivial of public static data for
274 building DLLs on Windows (G.Barrand).
275- Updated Configure scripts.
276
27717th June 2004 Gabriele Cosmo (config-V06-01-09)
278- Darwin-g++.gmk: use twolevel_namespace and GLOBLIBS for shared-libs
279 build on MacOS. Shared-libs build are possible only global libraries
280 and requires shared-lib version of CLHEP build with compatible options
281 (G.Barrand).
282
28314th June 2004 Gabriele Cosmo (config-V06-01-08)
284- architecture.gmk: added specification for G4LIB_USE_DLL.
285
28611th June 2004 Gabriele Cosmo (config-V06-01-07)
287- binmake.gmk: activated shared-libs mechanism for Windows platforms;
288 forced creation of static library for examples/applications for the
289 usage with DLLs.
290
2918th June 2004 Gabriele Cosmo (config-V06-01-06)
292- binmake.gmk: restored global lib for interfaces which was missing
293 from linking list.
294- common.gmk, globlib.gmk: fixed clean/clean_libs target.
295- architecture.gmk: added definition of G4LIB_BUILD_DLL flag.
296- WIN32-VC.gmk: added targets for DLLs build.
297- Linux-g++.gmk: made -O2 the default optimisation mode.
298 Archived temporary setup Linux-gO2 introduced in "config-V06-01-01".
299
3007th June 2004 Gabriele Cosmo (config-V06-01-05)
301- Corrected setup for WIN32-VC7 for building of DLLs.
302- Cosmetics in build printout...
303
3041st June 2004 Gabriele Cosmo (config-V06-01-04)
305- binmake.gmk, added include paths to new hadronic models for
306 abrasion, em_dissociation, de_excitation/ablation and
307 de_excitation/fission.
308- architecture.gmk: updated comments to header.
309
31026th May 2004 Mark Donszelmann (config-V06-01-03)
311- Fixed small problem in previous fix.
312
31326th May 2004 Gunter Folger (config-V06-01-02)
314- binmake.gmk: fixed problem for WIN32 such that also LDLIBS (including
315 EXTRALIBS) will be mangled to replace -L by its WIN32 correspondance
316 libpath.
317
31811th May 2004 Gabriele Cosmo (config-V06-01-01)
319- Added new experimental setup for Linux-g++ using -O2 optimisation
320 as default. To trigger this setup G4SYSTEM must be set to "Linux-gO2".
321 It also includes (deactivated by default) Pentium4 chip specific options
322 for using chips-specific floating-point arithmetics based on the SSE unit.
323
3248th April 2004 Guy Barrand
325- architecture.gmk: revisited Inventor default. Removed HEPVis dependencies
326 (Inventor visualization driver does not need these libraries any longer).
327
3287th April 2004 Guy Barrand
329- Darwin-g++.gmk:
330 o Corrected options to build shared libraries (.dyn); use
331 "-dynamic -single_module" to have faster startup when Geant4 is
332 embedded in an external framework.
333 o Corrected options to retrieve Motif.
334
3355th April 2004 Gabriele Cosmo (config-V06-01-00)
336- architecture.gmk: added check for definition of LDFLAGS.
337 Fixes bug report #603.
338
33924th February 2004 Gabriele Cosmo (config-V06-00-03)
340- Fixed link rpath definition in Linux-icc.gmk.
341
34211th February 2004 Gabriele Cosmo (config-V06-00-02)
343- Added configuration file Linux-icc.gmk for Intel/icc compiler
344 on Linux systems.
345
34610th February 2004 Guy Barrand
347- WIN32-VC7.gmk: added material to build shared libs for Windows (DLLs).
348- Added program win32def.c to help building DLLs, built from
349 source/GNUmakefile through a specialised target and placed in
350 $G4LIB/$G4SYSTEM.
351- source/materials/GNUmakefile: modified to provide an example of macro
352 GLOBLIBS used by the DLL builder in order to have global lib dependencies.
353
3549th February 2004 Gunter Folger (config-V06-00-01)
355- architecture.gmk:
356 o Protect OGLFLAGS against containing -I/usr/include; this may cause
357 wrong includes to be picked up.
358
35926th January 2004 Guy Barrand (config-V06-00-00)
360- Darwin-g++.gmk:
361 o Use "g++" as a default compiler (in order to take the MacOSX
362 default compiler).
363 o Corrected procedure for building .dylib shared libs.
364 Previous default Linux commands do not work on MacOSX.
365
36618th November 2003 Gabriele Cosmo (config-V05-02-05)
367- Updated binmake.gmk to include new hadronics modules.
368 Coworks with "ghad-V05-02-00" and HEAD of processes/GNUmakefile.
369
3704th November 2003 Gabriele Cosmo (config-V05-02-04)
371- Include removal of OPACS setup. Cowork with tags "interfaces-V05-02-00"
372 and "vis-V05-02-02".
373
37429th October 2003 Gabriele Cosmo (config-V05-02-03)
375- binmake.gmk:
376 o Added particles/utils module.
377- Does NOT include removal of OPACS setup yet.
378
37922th October 2003 Guy Barrand
380- OPACS : rm interfaces OPACS related things.
381
38217th October 2003 Guy Barrand
383- OPACS being (for long) deprecated, the OPACS related things
384 had been removed in the Geant4 repository.
385
38630th September 2003 Gabriele Cosmo (config-V05-02-02)
387- architecture.gmk, binmake.gmk:
388 o Added geometry/navigation module.
389 o Removed setup for STEP, now archived.
390 o Adopt new module and library "digits_hits", replacing "digits+hits".
391- Configure installation script:
392 o Fixed correct default name for data sets.
393 o Implemented automatic detection of OpenGL and CLHEP installations.
394 o Fixed behavior of script on Windows system, corrected definition of
395 paths and defaults.
396 o Cleared not allowed configuration drivers.
397
39819th September 2003 Gabriele Cosmo (config-V05-02-01)
399- binmake.gmk:
400 o added processes/cuts module.
401- architecture.gmk:
402 o fixed setup for OpenInventor libraries.
403
4041st July 2003 Gabriele Cosmo (config-V05-02-00)
405- WIN32-VC.gmk, WIN32-VC7.gmk:
406 o reinstated options "-D_CONSOLE -D_WIN32 -DOS" to allow correct
407 treatment/opening of data files from applications.
408
40924th June 2003 Gabriele Cosmo (config-V05-01-05)
410- Added UI32LIBS to interactivity.gmk to handle UI libraries on WIN32
411 platforms.
412- Added libraries for OpenGL and UI to default setup of WIN32-VC and
413 WIN32-VC7. Removed some obsolete compilation options.
414
41518th June 2003 Gabriele Cosmo (config-V05-01-04)
416- Removed flag G4USE_STD_NAMESPACE from specific setups in sys.
417 Follows migration from G4std apported in source/global and whole code.
418
41916th June 2003 Gabriele Cosmo
420- binmake.gmk: added module geometry/divisions in $INCFLAGS list.
421
42211th June 2003 Gunter Folger (config-V05-01-03)
423- G4VIS_BUILD.gmk, G4VIS_USE.gmk, G4UI_BUILD.gmk, G4UI_USE.gmk, and
424 sys/{Linux-g++,SU-CC}.gmk:
425 When building shared libraries needing external libs like OpenGL...,
426 add these at shared library building, so these libs know about these
427 dependency and have this resolved.
428
4296th June 2003 Gabriele Cosmo (config-V05-01-02)
430- architecture.gmk and specific setups in sys: get rid of G4_HAVE_BOOL
431 macro. Now using default 'bool' type, defined in all supported compilers.
432
43328th May 2003 Gabriele Cosmo (config-V05-01-01)
434- architecture.gmk, binmake.gmk: added flags G4LIB_BUILD_STEP/G4USE_STEP
435 to make optional the compilation of the STEP library and interface module.
436 By default the libraries will not be built.
437
43831st March 2003 Gabriele Cosmo (config-V05-01-00)
439- Added more strict compiler options for Linux-g++ platform.
440- Removed obsolete usage of GNU_GCC specific option for g++ compilers.
441
44222nd January 2003 Gabriele Cosmo (config-V05-00-00)
443- Added experimental setup WIN32-VC7.gmk for Windows .NET VC++ compiler.
444- Generalised identification of WIN32 specific setups in core scripts.
445- Forced silent generation of dependencies (added -w option to calls to g++).
446
4474th December 2002 Gabriele Cosmo (config-V04-01-08)
448- Removed obsolete setup for ObjectSpace-STL (G4USE_OSPACE and related
449 variables). Removed obsolete variable G4USE_STL.
450- Updated Configure scripts.
451
4522nd December 2002 John Allison (config-V04-01-07)
453- common.gmk, binmake.gmk: New dependency file algorithm that avoids
454 leaving corrupt .d files when #include'd files cannot be found.
455- Removed obsolete schema targets in common.gmk.
456
45725th November 2002 Gabriele Cosmo (config-V04-01-06)
458- Removed ODBMS setup. Now library for persistency is built as part of the
459 kernel and specific implementations for persistency have been moved to
460 examples. Setup for ODBMS no more required. G4USE_HEPODBMS is no longer
461 used.
462- Updated configuration file AIX-xlC.gmk to port code on AIX with xlC 6.0
463 (K.Murakami).
464
46522nd November 2002 Gabriele Cosmo (config-V04-01-05)
466- liblist.c:
467 o Enhanced script to provide the whole list of installed libraries
468 in the correct order, without requiring parsing of dependencies.
469 The functionality is achieved by invoking "liblist" with option '-m",
470 i.e. - liblist -m [libpath] < libname.map
471 where [libpath] is the path where libraries are placed
472 (i.e. $G4LIB/$G4SYSTEM).
473- binmake.gmk:
474 o Use "liblist -m [libpath]" to retrieve the list of libraries to link in
475 case headers are installed in $G4INCLUDE, and granular libraries are used.
476- G4UI_USE.gmk, G4VIS_USE.gmk:
477 o Protected specification of -I paths for headers, in case $G4INCLUDE is
478 used. A single -I$G4INCLUDE path will be used for compilation in such case.
479
48016th November 2002 Hans-Peter Wellisch
481- binmake.gmk:
482 o Added hadronic/models/cascade/cascade and
483 hadronic/models/generator/scattering include paths.
484
4858th November 2002 Gabriele Cosmo (config-V04-01-04)
486- Darwin-g++.gmk:
487 o Updated setup to support MacOS 10.2 (H.Burkhardt).
488
48930th October 2002 Gabriele Cosmo (config-V04-01-03)
490- architecture.gmk:
491 o Issue an error if G4SYSTEM is not defined in the environment or not valid.
492 o Define G4LIB_BUILD_G3TOG4 and G4USE_G3TOG4 for optional installation and
493 usage of the g3tog4 module.
494 o Updated list of supported systems/compilers.
495- binmake.gmk:
496 o Include path and library for g3tog4 module only if G4USE_G3TOG4 is defined.
497 Implies proper handling of G4USE_G3TOG4 in source/GNUmakefile.
498- Removed obsolete OSPACE setup for WIN32-VC, HP-aCC, DEC-cxx. Still kept for
499 platforms with ODBMS setup.
500- SUN-CC.gmk: removed -L/usr/lib path specification from LOADLIBS definition.
501
50210th September 2002 Gabriele Cosmo (config-V04-01-02)
503- Linux-g++.gmk: added assignment 'CC := gcc' for default 'cc' compiler.
504
50526th August 2002 Gabriele Cosmo (config-V04-01-01)
506- binmake.gmk: added include path to persistency/run/include which was
507 missing. Removed unnecessary processes/general/include.
508
5098th July 2002 John Allison
510- liblist.c: added protection and warning for file/directory not found
511 in parsedir. Also small cosmetic improvements.
512
5134th July 2002 Gabriele Cosmo (config-V04-01-00)
514- Upgraded WIN32-g++ to compile with -ansi and gcc-2.95.3 for most recent versions
515 of CygWin.
516
51726th June 2002 Gabriele Cosmo (config-V04-00-10)
518- Moved STEP PERL scripts to examples/extended/geometry/cad/scripts.
519- Updated scripts for Configure.
520
52118th June 2002 Gabriele Cosmo (config-V04-00-09)
522- Added -DG4USE_OSPACE for obsolete systems using ObjectSpace STL.
523
52417th June 2002 Gabriele Cosmo (config-V04-00-08)
525- Added flag G4NO_ISO_VECDIST for compilers (SUN-CC, HP-aCC) with non ISO
526 call to vector::distance() method.
527
52814th June 2002 Gabriele Cosmo (config-V04-00-07)
529- binmake.gmk: added include path to "leading_particle" hadronic module.
530 Retagged with correct numbering...
531
5323rd May 2002 Gabriele Cosmo (config-V04-00-06)
533- liblist.c: added patch to port code on MacOS-X.
534 Defined buffer[BUFSIZE] as "char static".
535- Added Darwin-g++.gmk configuration file for MacOS-X systems running
536 with GNU g++ compiler.
537- Removed SUN-CC4.gmk configuration file, no longer supported.
538- Updated description header to system configuration files.
539
54027th March 2002 Gabriele Cosmo (config-V04-00-05)
541- binmake.gmk: added include path to new module geometry/biasing.
542 Co-works with "geometry-V04-00-01" and "transport-V04-00-00".
543
54426th March 2002 Gabriele Cosmo (config-V04-00-04)
545- liblist.c: cancelled changes made in previous tag.
546 Restored usage of function 'gets(buffer)', correctly adopted in this case.
547
54814th March 2002 Gabriele Cosmo (config-V04-00-03)
549- liblist.c: replaced usage of function 'gets(buffer)' with the safer
550 'fgets(buffer,BUFSIZE,stdin)'.
551
5529th March 2002 John Allison (config-V04-00-02)
553- Fixed bug in G4VIS_USE.gmk for G4VIS_USE_OPENGLWIN32.
554- Corrected perl script g4sort_step_file.pl to specify correct path for perl.
555
55607th February 2002 Gabriele Cosmo (config-V04-00-01)
557- liblist.c: added flags __CYGWIN__ and __CYGWIN32__ for triggering proper
558 parsing algorithm on Windows systems, also on most recent versions of Cygwin.
559- WIN32-VC.gmk: use g77 instead of f77 as default fortran compiler.
560
56125th January 2002 Gabriele Cosmo (config-V04-00-00)
562- sys/HP-aCC.gmk: removed include path to global/management/include/std/wrappers,
563 which was unused and not neccessary.
564
56510th December 2001 Gabriele Cosmo (config-V03-02-15)
566- architecture.gmk:
567 o updated list of supported compilers
568 o removed obsolete setup for STL ObjectSpace and STLport for Win/VC++.
569- binmake.gmk: activated mechanism for using $G4INCLUDE effectively for
570 building examples/applications. Currently activated only for global compound
571 libraries; for granular libraries it requires re-engineering of liblist,
572 feature which will be added in future.
573 This mechanism allows to considerably reduce the compilation/linking command
574 length and the number of -I options fed to the compiler.
575- Added G4PROFILE options to Linux-g++ and Linux-egcs setups.
576- Removed binmake.EXTRALIBS.README, now part of User's Guide.
577- Updated sources for Configure installation script.
578
5793rd December 2001 Guy Barrand (config-V03-02-14)
580- G4VIS_USE.gmk : -lG4HepRep replaced by -lG4visHepRep.
581
58229th November 2001 Gabriele Cosmo (config-V03-02-13)
583- Removed SUN-CC5.gmk configuration file. Now replaced by SUN-CC architecture
584
58521st Novemver 2001 Gabriele Cosmo (config-V03-02-12)
586- On top of "config-V03-02-11", added paths in binmake.gmk including
587 new hadronic models for cascade, CHIPS and coherent_elastic.
588 Does not include changes to analysis.gmk.
589
59019th November 2001 Guy Barrand
591- analysis.gmk : then remove all system specifc flags, have
592 only the AIDA ones. Have G4ANALYSIS_USE to drive the insertion of
593 CPP and libs in the Geant4 GNUmakefile system.
594
59519th November 2001 John Allison (config-V03-02-11)
596- Does not include Guy's changes of 16rd November.
597- Re-instated creation of CPPFLAGS (see 6th November) but conditonal
598 on existence of corresponding environment variable. If no environmet
599 variable is set, CPPFLAGS += -DG4UI_USE_TERMINAL.
600
60116rd November 2001 Guy Barrand
602- analysis.gmk : add flags to use an AIDA 2.2 compliant analysis system.
603
6046th November 2001 John Allison (config-V03-02-10)
605- Removed CPPFLAGS += -DG4UI_USE_GAG -DG4UI_USE_TCSH -DG4UI_USE_TERMINAL.
606
6076th November 2001 John Allison (config-V03-02-09)
608- Removed references to HepRep, added code for HepRepFile, thus
609 needed by vis-V03-02-15.
610
61123rd October 2001 Gabriele Cosmo (config-V03-02-08)
612- Merged changes in "config-V03-02-07" for removal of STLInterface.
613
61422nd October 2001 Gabriele Cosmo (config-V03-02-06b)
615- binmake.gmk: added include path for geometry/verification
616 according to tag "geometry-V03-02-01".
617
6181st October 2001 Gabriele Cosmo (config-V03-02-06a)
619- binmake.gmk: removed include path for processes/electromagnetic/integral
620 according to tag "em-V03-02-02".
621
62230th September 2001 Gabriele Cosmo (config-V03-02-07)
623- Removed references to STLInterface module in architecture.gmk
624 and architecture setups. Coworks with tag "global-V03-02-03" where
625 STLInterface module has been removed.
626
62729th August 2001 John Allison/Joseph Perl (config-V03-02-06)
628- Needed by vis-V03-02-14.
629- First developers release of HepRep graphics driver.
630
63127th August 2001 John Allison
632- Tidied HepRep configuration in G4VIS*, moving stuff to interactivity.gmk.
633
63424th August 2001 Joseph Perl (config-V03-02-05)
635- Introduced HepRep graphics driver
636
63711th August 2001 John Allison (config-V03-02-04)
638- Re-engineered G4UI variables. Coworks with interfaces-V03-02-00.
639- Introduced environment variable G4UI_NONE that, if set, no UI
640 sessions nor any UI libraries are built, not even libG4UIbasic.a nor
641 libG4UIcommon.a. (This would only happen in a pure batch job or,
642 perhaps, in a user framework having its own UI system.)
643- Removed the need to specify environment variables for UI sessions
644 which do not need external packages or libraries, namely :
645 G4UI_BUILD_GAG_SESSION
646 G4UI_BUILD_TERMINAL_SESSION
647 with associated G4UI_USE environment variables:
648 G4UI_USE_GAG
649 G4UI_USE_TCSH
650 G4UI_USE_TERMINAL
651 In other words, the above environment variables become redundant and are
652 ignored.
653 For backwards compatibility, unless G4UI_NONE is set, the corresponding
654 G4UI_USE C-pre-processor variables are automatically set. Also, the
655 C-pre-processor variables G4UI_BUILD and G4UI_USE are set.
656- As before, environment variables for other sessions still need positive
657 setting of their G4UI_BUILD and G4UI_USE environment variables. In this
658 category are:
659 G4UI_BUILD_WIN32_SESSION
660 G4UI_BUILD_WO_SESSION
661 G4UI_BUILD_XAW_SESSION
662 G4UI_BUILD_XM_SESSION
663 with associated G4UI_USE environment variables:
664 G4UI_USE_WIN32
665 G4UI_USE_WO
666 G4UI_USE_XAW
667 G4UI_USE_XM
668- Note: The user must still instantiate and SessionStart only *one*
669 session, but if it is to be one in the category needing external
670 packages or libraries, the corresponding G4UI_USE must be set to
671 trigger inclusion oflibraries. Otherwise the user need not set any
672 environment variables.
673
6743rd August 2001 Gabriele Cosmo (config-V03-02-03)
675- architecture.gmk:
676 o updated list of supported systems/compilers.
677 o made Linux-g++ architecture the default G4SYSTEM. Replaced SUN-CC.
678- Added SUN-CC4.gmk for old SUN architectures based on CC-4.2 compiler.
679- Added Linux-egcs for old Linux architectures based on egcs-1.1.2 compiler.
680- Made SUN-CC.gmk a copy of SUN-CC5.gmk (kept for backward compatibility,
681 will be removed soon). CC-5.2 compiler is now the default on SUN systems.
682- Made Linux-g++.gmk specific to gcc-2.95.2 compiler, from now on the default
683 compiler on Linux systems.
684
6851st August 2001 Gabriele Cosmo (config-V03-02-02)
686- Included recent updates to scripts sources for 'Configure'.
687
68827th July 2001 John Allison (config-V03-02-01)
689- Introduced environment variable G4VIS_NONE that, if set, no visualization
690 drivers are built and no vis libraries are built, not even
691 libG4vis_management. (libG4modeling is still built.) The C-pre-processor
692 variables G4VIS_BUILD and G4VIS_USE are *not* set.
693- Removed the need to specify environment variables for visualization drivers
694 which do not need external packages or libraries, namely :
695 G4VIS_BUILD_DAWNFILE_DRIVER
696 G4VIS_BUILD_RAYTRACER_DRIVER
697 G4VIS_BUILD_VRMLFILE_DRIVER
698 G4VIS_BUILD_ASCIITREE_DRIVER
699 G4VIS_BUILD_GAGTREE_DRIVER
700 with associated G4VIS_USE environment variables:
701 G4VIS_USE_DAWNFILE
702 G4VIS_USE_RAYTRACER
703 G4VIS_USE_VRMLFILE
704 G4VIS_USE_ASCIITREE
705 G4VIS_USE_GAGTREE
706 In other words, the above environment variables become redundant and are
707 ignored.
708 For backwards compatibility, unless G4VIS_NONE is set, the corresponding
709 G4VIS_USE C-pre-processor variables are automatically set. Also, the
710 C-pre-processor variables G4VIS_BUILD and G4VIS_USE are set.
711- As before, environment variables for other drivers still need positive
712 setting of their G4VIS_BUILD and G4VIS_USE environment variables. In this
713 category are:
714 G4VIS_BUILD_DAWN_DRIVER
715 G4VIS_BUILD_OPACS_DRIVER
716 G4VIS_BUILD_OPENGLX_DRIVER
717 G4VIS_BUILD_OPENGLWIN32_DRIVER
718 G4VIS_BUILD_OPENGLXM_DRIVER
719 G4VIS_BUILD_OIX_DRIVER
720 G4VIS_BUILD_OIWIN32_DRIVER
721 G4VIS_BUILD_VRML_DRIVER
722 with associated G4VIS_USE environment variables:
723 G4VIS_USE_DAWN
724 G4VIS_USE_OPACS
725 G4VIS_USE_OPENGLX
726 G4VIS_USE_OPENGLWIN32
727 G4VIS_USE_OPENGLXM
728 G4VIS_USE_OIX
729 G4VIS_USE_OIWIN32
730 G4VIS_USE_VRML
731 In this case G4VIS_NONE must *not* be set.
732- Added binmake.EXTRALIBS.README.
733
7345th July 2001 Youhei Morita (config-V03-02-00)
735- Linux-g++.gmk: Use -pedantic (G.Cosmo)
736- Linux-g++.gmk, SUN-CC.gmk, SUN-CC5.gmk: added -DG4std in G4DDLX_FLAGS
737
73829th June 2001 Gabriele Cosmo (config-V03-01-10)
739- Updated source scripts for 'Configure'.
740
74126th June 2001 Youhei Morita (config-V03-01-09)
742- globlib.gmk: added block for copying headers for persistency in $G4INCLUDE
743 when invoking the 'includes' target.
744
74525th June 2001 Youhei Morita (config-V03-01-08)
746- Restored lib_d target (again) in common.gmk with a protection of G4ODBMS.
747- Linux-g++.gmk (G.Cosmo)
748 o Commented out -ansi setup for public release
749 o Fixed logic for activating G4OODDLX_FLAGS on egcs compiler
750
75122nd June Gabriele Cosmo (config-V03-01-07)
752- common.gmk (G.Folger):
753 o removed lib_d target (again).
754 o restored G4SKIP_DEPEND.
755- Linux-g++.gmk:
756 o added temporary cludge for identify compiler version
757 and define G4DDLX_FLAGS for egcs-1.1.2.
758- binmake.gmk:
759 o added mechanism to correctly handle include paths when source headers
760 are centrally installed in $G4INCLUDE. Temporarly disabled, requires
761 update (re-design?) of liblist.c to properly generate the list of
762 libraries from the map.
763 Once activated, also G4UI_USE.gmk, G4VIS_USE.gmk and analysis.gmk
764 have to be modified accordingly.
765
76622nd June 2001 Youhei Morita (config-V03-01-06)
767- Restored lib_d target in common.gmk with a protection of G4ODBMS.
768- Get rid of G4SKIP_DEPEND in binmake.gmk.
769- Comment out G4DDLX_FLAGS options in sys/Linux-g++.gmk for gcc-2.95.2.
770
77121st June 2001 Gunter Folger (config-V03-01-05)
772- Removed bin_d and lib_d targets and thus the re-start of make.
773
77421st June 2001 Gunter Folger (config-V03-01-04)
775- common.gmk, binmake.gmk: run gmake via $(MAKE).
776
77719th June 2001 John Allison (config-V03-01-03)
778- Added GAG_TREE to G4VIS_BUILD.gmk and G4VIS_USE.gmk.
779
78020th June 2001 (Japan Time - still 19th in Europe!)
781 Youhei Morita (config-V03-01-02)
782- A few bug fixes in binmake.gmk, common_objy.gmk, sys/SUN-CC5.gmk,
783 sys/Linux-g++.gmk, sys/Win32-g++.gmk.
784
78519th June 2001 Gabriele Cosmo
786- Removed G4_NO_CBRT flag from WIN32-VC setup. No more necessary.
787
78830th May 2001 Gunter Folger
789- Do changes for persistency from Youhei: common.gmk is now split in three,
790 one general, and one for specific for transient and persistent each.
791 Dependencies now much better handled in persistency.
792
7932nd May 2001 Gabriele Cosmo (config-V03-01-01)
794- Added options "-Wall -ansi -pedantic" to Linux-g++ setup.
795
79610th April 2001 John Allison (config-V03-01-00)
797- Added G4VIS_BUILD_ASCIITREE_DRIVER and G4VIS_USE_ASCIITREE to G4VIS*gmk.
798
79922nd March 2001 Gunter Folger (config-V03-00-03)
800- binmake.gmk, only store in executable PATH to libs from example/test;
801 other libs should be taken/found from LD_LIBRARY_PATH
802- sys/{Linux-g++,SUN-CC}.gmk: enable storing of PATH to libs in executable
803
80406th March 2001 Gabriele Cosmo (config-V03-00-02)
805- binmake.gmk: added include path for processes/electromagnetic/integral
806 the new subcategory introduced with tag em-V03-00-04.
807
80813th February 2001 Gabriele Cosmo (config-V03-00-01)
809- binmake.gmk: added include path for processes/photolepton_hadron
810 which was missing!
811
81208th January 2001 Gabriele Cosmo (config-V03-00-00)
813- sys/WIN32-VC.gmk: introduced -GR compiler option to allow usage of
814 dynamic casting and type-info at run-time.
815
81613th December 2000 Gunter Folger (config-V02-00-14)
817- common.gmk: fix to rule for building dependencies, parsing is skip
818 if $(dependencies) is empty.
819- globlib.gmk: added "includes" to PHONY target list and fixed typo.
820- Added comments to "includes" rules.
821
8228th December 2000 Gabriele Cosmo (config-V02-00-13)
823- Changed G4LIB_BUILD_ARCHIVE to G4LIB_BUILD_STATIC in architecture.gmk,
824 common.gmk and globlib.gmk.
825
8267th December 2000 Gabriele Cosmo (config-V02-00-12)
827- Added options to SUN-CC5.gmk to handle multithreading and persistency.
828
8295th December 2000 Youhei Morita (config-V02-00-11)
830- Introduced GPPFLAGS to set -M or -MM according to G4ODBMS.
831
8325th December 2000 Gabriele Cosmo (config-V02-00-10)
833- Restored -MM option to g++ for making dependencies. -M was introduced in
834 tag config-V02-00-02 to allow dependency search on system headers as well
835 (#include<...> statements). This however introduces serious clashes with
836 Objectivity schema generation for the persistency module.
837
8384th December 2000 Gunter Folger (config-V02-00-09)
839- Disable G4RUNPATHOPTION (internal variable) for all but SUN. This is/will
840 be used when linking with G4 shared libraries to store the path to these
841 libraries in the executable.
842
8431st December 2000 Gabriele Cosmo (config-V02-00-08)
844- Added G4UI_USE_TCSH and related settings to G4UI_USE.gmk (M.Maire).
845- Merged SUN-CC6.gmk to SUN-CC5.gmk and removed SUN-CC6.gmk.
846
8471st December 2000 Gunter Folger (config-V02-00-07)
848- Change -M to -M -MG in common.gmk, binmake.gmk. This will output a "correct"
849 dependency file even when missing header files are missing. Correct in the
850 sense that liblist will work, and that the missing header is supposed to be
851 (made) in the source directory.
852
85317th November 2000 Gunter Folger (config-V02-00-06)
854- Link with CLHEP using -L/-l instead of absolute filename; this allows
855 to link with shared lib of Anaphe, or static lib of Geant4.
856- Added shared-lib settings to sys configurations.
857
85814th November 2000 Gabriele Cosmo (config-V02-00-05)
859- Added reference to new "parameterisations" top category.
860 Modified files: binmake.gmk.
861- Removed makeshlib.sh script, now obsolete.
862
8637th November 2000 Guy Barrand
864- analysis.gmk : renamed OpenScientist things to "Lab" ;
865 Lab is the concrete package where analysis is done.
866
8673rd November 2000 Gunter Folger (config-V02-00-04)
868- common.gmk: fix for shared-library build.
869- common.gmk, globlib.gmk: added rules for "includes" gmake target.
870- architecture.gmk: introduced new user settable variable G4INCLUDE
871 to specify path where headers (files or symbolic-links) should be installed.
872
8731st November 2000 Guy Barrand
874- analysis.gmk: declared Lizard.
875
87624th October 2000 Gunter Folger (config-V02-00-03)
877- architecture.gmk, common.gmk, globlib.gmk, sys/*:
878 o merged building shared libraries into makefiles.
879 The MAKESHLIB script is no longer used.
880- Introduced new variables steering the building of archive/shared libs:
881 G4LIB_BUILD_SHARED
882 G4LIB_BUILD_ARCHIVE (still default)
883 note that G4MAKESHLIB set will internally set G4LIB_BUILD_SHARED for
884 backwards compatiblity.
885- Introduced new variable (G4LIB_USE_GRANULAR) to force using of granular
886 libraries, even when libG4global.a/.so exists.
887
88814th September 2000 Guy Barrand
889- Introduced changes to handle analysis module.
890 o added analysis.gmk.
891 o sys/Linux-g++.gmk: added macro DLDLIBS for library dynamic loading.
892 o binmake.gmk: added inclusion of analysis.gmk.
893 o binmake.gmk: place LDLIBS3 += $(ANALYSISLIBS) after LDLIBS3 += $(INTYLIBS).
894
89522nd August 2000 John Allison (config-V02-00-02)
896- Changed -MM to -M in dependency file making in binmake.gmk and common.gmk.
897 This causes dependencies of both #include "..." and #include <...> to be
898 followed. This is the safer option, since some users might/should use,
899 e.g., #include <g4std/...>, but even these files change sometime.
900
90122nd August 2000 Gunter Folger
902- globlib.gmk: fix for protection from infinite loops when a dir does
903 not exist (G.Folger).
904
9051st August 2000 Gabriele Cosmo (config-V02-00-01)
906- Added setup WIN32-g++ for Windows/NT/9X with Cygwin and g++ compiler.
907 Configuration non officially supported (courtesy of S.Agostinelli and
908 IST group, Genova).
909
91024th July 2000 Gabriele Cosmo (config-V02-00-00)
911- Added path to g3tog4 for global libs.
912
91323rd May 2000 John Allison (config-V01-01-04)
914- Added -I$(G4BASE)/processes/hadronic/models/radiative_decay/include to
915 binmake.gmk.
916
91719th May 2000 Gabriele Cosmo (config-V01-01-03)
918- architecture.gmk:
919 o changed -pic option to -KPIC for SUN architectures.
920 o fixed HP-aCC setup to cope with new CLHEP version 1.5.
921 o implemented modular setup. Now system specific configurations are
922 grouped in separated files $G4SYSTEM.gmk and placed in the new
923 directory config/sys.
924
9257th April 2000 Gabriele Cosmo (config-V01-01-02)
926- binmake.gmk: added include path to the new directory
927 geometry/solids/specific.
928- Updated PERL script g4step_correct.pl for parsing STEP files.
929
93030th March 2000 Gabriele Cosmo (config-V01-01-01)
931- makeshlib.sh:
932 o added few corrections to the script in order to allow
933 creation of shared libraries without need of the static archive on
934 platforms which allow this.
935 o added section for SunOS systems.
936 (courtesy of I.G.Caballero)
937- architecture.gmk:
938 o on SUN-CC and SUN-CC5, added -pic to CXXFLAGS for building shared
939 libraries.
940
94121st March 2000 Gabriele Cosmo
942- makeshlib.sh: corrected invokation of compiler for HP-aCC setup.
943 Changed CC to aCC (fixes bug-report #68).
944
94513th March 2000 Gabriele Cosmo (config-V01-01-00)
946- architecture.gmk: corrected FCLIBS for Linux-g++
947 o added -lg2c -lnsl and removed -lf2c.
948
94914th February 2000 Gabriele Cosmo (config-V01-00-02)
950- architecture.gmk: added option '+W823' to HP-aCC compilation setup to
951 discard warnings for macros parameter definition as used in the new
952 NIST STEP reader.
953- binmake.gmk: moved $EXTRALIBS to be included on top of the linking list,
954 just after the user application library.
955
95631st January 2000 Gabriele Cosmo (config-V01-00-01)
957- Added control for the Ray-tracer driver. Introduced G4VIS_USE_RAYTRACER
958 in G4VIS_USE.gmk and G4VIS_BUILD_RAYTRACER_DRIVER in G4VIS_BUILD.gmk (M.Asai).
959- binmake.gmk: fixed dependency order for compound libraries.
960 Moved -lG4particles and -lG4materials downstream in the list.
961- architecture.gmk: added G4NO_OPTIMISE for allowing compilation without
962 any level of optimisation or debug. G4DEBUG if defined takes precedence.
963 G4DEBUG and G4OPTIMISE are now defined also as CPPFLAGS.
964
9653rd January 2000 Gabriele Cosmo (config-V01-00-00)
966- Syncronized with HEAD.
967
96816th December 1999 John Allison
969- Cosmetic improvement to echo line in binmake.gmk.
970
9717th December 1999 Gabriele Cosmo (config-V00-01-19)
972- architecture.gmk: minor fix on OSPACELIBS path for Win/NT.
973
9745th December 1999 Youhei Morita (config-V00-01-18)
975- architecture.gmk: defined G4OODDLX_FLAGS
976- common.gmk: use G4OODDLX_FLAGS
977
9785th December 1999 Gabriele Cosmo (config-V00-01-17)
979- architecture.gmk: fixes for Win/NT.
980 o fixed path for OSPACELIBS
981 o removed -DG4NOT_ISO_DELETES flag
982
9833rd December 1999 Gabriele Cosmo (config-V00-01-16)
984- architecture.gmk: set G4_HAVE_BOOL for SUN-CC5.
985
9863rd December 1999 Youhei Morita
987- common.gmk: fixed minor typo in G4OODDLX_SCHEMA_NAME
988
9891st December 1999 Gabriele Cosmo (config-V00-01-15)
990- architecture.gmk:
991 o added new G4SYSTEM flavor SUN-CC5, used for testing on the new C++
992 compiler v5.0 on SunOS. Requires ISO/ANSI-C++ installation and native
993 STL by default. Compatibility with old no ISO/ANSI code is assured
994 through the -compat compiler option and the usage of ObjectSpace STL
995 (i.e. G4USE_OSPACE set).
996 o added new flag G4NO_STD_NAMESPACE.
997 HP-aCC setup with native STL assumes the ISO-ANSI installation by default,
998 the new flag should be explicitly set in the environment to avoid this.
999 o upgraded SGI-CC setup to IRIX 6.5.5, CC 7.2.1 and ObjectSpace STL.
1000 Tests on this configuration has NOT been tested though.
1001
10021st December 1999 Youhei Morita
1003- architecture.gmk: added G4EXAMPLE_BOOT and G4EXAMPLE_FD
1004- common.gmk: copy only the .hh files
1005- binmake.gmk: added persistent include paths
1006 added new targed cleandb, newboot, newfd
1007 added G4SKIP_DEPEND for dependencies
1008
100929th November 1999 Youhei Morita
1010- architecture.gmk: added G4SYSTEM to G4SCHEMA_DIR, G4TMPSCHEMA_DIR
1011- common.gmk: changed G4SCHEMA_HEADER_DIR from G4TMPSCHEMA_INCLUDE to G4TMPDIR
1012 added target install_schema for schema copying
1013- globlib.gmk: create schema header files at G4TMPDIR, then install
1014
101529th November 1999 John Allison
1016- Introduced LDLIBS2EXTRA so that granular libraries are not
1017 expanded too soon.
1018
101925th November 1999 Gabriele Cosmo (config-V00-01-14)
1020- architecture.gmk: redefined OSPACEDIR as OSPACE_BASE_DIR to conform to
1021 an omogeneous format. Added existence check for OSPACE and CLHEP paths.
1022
102323rd November 1999 Gabriele Cosmo (config-V00-01-13)
1024- architecture.gmk: added setup for ISO/ANSI installation on DEC-cxx.
1025 If using native STL (i.e. G4USE_OSPACE not set), G4USE_STD_NAMESPACE is
1026 implicitly defined and a strict-ANSI installation is assumed. Note that
1027 in this case, also CLHEP must have been installed in strict-ANSI mode.
1028
102920th November 1999 Youhei Morita (config-V00-01-12)
1030- common.gmk: added G4OODDLX_SCHEMA_NAME to use Geant4 named schema
1031
103219th November 1999 Youhei Morita
1033- liblist.c: avoid coredumps when it was given non-existing directly.
1034
103518th November 1999 Gabriele Cosmo (config-V00-01-11)
1036- architecture.gmk: added -e option to $ECHO for Linux-g++ setup.
1037
103817th November 1999 John Allison (config-V00-01-10)
1039- binmake.gnk: added isotope_production/include to -I list (Hans-Peter).
1040
104117th November 1999 Youhei Morita (config-V00-01-09)
1042- moved schema header files to G4INSTALL/schema/include
1043 architecture.gmk: introduced G4SCHEMA_INCLUDE and G4TMPSCHEMA_INCLUDE
1044 common.gmk: introduced G4SCHEMA_HEADER_DIR and G4SCHEMA_SRC_DIR
1045 globlib.gmk: added tmp schema header copying
1046
104715th November 1999 Gabriele Cosmo (config-V00-01-08)
1048- Tagged.
1049
105014th November 1999 Youhei Morita
1051- globlib.gmk: moved contruction of libmap for G4ODBMS to
1052 source/GNUmakefile
1053
105412th November 1999 Youhei Morita
1055- common.gmk: introduced G4ODBMS_DEPEND and G4SKIP_DEPEND for
1056 better handling of dependencies
1057- globlib.gmk: use G4ODBMS_DEPEND, automatic rebuilding of libmap
1058
105911th November 1999 Gabriele Cosmo (config-V00-01-07)
1060- Migration RWT->G4RWT performed:
1061 o Removed every occurence of Rogue-Wave from configuration, replaced
1062 RWBASE with G4STLBASE. Modified scripts: architecture.gmk, common.gmk
1063 and binmake.gmk.
1064 o Made setup for Native-STL the default, removed test on conditional
1065 flag G4USE_STL.
1066 o Removed setup for Win/NT-g++, no longer supported.
1067
106810th November 1999 Youhei Morita (config-V00-01-06)
1069- binmake.gmk: added path to persistency/global/include.
1070- common.gmk: Change G4ODBMS_DEPEND to G4ODBMS_NODDL
1071- globlib.gmk: removed G4ODBMS_DEPEND, modified target "global"
1072
107310th November 1999 Gabriele Cosmo (config-V00-01-05)
1074- binmake.gmk: added path to HEPNumerics/include which was missing.
1075
107629th October 1999 Guy Barrand
1077- architecture.gmk, interactivity.gmk: introduced
1078 "G4_OPACS_WIDGET_SET lesstif" logic to handle the case
1079 of using, on Linux, the bugged lesstif with the non bugged OPACS.
1080
108129th October 1999 Gabriele Cosmo
1082- Introduced fixes for shared library setup (courtesy of F.Carminati).
1083 Modified files: architecture.gmk, common.gmk, globlib.gmk, makeshlib.sh.
1084
108528th October 1999 Gabriele Cosmo (config-V00-01-04)
1086- architecture.gmk: removed G4STREAM and G4STREAM_STREAMBUF_IMPLEMENTATION
1087 flags, now no longer needed. Streambuf implementation is the default for
1088 every platform. (by H.Yoshida)
1089
109026th October 1999 John Allison
1091- Augmented liblist to look for dependencies on auto-generated
1092 headers in $G4TMP.
1093
109426th October 1999 Gabriele Cosmo (config-V00-01-03)
1095- Removed AIX-xlC as default platform for G4SYSTEM in architecture.gmk.
1096 Configuration is still kept but no longer supported.
1097
109826th October 1999 Youhei Morita
1099- architecture.gmk: include $(HEP_ODBMS_DIR)/etc/$(OS).mk instead of
1100 defininig load module separately. Defined G4ODBMS_LIBS.
1101- binmake.gmk: Use G4ODBMS_LIBS.
1102
110320th October 1999 Gabriele Cosmo (config-V00-01-02)
1104- architecture.gmk: removed option -DOS_NO_TYPEDEF_5 from HP-aCC
1105 OSpace setup. Not anymore needed.
1106
110720th October 1999 John Allison
1108- architecture.gmk: removed G4USE_EXPLICIT_TYPES_IN_TEMPLATES (was needed
1109 only for HP aCC; now not needed at all).
1110
111119th Octobre 1999 Youhei Morita
1112- common.gmk: Surpress verbose output for G4ODBMS if CPPVERBOSE
1113 is not defined.
1114
11157th October 1999 John Allison (config-V00-01-01)
1116- Removed WARNINGs about granular libraries. Now standard usage. Simple
1117 using messages printed.
1118
111917th Sep 1999 Youhei Morita
1120- architecture.gmk: Defined G4TMPSCHEMA_DIR, G4TMPSCHEMA_BOOT
1121 Added OBJY_LDLIB definition for Objectivity 5.1
1122- binmake.gmk: LDLIBS1 += -lG4persistency
1123- common.gmk: Changed ooddlx boot file option to G4OODDLX_BOOT
1124- globlib.gmk: Changed G4EXAMPLE_BOOT to G4TMPSCHEMA_BOOT
1125- G4ODBMS_BUILD.gmk: Defined HEP_ODBMS_EXPORT for HepODBMS 0.3.0.x
1126
112727th July 1999 Gonzalo Gracia Abril
1128- Changed OSPACELIBS := '-libpath:c:\dev\ospace\lib std-2.1-vc5.0-mt.lib'
1129 to OSPACELIBS := '-libpath:$(OSPACEDIR)\lib std-2.1-vc5.0-mt.lib'
1130 in architecture.gmk for NT
1131
113220th July 1999 John Allison (config-V00-01-00)
1133- Added EXTRA_LINK_DEPENDENCIES to binmake.gmk.
1134
11356th July 1999 John Allison (config-01-00-10)
1136- Changed -L/usr/X11/lib to -L/usr/X11R6/lib for Linux.
1137
11386th July 1999 Gunter Folger (config-01-00-09)
1139- Adapt architecture.gmk for use of STL with WIN32-VC
1140 Remove NICE from G4SYSTEM name WIN32-VC in architecture, globlib and
1141 binmake.gmk
1142
11433rd July 1999 John Allison (config-01-00-08a)
1144- Added full-stop after i.e in binmake.gmk.
1145
11462nd July 1999 John Allison (config-01-00-08)
1147- Protected liblist against duplicate library names.
1148
114929th June 1999 Gabriele Cosmo (config-01-00-07)
1150- architecture.gmk: fixed bug in SUN-CC setup concerning XMLIBS and XMFLAGS.
1151 -lXm was missing.
1152
115325th June 1999 Gabriele Cosmo
1154- Use $G4LIB/$G4SYSTEM instead of $G4LIBDIR in binmake.gmk for invoking
1155 liblist and search for libname.map (granular libraries setup).
1156
115724th June 1999 John Allison
1158- Use liblist and libname.map in $G4LIBDIR.
1159
116019th June 1999 John Allison
1161- Removed references to G4Ray in G4VIS_BUILD.gmk and G4VIS_USE.gmk.
1162
11639th June 1999 Gunter Folger
1164- Adapt liblist.c for Windows, all changes contained withing #ifdef WIN32 blocks.
1165
11664th June 1999 John Allison
1167- Corrected USER_DEFINED_LDLIBS action.
1168- Changed `export G4TMP=$(G4TMP);' to `G4TMP=$(G4TMP); export G4TMP;'
1169- Added -I$(G4BASE)/geometry/solids/Boolean/include.
1170- Introduced LDLIBS_PREFINAL (Gunter).
1171
11722nd June 1999 John Allison
1173- Changed more occurrences of := to = to fix crash of liblist at startup.
1174
11751st June 1999 John Allison
1176- Changed LDLIBS2 := to LDLIBS2 = in binmake.gmk.
1177- Reverted $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET) to $(G4TMPDIR).
1178- Added /$(G4TARGET) to liblist -d $(G4WORKDIR)/tmp/$(G4SYSTEM) in binmake.gmk.
1179
118031st May 1999 John Allison
1181- Added -I$(G4BASE)/processes/electromagnetic/lowenergy/include.
1182
118327th May 1999 Gabriele Cosmo (config-01-00-06)
1184- architecture.gmk: set default $G4INSTALL path to $HOME/geant4 (was still referring
1185 to geant4beta...).
1186- Restored default CLHEP_BASE_DIR to /afs/cern.ch/sw/geant4/dev/CLHEP/$G4SYSTEM/pro.
1187- architecture.gmk: added -DG4NOT_ISO_DELETES for NT setup (G.Folger).
1188
118925th May 1999 Gabriele Cosmo
1190- architecture.gmk: fixed bug in SUN-CC setup. Replaced VISLIBS with LOADLIBS to
1191 specify inclusion of socket libraries -lsocket -lnsl.
1192- binmake.gmk: fixed path to libname.map in the definition of LDLIBS2 for the
1193 granular libs setup.
1194
119519th May 1999 John Allison
1196- Force linking of static library, libCLHEP.a.
1197
119818th May 1999 John Allison
1199- Specify -DG4NOT_ISO_DELETES in any case (not just G4USE_STL) and only
1200 for HP, Sun and AIX.
1201
120217th May 1999 Gabriele Cosmo
1203- Added -DG4NOT_ISO_DELETES for DEC and AIX and moved inside G4USE_STL or
1204 G4USE_OSPACE scope for all platforms which need it.
1205- Added path to wrappers for AIX.
1206
120717th May 1999 John Allison
1208- Added -DG4NOT_ISO_DELETES for Sun and HP.
1209- Changed order of -I$(OSPACEDIR)/ospace/std and -I$(OSPACEDIR)/ospace/stl.
1210
121113th May 1999 Gabriele Cosmo (config-01-00-05)
1212- architecture.gmk: G4USE_OSPACE setup is now independent from G4USE_STL which
1213 is now devoted for generic STL setup. Added -DOS_NO_TYPEDEF_5 option to HP-aCC
1214 for ObjectSpace.
1215
121612th May 1999 Gabriele Cosmo
1217- architecture.gmk: modified path to STL wrapper files directory to point to
1218 $RWINC/wrappers/$G4SYSTEM. Wrappers are now differenciated according to
1219 the architecture type.
1220
122111th May 1999 Gabriele Cosmo
1222- architecture.gmk: merged Isidro's OSPACE setup for HP-aCC.
1223 Reorganised OSPACE options by introducing OSPACEINC variable.
1224
122510th May 1999 Guy Barrand
1226- interactivity.gmk ; put OpenGL things after OPACS things to have
1227 correct link order.
1228
122910th May 1999 John Allison
1230- Added -I$(OSPACEDIR)/ospace/stl for Sun.
1231
12327th May 1999 John Allison
1233- Added GREP := grep except for SUN.
1234- Introduced STLInterface/wrappers directory. Testing on OSF+ObjectSpace (G.Cosmo).
1235
12366th May 1999 Gabriele Cosmo
1237- Introduced G4USE_OSPACE for ObjectSpace STL. If defined G4USE_STL is
1238 set as well. Modified architecture.gmk and binmake.gmk.
1239
12406th May 1999 John Allison
1241- Removed extra library for circular dependencies. Now all solved!
1242
12435th May 1999 Gabriele Cosmo
1244- Fixed typo in architecture.gmk and defined OSPACEDIR to point to the G4
1245 dev area where links to the ObjectSpace installations at CERN have been
1246 created for all platforms. "pro" version points to ObjectSpace 2.1.
1247
12485th May 1999 John Allison
1249- Eliminated all references to RW in the case of G4USE_STL.
1250- Added OSPACE variables.
1251
125228th April 1999 Gabriele Cosmo (config-01-00-04)
1253- architecture.gmk: moved link for CLHEP to "new" to test the new version
1254 1.4 of CLHEP. It will become "pro" again as soon as the new CLHEP will be
1255 validated. NOTE: for DEC-cxx a custom CLHEP installation is used in order
1256 to deactivate the ISO-ANSI options now set by default in CLHEP.
1257
125819th April 1999 Gabriele Cosmo (config-01-00-03)
1259- architecture.gmk: introduced CCFLAGS for all platforms. Set CCFLAGS to
1260 "-Ae +DAportable" for HP-aCC to overcome compilation problems on liblist.c
1261
126218th April 1999 Youhei Morita
1263- architecture.gmk, binmake.gmk: introduced OBJY_LDLIB variable for
1264 defining Objectivity library within G4ODBMS.
1265
126613th April 1999 Gabriele Cosmo
1267- architecture.gmk: added the following options in compilation:
1268 o HP-aCC, SGI-CC: +Onolimit, -Olimit 5000 respectively.
1269 Not suppress any optimization specifying a high or unlimited memory
1270 limitation.
1271 o DEC-cxx: -timplicit_local.
1272 Get rid of the template repository by generating explicit template
1273 instantiations used in the code with internal linkage.
1274
127513th April 1999 John Allison
1276- In binmake.gmk: - moved libmap target to source/GNUmakefile.
1277 - extensive tidying.
1278
127912th April 1999 John Allison
1280- In liblist.c: - fixed bug to distinguish, e.g., track from tracking.
1281 - improved printing.
1282 - improved "Usage" comments.
1283 - improved protection against bad input format.
1284- In binmake.gmk, used $(ECHO) to solve platform dependency of echo.
1285- In binmake.gmk for granular libraries:
1286 - fully implemented -d option.
1287 - Gave /tmp files a unique name.
1288 - Removed repeated libraries - no longer necessary, all circular
1289 dependencies seem solved.
1290
12919th April 1999 Frank Behner
1292- Fixed bug in liblist in -d option
1293- Changed binmake.gmk to use liblist -d
1294
129518th February 1999 John Allison
1296- Added G4USE_STL flag.
1297- Added code for linking granular libraries.
1298
12991st January 1999 Gunter Folger (config-01-00-02)
1300- Add FCLIBS for SUN.
1301
1302January 29th 1999 - John Allison (config-01-00-01)
1303- Changed rd44 to sw/geant4.
1304
1305December 15th, 1998 - G.Cosmo (config-00-04-11)
1306- Added G4_HAVE_BOOL to DEC-cxx.
1307- Cosmetic changes.
1308
1309December 12th, 1998 - J.Allison (config-00-04-10)
1310- Fixed bug in OGLFLAGS and OGLLIBS user override mechanism.
1311
1312December 11th, 1998 - J.Allison (config-00-04-09)
1313- Removed -fnonstd for SUN-CC.
1314
1315December 10th, 1998 - G.Cosmo (config-00-04-08)
1316- architecture.gmk: introduced $G4DATA variable which can be user
1317 defined. Default is set to $G4INSTALL/data.
1318- architecture.gmk: introduced $G4LEVELGAMMADATA set as default to
1319 $G4DATA/PhotonEvaporation.
1320- globlib.gmk: fixed minor bug (courtesy of V.Krylov).
1321
1322December 10th, 1998 - J.Allison (config-00-04-07)
1323- architecture.gmk: allowed environment variables OGLFLAGS and OGLLIBS.
1324
1325December 7th, 1998 - S.Tanaka, G.Cosmo (config-00-04-06)
1326- architecture.gmk: fixed setting of VISLIBS.
1327
1328December 7th, 1998 - S.Tanaka
1329- Update of architecture.gmk and G4VIS_USE.gmk:
1330 In SUN-CC, "-L/usr/lib -lsocket -lnsl" is moved from X11LIBS to VISLIBS.
1331
1332December 5th, 1998 - G.Cosmo (config-00-04-05)
1333- architecture.gmk: introduced -fnonstd compiler option for SUN-CC.
1334 This option causes non-standard initialization of floating-point
1335 arithmetic hardware; it enables hardware traps for floating-point
1336 overflow, division by zero, and invalid operation exceptions.
1337
1338December 4th, 1998 - G.Barrand
1339- architecture.gmk: corrected paths for HepVis and HepInventor.
1340- interactivity.gmk: fixed setup for LOAD_IV.
1341
1342December 3rd, 1998 - S.Tanaka
1343- Revision to make compilation of DAWN (network) driver
1344 at Solaris and IRIX automatic. See below.
1345- Added the following line to SUN-CC and SGI-CC
1346 CPPFLAGS += -DSOCKET_IRIX_SOLARIS
1347- Added -L/usr/lib -lsocket -lnsl in X11LIBS for SUN-CC.
1348 (This place is strange. But I cannot think of a better place.)
1349
1350December 3rd, 1998 - J.Allison (config-00-04-04)
1351- Set G4STREAM for all platforms.
1352- Set G4STREAM_STREAMBUF_IMPLEMENTATION for selected platforms.
1353
1354December 3rd, 1998 - S.Sadilov
1355- Updated architecture.gmk : G4STREAM_STREAMBUF_IMPLEMENTATION for WIN32.
1356- Updated globlib.gmk : right incremental LIB for WIN32.
1357
1358December 1st, 1998 - G.Cosmo (config-00-04-03)
1359- Updated architecture.gmk and binmake.gmk: G4SYSTEM revision.
1360- Added +DAportable compiler option to HP-aCC setup to support HPPA 2.0
1361 for PA8000 CPUs.
1362
1363December 1st, 1998 - J.Allison (config-00-04-02)
1364- Added generators/include to binmake.gmk.
1365
1366November 30th, 1998 - J.Allison (config-00-04-01)
1367- Added neutron_hp/include to binmake.gmk.
1368- CLHEP_BASE_DIR and RWBASE for WIN32 (Serguei Sadilov).
1369
1370November 18th, 1998 - J.Allison (config-00-03-06)
1371- Changed CXXFLAGS for DEC6-AFS debug from -g to -gall.
1372
1373October 30th, 1998 - G.Cosmo (config-00-03-05)
1374- architecture.gmk: added G4STREAM_STREAMBUF_IMPLEMENTATION variable. (G.Barrand)
1375- G4UI_BUILD.gmk: removed G4UI_BUILD_XM_REDIRECT_COUT. (G.Barrand)
1376
1377October 13th, 1998 J.Allison (config-00-03-04)
1378- Changed ifdef G4_USE_G4STREAM to ifneq ($(findstring AIX,$(G4SYSTEM)),AIX)
1379
1380October 13th, 1998 J.Allison (config-00-03-03)
1381- Removed G4VIS_DONT_USE. (G.Barrand)
1382- Added if G4_USE_G4STREAM, CPPFLAGS += -DG4STREAM. (M.Nagamatu)
1383
1384October 9th J.Allison (config-00-03-02)
1385- Tagged.
1386
1387October 2nd, 1998 - M.Asai
1388- G4_NO_STORE_TRAJECTORY option is added to architecture.gmk.
1389
1390September 30th, 1998 - G.Barrand
1391- G4VIS_USE.gmk: bracket everything with "ifndef G4VIS_DONT_USE" in order
1392 to be able to disconnect easily visualization for tests programs.
1393
1394September 18th, 1998 - G.Cosmo (config-00-03-01)
1395- architecture.gmk: introduced G4DUMMY_VARIABLE to hide $(shell)
1396 command not compatible with the new version 3.77 of GMAKE (G.Folger).
1397
1398September 14th, 1998 - G.Cosmo
1399- binmake.gmk: placed digits+hits library in the correct link order
1400 according to the category diagram.
1401
1402August 31st, 1998 - G.Cosmo (config-00-02-05)
1403- architecture.gmk: Changed first CPPFLAGS statement from := to +=,
1404 to allow additional CPPFLAGS to be defined by the user. Needed for test
1405 (F.Behner)
1406- binmake.gmk: Added EXTRALIBS to allow a user to add own libraries in the
1407 link path. Needed for test.
1408 (F.Behner)
1409- binmake.gmk: inverted link order of processes and particles libraries
1410 which was wrong. (G.Cosmo)
1411
1412August 26th, 1998 - John Allison (config-00-02-04)
1413- Backed out 22nd August change (G4UIGAG as default) - G4UIterminal
1414 is now default.
1415
1416August 24th, 1998 - Y.Morita (config-00-02-03)
1417- globlib.gmk: added $(G4LIBDIR)/lib$(name).a for target "global".
1418
1419August 22nd, 1998 - J.Allison (config-00-02-02)
1420- Set GAG variables by default.
1421
1422August 11th, 1998 - G.Cosmo (config-00-02-01)
1423- Tagged.
1424
1425August 7th, 1998 - John Allison/Michel Maire.
1426- Added -I/usr/include before -I/usr/local/include to OGLFLAGS for DEC-AFS.
1427- Changed -lGl to -lMesaGL, etc., for DEC-AFS.
1428
1429August 6th, 1998 - John Allison
1430- Added UILIBS := to G4UI_USE.gmk and VISLIBS := to G4VIS_USE.gmk.
1431
1432August 5th, 1998 - Guy Barrand
1433- Added LOAD_XM = 1 and LOAD_XAW = 1 to G4UI_USE.gmk.
1434
1435July 30th, 1998 - G.Cosmo (config-b01)
1436- globlib.gmk: added phony target "wipe_libs". Now target "global"
1437 effectively deletes all existent granular libraries.
1438- common.gmk: archiving of libraries is silent now by default.
1439
1440July 23th, 1998 - Y.Morita (config-00-01-16)
1441- globlib.gmk: fixed target "global" for G4ODBMS
1442- binmake.gmk: fixes for Win/NT.
1443
1444July 20th, 1998 - John Allison (config-00-01-15)
1445- Removed LDFLAGS += -Wl,-Bstatic for G++-Linux introduced by Larry
1446 Felawka on July 10th for g++ 2.8. No longer thought to be necessary.
1447
1448July 19th, 1998 - G.Cosmo (config-00-01-14)
1449- common.gmk: introduced CPPVERBOSE flag.
1450- architecture.gmk: protected creation of $G4SCHEMA_DIR and
1451 $G4EXAMPLE_BOOT_DIR directories with G4ODBMS.
1452- binmake.gmk: fixed bug in creation of $G4TARGET.
1453
1454July 18th, 1998 - G.Cosmo (config-00-01-13)
1455- Added fix to binmake.gmk for WIN32-VC-NICE (G.Folger)
1456
1457July 16th, 1998 - John Allison
1458- Added GNU_GCC makefile flags where omitted.
1459
1460July 15th, 1998 - Youhei Morita (config-00-01-12)
1461- architecture.gmk added G4EXAMPLE_BOOT_DIR and G4EXAMPLE_BOOT
1462- globlib.gmk revised cleandb target
1463
1464July 14th, 1998 - Peter Urban (config-00-01-11)
1465- added two Perl scripts that correct STEP exchange files.
1466
1467July 14th, 1998 - Youhei Morita (config-00-01-10)
1468- architecture.gmk added definition of G4SCHEMA_DIR
1469- globlib.gmk added new target G4SCHEMA.FDDB for G4ODBMS
1470
1471July 10th, 1998 - Youhei Morita (config-00-01-09)
1472- binmake.gmk added following to INCFLAGS
1473 -I$(G4BASE)/persistency/digits+hits/hits/include \
1474 -I$(G4TMP)/$(G4SYSTEM)/G4phits \
1475- binmake.gmk moved persistency include path to ifdef G4ODBMS block
1476
1477July 10th, 1998 - John Allison??
1478- binmake.gmk added geometry/solids/STEPinterface/include
1479
1480July 10th, 1998 - Youehi Morita (config-00-01-08)
1481- globlib.gmk added new targets 'headers' and 'd_files' for G4ODBMS
1482- common.gmk added new target 'headers'
1483 added $(schema_hh) dependency to $(G4TMPDIR)/%.o
1484- binmake.gmk added INCFLAGS, LDLIBS and LDFLAGS for G4ODBMS
1485
1486July 10th, 1998 - L.Felawka
1487- architecture.gmk: updated compilation flags for g++.
1488
1489July 9th, 1998 - G.Cosmo (config-00-01-07)
1490- Removed bug in "all" target in globlib.gmk, introduced recently.
1491- Modified "all" target in globlib.gmk to handle G4ODBMS.
1492- Added fix for G4ODBMS to common.gmk.
1493
1494July 9th, 1998 - Youehi Morita
1495- Added G4ODBMS_BUILD.gmk for HepODBMS and Objectivity/DB CPPFLAGS.
1496
1497July 7th, 1998 - John Allison (config-00-01-06)
1498- Incorporated Makoto's patches for ifndef G4UI_BUILD_TERMINAL_SESSION and
1499 ifndef G4UI_USE_TERMINAL.
1500
1501July 7th, 1998 - G.Cosmo (config-00-01-05)
1502- Added $(schema_hh) target and dependency to it in case of G4ODBMS
1503 set when building .d files.
1504
1505July 7th, 1998 - John Allison (config-00-01-04)
1506- Tagged.
1507
1508July 7th, 1998 - Guy Barrand
1509- Introduced interactivity.gmk.
1510
1511July 6th, 1998 - J.Allison (config-00-01-03)
1512- Added G4UI_BUILD.gmk and G4UI_BUILD.gmk.
1513
1514July 6th, 1998 - G.Cosmo (config-00-01-02)
1515- Introduced "glob" and "objs" targets in globlib.gmk. Modified
1516 rule to build global library, does not depend anymore on "libs".
1517 (by J.Allison)
1518- Moved G4VIS_USE.gmk and G4VIS_BUILD.gmk from source/visualization.
1519
1520July 3rd, 1998 - G.Cosmo (config-00-01-01)
1521- Created
Note: See TracBrowser for help on using the repository browser.