source: trunk/examples/extended/runAndEvent/RE02/GNUmakefile

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

tag geant4.9.4 beta 1 + modifs locales

File size: 424 bytes
Line 
1# $Id: GNUmakefile,v 1.2 2010/01/11 17:07:33 gcosmo Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := exampleRE02
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.