1#   Target:     antlrPPC
2#   Sources:    ::support:set:set.c
3#               antlr.c
4#               bits.c
5#               build.c
6#               egman.c
7#               err.c
8#               fcache.c
9#               fset2.c
10#               fset.c
11#               gen.c
12#               globals.c
13#               hash.c
14#               lex.c
15#               main.c
16#               misc.c
17#               mrhoist.c
18#               pred.c
19#               scan.c
20#   Created:    Sunday, May 17, 1998 10:24:53 PM
21#	Author:		Kenji Tanaka
22MAKEFILE     = antlrPPC.make
23�MondoBuild� = {MAKEFILE}  # Make blank to avoid rebuilds when makefile is modified
24Includes     = �
25		-i "::h:" �
26		-i "::support:set:"
27Sym�PPC      = 
28ObjDir�PPC   = :Obj:
29PPCCOptions  = {Includes} {Sym�PPC} -w off -d MPW -d __STDC__=1 -d USER_ZZSYN
30Objects�PPC  = �
31		"{ObjDir�PPC}set.c.x" �
32		"{ObjDir�PPC}antlr.c.x" �
33		"{ObjDir�PPC}bits.c.x" �
34		"{ObjDir�PPC}build.c.x" �
35		"{ObjDir�PPC}egman.c.x" �
36		"{ObjDir�PPC}err.c.x" �
37		"{ObjDir�PPC}fcache.c.x" �
38		"{ObjDir�PPC}fset2.c.x" �
39		"{ObjDir�PPC}fset.c.x" �
40		"{ObjDir�PPC}gen.c.x" �
41		"{ObjDir�PPC}globals.c.x" �
42		"{ObjDir�PPC}hash.c.x" �
43		"{ObjDir�PPC}lex.c.x" �
44		"{ObjDir�PPC}main.c.x" �
45		"{ObjDir�PPC}misc.c.x" �
46		"{ObjDir�PPC}mrhoist.c.x" �
47		"{ObjDir�PPC}pred.c.x" �
48		"{ObjDir�PPC}scan.c.x"
49antlrPPC �� {�MondoBuild�} {Objects�PPC}
50	PPCLink �
51		-o {Targ} {Sym�PPC} �
52		{Objects�PPC} �
53		-t 'MPST' �
54		-c 'MPS ' �
55		"{SharedLibraries}InterfaceLib" �
56		"{SharedLibraries}StdCLib" �
57		#"{SharedLibraries}MathLib" �
58		"{PPCLibraries}StdCRuntime.o" �
59		"{PPCLibraries}PPCCRuntime.o" �
60		"{PPCLibraries}PPCToolLibs.o"
61"{ObjDir�PPC}set.c.x" � {�MondoBuild�} "::support:set:set.c"
62	{PPCC} "::support:set:set.c" -o {Targ} {PPCCOptions}
63"{ObjDir�PPC}antlr.c.x" � {�MondoBuild�} antlr.c
64	{PPCC} antlr.c -o {Targ} {PPCCOptions}
65"{ObjDir�PPC}bits.c.x" � {�MondoBuild�} bits.c
66	{PPCC} bits.c -o {Targ} {PPCCOptions}
67"{ObjDir�PPC}build.c.x" � {�MondoBuild�} build.c
68	{PPCC} build.c -o {Targ} {PPCCOptions}
69"{ObjDir�PPC}egman.c.x" � {�MondoBuild�} egman.c
70	{PPCC} egman.c -o {Targ} {PPCCOptions}
71"{ObjDir�PPC}err.c.x" � {�MondoBuild�} err.c
72	{PPCC} err.c -o {Targ} {PPCCOptions}
73"{ObjDir�PPC}fcache.c.x" � {�MondoBuild�} fcache.c
74	{PPCC} fcache.c -o {Targ} {PPCCOptions}
75"{ObjDir�PPC}fset2.c.x" � {�MondoBuild�} fset2.c
76	{PPCC} fset2.c -o {Targ} {PPCCOptions}
77"{ObjDir�PPC}fset.c.x" � {�MondoBuild�} fset.c
78	{PPCC} fset.c -o {Targ} {PPCCOptions}
79"{ObjDir�PPC}gen.c.x" � {�MondoBuild�} gen.c
80	{PPCC} gen.c -o {Targ} {PPCCOptions}
81"{ObjDir�PPC}globals.c.x" � {�MondoBuild�} globals.c
82	{PPCC} globals.c -o {Targ} {PPCCOptions}
83"{ObjDir�PPC}hash.c.x" � {�MondoBuild�} hash.c
84	{PPCC} hash.c -o {Targ} {PPCCOptions}
85"{ObjDir�PPC}lex.c.x" � {�MondoBuild�} lex.c
86	{PPCC} lex.c -o {Targ} {PPCCOptions}
87"{ObjDir�PPC}main.c.x" � {�MondoBuild�} main.c
88	{PPCC} main.c -o {Targ} {PPCCOptions}
89"{ObjDir�PPC}misc.c.x" � {�MondoBuild�} misc.c
90	{PPCC} misc.c -o {Targ} {PPCCOptions}
91"{ObjDir�PPC}mrhoist.c.x" � {�MondoBuild�} mrhoist.c
92	{PPCC} mrhoist.c -o {Targ} {PPCCOptions}
93"{ObjDir�PPC}pred.c.x" � {�MondoBuild�} pred.c
94	{PPCC} pred.c -o {Targ} {PPCCOptions}
95"{ObjDir�PPC}scan.c.x" � {�MondoBuild�} scan.c
96	{PPCC} scan.c -o {Targ} {PPCCOptions}
97
98antlrPPC �� antlr.r
99	Rez antlr.r -o antlrPPC -a
100Install  � antlrPPC
101	Duplicate -y antlrPPC "{MPW}"Tools:antlr
102