# # arch_spec_geant.mk # # Architecture/site specific makefile fragment # for inclusion by packages that use ISAJET # # ISAJET_LIB is the environment variable # containing (or optionally loaded with) the # location of the ISAJET files on the local machine. # # These are then appended to CPPFLAGS and LDFLAGS as # overrides. # # Marjorie Shapiro Dec 12 1997: Initial Version # ifndef ISAJET_DIR ISAJET_DIR = /usr/products/isajet/v7_31 ISAJET_LIB = /usr/products/isajet/v7_31 else ISAJET_LIB = $(ISAJET_DIR) endif override LOADLIBES += $(ISAJET_LIB)/isajet.a