mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
This was achieved by partially undoing changelist 24817, including an accidental corruption of eventgen.pl. Copied from Perforce Change: 24877 ServerID: perforce.ravenbrook.com
30 lines
810 B
Text
30 lines
810 B
Text
# impl.gmk.xcppgc: BUILD FOR MACOS X (CARBON)/POWERPC/GCC PLATFORM
|
|
#
|
|
# $Id$
|
|
# $HopeName: MMsrc!xcppgc.gmk(trunk.2) $
|
|
# Copyright (c) 2001 Ravenbrook Limited.
|
|
|
|
PFM = xcppgc
|
|
|
|
MPMPF = mpsliban.c mpsioan.c lockan.c than.c vmxc.c \
|
|
protan.c prmcan.c span.c ssan.c
|
|
SWPF = than.c vmxc.c protsw.c prmcan.c ssan.c
|
|
|
|
LIBS =
|
|
|
|
RANLIB=ranlib
|
|
|
|
include gc.gmk
|
|
|
|
CC = cc
|
|
|
|
# Suppress some warnings (last checked in DP3).
|
|
# .cabs: -Wstrict-prototypes cannot be used because the math.h header has a
|
|
# traditional declaration of cabs.
|
|
# .sputc: -Wno-unused is needed, because stdio.h declares __sputc as an
|
|
# inline function.
|
|
# .types: sys/types.h uses 'long long' even under -ansi.
|
|
CFLAGSCOMPILER := $(subst -Wstrict-prototypes,,$(CFLAGSCOMPILER)) \
|
|
-Wno-unused -Wno-long-long
|
|
|
|
include comm.gmk
|