| Rev | Line | |
|---|
| [1230] | 1 | # $Id: GNUmakefile,v 1.14 2008/06/11 22:06:28 maire Exp $
|
|---|
| [807] | 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := TestEm1
|
|---|
| 7 | G4TARGET := $(name)
|
|---|
| 8 | G4EXLIB := true
|
|---|
| 9 |
|
|---|
| 10 | ifndef G4INSTALL
|
|---|
| 11 | G4INSTALL = ../../../..
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | .PHONY: all
|
|---|
| 15 | all: lib bin
|
|---|
| 16 |
|
|---|
| 17 | #### G4ANALYSIS_USE := true
|
|---|
| 18 |
|
|---|
| 19 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 20 |
|
|---|
| 21 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 22 |
|
|---|
| 23 | visclean:
|
|---|
| 24 | rm -f g4*.prim g4*.eps g4*.wrl
|
|---|
| 25 | rm -f .DAWN_*
|
|---|
| 26 | histclean:
|
|---|
| 27 | rm ${G4WORKDIR}/tmp/${G4SYSTEM}/${G4TARGET}/HistoManager.o
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.