| Rev | Line | |
|---|
| [807] | 1 | # --------------------------------------------------------------
|
|---|
| 2 | # $Id: GNUmakefile,v 1.7 2002/11/14 15:56:14 santin Exp $
|
|---|
| 3 | # --------------------------------------------------------------
|
|---|
| 4 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 5 | # --------------------------------------------------------------
|
|---|
| 6 |
|
|---|
| 7 | name := XrayTel
|
|---|
| 8 | G4TARGET := $(name)
|
|---|
| 9 | G4EXLIB := true
|
|---|
| 10 |
|
|---|
| 11 | ifndef G4INSTALL
|
|---|
| 12 | G4INSTALL = ../../..
|
|---|
| 13 | endif
|
|---|
| 14 |
|
|---|
| 15 | G4VIS_USE = 1
|
|---|
| 16 |
|
|---|
| 17 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 18 |
|
|---|
| 19 | ifdef G4ANALYSIS_USE_PLOTTER
|
|---|
| 20 | CPPFLAGS += -DG4ANALYSIS_USE_PLOTTER
|
|---|
| 21 | endif
|
|---|
| 22 |
|
|---|
| 23 | ifdef G4ANALYSIS_USE
|
|---|
| 24 | CPPFLAGS += `aida-config --include`
|
|---|
| 25 | LDFLAGS += `aida-config --lib`
|
|---|
| 26 | endif
|
|---|
| 27 |
|
|---|
| 28 | .PHONY: all
|
|---|
| 29 | all: lib bin
|
|---|
| 30 |
|
|---|
| 31 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 32 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.