Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 1.6 2008-12-05 15:14:20 gcosmo Exp $
|
||||
# $Id: GNUmakefile 67969 2013-03-13 09:44:42Z gcosmo $
|
||||
# ----------------------------------------------------------------------
|
||||
# GNUmakefile for physicslists library, Gunter Folger 25-October 2006
|
||||
# ----------------------------------------------------------------------
|
||||
@@ -7,14 +7,29 @@ name := G4physicslists
|
||||
|
||||
SUBDIRS = lists
|
||||
SUBDIRS += builders
|
||||
|
||||
GLOBLIBS = libG4run.lib libG4processes.lib libG4digits_hits.lib
|
||||
GLOBLIBS += libG4track.lib libG4particles.lib libG4geometry.lib
|
||||
GLOBLIBS += libG4materials.lib libG4graphics_reps.lib
|
||||
GLOBLIBS += libG4intercoms.lib libG4global.lib
|
||||
SUBDIRS += constructors/decay
|
||||
SUBDIRS += constructors/electromagnetic
|
||||
SUBDIRS += constructors/factory
|
||||
SUBDIRS += constructors/gamma_lepto_nuclear
|
||||
SUBDIRS += constructors/hadron_elastic
|
||||
SUBDIRS += constructors/hadron_inelastic
|
||||
SUBDIRS += constructors/ions
|
||||
SUBDIRS += constructors/limiters
|
||||
SUBDIRS += constructors/stopping
|
||||
SUBDIRS += util
|
||||
|
||||
SUBLIBS = G4phys_lists
|
||||
SUBLIBS += G4phys_builders
|
||||
SUBLIBS += G4phys_ctor_decay
|
||||
SUBLIBS += G4phys_ctor_em
|
||||
SUBLIBS += G4phys_ctor_factory
|
||||
SUBLIBS += G4phys_ctor_glnuclear
|
||||
SUBLIBS += G4phys_ctor_helastic
|
||||
SUBLIBS += G4phys_ctor_hinelastic
|
||||
SUBLIBS += G4phys_ctor_ions
|
||||
SUBLIBS += G4phys_ctor_limiters
|
||||
SUBLIBS += G4phys_ctor_stopping
|
||||
SUBLIBS += G4phys_util
|
||||
|
||||
ifndef G4INSTALL
|
||||
G4INSTALL = ../..
|
||||
|
||||
Reference in New Issue
Block a user