Files
geant4/source/global/management/GNUmakefile
T
2016-06-09 16:46:55 +02:00

20 lines
488 B
Makefile

# $Id: GNUmakefile,v 1.8 2010-10-27 07:40:06 gcosmo Exp $
# --------------------------------------------------------------
# GNUmakefile for global management. Gabriele Cosmo, 26/9/96.
# --------------------------------------------------------------
name := G4globman
ifndef G4INSTALL
G4INSTALL = ../../..
endif
include $(G4INSTALL)/config/architecture.gmk
CPPFLAGS += -DG4GLOB_ALLOC_EXPORT
ifdef G4RF_DEBUG
CPPFLAGS += -DG4RF_DEBUG
endif
include $(G4INSTALL)/config/common.gmk