1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
emacs/mps/code/lii4gc.gmk
Richard Brooksby c2b33bb9b5 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

28 lines
632 B
Text

# impl.gmk.lii4gc: BUILD FOR LINUX/INTEL/GCC PLATFORM
#
# $Id$
# Copyright (c) 2001 Ravenbrook Limited.
PFM = lii4gc
THREADSRC = lockli.c thlii4.c pthrdext.c
THREADLIB = -lpthread
PFMDEFS = -D_REENTRANT
MPMPF = mpsliban.c mpsioan.c ${THREADSRC} vmli.c \
protli.c protlii3.c proti3.c prmci3li.c sslii3.c span.c
SWPF = than.c vmli.c protsw.c prmcan.c ssan.c
LIBS = -lm ${THREADLIB}
include gc.gmk
CC = cc
# Suppress some warnings (SuSE).
# .void: -Wpointer-arith cannot be used because the string.h header does
# arithmetic on void*.
CFLAGSCOMPILER := $(subst -Wpointer-arith,,$(CFLAGSCOMPILER))
include comm.gmk