** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=lxr_eic at /usr/local/share/lxr/lxr-2.3.7/lib/LXR/Common.pm line 1161, <GEN26> line 1.

Last-Modified: Wed, 13 May 2025 09:18:25 GMT Content-Type: text/html; charset=utf-8 /master/geant4/examples/extended/parallel/TBB/B2b/GNUmakefile
Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-05-13 08:06:29

0001 # --------------------------------------------------------------
0002 # GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
0003 # --------------------------------------------------------------
0004 
0005 name := exampleB2b
0006 G4TARGET := $(name)
0007 G4EXLIB := true
0008 
0009 ifndef G4INSTALL
0010   G4INSTALL = ../../../..
0011 endif
0012 
0013 .PHONY: all
0014 all: lib bin
0015 
0016 include $(G4INSTALL)/config/architecture.gmk
0017 
0018 include $(G4INSTALL)/config/binmake.gmk
0019 
0020 visclean:
0021         rm -f g4*.prim g4*.eps g4*.wrl
0022         rm -f .DAWN_*
0023