1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
emacs/mps/code/cx.gmk
Richard Brooksby c0bb4cd3cd Removing hopenames from the master sources.
This change will be integrated but ignored (-ay) to the gg-epcore/union sources, so that they retain HopeNames.

Copied from Perforce
 Change: 24911
 ServerID: perforce.ravenbrook.com
2001-12-07 13:19:25 +00:00

31 lines
863 B
Text

# impl.gmk.sc: GNUMAKEFILE FRAGMENT FOR CXREF
#
# $Id$
# Copyright (c) 2001 Ravenbrook Limited.
#
# This file is included by platform makefiles that generate a c
# cross-reference using the cxref tool.
#
# This file was created using the cxref tool supplied with the
# Sun Pro C compilation system on a Solaris 2.x system (lizard)
# (see pkginfo SPROcc).
#
# The options may be different for other vendors' cxref, then again
# it may be the same.
# We need a symbol for a non-empty definition with empty value
ifdef MPS_EMPTY
error "cx.gmk: MPS_EMPTY defined"
endif
CC = cxref
# 3rd field width (arguments to -W option) must be one more than the
# maximum allowed identifer length, see
# guide.impl.c.naming.ident.length
CFLAGSCOMPILER = -d -R -W40,10,41,20
CFLAGSDEBUG = $(MPS_EMPTY)
CFLAGSOPT = $(MPS_EMPTY)
CFLAGSOPTNODEBUG = $(MPS_EMPTY)
include comm.gmk