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

Last change on this file since 833 was 833, checked in by garnier, 16 years ago

import all except CVS

File size: 528 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2004/10/29 08:40:23 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_EXPORT
14CPPFLAGS += -I$(G4BASE)/global/HepGeometry/include
15
16include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.