17 lines
535 B
Makefile
17 lines
535 B
Makefile
# $Id: GNUmakefile,v 1.5 2010-10-27 07:40:06 gcosmo Exp $
|
|
# --------------------------------------------------------------
|
|
# GNUmakefile for global HEPRandom. Gunter Folger 12-Dec-2000.
|
|
# This is needed only for generating "installed" include files.
|
|
# --------------------------------------------------------------
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../..
|
|
endif
|
|
|
|
include $(G4INSTALL)/config/architecture.gmk
|
|
|
|
CPPFLAGS += -DG4GLOB_ALLOC_EXPORT
|
|
CPPFLAGS += -I$(G4BASE)/global/HepGeometry/include
|
|
|
|
include $(G4INSTALL)/config/common.gmk
|