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

18 lines
484 B
Makefile

# --------------------------------------------------------------
# GNUmakefile for global HEPRandom. Gunter Folger 12-Dec-2000.
# --------------------------------------------------------------
name := G4heprandom
ifndef G4INSTALL
G4INSTALL = ../../..
endif
include $(G4INSTALL)/config/architecture.gmk
CPPFLAGS += -DG4GLOB_ALLOC_EXPORT
CPPFLAGS += -I$(G4BASE)/global/HepGeometry/include
CPPFLAGS += -I$(G4BASE)/global/management/include
include $(G4INSTALL)/config/common.gmk