1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00
emacs/mps/src/ic.gmk
Gavin Matthews 433005249b Merge mmdevel_annotation
Copied from Perforce
 Change: 18681
 ServerID: perforce.ravenbrook.com
1997-08-27 17:23:48 +01:00

21 lines
583 B
Text

# impl.gmk.ic: GNUMAKEFILE FRAGMENT FOR IRIX CC (IRIX 4 OR 5)
#
# $HopeName: MMsrc!ic.gmk(trunk.2) $
# Copyright (C) 1996 Harlequin Group, all rights reserved
#
# 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 defintion with empty value
ifdef MPS_EMPTY
error "ic.gmk: MPS_EMPTY defined"
endif
CC = cc
CFLAGSHOT = -O
CFLAGSCOOL = $(MPS_EMPTY)
CFLAGSINTERNAL = -g
CFLAGSEXTERNAL = $(MPS_EMPTY)
include comm.gmk