source: trunk/examples/extended/parallel/ExDiane/GNUmakefile @ 1288

Last change on this file since 1288 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

File size: 538 bytes
Line 
1# $Id: GNUmakefile,v 1.4 2009/03/06 09:51:42 gbarrand 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.