Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
# --------------------------------------------------------------
|
||||
# GNUmakefile for chips library. HPW 20-Nov-99
|
||||
# $Id$
|
||||
# GNUmakefile for Bertini cascade library.
|
||||
#
|
||||
# 20130225 Remove evaporation and utils subdirectories
|
||||
# --------------------------------------------------------------
|
||||
|
||||
name := G4had_hetcpp
|
||||
|
||||
SUBDIRS = evaporation
|
||||
SUBDIRS += utils
|
||||
SUBDIRS += cascade
|
||||
SUBDIRS = cascade
|
||||
|
||||
SUBLIBS = G4hadronic_hetcpp_evaporation
|
||||
SUBLIBS += G4hadronic_hetcpp_utils
|
||||
SUBLIBS += G4hadronic_bert_cascade
|
||||
SUBLIBS = G4hadronic_bert_cascade
|
||||
|
||||
ifndef G4INSTALL
|
||||
G4INSTALL = ../../../../..
|
||||
endif
|
||||
|
||||
|
||||
include $(G4INSTALL)/config/globlib.gmk
|
||||
|
||||
Reference in New Issue
Block a user