source: trunk/examples/extended/parallel/ParN02/GNUmakefile @ 1346

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

tag geant4.9.4 beta 1 + modifs locales

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