# impl.gmk.ic: GNUMAKEFILE FRAGMENT FOR IRIX CC (IRIX 4 OR 5) # # $Id$ # Copyright (c) 2001 Ravenbrook Limited. # # This file is included by platform makefiles that use the IRIX CC # compiler. It defines the compiler specific variables that the # common makefile fragment (impl.gmk.comm) requires. # We need a symbol for a non-empty definition with empty value ifdef MPS_EMPTY error "ic.gmk: MPS_EMPTY defined" endif CC = cc CFLAGSCOMPILER = $(MPS_EMPTY) CFLAGSDEBUG = -g CFLAGSOPT = -O -g CFLAGSOPTNODEBUG = -O include comm.gmk