| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.1 2003/05/26 13:02:50 pmendez Exp $
|
|---|
| 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := RichTbSim
|
|---|
| 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 | ifdef G4ANALYSIS_USE
|
|---|
| 22 | CPPFLAGS += `aida-config --include`
|
|---|
| 23 | LDFLAGS += `aida-config --lib`
|
|---|
| 24 | endif
|
|---|
| 25 | #
|
|---|
| 26 | .PHONY: all
|
|---|
| 27 | all: lib bin
|
|---|
| 28 |
|
|---|
| 29 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 30 |
|
|---|
| 31 | visclean:
|
|---|
| 32 | rm -f g4*.prim g4*.eps g4*.wrl
|
|---|
| 33 | rm -f .DAWN_*
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 |
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.