From a4ab66c86739064d761c2e90e0205c3969bfd9da Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 4 Dec 2006 22:34:31 +0000 Subject: [PATCH] Initial version. --- .../CONFIG_SITE.darwin-ppcx86.darwin-ppcx86 | 13 +++ .../os/CONFIG_SITE.darwin-x86.darwin-x86 | 83 +++++++++++++++++++ .../CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 | 12 +++ .../os/CONFIG_SITE.interix-x86.interix-x86 | 11 +++ .../os/CONFIG_SITE.linux-ppc.linux-ppc | 13 +++ ...ONFIG_SITE.linux-x86-debug.linux-x86-debug | 13 +++ ...SITE.linux-x86_64-debug.linux-x86_64-debug | 13 +++ .../os/CONFIG_SITE.linux-x86_64.linux-x86_64 | 13 +++ ...TE.solaris-sparc-debug.solaris-sparc-debug | 14 ++++ ...TE.solaris-sparc64-gnu.solaris-sparc64-gnu | 14 ++++ ...ONFIG_SITE.solaris-sparc64.solaris-sparc64 | 20 +++++ ...FIG_SITE.win32-x86-cygwin.win32-x86-cygwin | 14 ++++ ...ONFIG_SITE.win32-x86-debug.win32-x86-debug | 14 ++++ ...ONFIG_SITE.win32-x86-mingw.win32-x86-mingw | 14 ++++ 14 files changed, 261 insertions(+) create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx86.darwin-ppcx86 create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.interix-x86.interix-x86 create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64 create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64.solaris-sparc64 create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx86.darwin-ppcx86 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx86.darwin-ppcx86 new file mode 100644 index 000000000..ce751714f --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx86.darwin-ppcx86 @@ -0,0 +1,13 @@ +# +# $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.darwin-ppc.darwin-ppc + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 new file mode 100644 index 000000000..619a3568b --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86 @@ -0,0 +1,83 @@ +# +# $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.Common.Common + +PYTHON_DIR=/usr/lib/python2.2 +PYTHON_INCLUDE=/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 + +# Following 3 for SDDS +#USE_GD_LIBRARY=1 +#USE_RUNCONTROL=1 +#USE_LOGDAEMON=1 + +# Where to find utilities/libraries +# If you do not have a certain product, +# leave the line empty. +# + +# +# XDarwin +# +X11_LIB=/usr/X11R6/lib +X11_INC=/usr/X11R6/include/X11 +XPM_LIB=/usr/X11R6/lib +XPM_INC=/usr/X11R6/include/X11 + +# +# Fink OpenMotif +# +#MOTIF_LIB=/sw/lib +#MOTIF_INC=/sw/include + +# +# DarwinPorts OpenMotif +# +MOTIF_LIB=/opt/local/lib +MOTIF_INC=/opt/local/include + +# +# Interviews +# +IV_INC= +IV-2_6_INC= +IV_BIN= +IV_LIB= + +OPENWIN = +WINGZ_INC = +WINGZ_LIB = +MATHEMATICA = + +# Define XRTGRAPH_EXTENSIONS = YES only if using XRT/graph 3.x +# and you want the extensions for MEDM +#XRTGRAPH_EXTENSIONS = YES +#XRTGRAPH = /opt/local/xrtgraph + +SCIPLOT = YES +QUESTWIN = + +TK_LIB = /sw/lib +TK_INC = /sw/include +TCL_LIB = /sw/lib +TCL_INC = /sw/include +DP_LIB = /sw/lib +DP_INC = /sw/include +BLT_LIB = /sw/lib +BLT_INC = /sw/include + +# +# Preliminary JAVA support +# +JAVA_DIR=/System/Library/Frameworks/JavaVM.framework/Home +JAVA_INC=/System/Library/Frameworks/JavaVM.framework/Headers +JAVA_INCLUDES = -I$(JAVA_INC) + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 new file mode 100644 index 000000000..c4d069a34 --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64 @@ -0,0 +1,12 @@ +# +# $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. +# + + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.interix-x86.interix-x86 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.interix-x86.interix-x86 new file mode 100644 index 000000000..818a3ae35 --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.interix-x86.interix-x86 @@ -0,0 +1,11 @@ +# +# $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. +# + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc new file mode 100644 index 000000000..52cd886ba --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc @@ -0,0 +1,13 @@ +# +# $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 + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug new file mode 100644 index 000000000..52cd886ba --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug @@ -0,0 +1,13 @@ +# +# $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 + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug new file mode 100644 index 000000000..52cd886ba --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug @@ -0,0 +1,13 @@ +# +# $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 + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64 new file mode 100644 index 000000000..52cd886ba --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64 @@ -0,0 +1,13 @@ +# +# $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 + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug new file mode 100644 index 000000000..483f24949 --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug @@ -0,0 +1,14 @@ + +# +# $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.solaris-sparc.solaris-sparc + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu new file mode 100644 index 000000000..483f24949 --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu @@ -0,0 +1,14 @@ + +# +# $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.solaris-sparc.solaris-sparc + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64.solaris-sparc64 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64.solaris-sparc64 new file mode 100644 index 000000000..e2497206a --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64.solaris-sparc64 @@ -0,0 +1,20 @@ +# +# $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.solaris-sparc.solaris-sparc + +FORCE_ZLIB_BUILD=YES + +CLAPACK_LIB = /usr/local/oag/3rdParty/CLAPACK/SunOS_SunUSIII_4/lib +ATLAS_LIB = /usr/local/oag/3rdParty/ATLAS/SunOS_SunUSIII_4/lib +F2C_LIB = /usr/local/oag/3rdParty/F2C/SunOS_SunUSIII_4/lib +CLAPACK_INCLUDE = /usr/local/oag/3rdParty/CLAPACK/SunOS_SunUSIII_4/include +ATLAS_INCLUDE = /usr/local/oag/3rdParty/ATLAS/SunOS_SunUSIII_4/include diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin new file mode 100644 index 000000000..83de00a5f --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin @@ -0,0 +1,14 @@ + +# +# $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.cygwin-x86.cygwin-x86 + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug new file mode 100644 index 000000000..02d64cc48 --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug @@ -0,0 +1,14 @@ + +# +# $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.win32-x86.win32-x86 + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw new file mode 100644 index 000000000..83de00a5f --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw @@ -0,0 +1,14 @@ + +# +# $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.cygwin-x86.cygwin-x86 +