| Rev | Line | |
|---|
| [831] | 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 |
|
|---|
| 5 | name := G4magneticfield
|
|---|
| 6 |
|
|---|
| 7 | ifndef G4INSTALL
|
|---|
| 8 | G4INSTALL = ../../..
|
|---|
| 9 | endif
|
|---|
| 10 |
|
|---|
| 11 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 12 |
|
|---|
| 13 | CPPFLAGS += \
|
|---|
| 14 | -I$(G4BASE)/global/management/include \
|
|---|
| 15 | -I$(G4BASE)/global/HEPRandom/include \
|
|---|
| 16 | -I$(G4BASE)/global/HEPGeometry/include
|
|---|
| 17 |
|
|---|
| 18 | ifdef G4DEBUG_FIELD
|
|---|
| 19 | CPPFLAGS += -DG4DEBUG_FIELD
|
|---|
| 20 | endif
|
|---|
| 21 |
|
|---|
| 22 | include $(G4INSTALL)/config/common.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.