28 lines
716 B
Plaintext
28 lines
716 B
Plaintext
#
|
|
# $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
|
|
|
|
# Default SUN C++ compiler, individual Makefiles will override
|
|
# if they are coded to a higher standard.
|
|
# STRICT - ANSI C++ force strict warning flags
|
|
# NORMAL - ANSI C++ optional warning flags
|
|
CXXCMPLR=NORMAL
|
|
#CXXCMPLR=STRICT
|
|
|
|
# Special C library requirements
|
|
SPECIAL_LANG =
|
|
|
|
|