18 lines
401 B
Makefile
18 lines
401 B
Makefile
# --------------------------------------------------------------
|
|
# GNUmakefile for Bertini cascade library.
|
|
#
|
|
# 20130225 Remove evaporation and utils subdirectories
|
|
# --------------------------------------------------------------
|
|
|
|
name := G4had_hetcpp
|
|
|
|
SUBDIRS = cascade
|
|
|
|
SUBLIBS = G4hadronic_bert_cascade
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../../../..
|
|
endif
|
|
|
|
include $(G4INSTALL)/config/globlib.gmk
|