# $Id: GNUmakefile,v 1.1 1999/01/07 16:05:42 gunter Exp $ # -------------------------------------------------------------- # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. # -------------------------------------------------------------- name := Agata G4TARGET := $(name) G4EXLIB := true ############################################ ## uncomment for geant v. 4.7.1, above and below 4.9.2 ########################################### #CPPFLAGS += -DG4V47 ############################################ ## uncomment for geant v. 4.8.0 and above ########################################### #CPPFLAGS += -DG4V48 ############################################ ## uncomment for geant v. 4.9.4 ########################################### #CPPFLAGS += -DG4V494 ############################################ ## uncomment for geant v. 4.9.5 and above ########################################### CPPFLAGS += -DG4V495 #CPPFLAGS += -DANTIC ############################################ ## uncomment to call the visualisation automatically ########################################### CPPFLAGS += -DAGATAvis #################################### ## uncomment for GRETA walls style ###################################### #CPPFLAGS += -DGRETA ########################################### ## uncomment to convert GRETA walls style ## to AGATA style ########################################### #CPPFLAGS += -DGRETA_DEBUG ############################################ ## uncomment to use additional materials ## for ancillary detectors ########################################### CPPFLAGS += -DANCIL ########################################### ## uncomment to enable G4LECS treatment ## of Compton profile (requires source ## files!) ########################################### #CPPFLAGS += -DG4LECS ############################################ ## uncomment to enable pulse defect ## emulation and flagging in case of ## neutrons as the primary particle ########################################### #CPPFLAGS += -DPULSE_DEFECT #CPPFLAGS += -DFLAGGED_NEUTRON ##################################################### ## uncomment to use fixed offsets for the ancillary ## detectors ###################################################### CPPFLAGS += -DFIXED_OFFSET ##################################################### ## uncomment to change order of some parameters ## in the output files (used for TRACE simulations) ###################################################### #CPPFLAGS += -DSWAP_PAR ##################################################### ## uncomment to write out multi-event number ## when working in -Ext mode (used for PRISMA ## simulation) ###################################################### CPPFLAGS += -DWRITE_EVNUM ifndef G4INSTALL G4INSTALL = ../../.. endif .PHONY: all all: lib bin @ls -tal $(G4WORKDIR)/bin/$(G4SYSTEM)/$(name) include $(G4INSTALL)/config/binmake.gmk