| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.7 2009/06/15 10:35:12 gunter Exp $
|
|---|
| 2 | # ----------------------------------------------------------------
|
|---|
| 3 | # Makes test program in environment variable G4TARGET.
|
|---|
| 4 | # ----------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | ifndef G4TARGET
|
|---|
| 7 | G4TARGET := $(TESTTARGET)
|
|---|
| 8 | endif
|
|---|
| 9 |
|
|---|
| 10 | ifndef G4INSTALL
|
|---|
| 11 | G4INSTALL = ../../../../../../
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | G4EXEC_BUILD = true
|
|---|
| 15 |
|
|---|
| 16 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 17 |
|
|---|
| 18 | CPPFLAGS += `root-config --cflags`
|
|---|
| 19 | LOADLIBS += `root-config --ldflags --libs`
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 23 |
|
|---|
| 24 | INCFLAGS += -I$(G4BASE)/processes/hadronic/models/im_r_matrix/include
|
|---|
| 25 | INCFLAGS += -I$(G4BASE)/processes/hadronic/models/binary_cascade/include
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.