# # arch_spec_herwig.mk # # Architecture/site specific makefile fragment # for inclusion by packages that use HERWIG # # HERWIG_LIB is the environment variable # containing (or optionally loaded with) the # location of the HERWIG files on the local machine. # # These are then appended to CPPFLAGS and LDFLAGS as # overrides. # # Marjorie Shapiro Nov 22 1998: Initial Version # ifndef HERWIG_DIR HERWIG_DIR = /usr/products/herwig/v5_9 HERWIG_LIB = /usr/products/herwig/v5_9/lib else HERWIG_LIB = $(HERWIG_DIR)/lib endif override LOADLIBES += $(HERWIG_LIB)/libherwig.a