Geant4 Cross Reference |
1 # -------------------------------------------- 1 # -------------------------------------------------------------- >> 2 # $Id: GNUmakefile,v 1.7 2002/11/14 15:56:14 santin Exp $ 2 # -------------------------------------------- 3 # -------------------------------------------------------------- 3 # GNUmakefile for examples module. Gabriele C 4 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. 4 # -------------------------------------------- 5 # -------------------------------------------------------------- 5 6 6 name := XrayTel 7 name := XrayTel 7 G4TARGET := $(name) 8 G4TARGET := $(name) 8 G4EXLIB := true 9 G4EXLIB := true 9 10 10 ifndef G4INSTALL 11 ifndef G4INSTALL 11 G4INSTALL = ../.. << 12 G4INSTALL = ../../.. 12 endif 13 endif 13 14 >> 15 G4VIS_USE = 1 >> 16 14 include $(G4INSTALL)/config/architecture.gmk 17 include $(G4INSTALL)/config/architecture.gmk >> 18 >> 19 ifdef G4ANALYSIS_USE_PLOTTER >> 20 CPPFLAGS += -DG4ANALYSIS_USE_PLOTTER >> 21 endif >> 22 >> 23 ifdef G4ANALYSIS_USE >> 24 CPPFLAGS += `aida-config --include` >> 25 LDFLAGS += `aida-config --lib` >> 26 endif 15 27 16 .PHONY: all 28 .PHONY: all 17 all: lib bin 29 all: lib bin 18 30 19 include $(G4INSTALL)/config/binmake.gmk 31 include $(G4INSTALL)/config/binmake.gmk 20 32