############################################################################### # # The global Makefile to build all Hydra modules from scratch. # # Examples and explanations can be found in the file README # ############################################################################### # no external dependencies for a total build export HADDIR := $(shell pwd) MYHADDIR := INSTALL_DIR ?= /cvmfs/hades.gsi.de/install/5.34.01/old/hydra1-17012013 export USES_RFIO ?= no export USES_GFORTRAN ?= yes export USES_ORACLE ?= yes MODULES ?= alignment \ base \ dst \ evtserver \ hadesgo4 \ hodo \ hyp \ kickplane \ mdc \ mdcgarfield \ mdcpid \ mdctrackD \ mdctrackG \ mdctrackS \ mdcutil \ online \ pairs \ phyana \ pid \ pidutil \ qa \ rich \ richutil \ rpc \ shower \ showertofino \ showerutil \ simulation \ start \ tof \ tofino \ tofutil \ tools \ trigger \ triggerutil \ wall ifeq ($(strip $(USES_ORACLE)),yes) MODULES += ora MODULES += orasim MODULES += orautil endif ifeq ($(strip $(USES_RFIO)),yes) MODULES += rfio endif include $(HADDIR)/hades.def.mk include $(HADDIR)/hades.rules.mk