Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-23 09:21:06

0001 # --------------------------------------------------------------
0002 # GNUmakefile for examples module
0003 # --------------------------------------------------------------
0004 
0005 name := TestEm9
0006 G4TARGET := $(name)
0007 G4EXLIB := true
0008 
0009 ifndef G4INSTALL
0010   G4INSTALL = ../../../..
0011 endif
0012 
0013 .PHONY: all
0014 all: lib bin
0015 
0016 #### G4ANALYSIS_USE := true
0017 
0018 include $(G4INSTALL)/config/architecture.gmk
0019 
0020 include $(G4INSTALL)/config/binmake.gmk
0021 
0022 histclean:
0023         rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/Histo.o
0024 
0025 visclean:
0026         rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/VisManager.o
0027 
0028