Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-23 09:22:30

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