16 lines
380 B
Makefile
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
|