#************************************************************************* # 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.sgi # # This file is maintained by the EPICS community. # Sites may override these definitions in CONFIG_SITE.Host.sgi ARCH_CLASS = sgi # 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) -xansi ACC_STRICT = $(ACC) -xansi ACC_TRAD = $(ACC) -cckr -Xs ACC_WARN_YES = ACC_WARN_NO = -w ACC_OPT_YES = -O ACC_OPT_NO = -g ACC_SFLAGS_YES= -Bstatic ACC_SFLAGS_NO= ACC_SLIBS_YES = ACC_SLIBS_NO= ACC_SHRLIB_CFLAGS_YES = -KPIC ACC_SHRLIB_LDFLAGS_YES = -shared # Configure OS vendor C++ compiler CCC = CC CCC_NORMAL = $(CCC) CCC_STRICT = $(CCC) CCC_TEMPL_INST_FLAG = CCC_WARN_YES = CCC_WARN_NO = CCC_OPT_YES = -O CCC_OPT_NO = -g CCC_SFLAGS_YES= -Bstatic CCC_SFLAGS_NO= CCC_SLIBS_YES = CCC_SLIBS_NO= CCC_DEPENDS_FLAG = CCC_SHRLIB_CFLAGS_YES = -KPIC CCC_SHRLIB_LDFLAGS_YES = -shared ####KRCC = ?? ARCH_DEP_CFLAGS = -DSGI ARCH_DEP_LDFLAGS =