source: trunk/examples/extended/parallel/MPI/exMPI01/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: 489 bytes
RevLine 
[1337]1# $Id: GNUmakefile,v 1.2 2010/01/11 16:53:51 gcosmo Exp $
2# $Name: geant4-09-04-beta-01 $
[807]3# ===========================================================
4#   Makefile for building G4 MPI aplication
5# ===========================================================
[1337]6
7name := exMPI01
[807]8G4TARGET := $(name)
9G4EXLIB := true
10
[1337]11ifndef G4INSTALL
12  G4INSTALL = ../../../../..
13endif
[807]14
15.PHONY: all
16all: lib bin
17
18include $(G4INSTALL)/config/binmake.gmk
19include ../mpi_interface/G4MPI.gmk
20
21LDLIBS1 += -lG4UImpi
22
Note: See TracBrowser for help on using the repository browser.