Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # $Id: GNUmakefile 68058 2013-03-13 14:47:43Z gcosmo $
0002 # --------------------------------------------------------------
0003 # GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
0004 # --------------------------------------------------------------
0005 
0006 name := chem6
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 
0019 visclean:
0020         rm -f g4*.prim g4*.eps g4*.wrl
0021         rm -f .DAWN_*
0022