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

Last change on this file since 1317 was 1230, checked in by garnier, 15 years ago

update to geant4.9.3

File size: 495 bytes
RevLine 
[1230]1# $Id: GNUmakefile,v 1.8 2008/06/11 22:27:45 maire Exp $
[807]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
[1230]17#### G4ANALYSIS_USE := true
[807]18
19include $(G4INSTALL)/config/architecture.gmk
20
21include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.