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

Last change on this file since 1229 was 807, checked in by garnier, 16 years ago

update

File size: 440 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2002/03/05 15:21:51 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.