| Rev | Line | |
|---|
| [833] | 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 |
|
|---|
| 7 | ifndef G4INSTALL
|
|---|
| 8 | G4INSTALL = ../../..
|
|---|
| 9 | endif
|
|---|
| 10 |
|
|---|
| 11 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 12 |
|
|---|
| 13 | CPPFLAGS += -DG4IOS_EXPORT
|
|---|
| 14 | CPPFLAGS += -I$(G4BASE)/global/HepGeometry/include
|
|---|
| 15 |
|
|---|
| 16 | include $(G4INSTALL)/config/common.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.