Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /geant4/examples/advanced/iort_therapy/GNUmakefile was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 # --------------------------------------------------------------
0002 # GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
0003 # --------------------------------------------------------------
0004 
0005 name := iort_therapy
0006 G4TARGET := $(name)
0007 G4EXLIB := true
0008 
0009 # Debug info
0010 #CPPFLAGS += -g 
0011 
0012 ifndef G4INSTALL
0013   G4INSTALL = ../../..
0014 endif
0015 
0016 .PHONY: all
0017 all: lib bin
0018 
0019 include $(G4INSTALL)/config/architecture.gmk
0020 
0021 ifdef G4ANALYSIS_USE_ROOT   # If we have ROOT
0022 CPPFLAGS += -DG4ANALYSIS_USE_ROOT
0023 CPPFLAGS += $(shell root-config --cflags)
0024 EXTRALIBS  += $(shell root-config --glibs)
0025 endif
0026 
0027 include $(G4INSTALL)/config/binmake.gmk
0028