mirror of https://github.com/acidanthera/audk.git
85 lines
2.2 KiB
Makefile
85 lines
2.2 KiB
Makefile
|
# File: dlgPPC.make
|
|||
|
# Target: dlgPPC
|
|||
|
# Sources: automata.c
|
|||
|
# dlg_a.c
|
|||
|
# dlg_p.c
|
|||
|
# err.c
|
|||
|
# main.c
|
|||
|
# output.c
|
|||
|
# relabel.c
|
|||
|
# support.c
|
|||
|
# ::support:set:set.c
|
|||
|
# Created: Sunday, May 17, 1998 11:34:20 PM
|
|||
|
# Author: Kenji Tanaka
|
|||
|
|
|||
|
|
|||
|
MAKEFILE = dlgPPC.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}automata.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}dlg_a.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}dlg_p.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}err.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}main.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}output.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}relabel.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}support.c.x" <20>
|
|||
|
"{ObjDir<69>PPC}set.c.x"
|
|||
|
|
|||
|
|
|||
|
dlgPPC <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}automata.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} automata.c
|
|||
|
{PPCC} automata.c -o {Targ} {PPCCOptions}
|
|||
|
|
|||
|
"{ObjDir<69>PPC}dlg_a.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} dlg_a.c
|
|||
|
{PPCC} dlg_a.c -o {Targ} {PPCCOptions}
|
|||
|
|
|||
|
"{ObjDir<69>PPC}dlg_p.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} dlg_p.c
|
|||
|
{PPCC} dlg_p.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}main.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} main.c
|
|||
|
{PPCC} main.c -o {Targ} {PPCCOptions}
|
|||
|
|
|||
|
"{ObjDir<69>PPC}output.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} output.c
|
|||
|
{PPCC} output.c -o {Targ} {PPCCOptions}
|
|||
|
|
|||
|
"{ObjDir<69>PPC}relabel.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} relabel.c
|
|||
|
{PPCC} relabel.c -o {Targ} {PPCCOptions}
|
|||
|
|
|||
|
"{ObjDir<69>PPC}support.c.x" <EFBFBD> {<EFBFBD>MondoBuild<EFBFBD>} support.c
|
|||
|
{PPCC} support.c -o {Targ} {PPCCOptions}
|
|||
|
|
|||
|
"{ObjDir<69>PPC}set.c.x" <EFBFBD> {<7B>MondoBuild<6C>} "::support:set:set.c"
|
|||
|
{PPCC} "::support:set:set.c" -o {Targ} {PPCCOptions}
|
|||
|
|
|||
|
|
|||
|
dlgPPC <EFBFBD><EFBFBD> dlg.r
|
|||
|
Rez dlg.r -o dlgPPC -a
|
|||
|
|
|||
|
Install <EFBFBD> dlgPPC
|
|||
|
Duplicate -y dlgPPC "{MPW}"Tools:dlg
|