| Rev | Line | |
|---|
| [807] | 1 | # $Id: GNUmakefile,v 1.10 2006/11/20 12:43:02 ahoward Exp $
|
|---|
| 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := tiara
|
|---|
| 7 | G4TARGET := $(name)
|
|---|
| 8 | G4EXLIB := true
|
|---|
| 9 |
|
|---|
| 10 | ifndef G4INSTALL
|
|---|
| 11 | G4INSTALL = ../../..
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | ifdef G4ANALYSIS_USE
|
|---|
| 15 | CPPFLAGS += -DG4ANALYSIS_USE
|
|---|
| 16 | endif
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 20 |
|
|---|
| 21 | ##include hadronic_lists.gmk
|
|---|
| 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 |
|
|---|
| 33 | visclean:
|
|---|
| 34 | rm -f g4*.prim g4*.eps g4*.wrl
|
|---|
| 35 | rm -f .DAWN_*
|
|---|
| 36 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.