Files
geant4/source/global/management/GNUmakefile
T
2018-06-29 10:58:11 +02:00

17 lines
436 B
Makefile

# $Id: GNUmakefile 108071 2017-12-19 15:30:19Z gcosmo $
# --------------------------------------------------------------
# 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