|
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:
611 bytes
|
| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.4 2010/01/11 16:43:05 gcosmo Exp $
|
|---|
| 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := GammaTherapy
|
|---|
| 7 | G4TARGET := $(name)
|
|---|
| 8 | G4EXLIB := true
|
|---|
| 9 |
|
|---|
| 10 | ifndef G4INSTALL
|
|---|
| 11 | G4INSTALL = ../../../..
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | .PHONY: all
|
|---|
| 15 | all: lib bin
|
|---|
| 16 |
|
|---|
| 17 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 18 |
|
|---|
| 19 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 20 |
|
|---|
| 21 | histclean:
|
|---|
| 22 | rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/Histo.o
|
|---|
| 23 |
|
|---|
| 24 | visclean:
|
|---|
| 25 | rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/VisManager.o
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.