source: trunk/examples/extended/parallel/MPI/exMPI01/GNUmakefile @ 1279

Last change on this file since 1279 was 1230, checked in by garnier, 15 years ago

update to geant4.9.3

File size: 451 bytes
RevLine 
[807]1# $Id: GNUmakefile,v 1.1 2007/11/16 14:16:46 kmura Exp $
[1230]2# $Name: geant4-09-03-cand-01 $
[807]3# ===========================================================
4#   Makefile for building G4 MPI aplication
5# ===========================================================
6name := exMPI01#
7G4TARGET := $(name)
8G4EXLIB := true
9
10G4WORKDIR := .
11
12.PHONY: all
13all: lib bin
14
15include $(G4INSTALL)/config/binmake.gmk
16include ../mpi_interface/G4MPI.gmk
17
18LDLIBS1 += -lG4UImpi
19
Note: See TracBrowser for help on using the repository browser.