Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
+22
View File
@@ -0,0 +1,22 @@
# $Id: GNUmakefile,v 1.1 2008/11/06 13:17:36 kurasige Exp $
# --------------------------------------------------------------
# GNUmakefile for adjoint library. Hisaya Kurashige, 06/11/08.
# --------------------------------------------------------------
name := G4partadj
ifndef G4INSTALL
G4INSTALL = ../../..
endif
include $(G4INSTALL)/config/architecture.gmk
CPPFLAGS += -DG4PARTICLES_ALLOC_EXPORT
CPPFLAGS += \
-I$(G4BASE)/global/management/include \
-I$(G4BASE)/global/HEPRandom/include \
-I$(G4BASE)/global/HEPGeometry/include \
-I$(G4BASE)/materials/include \
-I$(G4BASE)/particles/management/include
include $(G4INSTALL)/config/common.gmk