Major revision of config directory again.

This commit is contained in:
Janet B. Anderson
1996-07-11 19:16:59 +00:00
parent 4b7dd0f8b1
commit 4ba33b8259
39 changed files with 187 additions and 411 deletions

View File

@@ -14,23 +14,14 @@ include $(EPICS_BASE)/config/CONFIG_COMMON
ifdef T_A
# Architecture specific definitions
# BUILD_TYPE and ARCH_CLASS are defined
# in this file.
#
include $(EPICS_BASE)/config/CONFIG_ARCH.$(T_A)
# Site-specific "class" definitions
include $(EPICS_BASE)/config/CONFIG.$(T_A)
#
include $(EPICS_BASE)/config/CONFIG_SITE.$(BUILD_TYPE).$(ARCH_CLASS)
# Definitions common to a "class" of architectures
#
include $(EPICS_BASE)/config/CONFIG.$(BUILD_TYPE).$(ARCH_CLASS)
include $(EPICS_BASE)/config/CONFIG_SITE.$(T_A)
endif
# All EPICS options other than BUILD_TYPE, and ARCH_CLASS
# All EPICS options other than BUILD_TYPE
# may be overridden here.
#
# EXAMPLES

View File

@@ -7,6 +7,10 @@
# (with warning flags built in)
# Paths to compilers
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Unix
GCC = gcc
ACC = acc
SUNCC = cc
@@ -63,14 +67,12 @@ UNIX_INCLUDES = -I. -I.. -I$(EPICS_BASE_INCLUDE)
# Operating system flags
OP_SYS_FLAGS = -DUNIX
ifdef SPECIAL_LANG
SPECIAL_LDFLAGS = -L$(SPECIAL_LANG)
endif
UNIX_LDFLAGS = -L$(EPICS_BASE_LIB)
UNIX_LDLIBS = -lm
ARCH_DEP_CFLAGS = -D_X86_ -Dlinux
ARCH_DEP_CCFLAGS = $(ARCH_DEP_CFLAGS)
UNIX_CFLAGS = $(UNIX_SFLAGS) $(USR_INCLUDES) $(UNIX_INCLUDES) $(OP_SYS_FLAGS)
UNIX_CCFLAGS = $(UNIX_CFLAGS)

View File

@@ -2,6 +2,10 @@
#
# This file is maintained by the EPICS community.
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Unix
# Compiler and utility invocation (supply path to compiler here)
# (with warning flags built in)
# Paths to compilers

View File

@@ -1,18 +1,17 @@
# $Id$
#
# This file is maintained by the EPICS community.
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Vx
# For Vx directories of form:
#
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
#
# And configuration files:
#
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.sun4
#
ARCH_CLASS = 68k
include $(EPICS_BASE)/config/CONFIG.$(BUILD_TYPE).$(ARCH_CLASS)
# Architecture specific build flags
ARCH_DEP_CFLAGS = -DCPU=MC68020 -m68020 -DCPU_FAMILY=MC680X0

View File

@@ -2,6 +2,10 @@
#
# This file is maintained by the EPICS community.
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Unix
# Compiler and utility invocation (supply path to compiler here)
# (with warning flags built in)
# Paths to compilers

View File

@@ -1,17 +1,15 @@
# BUILD_TYPE
# Currently either Vx or Unix
# $Id$
#
# This file is maintained by the EPICS community.
BUILD_TYPE = Vx
# For Vx directories of form:
#
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
#
# And configuration files:
#
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.sun4
#
ARCH_CLASS = 68k
include $(EPICS_BASE)/config/CONFIG.$(BUILD_TYPE).$(ARCH_CLASS)
# Architecture specific build flags
ARCH_DEP_CFLAGS = -DCPU=MC68030 -m68030 -DCPU_FAMILY=MC680X0

View File

@@ -1,18 +1,17 @@
# $Id$
#
# This file is maintained by the EPICS community.
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Vx
# For Vx directories of form:
#
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
#
# And configuration files:
#
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.sun4
#
ARCH_CLASS = 68k
include $(EPICS_BASE)/config/CONFIG.$(BUILD_TYPE).$(ARCH_CLASS)
# Architecture specific build flags
ARCH_DEP_CFLAGS = -DCPU=MC68040 -m68040 -DCPU_FAMILY=MC680X0

View File

@@ -1,18 +1,16 @@
# $Id$
#
# This file is maintained by the EPICS community.
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Vx
# For Vx directories of form:
#
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
#
# And configuration files:
#
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.sun4
#
ARCH_CLASS = 68k
include $(EPICS_BASE)/config/CONFIG.$(BUILD_TYPE).$(ARCH_CLASS)
# Architecture specific build flags
ARCH_DEP_CFLAGS = -DCPU=MC68040 -msoft-float -DCPU_FAMILY=MC680X0

View File

@@ -1,18 +1,16 @@
# BUILD_TYPE
# Currently either Vx or Unix
# $Id$
#
# This file is maintained by the EPICS community.
BUILD_TYPE = Vx
# For Vx directories of form:
#
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
#
# And configuration files:
#
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.sun4
#
ARCH_CLASS = 68k
include $(EPICS_BASE)/config/CONFIG.$(BUILD_TYPE).$(ARCH_CLASS)
# Architecture specific build flags
ARCH_DEP_CFLAGS = -DCPU=MC68040 -m68040 -DCPU_FAMILY=MC680X0

View File

@@ -7,12 +7,10 @@ BUILD_TYPE = Vx
#
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
#
# And configuration files:
#
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.sun4
#
ARCH_CLASS = 68k
include $(EPICS_BASE)/config/CONFIG.$(BUILD_TYPE).$(ARCH_CLASS)
# Architecture specific build flags
ARCH_DEP_CFLAGS = -DCPU=MC68030 -m68030 -DCPU_FAMILY=MC680X0

View File

@@ -3,6 +3,10 @@
#
# This file is maintained by the EPICS community.
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Unix
# Compiler and utility invocation (supply path to compiler here)
# (with warning flags built in)
# Paths to compilers
@@ -62,9 +66,6 @@ UNIX_INCLUDES = -I. -I.. -I$(EPICS_BASE_INCLUDE)
# Operating system flags
OP_SYS_FLAGS = -DUNIX
ifdef SPECIAL_LANG
SPECIAL_LDFLAGS = -L$(SPECIAL_LANG)
endif
UNIX_LDFLAGS = -L$(EPICS_BASE_LIB)
UNIX_LDLIBS = -lm

View File

@@ -3,6 +3,10 @@
#
# This file is maintained by the EPICS community.
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Unix
# Compiler and utility invocation (supply path to compiler here)
# (with warning flags built in)
# Paths to compilers
@@ -67,14 +71,16 @@ UNIX_INCLUDES = -I. -I.. -I$(EPICS_BASE_INCLUDE)
# Operating system flags
OP_SYS_FLAGS = -DUNIX
ifdef SPECIAL_LANG
SPECIAL_LDFLAGS = -L$(SPECIAL_LANG)
endif
UNIX_LDFLAGS = -L$(EPICS_BASE_LIB)
UNIX_LDLIBS = $(UNIX_SLIBS) -lm
# Architecture specific build flags
ARCH_DEP_CFLAGS = -DSOLARIS
ARCH_DEP_CCFLAGS = $(ARCH_DEP_CFLAGS)
ARCH_DEP_LDLIBS = -lsocket -lnsl
# -lsocket needed by libca.a
# -lnsl needed by libca.a
UNIX_CFLAGS = $(UNIX_SFLAGS) $(UNIX_INCLUDES) $(USR_INCLUDES) $(OP_SYS_FLAGS)
UNIX_CCFLAGS = $(UNIX_CFLAGS)

View File

@@ -3,6 +3,10 @@
#
# This file is maintained by the EPICS community.
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Unix
# Compiler and utility invocation (supply path to compiler here)
# (with warning flags built in)
# Paths to compilers
@@ -63,9 +67,6 @@ UNIX_INCLUDES = -I. -I.. -I$(EPICS_BASE_INCLUDE)
OP_SYS_FLAGS = -DUNIX
ifdef SPECIAL_LANG
SPECIAL_LDFLAGS = -L$(SPECIAL_LANG)
endif
UNIX_LDFLAGS = -L$(EPICS_BASE_LIB)
#

View File

@@ -1,19 +0,0 @@
# $Id$
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Unix
# For Vx directories of form:
#
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
#
# And configuration files:
#
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.sun4
#
ARCH_CLASS = Linux
# Architecture specific build flags
ARCH_DEP_LDLIBS = -D_X86_ -Dlinux

View File

@@ -1,18 +0,0 @@
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Unix
# For Vx directories of form:
#
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
#
# And configuration files:
#
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.alpha
#
ARCH_CLASS = alpha
# Architecture specific build flags
ARCH_DEP_LDLIBS =

View File

@@ -1,18 +0,0 @@
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Unix
# For Vx directories of form:
#
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
#
# And configuration files:
#
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.hp700
#
ARCH_CLASS = hp700
# Architecture specific build flags
ARCH_DEP_LDLIBS =

View File

@@ -1,18 +0,0 @@
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Vx
# For Vx directories of form:
#
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
#
# And configuration files:
#
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.sun4
#
ARCH_CLASS = 68k
# Architecture specific build flags
ARCH_DEP_CFLAGS = -DCPU=MC68040 -m68040 -DCPU_FAMILY=MC680X0

View File

@@ -1,17 +0,0 @@
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Unix
# For Vx directories of form:
#
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
#
# And configuration files:
#
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.sun4
#
ARCH_CLASS = sgi
# Architecture specific build flags

View File

@@ -1,23 +0,0 @@
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Unix
# For Vx directories of form:
#
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
#
# And configuration files:
#
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.sun4
#
ARCH_CLASS = solaris
# Architecture specific build flags
ARCH_DEP_LDLIBS = -lsocket -lnsl -lgen
# -lsocket needed by libca.a
# -lnsl needed by libca.a and libX11.so
# -lgen needed by libXm.so for extensions
# needed for extensions
ARCH_DEP_LDFLAGS = -R$(MOTIF_LIB) -R$(X11_LIB)

View File

@@ -1,17 +0,0 @@
# BUILD_TYPE
# Currently either Vx or Unix
BUILD_TYPE = Unix
# For Vx directories of form:
#
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
#
# And configuration files:
#
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.sun4
#
ARCH_CLASS = sun4
# Architecture specific build flags

View File

@@ -43,6 +43,7 @@ ELEX = $(EPICS_BASE)/bin/$(HOST_ARCH)/e_flex -S$(EPICS_BASE_INCLUDE)/flex.skel.s
# install from EPICS
INSTALL = $(EPICS_BASE)/bin/$(HOST_ARCH)/installEpics
INSTALL_PRODUCT = $(INSTALL)
# dbtools from EPICS

View File

@@ -34,6 +34,7 @@ endif
# mv162lc
# mv147
# hkv2f
# niCpu030
#
CROSS_COMPILER_TARGET_ARCHS=mv167
@@ -52,8 +53,6 @@ VX_DIR=/usr/local/vw/vxV52p1/vw
#VX_GNU = $(VX_DIR)
VX_GNU = $(VX_DIR)/../vxgccV2.2.3.1
# Hideos directory
HIDEOS=/home/phoebus/HIDEOS/hideos_vx
# Client ANSI Compiler
# GCC (gcc -ansi)

13
config/CONFIG_SITE.Linux Normal file
View File

@@ -0,0 +1,13 @@
#
# $Id$
#
# Site Specific Configuration Information
# Only the local epics system manager should modify this file
# Default SUN compiler, individual Makefiles will override
# if they cannot support ANSI compilation.
# STRICT - ANSI C - force warning flags
# ANSI - ANSI C
# OLD - Standard C - Not appropriate here.
CMPLR=ANSI

View File

@@ -1,37 +0,0 @@
#
# $Id$
#
# Site Specific Configuration Information
# Only the local epics system manager should modify this file
# Default SUN compiler, individual Makefiles will override
# if they cannot support ANSI compilation.
# STRICT - ANSI C - force warning flags
# ANSI - ANSI C
# OLD - Standard C - Not appropriate here.
CMPLR=ANSI
#INSTALL_PRODUCT = $(EPICS_BASE_BIN)/InstallVersion
INSTALL_PRODUCT = $(INSTALL)
# Special C library requirements
SPECIAL_LANG = .
# Where to find utilities/libraries
# If you do not have a certain product,
# leave the line empty.
#
X11_LIB = /usr/X386/lib
X11_INC = /usr/X386/include/X11
MOTIF =
MOTIF_INC = /usr/X386/include
MOTIF_LIB = /usr/X386/lib
INTERVIEWS_BIN=/usr/local/interviews/bin/O.Linux
OPENWIN =
WINGZ =
MATHEMATICA =
XRTGRAPH =
QUESTWIN =
TK_TCL = /usr/lib
IDL =

View File

@@ -1,30 +0,0 @@
#
# CONFIG_SITE.Unix.hp700
#
#
# Site Specific Configuration Information
# Only the local epics system manager should modify this file
# Default compiler, individual Makefiles will override
# if they cannot support ANSI compilation.
# STRICT - ANSI C - force warning flags
# ANSI - ANSI C
# OLD - Standard C - Not appropriate here.
CMPLR=ANSI
INSTALL_PRODUCT = $(INSTALL)
# Special C library requirements
# Where to find utilities/libraries
X11_INC = /usr/include/X11R5
X11_LIB = /usr/lib/X11R5
MOTIF_INC = /usr/include/Motif1.2
MOTIF_LIB = /usr/lib/Motif1.2
INTERVIEWS_BIN=/usr/local/interviews/bin/O.hp700
XRTGRAPH = /usr/csite/xrt
OPENWIN = /usr/csite4/local/xview
WINGZ = /usr/local/Wingz
MATHEMATICA = /usr/local/math
QUESTWIN = /usr/local/questwin
IDL = /usr/csite/idl

View File

@@ -1,40 +0,0 @@
#
# $Id$
#
# Revision 1.2 1994/06/28 00:02:32 bordua
# First cut at the RULES and CONFIGS.
#
# Site Specific Configuration Information
# Only the local epics system manager should modify this file
# Default SUN compiler, individual Makefiles will override
# if they cannot support ANSI compilation.
# STRICT - ANSI C - force warning flags
# ANSI - ANSI C
# OLD - Standard C - Not appropriate here.
CMPLR=ANSI
#INSTALL_PRODUCT = $(EPICS_BASE_BIN)/InstallVersion
INSTALL_PRODUCT = $(INSTALL)
# Special C library requirements
SPECIAL_LANG = /usr/lang/SC2.0.1patch
# Where to find utilities/libraries
# If you do not have a certain product,
# leave the line empty.
#
X11_LIB = /usr/lib
X11_INC = /usr/include/X11
MOTIF = /usr/local/Motif1.2.2
MOTIF_INC = /usr/local/Motif1.2.2/include
MOTIF_LIB = /usr/local/Motif1.2.2/lib
OPENWIN = /usr/local/openwin3
INTERVIEWS_BIN=/usr/local/interviews/bin/O.sgi
WINGZ = /usr/local/Wingz
MATHEMATICA = /usr/local/math
XRTGRAPH = /usr/local/xrtgraph
QUESTWIN = /usr/local/questwin
TK_TCL = /usr/local/tk_tcl
IDL = /usr/local/idl

View File

@@ -1,52 +0,0 @@
#
# $Id$
#
# Site Specific Configuration Information
# Only the local epics system manager should modify this file
# Default SUN compiler, individual Makefiles will override
# if they cannot support ANSI compilation.
# STRICT - ANSI C - force warning flags
# ANSI - ANSI C
# OLD - Standard C - Not appropriate here.
CMPLR=ANSI
#INSTALL_PRODUCT = $(EPICS_BASE_BIN)/InstallVersion
INSTALL_PRODUCT = $(INSTALL)
# Unbundled C compiler stuff
SPARCWORKS = /opt/SUNWspro
#SPECIAL_LANG = $(SPARCWORKS)/SC3.0/lib
SPECIAL_LANG = .
# Where to find utilities/libraries
# If you do not have a certain product,
# leave the line empty.
#
# 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 SDK motif
MOTIF_INC = /usr/dt/include
MOTIF_LIB = /usr/dt/lib
OPENWIN = /usr/openwin
INTERVIEWS_BIN=/usr/local/interviews/bin/O.solaris
WINGZ = /usr/local/Wingz
#MATHEMATICA = /usr/local/math
XRTGRAPH = /opt/local/xrtgraph2.4.0
QUESTWIN = /usr/local/questwin
TK_TCL = /opt/local/tk_tcl
IDL = /usr/local/idl
# IDL=$(IDL)/external/rpc is the sun4 version
IDLRPC = $(IDL)/external/rpc.solaris

View File

@@ -1,37 +0,0 @@
#
# $Id$
#
# Site Specific Configuration Information
# Only the local epics system manager should modify this file
# Default SUN compiler, individual Makefiles will override
# if they cannot support ANSI compilation.
# STRICT - ANSI C - force warning flags
# ANSI - ANSI C
# OLD - Standard C - Not appropriate here.
CMPLR=ANSI
#INSTALL_PRODUCT = $(EPICS_BASE_BIN)/InstallVersion
INSTALL_PRODUCT = $(INSTALL)
# Special C library requirements
SPECIAL_LANG = /usr/lang/SC2.0.1patch
# Where to find utilities/libraries
# If you do not have a certain product,
# leave the line empty.
#
X11_LIB = /usr/lib
X11_INC = /usr/include/X11
MOTIF_INC = /usr/local/Motif1.2.2/include
MOTIF_LIB = /usr/local/Motif1.2.2/lib
OPENWIN = /usr/local/openwin3
INTERVIEWS_BIN=/usr/local/interviews/bin/O.sun4
WINGZ = /usr/local/Wingz
MATHEMATICA = /usr/local/math
XRTGRAPH = /usr/local/xrtgraph
QUESTWIN = /usr/local/questwin
TK_TCL = /usr/local/tk_tcl
IDL = /usr/local/idl
IDLRPC = $(IDL)/external/rpc

View File

@@ -12,20 +12,3 @@
# OLD - Standard C - Not appropriate here.
CMPLR=ANSI
INSTALL_PRODUCT = $(INSTALL)
# Special C library requirements
# Where to find utilities/libraries
X11_LIB = /usr/lib
X11_INC = /usr/include
MOTIF_INC = /usr/include
MOTIF_LIB = /usr/lib
INTERVIEWS_BIN=/usr/local/interviews/bin/O.alpha
OPENWIN =
WINGZ =
MATHEMATICA =
XRTGRAPH = /u/local/xrtgraph
QUESTWIN =
IDL =

14
config/CONFIG_SITE.hp700 Normal file
View File

@@ -0,0 +1,14 @@
#
# CONFIG_SITE.Unix.hp700
#
#
# Site Specific Configuration Information
# Only the local epics system manager should modify this file
# Default compiler, individual Makefiles will override
# if they cannot support ANSI compilation.
# STRICT - ANSI C - force warning flags
# ANSI - ANSI C
# OLD - Standard C - Not appropriate here.
CMPLR=ANSI

View File

@@ -6,3 +6,4 @@
# Epics defs

View File

@@ -6,3 +6,4 @@
# Epics defs

View File

@@ -0,0 +1,9 @@
# $Id$
#
# Site Specific Configuration Information
# Only the local epics system manager should modify this file
# Epics defs

9
config/CONFIG_SITE.mv167 Normal file
View File

@@ -0,0 +1,9 @@
# $Id$
#
# Site Specific Configuration Information
# Only the local epics system manager should modify this file
# Epics defs

View File

@@ -0,0 +1,9 @@
# $Id$
#
# Site Specific Configuration Information
# Only the local epics system manager should modify this file
# Epics defs

21
config/CONFIG_SITE.sgi Normal file
View File

@@ -0,0 +1,21 @@
#
# $Id$
#
# Revision 1.2 1994/06/28 00:02:32 bordua
# First cut at the RULES and CONFIGS.
#
# Site Specific Configuration Information
# Only the local epics system manager should modify this file
# Default SUN compiler, individual Makefiles will override
# if they cannot support ANSI compilation.
# STRICT - ANSI C - force warning flags
# ANSI - ANSI C
# OLD - Standard C - Not appropriate here.
CMPLR=ANSI
# Special C library requirements
SPECIAL_LANG = /usr/lang/SC2.0.1patch
SPECIAL_LDFLAGS = -L$(SPECIAL_LANG)

View File

@@ -0,0 +1,20 @@
#
# $Id$
#
# Site Specific Configuration Information
# Only the local epics system manager should modify this file
# Default SUN compiler, individual Makefiles will override
# if they cannot support ANSI compilation.
# STRICT - ANSI C - force warning flags
# ANSI - ANSI C
# OLD - Standard C - Not appropriate here.
CMPLR=ANSI
# Unbundled C compiler stuff
SPARCWORKS = /opt/SUNWspro
#SPECIAL_LANG = $(SPARCWORKS)/SC3.0/lib
#SPECIAL_LANG = .
#SPECIAL_LDFLAGS = -L$(SPECIAL_LANG)

23
config/CONFIG_SITE.sun4 Normal file
View File

@@ -0,0 +1,23 @@
#
# $Id$
#
# Site Specific Configuration Information
# Only the local epics system manager should modify this file
# Default SUN compiler, individual Makefiles will override
# if they cannot support ANSI compilation.
# STRICT - ANSI C - force warning flags
# ANSI - ANSI C
# OLD - Standard C - Not appropriate here.
CMPLR=ANSI
#CMPLR=STRICT
#ANSI=GCC
#STANDARD=GCC
#CPLUSPLUS=G++
# Special C library requirements
SPECIAL_LANG = /usr/lang/SC2.0.1patch
SPECIAL_LDFLAGS = -L$(SPECIAL_LANG)