| 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 |
|
|---|
| 7 | ifndef G4INSTALL
|
|---|
| 8 | G4INSTALL = ../../..
|
|---|
| 9 | endif
|
|---|
| 10 |
|
|---|
| 11 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 12 |
|
|---|
| 13 | CPPFLAGS += -DG4IOS_ALLOC_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.