19 lines
903 B
Plaintext
19 lines
903 B
Plaintext
# CONFIG_SITE.Common.hpux-parisc
|
|
#
|
|
# $Id$
|
|
#
|
|
# Site Specific definitions for hpux-parisc target
|
|
# Only the local epics system manager should modify this file
|
|
|
|
# NOTE for SHARED_LIBRARIES: If YES (which is the default now) then either
|
|
# a) SHLIB_PATH must include the full absolute pathname to
|
|
# $(INSTALL_LOCATION)/lib/$(EPICS_HOST_ARCH) (or wherever you install
|
|
# the EPICS shared libraries on your system) when invoking base
|
|
# executables.
|
|
# b) Add the path to SHRLIB_SEARCH_DIRS below, which will burn
|
|
# the runtime search path into the executables.
|
|
#SHARED_LIBRARIES=YES
|
|
|
|
# This is the absolute path to the generic INSTALL_LOCATION, for SHARED_LIBRARY searches.
|
|
SHRLIB_SEARCH_DIRS += /opt/epics/R$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION)/support/base/$(EPICS_VERSION)-$(EPICS_REVISION)-$(EPICS_MODIFICATION)-$(EPICS_UPDATE_NAME)$(EPICS_UPDATE_LEVEL)/lib/$(EPICS_HOST_ARCH)
|