27 lines
889 B
Makefile
27 lines
889 B
Makefile
# -----------------------------------------------------------------------
|
|
# GNUmakefile for persistency library. Gabriele Cosmo, 16/11/96.
|
|
# -----------------------------------------------------------------------
|
|
|
|
name := G4mctruth
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../..
|
|
endif
|
|
|
|
include $(G4INSTALL)/config/architecture.gmk
|
|
|
|
CPPFLAGS += -I$(G4BASE)/global/management/include \
|
|
-I$(G4BASE)/global/HEPGeometry/include \
|
|
-I$(G4BASE)/digits_hits/hits/include \
|
|
-I$(G4BASE)/digits_hits/digits/include \
|
|
-I$(G4BASE)/particles/management/include \
|
|
-I$(G4BASE)/run/include \
|
|
-I$(G4BASE)/event/include \
|
|
-I$(G4BASE)/track/include \
|
|
-I$(G4BASE)/tracking/include \
|
|
-I$(G4BASE)/intercoms/include \
|
|
-I$(G4BASE)/geometry/management/include
|
|
|
|
include $(G4INSTALL)/config/common.gmk
|
|
|