17 lines
528 B
Makefile
17 lines
528 B
Makefile
# $Id: GNUmakefile,v 1.3 2004/10/29 08:40:23 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 += -DG4IOS_EXPORT
|
|
CPPFLAGS += -I$(G4BASE)/global/HepGeometry/include
|
|
|
|
include $(G4INSTALL)/config/common.gmk
|