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

16 lines
380 B
Makefile

# --------------------------------------------------------------
# GNUmakefile for global management. Gabriele Cosmo, 26/9/96.
# --------------------------------------------------------------
name := G4globman
ifndef G4INSTALL
G4INSTALL = ../../..
endif
include $(G4INSTALL)/config/architecture.gmk
CPPFLAGS += -DG4GLOB_ALLOC_EXPORT
include $(G4INSTALL)/config/common.gmk