| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.3 2005/02/22 10:11:09 maire 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 | INCFLAGS := \
|
|---|
| 19 | -I$(G4BASE)/global/management/include \
|
|---|
| 20 | -I$(G4BASE)/global/HEPRandom/include \
|
|---|
| 21 | -I$(G4BASE)/global/HEPGeometry/include \
|
|---|
| 22 | -I$(G4BASE)/materials/include \
|
|---|
| 23 | -I$(G4BASE)/intercoms/include
|
|---|
| 24 |
|
|---|
| 25 | LDLIBS := \
|
|---|
| 26 | -lG4materials \
|
|---|
| 27 | -lG4intercoms \
|
|---|
| 28 | -lG4globman
|
|---|
| 29 |
|
|---|
| 30 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.