58 lines
1.5 KiB
Plaintext
58 lines
1.5 KiB
Plaintext
#*************************************************************************
|
|
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne
|
|
# National Laboratory.
|
|
# Copyright (c) 2002 The Regents of the University of California, as
|
|
# Operator of Los Alamos National Laboratory.
|
|
# EPICS BASE Versions 3.13.7
|
|
# and higher are distributed subject to a Software License Agreement found
|
|
# in file LICENSE that is included with this distribution.
|
|
#*************************************************************************
|
|
# CONFIG.Host.alpha
|
|
#
|
|
# This file is maintained by the EPICS community.
|
|
# Sites may override these definitions in CONFIG_SITE.Host.alpha
|
|
|
|
ARCH_CLASS = alpha
|
|
|
|
# Include definitions common to all Unix archs
|
|
include $(EPICS_BASE)/config/CONFIG.Host.UnixCommon
|
|
|
|
AR = ar
|
|
|
|
# Configure OS vendor C compiler
|
|
ACC = cc
|
|
ACC_ANSI = $(ACC) -std
|
|
ACC_STRICT = $(ACC) -std1
|
|
ACC_TRAD = $(ACC) -std0
|
|
ACC_WARN_YES =
|
|
ACC_WARN_NO = -w
|
|
ACC_OPT_YES = -O
|
|
ACC_OPT_NO = -g
|
|
ACC_SFLAGS_YES= -non_shared
|
|
ACC_SFLAGS_NO= -call_shared
|
|
ACC_SLIBS_YES =
|
|
ACC_SLIBS_NO=
|
|
ACC_SHRLIB_CFLAGS_YES =
|
|
ACC_SHRLIB_LDFLAGS_YES = -shared
|
|
|
|
# Configure OS vendor C++ compiler
|
|
CCC = cxx
|
|
CCC_NORMAL = $(CCC)
|
|
CCC_STRICT = $(CCC)
|
|
CCC_TEMPL_INST_FLAG = -DEXPL_TEMPL
|
|
CCC_WARN_YES =
|
|
CCC_WARN_NO =
|
|
CCC_OPT_YES = -O
|
|
CCC_OPT_NO = -g
|
|
CCC_SFLAGS_YES=
|
|
CCC_SFLAGS_NO=
|
|
CCC_SLIBS_YES =
|
|
CCC_SLIBS_NO=
|
|
CCC_SHRLIB_CFLAGS_YES =
|
|
CCC_SHRLIB_LDFLAGS_YES = -shared
|
|
CCC_DEPENDS_FLAG =
|
|
|
|
ARCH_DEP_CFLAGS = -D_OSF_SOURCE
|
|
ARCH_DEP_LDLIBS =
|
|
|