1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00
emacs/mps/code/sos8gp.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

17 lines
427 B
Text

# impl.gmk.sos8gp: BUILD FOR SOLARIS/SPARC v8/GCC WITH PROFILING PLATFORM
#
# $Id$
# Copyright (c) 2001 Ravenbrook Limited.
#
# This is the GNU makefile for platform.sos8gp.
PFM = sos8gp
MPMPF = mpsliban.c mpsioan.c lockan.c than.c vmso.c \
protso.c prmcan.c span.c
MPMS = sssos8.s
SWPF = than.c vmso.c protsw.c prmcan.c ssan.c
# Need to pass the profile option to the linker as well.
LIBS = -lm -pg
include gp.gmk