File indexing completed on 2025-02-25 09:22:41
0001
0002
0003
0004
0005 name := hadrontherapy
0006 G4TARGET := $(name)
0007 G4EXLIB := true
0008
0009
0010
0011
0012 ifndef G4INSTALL
0013 G4INSTALL = ../..
0014 endif
0015
0016 .PHONY: all
0017 all: lib bin
0018
0019 include $(G4INSTALL)/config/architecture.gmk
0020
0021 ifdef G4ANALYSIS_USE_ROOT
0022 CPPFLAGS += -DG4ANALYSIS_USE_ROOT
0023 CPPFLAGS += $(shell root-config --cflags)
0024 EXTRALIBS += $(shell root-config --glibs)
0025 endif
0026
0027 include $(G4INSTALL)/config/binmake.gmk
0028