30 lines
1.1 KiB
Makefile
30 lines
1.1 KiB
Makefile
# -----------------------------------------------------------------------
|
|
# GNUmakefile for persistency library. Gabriele Cosmo, 16/11/96.
|
|
# -----------------------------------------------------------------------
|
|
|
|
name := G4geomtext
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../..
|
|
endif
|
|
|
|
include $(G4INSTALL)/config/architecture.gmk
|
|
|
|
CPPFLAGS += \
|
|
-I$(G4BASE)/global/management/include \
|
|
-I$(G4BASE)/global/HEPRandom/include \
|
|
-I$(G4BASE)/global/HEPGeometry/include \
|
|
-I$(G4BASE)/global/HEPNumerics/include \
|
|
-I$(G4BASE)/graphics_reps/include \
|
|
-I$(G4BASE)/intercoms/include \
|
|
-I$(G4BASE)/particles/management/include \
|
|
-I$(G4BASE)/materials/include \
|
|
-I$(G4BASE)/geometry/solids/CSG/include \
|
|
-I$(G4BASE)/geometry/solids/specific/include \
|
|
-I$(G4BASE)/geometry/solids/Boolean/include \
|
|
-I$(G4BASE)/geometry/divisions/include \
|
|
-I$(G4BASE)/geometry/volumes/include \
|
|
-I$(G4BASE)/geometry/management/include
|
|
|
|
include $(G4INSTALL)/config/common.gmk
|