Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-23 09:20:46

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