# # arch_spec_pythia.mk # # Architecture/site specific makefile fragment # for inclusion by packages that use PYTHIA # # LUND_LIB is the environment variable # containing (or optionally loaded with) the # location of the LUND files on the local machine. # # These are then appended to CPPFLAGS and LDFLAGS as # overrides. # # Chris Green initial version 12 Dec 98 # # 1999/02/02 CG Include echo message to explain ways to resolve links to # PDF routines # # 1999/03/05 kreymer Removed echo message to explain ways to resolve links to # PDF routines - this is cluttering up builds and getting in the way # of the IRIX n32 migration. - IMHO, gmake output is not the proper place # for high level user documentation. gmake should be silent aside from # the approved messages necessary for the error logger. # ifndef LUND_DIR LUND_DIR = /usr/products/lund/v6_115 endif LUND_LIB = $(LUND_DIR)/lib override LOADLIBES += $(LUND_LIB)/liblund.a #override LOADLIBES += -lpythia $(libdir)/pydata.o #COMMAND := $(shell [ -z "$(PYTHIA_PDFLIB_MESSAGE)" ] && echo "Linking to PYTHIA. You may resolve links to STRUCTM and PDFSET with CERN's" >&2 ) #COMMAND := $(shell [ -z "$(PYTHIA_PDFLIB_MESSAGE)" ] && echo "PDFLIB or with the dummy routines in $(LUND_DIR)/lib/pdfdum.o" >&2 ) #PYTHIA_PDFLIB_MESSAGE := YES