Geant4 Cross Reference |
>> 1 # $Id: GNUmakefile,v 1.2 2010-01-11 16:40:31 gcosmo Exp $ >> 2 # GEANT4 tag $Name: geant4-09-04-patch-01 $ 1 # -------------------------------------------- 3 # -------------------------------------------------------------- 2 # GNUmakefile for examples module 4 # GNUmakefile for examples module 3 # -------------------------------------------- 5 # -------------------------------------------------------------- 4 6 5 name := Hadr00 << 7 name := hadr00 6 G4TARGET := $(name) 8 G4TARGET := $(name) 7 G4EXLIB := true 9 G4EXLIB := true 8 10 9 ifndef G4INSTALL 11 ifndef G4INSTALL 10 G4INSTALL = ../../../.. 12 G4INSTALL = ../../../.. 11 endif 13 endif 12 14 13 .PHONY: all 15 .PHONY: all 14 all: lib bin 16 all: lib bin 15 17 16 include $(G4INSTALL)/config/architecture.gmk 18 include $(G4INSTALL)/config/architecture.gmk 17 19 18 include $(G4INSTALL)/config/binmake.gmk 20 include $(G4INSTALL)/config/binmake.gmk 19 21 20 histclean: 22 histclean: 21 rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGE 23 rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/Histo.o 22 24 23 visclean: 25 visclean: 24 rm -f g4*.prim g4*.eps g4*.wrl 26 rm -f g4*.prim g4*.eps g4*.wrl 25 rm -f .DAWN_* 27 rm -f .DAWN_* 26 28