Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /geant4/examples/advanced/gorad/GNUmakefile was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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