20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
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: If SHARED_LIBRARIES=YES (now the default) then
|
|
# a) Environment variable 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, or
|
|
# b) Add the path to SHRLIB_DEPLIB_DIRS and PROD_DEPLIB_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_DEPLIB_DIRS += /opt/epics/R$(EPICS_SHORT_VERSION)/base/$(EPICS_VERSION)-$(EPICS_REVISION)-$(EPICS_MODIFICATION)-$(EPICS_PATCH_LEVEL)$(EPICS_CVS_SNAPSHOT)$(EPICS_SITE_VSTRING)/lib/$(EPICS_HOST_ARCH)
|
|
PROD_DEPLIB_DIRS += /opt/epics/R$(EPICS_SHORT_VERSION)/base/$(EPICS_VERSION)-$(EPICS_REVISION)-$(EPICS_MODIFICATION)-$(EPICS_PATCH_LEVEL)$(EPICS_CVS_SNAPSHOT)$(EPICS_SITE_VSTRING)/lib/$(EPICS_HOST_ARCH)
|