1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
emacs/mps/code/o1alcc.gmk
Richard Brooksby c84f2a8553 Updating copyright messages to say copyright 2001 ravenbrook throughout.
Adding some missing copyright messages.

Copied from Perforce
 Change: 24818
 ServerID: perforce.ravenbrook.com
2001-12-05 16:18:43 +00:00

21 lines
441 B
Text

# impl.gmk.o1alcc: BUILD FOR OSF/1, ALPHA, DIGITAL C PLATFORM
#
# $Id$
# Copyright (c) 2001 Ravenbrook Limited.
#
# 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
MPMPF = mpsliban.c mpsioan.c lockan.c than.c vmo1.c \
proto1.c prmcan.c span.c
MPMS = sso1al.s
LIBS = -lm
include dc.gmk