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

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

update

File size: 431 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2007/11/16 14:16:46 kmura Exp $
2# $Name:  $
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.