Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:17:01

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