37 lines
878 B
Plaintext
37 lines
878 B
Plaintext
#
|
|
# $Revision-Id$
|
|
#
|
|
# Site Specific Configuration Information
|
|
# Only the local epics system manager should modify this file
|
|
|
|
# Where to find utilities/libraries
|
|
# If you do not have a certain product,
|
|
# leave the line empty.
|
|
#
|
|
|
|
-include $(TOP)/configure/os/CONFIG_SITE.linux-x86.linux-x86
|
|
|
|
X11_LIB=/usr/lib64
|
|
X11_INC=/usr/include
|
|
|
|
# OpenMotif location
|
|
MOTIF_LIB=/usr/lib64
|
|
MOTIF_INC=/usr/include
|
|
#MOTIF_LIB=/usr/X11R6/lib64
|
|
#MOTIF_INC=/usr/X11R6/include
|
|
|
|
# testing pre-compiled versions
|
|
CLAPACK_LIB = /usr/local/oag/3rdParty/ATLAS/Linux_Core2Duo64SSE3/lib
|
|
ATLAS_LIB = /usr/local/oag/3rdParty/ATLAS/Linux_Core2Duo64SSE3/lib
|
|
ATLAS_INCLUDE = /usr/local/oag/3rdParty/ATLAS/Linux_Core2Duo64SSE3/include
|
|
|
|
JAVA_DIR=/usr
|
|
|
|
# Sciplot and XRTgraph used by medm
|
|
SCIPLOT=YES
|
|
#XRTGRAPH_EXTENSIONS = YES
|
|
#XRTGRAPH = /usr/local/xrtgraph64
|
|
XRTGRAPH_EXTENSIONS =
|
|
XRTGRAPH =
|
|
|