~ubuntu-branches/ubuntu/utopic/cccc/utopic

« back to all changes in this revision

Viewing changes to pccts/dlg/dlgPPC.make

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2003-08-23 04:34:05 UTC
  • Revision ID: james.westby@ubuntu.com-20030823043405-xnzd3mn3hwtvi6dr
Tags: upstream-3.pre81
Import upstream version 3.pre81

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#   File:       dlgPPC.make
 
2
#   Target:     dlgPPC
 
3
#   Sources:    automata.c
 
4
#               dlg_a.c
 
5
#               dlg_p.c
 
6
#               err.c
 
7
#               main.c
 
8
#               output.c
 
9
#               relabel.c
 
10
#               support.c
 
11
#               ::support:set:set.c
 
12
#   Created:    Sunday, May 17, 1998 11:34:20 PM
 
13
#       Author:         Kenji Tanaka
 
14
 
 
15
 
 
16
MAKEFILE     = dlgPPC.make
 
17
�MondoBuild� = {MAKEFILE}  # Make blank to avoid rebuilds when makefile is modified
 
18
Includes     = �
 
19
                -i "::h:" �
 
20
                -i "::support:set:"
 
21
Sym�PPC      = 
 
22
ObjDir�PPC   = ":Obj:"
 
23
 
 
24
PPCCOptions  = {Includes} {Sym�PPC}  -w off -d MPW -d __STDC__=1 -d USER_ZZSYN
 
25
 
 
26
Objects�PPC  = �
 
27
                "{ObjDir�PPC}automata.c.x" �
 
28
                "{ObjDir�PPC}dlg_a.c.x" �
 
29
                "{ObjDir�PPC}dlg_p.c.x" �
 
30
                "{ObjDir�PPC}err.c.x" �
 
31
                "{ObjDir�PPC}main.c.x" �
 
32
                "{ObjDir�PPC}output.c.x" �
 
33
                "{ObjDir�PPC}relabel.c.x" �
 
34
                "{ObjDir�PPC}support.c.x" �
 
35
                "{ObjDir�PPC}set.c.x"
 
36
 
 
37
 
 
38
dlgPPC �� {�MondoBuild�} {Objects�PPC}
 
39
        PPCLink �
 
40
                -o {Targ} {Sym�PPC} �
 
41
                {Objects�PPC} �
 
42
                -t 'MPST' �
 
43
                -c 'MPS ' �
 
44
                "{SharedLibraries}InterfaceLib" �
 
45
                "{SharedLibraries}StdCLib" �
 
46
                "{SharedLibraries}MathLib" �
 
47
                "{PPCLibraries}StdCRuntime.o" �
 
48
                "{PPCLibraries}PPCCRuntime.o" �
 
49
                "{PPCLibraries}PPCToolLibs.o"
 
50
 
 
51
 
 
52
"{ObjDir�PPC}automata.c.x" � {�MondoBuild�} automata.c
 
53
        {PPCC} automata.c -o {Targ} {PPCCOptions}
 
54
 
 
55
"{ObjDir�PPC}dlg_a.c.x" � {�MondoBuild�} dlg_a.c
 
56
        {PPCC} dlg_a.c -o {Targ} {PPCCOptions}
 
57
 
 
58
"{ObjDir�PPC}dlg_p.c.x" � {�MondoBuild�} dlg_p.c
 
59
        {PPCC} dlg_p.c -o {Targ} {PPCCOptions}
 
60
 
 
61
"{ObjDir�PPC}err.c.x" � {�MondoBuild�} err.c
 
62
        {PPCC} err.c -o {Targ} {PPCCOptions}
 
63
 
 
64
"{ObjDir�PPC}main.c.x" � {�MondoBuild�} main.c
 
65
        {PPCC} main.c -o {Targ} {PPCCOptions}
 
66
 
 
67
"{ObjDir�PPC}output.c.x" � {�MondoBuild�} output.c
 
68
        {PPCC} output.c -o {Targ} {PPCCOptions}
 
69
 
 
70
"{ObjDir�PPC}relabel.c.x" � {�MondoBuild�} relabel.c
 
71
        {PPCC} relabel.c -o {Targ} {PPCCOptions}
 
72
 
 
73
"{ObjDir�PPC}support.c.x" � {�MondoBuild�} support.c
 
74
        {PPCC} support.c -o {Targ} {PPCCOptions}
 
75
 
 
76
"{ObjDir�PPC}set.c.x" � {�MondoBuild�} "::support:set:set.c"
 
77
        {PPCC} "::support:set:set.c" -o {Targ} {PPCCOptions}
 
78
 
 
79
 
 
80
dlgPPC �� dlg.r
 
81
        Rez dlg.r -o dlgPPC -a
 
82
 
 
83
Install  � dlgPPC
 
84
        Duplicate -y dlgPPC "{MPW}"Tools:dlg