1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00
emacs/mps/code/s7ppac/Makefile
Richard Brooksby 3d5e2ca85f Adding hopenames back into the master sources, so that they can be included in the union sources along with the id keywords.
This was achieved by partially undoing changelist 24817, including an accidental corruption of eventgen.pl.

Copied from Perforce
 Change: 24877
 ServerID: perforce.ravenbrook.com
2001-12-06 18:14:02 +00:00

208 lines
5.7 KiB
Makefile

# impl.makefile.s7ppac: S7PPAC MPW MAKE FILE
#
# $Id$
# $HopeName: MMsrc!s7ppac:Makefile(trunk.25) $
#
# Copyright (c) 2001 Ravenbrook Limited.
# .limit.epcore: This only knows about making the mmsw libraries for
# MM/EP-core.
#
# .usage: To invoke:
#
# directory {...}s7ppac
# BuildProgram -d Variety mmsw
#
# (this builds mmsw_TI.o, mmsw_HI.o, and mmsw_WE.o)
#
# to clean everything else away:
#
# directory {...}s7ppac
# BuildProgram -d Variety clean
#
# Notes:
#
# .dep.accum: If several single-f rules all produce the same product
# (left-hand-side of the f), they act together: at most one may have a
# body, the others only add additional dependencies.
# Options cribbed from SWbuild!macos:rules:rulemrc4.make(trunk.3)
CC_OPT_CONTROL= -nomfmem -y "{TempFolder}"
CC_OPT_SOURCE= -inclpath nosystem
CC_OPT_OBJECT= -align power -char signed -enum int -fp_contract off -ldsize 128 -target ppc
CC_OPTT_AbsAPAD= -ansi strict -proto strict -typecheck strict
# Plus "warnings are errors":
CC_OPTT={CC_OPTT_AbsAPAD} -w error
CC_OPTR_Dbg= -opt off -sym on -tb on
CC_OPTR_Qkb= -opt off -sym off -tb on
CC_OPTR_Spd= -opt speed,nounroll -sym off -tb on
CC_OPTR_= -opt speed,nounroll -sym off -w 35
SYS_CINCLUDES= -i {CIncludes96}
BB_OPT_CONTROL= -nomf -linkfaster on
BB_OPT_SOURCE=
BB_OPT_OBJECT= -xm Library
BB_OPTR_Dbg= -sym on
BB_OPTR_Qkb= -sym off
BB_OPTR_Spd= -sym off
BB_OPTR_= -sym off
PRODDEFINES= -d CONFIG_VAR_{Variety} -d CONFIG_PROD_EPCORE
":" Ä "::"
OSffx = .c.{Variety}.o
.c.TI.o Ä .c
{MPWCommands96}MrC2.0.2d1
-o {Targ}
{CC_OPTT}
{CC_OPTR_Dbg}
{CC_OPT_CONTROL} {CC_OPT_SOURCE} {CC_OPT_OBJECT}
{ENVDEFINES} {PRODDEFINES}
{SYS_CINCLUDES}
{DepDir}{Default}.c
.c.CI.o Ä .c
{MPWCommands96}MrC2.0.2d1
-o {Targ}
{CC_OPTT}
{CC_OPTR_Dbg}
{CC_OPT_CONTROL} {CC_OPT_SOURCE} {CC_OPT_OBJECT}
{ENVDEFINES} {PRODDEFINES}
{SYS_CINCLUDES}
{DepDir}{Default}.c
.c.HI.o Ä .c
{MPWCommands96}MrC2.0.2d1
-o {Targ}
{CC_OPTT}
{CC_OPTR_}
{CC_OPT_CONTROL} {CC_OPT_SOURCE} {CC_OPT_OBJECT}
{ENVDEFINES} {PRODDEFINES}
{SYS_CINCLUDES}
{DepDir}{Default}.c
.c.HE.o Ä .c
{MPWCommands96}MrC2.0.2d1
-o {Targ}
{CC_OPTT}
{CC_OPTR_}
{CC_OPT_CONTROL} {CC_OPT_SOURCE} {CC_OPT_OBJECT}
{ENVDEFINES} {PRODDEFINES}
{SYS_CINCLUDES}
{DepDir}{Default}.c
.c.WE.o Ä .c
{MPWCommands96}MrC2.0.2d1
-o {Targ}
{CC_OPTT}
{CC_OPTR_}
{CC_OPT_CONTROL} {CC_OPT_SOURCE} {CC_OPT_OBJECT}
{ENVDEFINES} {PRODDEFINES}
{SYS_CINCLUDES}
{DepDir}{Default}.c
# version.o has a special rule so that it is always built
version{OSffx} Ä $OutOfDate
mmsw_{Variety}.o Ä
version{OSffx}
assert{OSffx}
ring{OSffx}
mpm{OSffx}
bt{OSffx}
boot{OSffx}
arenacl{OSffx}
arenavmx{OSffx}
locus{OSffx}
arena{OSffx}
global{OSffx}
tract{OSffx}
walk{OSffx}
reserv{OSffx}
pool{OSffx}
poolmfs{OSffx}
poolmv{OSffx}
root{OSffx}
format{OSffx}
buffer{OSffx}
ref{OSffx}
trace{OSffx}
protsw{OSffx}
shield{OSffx}
than{OSffx}
ssan{OSffx}
mpsi{OSffx}
ld{OSffx}
poolabs{OSffx}
poolepdl{OSffx}
poolepvm{OSffx}
poolams{OSffx}
protocol{OSffx}
action{OSffx}
seg{OSffx}
sac{OSffx}
event{OSffx}
mpsioan{OSffx}
dbgpool{OSffx}
meter{OSffx}
poolmrg{OSffx}
poolmvff{OSffx}
splay{OSffx}
cbs{OSffx}
message{OSffx}
mmsw_TI.o Ä # .dep.accum
{MPWCommands97}PPCLink1.5 ¶
-o {Targ}
{BB_OPTR_Dbg}
{BB_OPT_CONTROL} {BB_OPT_SOURCE} {BB_OPT_OBJECT}
{Deps}
mmsw_CI.o Ä # .dep.accum
{MPWCommands97}PPCLink1.5 ¶
-o {Targ}
{BB_OPTR_Dbg}
{BB_OPT_CONTROL} {BB_OPT_SOURCE} {BB_OPT_OBJECT}
{Deps}
mmsw_HI.o Ä # .dep.accum
{MPWCommands97}PPCLink1.5 ¶
-o {Targ}
{BB_OPTR_}
{BB_OPT_CONTROL} {BB_OPT_SOURCE} {BB_OPT_OBJECT}
{Deps}
mmsw_HE.o Ä # .dep.accum
{MPWCommands97}PPCLink1.5 ¶
-o {Targ}
{BB_OPTR_}
{BB_OPT_CONTROL} {BB_OPT_SOURCE} {BB_OPT_OBJECT}
{Deps}
mmsw_WE.o Ä # .dep.accum
{MPWCommands97}PPCLink1.5 ¶
-o {Targ}
{BB_OPTR_}
{BB_OPT_CONTROL} {BB_OPT_SOURCE} {BB_OPT_OBJECT}
{Deps}
cleanall Ä
Delete Å.o
clean Ä
Delete Å.c.Å.o
mmsw Ä
BuildProgram -d Variety=TI mmsw_TI.o
BuildProgram -d Variety=HI mmsw_HI.o
BuildProgram -d Variety=WE mmsw_WE.o