Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:20:10

0001 # --------------------------------
0002 # GNUmakefile for examples module.
0003 # --------------------------------
0004 
0005 name := HGCal_testbeam
0006 G4TARGET := $(name)
0007 G4EXLIB := true
0008 
0009 ifndef G4INSTALL
0010   G4INSTALL = ../..
0011 endif
0012 
0013 .PHONY: all
0014 all: lib bin
0015 
0016 include $(G4INSTALL)/config/binmake.gmk