source: trunk/examples/extended/electromagnetic/TestEm8/GNUmakefile

Last change on this file was 1342, checked in by garnier, 14 years ago

update ti head

File size: 564 bytes
Line 
1# $Id: GNUmakefile,v 1.9 2010/09/28 19:07:32 vnivanch Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := TestEm8
7G4TARGET := $(name)
8G4EXLIB  := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17#### G4ANALYSIS_USE := true
18
19include $(G4INSTALL)/config/architecture.gmk
20
21include $(G4INSTALL)/config/binmake.gmk
22
23histclean:
24        rm ${G4WORKDIR}/tmp/${G4SYSTEM}/${G4TARGET}/Histo.o
25
Note: See TracBrowser for help on using the repository browser.