source: trunk/examples/extended/parallel/ExDiane/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: 539 bytes
Line 
1# $Id: GNUmakefile,v 1.5 2010/01/11 16:49:50 gcosmo Exp $
2# --------------------------------------------------------------
3
4name := Brachy
5G4TARGET := $(name)
6G4EXLIB := true
7
8ifndef G4INSTALL
9  G4INSTALL = ../../../..
10endif
11
12.PHONY: all
13
14ifdef G4DIANE_USE
15G4LIB_BUILD_SHARED = 1
16all: lib bin
17        @echo "Linking DIANE libraries..."
18        @g++ -shared -o${G4WORKDIR}/tmp/${G4SYSTEM}/${name}/libDIANE_${name}.so -L${G4WORKDIR}/tmp/${G4SYSTEM}/${name} -l${name} ${LDFLAGS} ${LDLIBS}
19else
20all: lib bin
21endif
22
23include $(G4INSTALL)/config/binmake.gmk
24
Note: See TracBrowser for help on using the repository browser.