Import Geant4 1.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:34:16 +02:00
parent ca1c8cb059
commit 103bda00c8
2654 changed files with 29719 additions and 20203 deletions
+10 -6
View File
@@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.1 1999/01/08 16:31:32 gunter Exp $
# $Id: GNUmakefile,v 1.2 2000/02/29 09:46:21 gcosmo Exp $
# ----------------------------------------------------------------
# Makes test program in environment variable G4TARGET.
# ----------------------------------------------------------------
@@ -23,12 +23,16 @@ INCFLAGS := -I$(G4BASE)/geometry/management/include \
-I$(G4BASE)/global/management/include \
-I$(G4BASE)/global/HEPRandom/include \
-I$(G4BASE)/global/HEPGeometry/include \
-I$(G4BASE)/materials/include \
-I$(G4BASE)/materials/include \
-I$(G4BASE)/graphics_reps/include
LDLIBS := -lG4materials \
-lG4geometry \
-lG4global \
-lG4graphics_reps
LDLIBS := \
-lG4csg \
-lG4volumes \
-lG4magneticfield \
-lG4geometrymng \
-lG4materials \
-lG4graphics_reps \
-lG4globman
include $(G4INSTALL)/config/binmake.gmk