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

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

update

File size: 527 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2006/11/16 13:38:46 gunter Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6include ParGNUmakefile
7
8name := ParN04
9G4TARGET := $(name)
10G4EXLIB := true
11
12ifndef G4INSTALL
13  G4INSTALL = ../../..
14endif
15
16
17.PHONY: all
18all: had_list lib bin
19
20had_list:
21        @echo "This example uses the QGSP 'educated guess physics list'"
22
23include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.