1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00
emacs/mps/code/sc.gmk
Richard Brooksby 3d5e2ca85f Adding hopenames back into the master sources, so that they can be included in the union sources along with the id keywords.
This was achieved by partially undoing changelist 24817, including an accidental corruption of eventgen.pl.

Copied from Perforce
 Change: 24877
 ServerID: perforce.ravenbrook.com
2001-12-06 18:14:02 +00:00

22 lines
699 B
Text

# impl.gmk.sc: GNUMAKEFILE FRAGMENT FOR SunPro C
#
# $Id$
# $HopeName: MMsrc!sc.gmk(trunk.5) $
# Copyright (c) 2001 Ravenbrook Limited.
#
# This file is included by platform makefiles that use the SunPro C
# compiler. It defines the compiler specific variables that the
# common makefile fragment (impl.gmk.comm) requires. See builder.sc for
# discussion of the various flags.
# if cc isn't on your PATH, try looking in /opt/SUNWspro/bin and
# /opt/SUNWspro/SC*/bin
CC = cc
CFLAGSCOMPILER = -v -Xc
CFLAGSDEBUG = -g
# Note that combining -O and -g won't work on HP-UX
# (so what? do we expect to use SunPro C on HP-UX? -- drj 1998-02-18)
CFLAGSOPT = -O -g
CFLAGSOPTNODEBUG = -O
include comm.gmk