]>
Commit | Line | Data |
---|---|---|
c801d85f KB |
1 | # Project: libpng |
2 | ||
3 | ||
4 | # Toolflags: | |
5 | CCflags = -c -depend !Depend -IC:,Zlib: -g -throwback -DRISCOS -fnah | |
6 | C++flags = -c -depend !Depend -IC: -throwback | |
7 | Linkflags = -aif -c++ -o $@ | |
8 | ObjAsmflags = -throwback -NoCache -depend !Depend | |
9 | CMHGflags = | |
10 | LibFileflags = -c -l -o $@ | |
11 | Squeezeflags = -o $@ | |
12 | ||
13 | ||
14 | # Final targets: | |
15 | @.libpng-lib: @.o.png @.o.pngerror @.o.pngrio @.o.pngwio @.o.pngmem \ | |
16 | @.o.pngpread @.o.pngset @.o.pngget @.o.pngread @.o.pngrtran \ | |
17 | @.o.pngrutil @.o.pngtrans @.o.pngwrite @.o.pngwtran @.o.pngwutil | |
18 | LibFile $(LibFileflags) @.o.png @.o.pngerror @.o.pngrio @.o.pngrtran \ | |
19 | @.o.pngmem @.o.pngpread @.o.pngset @.o.pngget @.o.pngread @.o.pngwio \ | |
20 | @.o.pngrutil @.o.pngtrans @.o.pngwrite @.o.pngwtran @.o.pngwutil | |
21 | @.mm-libpng-lib: @.mm.png @.mm.pngerror @.mm.pngrio @.mm.pngwio @.mm.pngmem \ | |
22 | @.mm.pngpread @.mm.pngset @.mm.pngget @.mm.pngread @.mm.pngrtran \ | |
23 | @.mm.pngrutil @.mm.pngtrans @.mm.pngwrite @.mm.pngwtran @.mm.pngwutil | |
24 | LibFile $(LibFileflags) @.mm.png @.mm.pngerror @.mm.pngrio \ | |
25 | @.mm.pngwio @.mm.pngmem @.mm.pngpread @.mm.pngset @.mm.pngget \ | |
26 | @.mm.pngread @.mm.pngrtran @.mm.pngrutil @.mm.pngtrans @.mm.pngwrite \ | |
27 | @.mm.pngwtran @.mm.pngwutil | |
28 | ||
29 | ||
30 | # User-editable dependencies: | |
31 | # (C) Copyright 1997 Tom Tanner | |
32 | Test: @.pngtest | |
33 | <Prefix$Dir>.pngtest | |
34 | @remove <Prefix$Dir>.pngtest | |
35 | ||
36 | #It would be nice if you could stop "make" listing from here on! | |
37 | @.pngtest: @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib | |
38 | Link $(Linkflags) @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib | |
39 | ||
40 | .SUFFIXES: .o .mm .c | |
41 | ||
42 | .c.mm: | |
43 | MemCheck.CC cc $(ccflags) -o $@ LibPng:$< | |
44 | .c.o: | |
45 | cc $(ccflags) -o $@ $< | |
46 | ||
47 | ||
48 | # Static dependencies: | |
49 | ||
50 | ||
51 | # Dynamic dependencies: | |
52 | o.pngtest: c.pngtest | |
53 | o.pngtest: h.png | |
54 | o.pngtest: Zlib:h.zlib | |
55 | o.pngtest: Zlib:h.zconf | |
56 | o.pngtest: h.pngconf | |
57 | mm.png: LibPng:c.png | |
58 | mm.png: LibPng:h.png | |
59 | mm.png: Zlib:h.zlib | |
60 | mm.png: Zlib:h.zconf | |
61 | mm.png: LibPng:h.pngconf | |
62 | mm.png: MemCheck:ANSI.h.stdio | |
63 | mm.pngerror: LibPng:c.pngerror | |
64 | mm.pngerror: LibPng:h.png | |
65 | mm.pngerror: Zlib:h.zlib | |
66 | mm.pngerror: Zlib:h.zconf | |
67 | mm.pngerror: LibPng:h.pngconf | |
68 | mm.pngerror: MemCheck:ANSI.h.stdio | |
69 | mm.pngrio: LibPng:c.pngrio | |
70 | mm.pngrio: LibPng:h.png | |
71 | mm.pngrio: Zlib:h.zlib | |
72 | mm.pngrio: Zlib:h.zconf | |
73 | mm.pngrio: LibPng:h.pngconf | |
74 | mm.pngrio: MemCheck:ANSI.h.stdio | |
75 | mm.pngwio: LibPng:c.pngwio | |
76 | mm.pngwio: LibPng:h.png | |
77 | mm.pngwio: Zlib:h.zlib | |
78 | mm.pngwio: Zlib:h.zconf | |
79 | mm.pngwio: LibPng:h.pngconf | |
80 | mm.pngwio: MemCheck:ANSI.h.stdio | |
81 | mm.pngmem: LibPng:c.pngmem | |
82 | mm.pngmem: LibPng:h.png | |
83 | mm.pngmem: Zlib:h.zlib | |
84 | mm.pngmem: Zlib:h.zconf | |
85 | mm.pngmem: LibPng:h.pngconf | |
86 | mm.pngmem: MemCheck:ANSI.h.stdio | |
87 | mm.pngpread: LibPng:c.pngpread | |
88 | mm.pngpread: LibPng:h.png | |
89 | mm.pngpread: Zlib:h.zlib | |
90 | mm.pngpread: Zlib:h.zconf | |
91 | mm.pngpread: LibPng:h.pngconf | |
92 | mm.pngpread: MemCheck:ANSI.h.stdio | |
93 | mm.pngset: LibPng:c.pngset | |
94 | mm.pngset: LibPng:h.png | |
95 | mm.pngset: Zlib:h.zlib | |
96 | mm.pngset: Zlib:h.zconf | |
97 | mm.pngset: LibPng:h.pngconf | |
98 | mm.pngset: MemCheck:ANSI.h.stdio | |
99 | mm.pngget: LibPng:c.pngget | |
100 | mm.pngget: LibPng:h.png | |
101 | mm.pngget: Zlib:h.zlib | |
102 | mm.pngget: Zlib:h.zconf | |
103 | mm.pngget: LibPng:h.pngconf | |
104 | mm.pngget: MemCheck:ANSI.h.stdio | |
105 | mm.pngread: LibPng:c.pngread | |
106 | mm.pngread: LibPng:h.png | |
107 | mm.pngread: Zlib:h.zlib | |
108 | mm.pngread: Zlib:h.zconf | |
109 | mm.pngread: LibPng:h.pngconf | |
110 | mm.pngread: MemCheck:ANSI.h.stdio | |
111 | mm.pngrtran: LibPng:c.pngrtran | |
112 | mm.pngrtran: LibPng:h.png | |
113 | mm.pngrtran: Zlib:h.zlib | |
114 | mm.pngrtran: Zlib:h.zconf | |
115 | mm.pngrtran: LibPng:h.pngconf | |
116 | mm.pngrtran: MemCheck:ANSI.h.stdio | |
117 | mm.pngrutil: LibPng:c.pngrutil | |
118 | mm.pngrutil: LibPng:h.png | |
119 | mm.pngrutil: Zlib:h.zlib | |
120 | mm.pngrutil: Zlib:h.zconf | |
121 | mm.pngrutil: LibPng:h.pngconf | |
122 | mm.pngrutil: MemCheck:ANSI.h.stdio | |
123 | mm.pngtrans: LibPng:c.pngtrans | |
124 | mm.pngtrans: LibPng:h.png | |
125 | mm.pngtrans: Zlib:h.zlib | |
126 | mm.pngtrans: Zlib:h.zconf | |
127 | mm.pngtrans: LibPng:h.pngconf | |
128 | mm.pngtrans: MemCheck:ANSI.h.stdio | |
129 | mm.pngwrite: LibPng:c.pngwrite | |
130 | mm.pngwrite: LibPng:h.png | |
131 | mm.pngwrite: Zlib:h.zlib | |
132 | mm.pngwrite: Zlib:h.zconf | |
133 | mm.pngwrite: LibPng:h.pngconf | |
134 | mm.pngwrite: MemCheck:ANSI.h.stdio | |
135 | mm.pngwtran: LibPng:c.pngwtran | |
136 | mm.pngwtran: LibPng:h.png | |
137 | mm.pngwtran: Zlib:h.zlib | |
138 | mm.pngwtran: Zlib:h.zconf | |
139 | mm.pngwtran: LibPng:h.pngconf | |
140 | mm.pngwtran: MemCheck:ANSI.h.stdio | |
141 | mm.pngwutil: LibPng:c.pngwutil | |
142 | mm.pngwutil: LibPng:h.png | |
143 | mm.pngwutil: Zlib:h.zlib | |
144 | mm.pngwutil: Zlib:h.zconf | |
145 | mm.pngwutil: LibPng:h.pngconf | |
146 | mm.pngwutil: MemCheck:ANSI.h.stdio | |
147 | o.png: c.png | |
148 | o.png: h.png | |
149 | o.png: Zlib:h.zlib | |
150 | o.png: Zlib:h.zconf | |
151 | o.png: h.pngconf | |
152 | o.pngerror: c.pngerror | |
153 | o.pngerror: h.png | |
154 | o.pngerror: Zlib:h.zlib | |
155 | o.pngerror: Zlib:h.zconf | |
156 | o.pngerror: h.pngconf | |
157 | o.pngrio: c.pngrio | |
158 | o.pngrio: h.png | |
159 | o.pngrio: Zlib:h.zlib | |
160 | o.pngrio: Zlib:h.zconf | |
161 | o.pngrio: h.pngconf | |
162 | o.pngwio: c.pngwio | |
163 | o.pngwio: h.png | |
164 | o.pngwio: Zlib:h.zlib | |
165 | o.pngwio: Zlib:h.zconf | |
166 | o.pngwio: h.pngconf | |
167 | o.pngmem: c.pngmem | |
168 | o.pngmem: h.png | |
169 | o.pngmem: Zlib:h.zlib | |
170 | o.pngmem: Zlib:h.zconf | |
171 | o.pngmem: h.pngconf | |
172 | o.pngpread: c.pngpread | |
173 | o.pngpread: h.png | |
174 | o.pngpread: Zlib:h.zlib | |
175 | o.pngpread: Zlib:h.zconf | |
176 | o.pngpread: h.pngconf | |
177 | o.pngset: c.pngset | |
178 | o.pngset: h.png | |
179 | o.pngset: Zlib:h.zlib | |
180 | o.pngset: Zlib:h.zconf | |
181 | o.pngset: h.pngconf | |
182 | o.pngget: c.pngget | |
183 | o.pngget: h.png | |
184 | o.pngget: Zlib:h.zlib | |
185 | o.pngget: Zlib:h.zconf | |
186 | o.pngget: h.pngconf | |
187 | o.pngread: c.pngread | |
188 | o.pngread: h.png | |
189 | o.pngread: Zlib:h.zlib | |
190 | o.pngread: Zlib:h.zconf | |
191 | o.pngread: h.pngconf | |
192 | o.pngrtran: c.pngrtran | |
193 | o.pngrtran: h.png | |
194 | o.pngrtran: Zlib:h.zlib | |
195 | o.pngrtran: Zlib:h.zconf | |
196 | o.pngrtran: h.pngconf | |
197 | o.pngrutil: c.pngrutil | |
198 | o.pngrutil: h.png | |
199 | o.pngrutil: Zlib:h.zlib | |
200 | o.pngrutil: Zlib:h.zconf | |
201 | o.pngrutil: h.pngconf | |
202 | o.pngtrans: c.pngtrans | |
203 | o.pngtrans: h.png | |
204 | o.pngtrans: Zlib:h.zlib | |
205 | o.pngtrans: Zlib:h.zconf | |
206 | o.pngtrans: h.pngconf | |
207 | o.pngwrite: c.pngwrite | |
208 | o.pngwrite: h.png | |
209 | o.pngwrite: Zlib:h.zlib | |
210 | o.pngwrite: Zlib:h.zconf | |
211 | o.pngwrite: h.pngconf | |
212 | o.pngwtran: c.pngwtran | |
213 | o.pngwtran: h.png | |
214 | o.pngwtran: Zlib:h.zlib | |
215 | o.pngwtran: Zlib:h.zconf | |
216 | o.pngwtran: h.pngconf | |
217 | o.pngwutil: c.pngwutil | |
218 | o.pngwutil: h.png | |
219 | o.pngwutil: Zlib:h.zlib | |
220 | o.pngwutil: Zlib:h.zconf | |
221 | o.pngwutil: h.pngconf |