From 41786fef1f95c06c603c9f93c93b8891c0fc1668 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 4 Dec 2006 22:40:15 +0000 Subject: [PATCH] Added oag lib dir defs. Added JAVA_INC def. Added X11 and Motif comments. --- .../os/CONFIG_SITE.linux-x86.linux-x86 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-x86 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-x86 index ff243da6b..21b197256 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-x86 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-x86 @@ -15,6 +15,17 @@ X11_LIB=/usr/X11R6/lib X11_INC=/usr/X11R6/include/X11 MOTIF_LIB=/usr/X11R6/lib MOTIF_INC=/usr/X11R6/include +#X11_INC=/local2/X11R6/include/X11 +#X11_LIB=/local2/X11R6/lib +#MOTIF_LIB=/local2/X11R6/lib +#MOTIF_INC=/local2/X11R6/include +#With the release of Fedora Core 5 the +#X11 and MOTIF libraries now live at /usr/lib +#X11_LIB=/usr/lib +#X11_INC=/usr/include/X11 +#MOTIF_LIB=/usr/lib +#MOTIF_INC=/usr/include + OPENWIN = WINGZ = @@ -27,6 +38,7 @@ IDL = #JAVA_DIR=/usr/local/java JAVA_DIR=/usr/java/j2sdk1.4.1 +JAVA_INC=$(JAVA_DIR)/include INTERVIEWS_BIN=/usr/local/interviews/bin/O.Linux @@ -37,3 +49,8 @@ IV_LIB=/usr/local/interviews/lib/O.Linux PYTHON_DIR=/usr/lib/python2.2 PYTHON_INCLUDE=/usr/include/python2.2 +CLAPACK_LIB = /usr/local/oag/3rdParty/CLAPACK/Linux_P4SSE2/lib +ATLAS_LIB = /usr/local/oag/3rdParty/ATLAS/Linux_P4SSE2/lib +F2C_LIB = /usr/local/oag/3rdParty/F2C/Linux_P4SSE2/lib +CLAPACK_INCLUDE = /usr/local/oag/3rdParty/CLAPACK/Linux_P4SSE2/include +ATLAS_INCLUDE = /usr/local/oag/3rdParty/ATLAS/Linux_P4SSE2/include