Files
geant4/source/analysis/hntools/GNUmakefile
T
2018-12-07 15:15:39 +01:00

19 lines
542 B
Makefile

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