16 lines
477 B
Makefile
16 lines
477 B
Makefile
# $Id: GNUmakefile,v 1.2 2004/06/11 14:18:58 gcosmo Exp $
|
|
# --------------------------------------------------------------
|
|
# GNUmakefile for global HEPRandom. Gunter Folger 12-Dec-2000.
|
|
# note: this needed only to created "installed" include files.
|
|
# --------------------------------------------------------------
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../..
|
|
endif
|
|
|
|
include $(G4INSTALL)/config/architecture.gmk
|
|
|
|
CPPFLAGS += -DG4IOS_EXPORT
|
|
|
|
include $(G4INSTALL)/config/common.gmk
|