source: trunk/source/geometry/magneticfield/GNUmakefile @ 1347

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

import all except CVS

File size: 583 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2002/01/10 15:52:07 gcosmo Exp $
2# --------------------------------------------------------------------
3# GNUmakefile for geometry/magneticfield library.  G.Cosmo, 22/01/97.
4
5name := G4magneticfield
6
7ifndef G4INSTALL
8  G4INSTALL = ../../..
9endif
10
11include $(G4INSTALL)/config/architecture.gmk
12
13CPPFLAGS += \
14            -I$(G4BASE)/global/management/include \
15            -I$(G4BASE)/global/HEPRandom/include \
16            -I$(G4BASE)/global/HEPGeometry/include
17
18ifdef G4DEBUG_FIELD
19  CPPFLAGS += -DG4DEBUG_FIELD
20endif
21
22include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.