Files
geant4/source/analysis/management/GNUmakefile
T
2021-06-25 16:12:29 +02:00

18 lines
496 B
Makefile

# --------------------------------------------------------------------
# GNUmakefile for analysis/management sub-library.
# --------------------------------------------------------------------
name := G4analysismng
ifndef G4INSTALL
G4INSTALL = ../../..
endif
include $(G4INSTALL)/config/architecture.gmk
CPPFLAGS += -I$(G4BASE)/global/management/include \
-I$(G4BASE)/intercoms/include \
-I$(G4BASE)/externals/g4tools/include
include $(G4INSTALL)/config/common.gmk