Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
@@ -0,0 +1,28 @@
# $Id: GNUmakefile,v 1.1 2007/11/16 14:28:34 kmura Exp $
# $Name: geant4-09-01 $
# ===========================================================
# Makefile for building G4 MPI aplication
# ===========================================================
name := exMPI02#
G4TARGET := $(name)
G4EXLIB := true
G4WORKDIR := .
.PHONY: all
all: lib bin
include $(G4INSTALL)/config/binmake.gmk
include ../mpi_interface/G4MPI.gmk
LDLIBS1 += -lG4UImpi
ifdef ROOTSYS
CPPFLAGS += -I$(shell $(ROOTSYS)/bin/root-config --incdir)
LDLIBS += $(shell $(ROOTSYS)/bin/root-config --libs)
endif
ifeq ($(G4SYSTEM),Linux-g++)
LDLIBS += -Wl,-rpath,$(shell $(ROOTSYS)/bin/root-config --libdir)
endif