Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:19:27

0001 # --------------------------------------------------------------
0002 # GNUmakefile for ULTRA-based air shower Advanced Example.  
0003 # --------------------------------------------------------------
0004 
0005 name := Ultra
0006 G4TARGET := $(name)
0007 G4EXLIB := true
0008 
0009 ifndef G4INSTALL
0010   G4INSTALL = ../..
0011 endif
0012 
0013 include $(G4INSTALL)/config/architecture.gmk
0014 
0015 ifdef SPACE_VERBOSE
0016   CPPFLAGS += -DULTRA_VERBOSE_USE
0017 endif
0018 
0019 .PHONY: all
0020 all: lib bin
0021 
0022 include $(G4INSTALL)/config/binmake.gmk
0023 
0024