mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-23 06:21:29 -07:00
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
18 lines
519 B
Text
18 lines
519 B
Text
# impl.gmk.sos8cx: BUILD FOR SOLARIS/SPARC v8/CXREF PLATFORM
|
|
#
|
|
# $Id$
|
|
# Copyright (c) 2001 Ravenbrook Limited.
|
|
#
|
|
# Instead of compiling object files, this platform (using the cxref
|
|
# builder) generates a C cross reference listing.
|
|
# It falls over if you try and build an executable, but this is
|
|
# okay as we only wanted the C cross references.
|
|
|
|
PFM = sos8cx
|
|
|
|
MPMPF = mpsliban.c mpsioan.c lockan.c than.c vmso.c \
|
|
protso.c prmcan.c span.c
|
|
SWPF = than.c vmso.c protsw.c prmcan.c ssan.c
|
|
LIBS = -lm
|
|
|
|
include cx.gmk
|