mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08: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
21 lines
404 B
Text
21 lines
404 B
Text
# impl.gmk.iam4cc: BUILD FOR IRIX 6 N32/MIPS IV/CC PLATFORM
|
|
#
|
|
# $Id$
|
|
# Copyright (c) 2001 Ravenbrook Limited.
|
|
#
|
|
# This is the GNU makefile for platform.iam4cc.
|
|
|
|
PFM = iam4cc
|
|
PFMDEFS = -n32
|
|
|
|
MPMPF = mpsliban.c mpsioan.c lockan.c than.c vmi5.c \
|
|
protan.c prmcan.c ssan.c span.c
|
|
SWPF = than.c vmi5.c protsw.c prmcan.c ssan.c
|
|
|
|
LIBS = -lm
|
|
|
|
LINKFLAGS = -n32
|
|
ARFLAGSPFM = s
|
|
|
|
AR=/bin/ar
|
|
include i6cc.gmk
|