Geant4 Cross Reference |
>> 1 # $Id: GNUmakefile,v 1.14 2008/09/18 16:42:07 maire 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 := TestEm6 6 name := TestEm6 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 14 .PHONY: all 14 all: lib bin 15 all: lib bin >> 16 >> 17 #### G4ANALYSIS_USE := true 15 18 16 include $(G4INSTALL)/config/architecture.gmk 19 include $(G4INSTALL)/config/architecture.gmk 17 20 18 include $(G4INSTALL)/config/binmake.gmk 21 include $(G4INSTALL)/config/binmake.gmk 19 22 20 histclean: 23 histclean: 21 rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGE 24 rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/RunAction.o 22 rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGE 25 rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/SteppingAction.o 23 26 24 visclean: 27 visclean: 25 rm -f g4*.prim g4*.eps g4*.wrl 28 rm -f g4*.prim g4*.eps g4*.wrl 26 rm -f .DAWN_* 29 rm -f .DAWN_*