17 lines
445 B
Makefile
17 lines
445 B
Makefile
# --------------------------------------------------------------------
|
|
# GNUmakefile for analysis/management sub-library.
|
|
# --------------------------------------------------------------------
|
|
|
|
name := G4accumulables
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../..
|
|
endif
|
|
|
|
include $(G4INSTALL)/config/architecture.gmk
|
|
|
|
CPPFLAGS += -I$(G4BASE)/global/management/include \
|
|
-I$(G4BASE)/intercoms/include
|
|
|
|
include $(G4INSTALL)/config/common.gmk
|