1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00
New platform, using DEC C

Copied from Perforce
 Change: 17211
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 1997-03-11 16:18:03 +00:00
parent 7b7332e31d
commit 522393617c

29
mps/src/o1alcc.gmk Normal file
View file

@ -0,0 +1,29 @@
#
# BUILD FOR OSF/1, ALPHA, DIGITAL C PLATFORM
#
# $HopeName$
#
# Copyright (C) 1995,1997 Harlequin Group, all rights reserved
#
# This is the GNU makefile for platform.o1alcc.
#
# _ANSI_C_SOURCE is defined in PFMDEFS to avoid bug in library headers
# which define TRUE and FALSE.
#
PFM = o1alcc
PFMDEFS = -D_ANSI_C_SOURCE -D_POSIX_C_SOURCE
MPM = assert.c ring.c mpsliban.c mpm.c bt.c \
arenavm.c space.c pool.c poolmfs.c \
poolmv.c root.c format.c buffer.c lockan.c ref.c \
trace.c than.c protan.c shield.c mpsi.c ld.c vman.c ssan.c
AMC = amc.c
LO = lo.c
MRG = poolmrg.c
DW = dw.c fmtdy.c
TESTLIB = testlib.c
LIBS = -lm
include dc.gmk