Geant4 Cross Reference |
>> 1 # $Id: GNUmakefile,v 1.19 2005/12/09 22:15:52 mantero Exp $ 1 # -------------------------------------------- 2 # -------------------------------------------------------------- 2 # GNUmakefile for examples module. Gabriele C 3 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. 3 # -------------------------------------------- 4 # -------------------------------------------------------------- 4 5 5 name := XrayFluo 6 name := XrayFluo 6 G4TARGET := $(name) 7 G4TARGET := $(name) 7 G4EXLIB := true 8 G4EXLIB := true 8 9 9 ifndef G4INSTALL 10 ifndef G4INSTALL 10 G4INSTALL = ../.. << 11 G4INSTALL = ../../.. 11 endif 12 endif 12 13 13 .PHONY: all visclean 14 .PHONY: all visclean 14 all: lib bin 15 all: lib bin 15 16 16 include $(G4INSTALL)/config/architecture.gmk 17 include $(G4INSTALL)/config/architecture.gmk >> 18 >> 19 #G4ANALYSIS_USE := 1 >> 20 >> 21 ifdef G4ANALYSIS_USE >> 22 CPPFLAGS += `aida-config --include` >> 23 LDFLAGS += `aida-config --lib` >> 24 endif 17 25 18 include $(G4INSTALL)/config/binmake.gmk 26 include $(G4INSTALL)/config/binmake.gmk 19 27 20 visclean: 28 visclean: 21 rm -f g4*.prim g4*.eps g4*.wrl 29 rm -f g4*.prim g4*.eps g4*.wrl 22 rm -f .DAWN_* 30 rm -f .DAWN_* 23 31