| Line | |
|---|
| 1 | # --------------------------------------------------------------
|
|---|
| 2 | # $Id: GNUmakefile,v 1.8 2008/06/15 22:53:06 cirrone 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 |
|
|---|
| 24 | .PHONY: all
|
|---|
| 25 | all: lib bin
|
|---|
| 26 |
|
|---|
| 27 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 28 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.