source: trunk/examples/extended/parallel/ParN04/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: 530 bytes
Line 
1# $Id: GNUmakefile,v 1.4 2010/01/11 16:57:10 gcosmo 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.