mirror of https://github.com/acidanthera/audk.git
102 lines
3.4 KiB
Makefile
102 lines
3.4 KiB
Makefile
|
# Target: antlrPPC
|
|||
|
# Sources: ::support:set:set.c
|
|||
|
# antlr.c
|
|||
|
# bits.c
|
|||
|
# build.c
|
|||
|
# egman.c
|
|||
|
# err.c
|
|||
|
# fcache.c
|
|||
|
# fset2.c
|
|||
|
# fset.c
|
|||
|
# gen.c
|
|||
|
# globals.c
|
|||
|
# hash.c
|
|||
|
# lex.c
|
|||
|
# main.c
|
|||
|
# misc.c
|
|||
|
# mrhoist.c
|
|||
|
# pred.c
|
|||
|
# scan.c
|
|||
|
# Created: Sunday, May 17, 1998 10:24:53 PM
|
|||
|
# Author: Kenji Tanaka
|
|||
|
MAKEFILE = antlrPPC.make
|
|||
|
<EFBFBD>MondoBuild<EFBFBD> = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
|
|||
|
Includes = <20>
|
|||
|
-i "::h:" <20>
|
|||
|
-i "::support:set:"
|
|||
|
Sym<EFBFBD>PPC =
|
|||
|
ObjDir<EFBFBD>PPC = :Obj:
|
|||
|
PPCCOptions = {Includes} {Sym<EFBFBD>PPC} -w off -d MPW -d __STDC__=1 -d USER_ZZSYN
|
|||
|
Objects<EFBFBD>PPC = <20>
|
|||
|
"{ObjDir<69>PPC}set.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}antlr.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}bits.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}build.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}egman.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}err.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}fcache.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}fset2.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}fset.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}gen.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}globals.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}hash.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}lex.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}main.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}misc.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}mrhoist.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}pred.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}scan.c.x"
|
|||
|
antlrPPC <EFBFBD><EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} {Objects<EFBFBD>PPC}
|
|||
|
PPCLink <20>
|
|||
|
-o {Targ} {Sym<EFBFBD>PPC} <20>
|
|||
|
{Objects<EFBFBD>PPC} <20>
|
|||
|
-t 'MPST' <20>
|
|||
|
-c 'MPS ' <20>
|
|||
|
"{SharedLibraries}InterfaceLib" <20>
|
|||
|
"{SharedLibraries}StdCLib" <20>
|
|||
|
#"{SharedLibraries}MathLib" <20>
|
|||
|
"{PPCLibraries}StdCRuntime.o" <20>
|
|||
|
"{PPCLibraries}PPCCRuntime.o" <20>
|
|||
|
"{PPCLibraries}PPCToolLibs.o"
|
|||
|
"{ObjDir<69>PPC}set.c.x" <EFBFBD> {<7B>MondoBuild<6C>} "::support:set:set.c"
|
|||
|
{PPCC} "::support:set:set.c" -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}antlr.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} antlr.c
|
|||
|
{PPCC} antlr.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}bits.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} bits.c
|
|||
|
{PPCC} bits.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}build.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} build.c
|
|||
|
{PPCC} build.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}egman.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} egman.c
|
|||
|
{PPCC} egman.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}err.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} err.c
|
|||
|
{PPCC} err.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}fcache.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} fcache.c
|
|||
|
{PPCC} fcache.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}fset2.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} fset2.c
|
|||
|
{PPCC} fset2.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}fset.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} fset.c
|
|||
|
{PPCC} fset.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}gen.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} gen.c
|
|||
|
{PPCC} gen.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}globals.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} globals.c
|
|||
|
{PPCC} globals.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}hash.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} hash.c
|
|||
|
{PPCC} hash.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}lex.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} lex.c
|
|||
|
{PPCC} lex.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}main.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} main.c
|
|||
|
{PPCC} main.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}misc.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} misc.c
|
|||
|
{PPCC} misc.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}mrhoist.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} mrhoist.c
|
|||
|
{PPCC} mrhoist.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}pred.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} pred.c
|
|||
|
{PPCC} pred.c -o {Targ} {PPCCOptions}
|
|||
|
"{ObjDir<69>PPC}scan.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} scan.c
|
|||
|
{PPCC} scan.c -o {Targ} {PPCCOptions}
|
|||
|
|
|||
|
antlrPPC <EFBFBD><EFBFBD> antlr.r
|
|||
|
Rez antlr.r -o antlrPPC -a
|
|||
|
Install <EFBFBD> antlrPPC
|
|||
|
Duplicate -y antlrPPC "{MPW}"Tools:antlr
|