| Rev | Line | |
|---|
| [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 | # ===========================================================
|
|---|
| 6 | name := exMPI01#
|
|---|
| 7 | G4TARGET := $(name)
|
|---|
| 8 | G4EXLIB := true
|
|---|
| 9 |
|
|---|
| 10 | G4WORKDIR := .
|
|---|
| 11 |
|
|---|
| 12 | .PHONY: all
|
|---|
| 13 | all: lib bin
|
|---|
| 14 |
|
|---|
| 15 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 16 | include ../mpi_interface/G4MPI.gmk
|
|---|
| 17 |
|
|---|
| 18 | LDLIBS1 += -lG4UImpi
|
|---|
| 19 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.