|
Last change
on this file since 1337 was 1337, checked in by garnier, 15 years ago |
|
tag geant4.9.4 beta 1 + modifs locales
|
|
File size:
673 bytes
|
| Rev | Line | |
|---|
| [1337] | 1 | # $Id: GNUmakefile,v 1.10 2010/01/11 16:29:51 gcosmo Exp $
|
|---|
| 2 | # GEANT4 tag $Name: geant4-09-04-beta-01 $
|
|---|
| [807] | 3 | # --------------------------------------------------------------
|
|---|
| 4 | # GNUmakefile for examples module with AIDA interface
|
|---|
| 5 | # --------------------------------------------------------------
|
|---|
| 6 |
|
|---|
| 7 | name := TestEm9
|
|---|
| 8 | G4TARGET := $(name)
|
|---|
| 9 | G4EXLIB := true
|
|---|
| 10 |
|
|---|
| 11 | ifndef G4INSTALL
|
|---|
| [1337] | 12 | G4INSTALL = ../../../..
|
|---|
| [807] | 13 | endif
|
|---|
| 14 |
|
|---|
| 15 | .PHONY: all
|
|---|
| 16 | all: lib bin
|
|---|
| 17 |
|
|---|
| [1230] | 18 | #### G4ANALYSIS_USE := true
|
|---|
| [807] | 19 |
|
|---|
| 20 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 21 |
|
|---|
| 22 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 23 |
|
|---|
| 24 | histclean:
|
|---|
| 25 | rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/Histo.o
|
|---|
| 26 |
|
|---|
| 27 | visclean:
|
|---|
| 28 | rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/VisManager.o
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.