source: trunk/source/global/HEPRandom/GNUmakefile @ 1340

Last change on this file since 1340 was 1340, checked in by garnier, 14 years ago

update ti head

File size: 534 bytes
Line 
1# $Id: GNUmakefile,v 1.5 2010/10/27 07:40:06 gcosmo Exp $
2# --------------------------------------------------------------
3# GNUmakefile for global HEPRandom.  Gunter Folger 12-Dec-2000.
4# This is needed only for generating "installed" include files.
5# --------------------------------------------------------------
6
7ifndef G4INSTALL
8  G4INSTALL = ../../..
9endif
10
11include $(G4INSTALL)/config/architecture.gmk
12
13CPPFLAGS += -DG4IOS_ALLOC_EXPORT
14CPPFLAGS += -I$(G4BASE)/global/HepGeometry/include
15
16include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.