From 89aa261055e6ec3109c78fcb91c9a3b9127f70fb Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 15 Oct 2004 18:19:40 +0000 Subject: [PATCH] Initial version. --- ...CONFIG.win32-x86-borland.win32-x86-borland | 13 +++ .../os/CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu | 13 +++ .../configure/os/CONFIG_SITE.aix-ppc.aix-ppc | 79 +++++++++++++++++++ ...ONFIG_SITE.hpux-parisc-gnu.hpux-parisc-gnu | 13 +++ ...G_SITE.solaris-sparc-gnu.solaris-sparc-gnu | 13 +++ ...ONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu | 13 +++ .../os/CONFIG_SITE.solaris-x86.solaris-x86 | 14 ++++ 7 files changed, 158 insertions(+) create mode 100644 src/makeBaseExt/top/configure/os/CONFIG.win32-x86-borland.win32-x86-borland create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-ppc create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc-gnu.hpux-parisc-gnu create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu create mode 100644 src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.solaris-x86 diff --git a/src/makeBaseExt/top/configure/os/CONFIG.win32-x86-borland.win32-x86-borland b/src/makeBaseExt/top/configure/os/CONFIG.win32-x86-borland.win32-x86-borland new file mode 100644 index 000000000..13b438464 --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG.win32-x86-borland.win32-x86-borland @@ -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.win32-x86.win32-x86 + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu b/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu new file mode 100644 index 000000000..165f9f653 --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu @@ -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.aix-ppc.aix-ppc + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-ppc b/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-ppc new file mode 100644 index 000000000..718dd95fb --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-ppc @@ -0,0 +1,79 @@ +# +# $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 + +# sun X11 +X11_LIB = /usr/openwin/lib +X11_INC = /usr/openwin/include +# mit X11 +#X11_LIB = /opt/X11R5/lib +#X11_INC = /opt/X11R5/include +# osf motif +#MOTIF_INC = /opt/local/Motif2.0/include +#MOTIF_LIB = /opt/local/Motif2.0/lib +# sun SDK motif +#MOTIF_INC = /opt/SUNWmotif/include +#MOTIF_LIB = /opt/SUNWmotif/lib +# sun 5.4,5.6 SDK motif +MOTIF_INC = /usr/dt/include +MOTIF_LIB = /usr/dt/lib +OPENWIN = /usr/openwin + +INTERVIEWS_BIN=/usr/local/interviews/bin/O.solaris +INTERVIEWS_LIB=/usr/local/interviews/lib/O.solaris +IV_INC=/usr/local/interviews/include +IV-2_6_INC=/usr/local/interviews/include/IV-2_6 +IV_BIN=/usr/local/interviews/bin/O.solaris +IV_LIB=/usr/local/interviews/lib/O.solaris + +WINGZ_INC = /opt/local/Wingz2/incl +WINGZ_LIB = /opt/local/Wingz2/lib +#MATHEMATICA = /usr/local/math +# 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 +QUESTWIN = /usr/local/questwin + +TK_LIB = /opt/local/lib +TK_INC = /opt/local/include +TCL_LIB = /opt/local/lib +TCL_INC = /opt/local/include +DP_LIB = /opt/local/lib +DP_INC = /opt/local/include +BLT_LIB = /opt/local/lib +BLT_INC = /opt/local/include + +IDL = /usr/local/idl +# IDL=$(IDL)/external/rpc is the sun4 version +IDLRPC = $(IDL)/external/rpc.solaris + +ZLIB_PREFIX = /usr/local/oag +ZLIB = $(notdir $(wildcard $(ZLIB_PREFIX)/lib/libz.a)) +ifeq ($(ZLIB) , libz.a) +ZLIB_LIB = $(ZLIB_PREFIX)/lib +ZLIB_INC = -I$(ZLIB_PREFIX)/include +ZLIB_CFLAG = -DzLib +ZLIB_PROD_LIB = z +z_DIR=$(ZLIB_PREFIX)/lib +else +ZLIB_LIB = +ZLIB_INC = +ZLIB_CFLAG = +ZLIB_PROD_LIB = +z_DIR= +endif + +PYTHON_DIR=/opt/local/lib/python2.2 +PYTHON_INCLUDE=/opt/local/include/python2.2 + +JAVA_DIR=/usr/java diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc-gnu.hpux-parisc-gnu b/src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc-gnu.hpux-parisc-gnu new file mode 100644 index 000000000..8b6d625bb --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc-gnu.hpux-parisc-gnu @@ -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.hpux-parisc.hpux-parisc + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu new file mode 100644 index 000000000..7964553d7 --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu @@ -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.solaris-sparc.solaris-sparc + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu new file mode 100644 index 000000000..dc5f762e9 --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu @@ -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.solaris-x86.solaris-x86 + diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.solaris-x86 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.solaris-x86 new file mode 100644 index 000000000..a3a1f3369 --- /dev/null +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.solaris-x86 @@ -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.Common.Common + +-include $(TOP)/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc