Back to home page

EIC code displayed by LXR

 
 

    


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

0001 
0002 name := XGeBox
0003 G4TARGET := $(name)
0004 G4EXLIB := true
0005 
0006 ifndef G4INSTALL
0007   G4INSTALL = ~/geant4
0008 endif
0009 
0010 .PHONY: all
0011 all: lib bin
0012 
0013 include $(G4INSTALL)/config/binmake.gmk
0014 
0015 visclean:
0016         rm -f g4*.prim g4*.eps g4*.wrl
0017         rm -f .DAWN_*
0018