mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-27 07:30:59 -08:00
32 lines
733 B
Text
32 lines
733 B
Text
#
|
|
# BUILD FOR OSF/1, ALPHA, GCC PLATFORM
|
|
#
|
|
# $HopeName: MMsrc!o1algc.gmk(trunk.12) $
|
|
#
|
|
# Copyright (C) 1995,1997 Harlequin Group, all rights reserved
|
|
#
|
|
# This is the GNU makefile for platform.o1algc.
|
|
#
|
|
# _ANSI_C_SOURCE is defined in PFMDEFS to avoid bug in library headers
|
|
# which define TRUE and FALSE.
|
|
#
|
|
|
|
PFM = o1algc
|
|
PFMDEFS = -D_ANSI_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 proto1.c shield.c mpsi.c ld.c vmo1.c \
|
|
mpsioan.c event.c action.c seg.c
|
|
MPMS = sso1al.s
|
|
AMC = amc.c
|
|
AWL = poolawl.c
|
|
LO = lo.c
|
|
MRG = poolmrg.c
|
|
DW = dw.c fmtdy.c
|
|
TESTLIB = testlib.c
|
|
|
|
LIBS = -lm
|
|
|
|
include gc.gmk
|