1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00
emacs/mps/code/o1algc.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

20 lines
401 B
Text

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