Files
geant4/source/global/management/GNUmakefile
T
2018-03-02 09:34:30 +01:00

17 lines
436 B
Makefile

# $Id: GNUmakefile 108486 2018-02-15 14:47:25Z 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