Geant4 Cross Reference |
1 # -------------------------------------------- 1 # -------------------------------------------------------------- 2 # GNUmakefile for examples module. Gabriele C 2 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. 3 # -------------------------------------------- 3 # -------------------------------------------------------------- 4 4 5 name := TestEm6 5 name := TestEm6 6 G4TARGET := $(name) 6 G4TARGET := $(name) 7 G4EXLIB := true 7 G4EXLIB := true 8 8 9 ifndef G4INSTALL 9 ifndef G4INSTALL 10 G4INSTALL = ../../../.. 10 G4INSTALL = ../../../.. 11 endif 11 endif 12 12 13 .PHONY: all 13 .PHONY: all 14 all: lib bin 14 all: lib bin 15 15 16 include $(G4INSTALL)/config/architecture.gmk 16 include $(G4INSTALL)/config/architecture.gmk 17 17 18 include $(G4INSTALL)/config/binmake.gmk 18 include $(G4INSTALL)/config/binmake.gmk 19 19 20 histclean: 20 histclean: 21 rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGE 21 rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/RunAction.o 22 rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGE 22 rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/SteppingAction.o 23 23 24 visclean: 24 visclean: 25 rm -f g4*.prim g4*.eps g4*.wrl 25 rm -f g4*.prim g4*.eps g4*.wrl 26 rm -f .DAWN_* 26 rm -f .DAWN_*