1 | all : opt |
---|
2 | |
---|
3 | debug : .//debug/image.a .//debug/gui.a .//debug/dir.a .//debug/winman.a .//debug/time.a |
---|
4 | echo Made debug |
---|
5 | |
---|
6 | opt : .//opt/image.a .//opt/gui.a .//opt/dir.a .//opt/winman.a .//opt/time.a |
---|
7 | echo Made opt |
---|
8 | |
---|
9 | profile : .//profile/image.a .//profile/gui.a .//profile/dir.a .//profile/winman.a .//profile/time.a |
---|
10 | echo Made profile |
---|
11 | |
---|
12 | SGI_image_o_files = \ |
---|
13 | .//debug/filter.o \ |
---|
14 | .//debug/gifread.o \ |
---|
15 | .//debug/globals.o \ |
---|
16 | .//debug/image.o \ |
---|
17 | .//debug/linked.o \ |
---|
18 | .//debug/input.o \ |
---|
19 | .//debug/mdlread.o \ |
---|
20 | .//debug/palette.o \ |
---|
21 | .//debug/ppmread.o \ |
---|
22 | .//debug/sprite.o \ |
---|
23 | .//debug/include.o \ |
---|
24 | .//debug/xwdread.o \ |
---|
25 | .//debug/fonts.o \ |
---|
26 | .//debug/decoder.o \ |
---|
27 | .//debug/loader.o \ |
---|
28 | .//debug/glread.o \ |
---|
29 | .//debug/texture.o \ |
---|
30 | .//debug/specs.o \ |
---|
31 | .//debug/supmorph.o \ |
---|
32 | .//debug/image24.o \ |
---|
33 | .//debug/pcxread.o \ |
---|
34 | .//debug/timage.o \ |
---|
35 | .//debug/jmalloc.o \ |
---|
36 | .//debug/jrand.o \ |
---|
37 | .//debug/lbmread.o \ |
---|
38 | .//debug/keys.o \ |
---|
39 | .//debug/dprint.o \ |
---|
40 | .//debug/status.o \ |
---|
41 | .//debug/visobj.o |
---|
42 | |
---|
43 | SGI_gui_o_files = \ |
---|
44 | .//debug/pmenu.o \ |
---|
45 | .//debug/scroller.o \ |
---|
46 | .//debug/filesel.o \ |
---|
47 | .//debug/tools.o \ |
---|
48 | .//debug/guistat.o |
---|
49 | |
---|
50 | SGI_dir_o_files = \ |
---|
51 | port/unix//debug/jdir.o |
---|
52 | |
---|
53 | SGI_winman_o_files = \ |
---|
54 | port/x11//debug/video.o \ |
---|
55 | port/x11//debug/mouse.o \ |
---|
56 | port/x11//debug/event.o \ |
---|
57 | .//debug/jwindow.o |
---|
58 | |
---|
59 | SGI_time_o_files = \ |
---|
60 | port/sgi//debug/timing.o |
---|
61 | |
---|
62 | .//debug/time.a : $(SGI_time_o_files) |
---|
63 | ar ruvs .//debug/time.a\ |
---|
64 | port/sgi//debug/timing.o |
---|
65 | |
---|
66 | port/sgi//debug/timing.o : port/sgi/timing.c |
---|
67 | g++ -c -o port/sgi//debug/timing.o port/sgi/timing.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
68 | |
---|
69 | port/sgi//debug/timing.o : include/timing.hpp |
---|
70 | |
---|
71 | .//debug/winman.a : $(SGI_winman_o_files) |
---|
72 | ar ruvs .//debug/winman.a\ |
---|
73 | port/x11//debug/video.o \ |
---|
74 | port/x11//debug/mouse.o \ |
---|
75 | port/x11//debug/event.o \ |
---|
76 | .//debug/jwindow.o |
---|
77 | |
---|
78 | port/x11//debug/video.o : port/x11/video.c |
---|
79 | g++ -c -o port/x11//debug/video.o port/x11/video.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
80 | |
---|
81 | port/x11//debug/video.o : include/bitmap.h |
---|
82 | port/x11//debug/video.o : include/macs.hpp |
---|
83 | port/x11//debug/video.o : include/xinclude.h |
---|
84 | port/x11//debug/video.o : include/dos.h |
---|
85 | port/x11//debug/video.o : include/video.hpp |
---|
86 | port/x11//debug/video.o : include/globals.hpp |
---|
87 | port/x11//debug/video.o : include/system.h |
---|
88 | port/x11//debug/video.o : include/jmalloc.hpp |
---|
89 | port/x11//debug/video.o : include/specs.hpp |
---|
90 | port/x11//debug/video.o : include/palette.hpp |
---|
91 | port/x11//debug/video.o : include/linked.hpp |
---|
92 | port/x11//debug/video.o : include/image.hpp |
---|
93 | port/x11//debug/video.o : include/filter.hpp |
---|
94 | port/x11//debug/mouse.o : port/x11/mouse.c |
---|
95 | g++ -c -o port/x11//debug/mouse.o port/x11/mouse.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
96 | |
---|
97 | port/x11//debug/mouse.o : include/xinclude.h |
---|
98 | port/x11//debug/mouse.o : include/mouse.hpp |
---|
99 | port/x11//debug/mouse.o : include/monoprnt.hpp |
---|
100 | port/x11//debug/mouse.o : include/mdlread.hpp |
---|
101 | port/x11//debug/mouse.o : include/filter.hpp |
---|
102 | port/x11//debug/mouse.o : include/macs.hpp |
---|
103 | port/x11//debug/mouse.o : include/sprite.hpp |
---|
104 | port/x11//debug/mouse.o : include/jmalloc.hpp |
---|
105 | port/x11//debug/mouse.o : include/specs.hpp |
---|
106 | port/x11//debug/mouse.o : include/palette.hpp |
---|
107 | port/x11//debug/mouse.o : include/linked.hpp |
---|
108 | port/x11//debug/mouse.o : include/image.hpp |
---|
109 | port/x11//debug/mouse.o : include/system.h |
---|
110 | port/x11//debug/mouse.o : include/video.hpp |
---|
111 | port/x11//debug/event.o : port/x11/event.c |
---|
112 | g++ -c -o port/x11//debug/event.o port/x11/event.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
113 | |
---|
114 | port/x11//debug/event.o : include/keys.hpp |
---|
115 | port/x11//debug/event.o : include/event.hpp |
---|
116 | port/x11//debug/event.o : include/sprite.hpp |
---|
117 | port/x11//debug/event.o : include/mouse.hpp |
---|
118 | port/x11//debug/event.o : include/macs.hpp |
---|
119 | port/x11//debug/event.o : include/gifread.hpp |
---|
120 | port/x11//debug/event.o : include/video.hpp |
---|
121 | port/x11//debug/event.o : include/mdlread.hpp |
---|
122 | port/x11//debug/event.o : include/jmalloc.hpp |
---|
123 | port/x11//debug/event.o : include/specs.hpp |
---|
124 | port/x11//debug/event.o : include/palette.hpp |
---|
125 | port/x11//debug/event.o : include/linked.hpp |
---|
126 | port/x11//debug/event.o : include/image.hpp |
---|
127 | port/x11//debug/event.o : include/xinclude.h |
---|
128 | port/x11//debug/event.o : include/system.h |
---|
129 | .//debug/jwindow.o : jwindow.c |
---|
130 | g++ -c -o .//debug/jwindow.o jwindow.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
131 | |
---|
132 | .//debug/jwindow.o : include/timage.hpp |
---|
133 | .//debug/jwindow.o : include/fonts.hpp |
---|
134 | .//debug/jwindow.o : include/jwindow.hpp |
---|
135 | .//debug/jwindow.o : include/filter.hpp |
---|
136 | .//debug/jwindow.o : include/mouse.hpp |
---|
137 | .//debug/jwindow.o : include/macs.hpp |
---|
138 | .//debug/jwindow.o : include/sprite.hpp |
---|
139 | .//debug/jwindow.o : include/keys.hpp |
---|
140 | .//debug/jwindow.o : include/event.hpp |
---|
141 | .//debug/jwindow.o : include/jmalloc.hpp |
---|
142 | .//debug/jwindow.o : include/specs.hpp |
---|
143 | .//debug/jwindow.o : include/palette.hpp |
---|
144 | .//debug/jwindow.o : include/linked.hpp |
---|
145 | .//debug/jwindow.o : include/image.hpp |
---|
146 | .//debug/jwindow.o : include/system.h |
---|
147 | .//debug/jwindow.o : include/video.hpp |
---|
148 | |
---|
149 | .//debug/dir.a : $(SGI_dir_o_files) |
---|
150 | ar ruvs .//debug/dir.a\ |
---|
151 | port/unix//debug/jdir.o |
---|
152 | |
---|
153 | port/unix//debug/jdir.o : port/unix/jdir.c |
---|
154 | g++ -c -o port/unix//debug/jdir.o port/unix/jdir.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
155 | |
---|
156 | port/unix//debug/jdir.o : include/jmalloc.hpp |
---|
157 | |
---|
158 | .//debug/gui.a : $(SGI_gui_o_files) |
---|
159 | ar ruvs .//debug/gui.a\ |
---|
160 | .//debug/pmenu.o \ |
---|
161 | .//debug/scroller.o \ |
---|
162 | .//debug/filesel.o \ |
---|
163 | .//debug/tools.o \ |
---|
164 | .//debug/guistat.o |
---|
165 | |
---|
166 | .//debug/pmenu.o : pmenu.c |
---|
167 | g++ -c -o .//debug/pmenu.o pmenu.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
168 | |
---|
169 | .//debug/pmenu.o : include/timage.hpp |
---|
170 | .//debug/pmenu.o : include/fonts.hpp |
---|
171 | .//debug/pmenu.o : include/filter.hpp |
---|
172 | .//debug/pmenu.o : include/mouse.hpp |
---|
173 | .//debug/pmenu.o : include/macs.hpp |
---|
174 | .//debug/pmenu.o : include/sprite.hpp |
---|
175 | .//debug/pmenu.o : include/keys.hpp |
---|
176 | .//debug/pmenu.o : include/event.hpp |
---|
177 | .//debug/pmenu.o : include/specs.hpp |
---|
178 | .//debug/pmenu.o : include/palette.hpp |
---|
179 | .//debug/pmenu.o : include/linked.hpp |
---|
180 | .//debug/pmenu.o : include/image.hpp |
---|
181 | .//debug/pmenu.o : include/system.h |
---|
182 | .//debug/pmenu.o : include/video.hpp |
---|
183 | .//debug/pmenu.o : include/jwindow.hpp |
---|
184 | .//debug/pmenu.o : include/input.hpp |
---|
185 | .//debug/pmenu.o : include/jmalloc.hpp |
---|
186 | .//debug/pmenu.o : include/pmenu.hpp |
---|
187 | .//debug/scroller.o : scroller.c |
---|
188 | g++ -c -o .//debug/scroller.o scroller.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
189 | |
---|
190 | .//debug/scroller.o : include/timage.hpp |
---|
191 | .//debug/scroller.o : include/fonts.hpp |
---|
192 | .//debug/scroller.o : include/filter.hpp |
---|
193 | .//debug/scroller.o : include/mouse.hpp |
---|
194 | .//debug/scroller.o : include/macs.hpp |
---|
195 | .//debug/scroller.o : include/sprite.hpp |
---|
196 | .//debug/scroller.o : include/keys.hpp |
---|
197 | .//debug/scroller.o : include/event.hpp |
---|
198 | .//debug/scroller.o : include/jmalloc.hpp |
---|
199 | .//debug/scroller.o : include/specs.hpp |
---|
200 | .//debug/scroller.o : include/palette.hpp |
---|
201 | .//debug/scroller.o : include/linked.hpp |
---|
202 | .//debug/scroller.o : include/image.hpp |
---|
203 | .//debug/scroller.o : include/system.h |
---|
204 | .//debug/scroller.o : include/video.hpp |
---|
205 | .//debug/scroller.o : include/jwindow.hpp |
---|
206 | .//debug/scroller.o : include/input.hpp |
---|
207 | .//debug/scroller.o : include/scroller.hpp |
---|
208 | .//debug/filesel.o : filesel.c |
---|
209 | g++ -c -o .//debug/filesel.o filesel.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
210 | |
---|
211 | .//debug/filesel.o : include/jdir.hpp |
---|
212 | .//debug/filesel.o : include/scroller.hpp |
---|
213 | .//debug/filesel.o : include/input.hpp |
---|
214 | .//debug/filesel.o : include/timage.hpp |
---|
215 | .//debug/filesel.o : include/fonts.hpp |
---|
216 | .//debug/filesel.o : include/filter.hpp |
---|
217 | .//debug/filesel.o : include/mouse.hpp |
---|
218 | .//debug/filesel.o : include/macs.hpp |
---|
219 | .//debug/filesel.o : include/sprite.hpp |
---|
220 | .//debug/filesel.o : include/keys.hpp |
---|
221 | .//debug/filesel.o : include/event.hpp |
---|
222 | .//debug/filesel.o : include/jmalloc.hpp |
---|
223 | .//debug/filesel.o : include/specs.hpp |
---|
224 | .//debug/filesel.o : include/palette.hpp |
---|
225 | .//debug/filesel.o : include/linked.hpp |
---|
226 | .//debug/filesel.o : include/image.hpp |
---|
227 | .//debug/filesel.o : include/system.h |
---|
228 | .//debug/filesel.o : include/video.hpp |
---|
229 | .//debug/filesel.o : include/jwindow.hpp |
---|
230 | .//debug/filesel.o : include/filesel.hpp |
---|
231 | .//debug/tools.o : tools.c |
---|
232 | g++ -c -o .//debug/tools.o tools.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
233 | |
---|
234 | .//debug/tools.o : include/visobj.hpp |
---|
235 | .//debug/tools.o : include/scroller.hpp |
---|
236 | .//debug/tools.o : include/input.hpp |
---|
237 | .//debug/tools.o : include/timage.hpp |
---|
238 | .//debug/tools.o : include/fonts.hpp |
---|
239 | .//debug/tools.o : include/filter.hpp |
---|
240 | .//debug/tools.o : include/mouse.hpp |
---|
241 | .//debug/tools.o : include/macs.hpp |
---|
242 | .//debug/tools.o : include/sprite.hpp |
---|
243 | .//debug/tools.o : include/keys.hpp |
---|
244 | .//debug/tools.o : include/event.hpp |
---|
245 | .//debug/tools.o : include/jmalloc.hpp |
---|
246 | .//debug/tools.o : include/specs.hpp |
---|
247 | .//debug/tools.o : include/palette.hpp |
---|
248 | .//debug/tools.o : include/linked.hpp |
---|
249 | .//debug/tools.o : include/image.hpp |
---|
250 | .//debug/tools.o : include/system.h |
---|
251 | .//debug/tools.o : include/video.hpp |
---|
252 | .//debug/tools.o : include/jwindow.hpp |
---|
253 | .//debug/tools.o : include/tools.hpp |
---|
254 | .//debug/guistat.o : guistat.c |
---|
255 | g++ -c -o .//debug/guistat.o guistat.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
256 | |
---|
257 | .//debug/guistat.o : include/guistat.hpp |
---|
258 | .//debug/guistat.o : include/timing.hpp |
---|
259 | .//debug/guistat.o : include/timage.hpp |
---|
260 | .//debug/guistat.o : include/fonts.hpp |
---|
261 | .//debug/guistat.o : include/filter.hpp |
---|
262 | .//debug/guistat.o : include/mouse.hpp |
---|
263 | .//debug/guistat.o : include/macs.hpp |
---|
264 | .//debug/guistat.o : include/sprite.hpp |
---|
265 | .//debug/guistat.o : include/keys.hpp |
---|
266 | .//debug/guistat.o : include/event.hpp |
---|
267 | .//debug/guistat.o : include/jmalloc.hpp |
---|
268 | .//debug/guistat.o : include/specs.hpp |
---|
269 | .//debug/guistat.o : include/palette.hpp |
---|
270 | .//debug/guistat.o : include/linked.hpp |
---|
271 | .//debug/guistat.o : include/image.hpp |
---|
272 | .//debug/guistat.o : include/system.h |
---|
273 | .//debug/guistat.o : include/video.hpp |
---|
274 | .//debug/guistat.o : include/jwindow.hpp |
---|
275 | .//debug/guistat.o : include/visobj.hpp |
---|
276 | .//debug/guistat.o : include/status.hpp |
---|
277 | |
---|
278 | .//debug/image.a : $(SGI_image_o_files) |
---|
279 | ar ruvs .//debug/image.a\ |
---|
280 | .//debug/filter.o \ |
---|
281 | .//debug/gifread.o \ |
---|
282 | .//debug/globals.o \ |
---|
283 | .//debug/image.o \ |
---|
284 | .//debug/linked.o \ |
---|
285 | .//debug/input.o \ |
---|
286 | .//debug/mdlread.o \ |
---|
287 | .//debug/palette.o \ |
---|
288 | .//debug/ppmread.o \ |
---|
289 | .//debug/sprite.o \ |
---|
290 | .//debug/include.o \ |
---|
291 | .//debug/xwdread.o \ |
---|
292 | .//debug/fonts.o \ |
---|
293 | .//debug/decoder.o \ |
---|
294 | .//debug/loader.o \ |
---|
295 | .//debug/glread.o \ |
---|
296 | .//debug/texture.o \ |
---|
297 | .//debug/specs.o \ |
---|
298 | .//debug/supmorph.o \ |
---|
299 | .//debug/image24.o \ |
---|
300 | .//debug/pcxread.o \ |
---|
301 | .//debug/timage.o \ |
---|
302 | .//debug/jmalloc.o \ |
---|
303 | .//debug/jrand.o \ |
---|
304 | .//debug/lbmread.o \ |
---|
305 | .//debug/keys.o \ |
---|
306 | .//debug/dprint.o \ |
---|
307 | .//debug/status.o \ |
---|
308 | .//debug/visobj.o |
---|
309 | |
---|
310 | .//debug/filter.o : filter.c |
---|
311 | g++ -c -o .//debug/filter.o filter.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
312 | |
---|
313 | .//debug/filter.o : include/filter.hpp |
---|
314 | .//debug/filter.o : include/macs.hpp |
---|
315 | .//debug/filter.o : include/system.h |
---|
316 | .//debug/filter.o : include/jmalloc.hpp |
---|
317 | .//debug/filter.o : include/specs.hpp |
---|
318 | .//debug/filter.o : include/palette.hpp |
---|
319 | .//debug/filter.o : include/linked.hpp |
---|
320 | .//debug/filter.o : include/image.hpp |
---|
321 | .//debug/gifread.o : gifread.c |
---|
322 | g++ -c -o .//debug/gifread.o gifread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
323 | |
---|
324 | .//debug/gifread.o : include/macs.hpp |
---|
325 | .//debug/gifread.o : include/dir.h |
---|
326 | .//debug/gifread.o : include/dos.h |
---|
327 | .//debug/gifread.o : include/std.h |
---|
328 | .//debug/gifread.o : include/gifdecod.hpp |
---|
329 | .//debug/gifread.o : include/video.hpp |
---|
330 | .//debug/gifread.o : include/system.h |
---|
331 | .//debug/gifread.o : include/jmalloc.hpp |
---|
332 | .//debug/gifread.o : include/specs.hpp |
---|
333 | .//debug/gifread.o : include/palette.hpp |
---|
334 | .//debug/gifread.o : include/linked.hpp |
---|
335 | .//debug/gifread.o : include/image.hpp |
---|
336 | .//debug/gifread.o : include/gifread.hpp |
---|
337 | .//debug/globals.o : globals.c |
---|
338 | g++ -c -o .//debug/globals.o globals.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
339 | |
---|
340 | .//debug/globals.o : globals.c |
---|
341 | .//debug/image.o : image.c |
---|
342 | g++ -c -o .//debug/image.o image.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
343 | |
---|
344 | .//debug/image.o : include/exitproc.hpp |
---|
345 | .//debug/image.o : include/dos.h |
---|
346 | .//debug/image.o : include/macs.hpp |
---|
347 | .//debug/image.o : include/jmalloc.hpp |
---|
348 | .//debug/image.o : include/specs.hpp |
---|
349 | .//debug/image.o : include/palette.hpp |
---|
350 | .//debug/image.o : include/image.hpp |
---|
351 | .//debug/image.o : include/linked.hpp |
---|
352 | .//debug/image.o : include/system.h |
---|
353 | .//debug/image.o : include/emm.hpp |
---|
354 | .//debug/linked.o : linked.c |
---|
355 | g++ -c -o .//debug/linked.o linked.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
356 | |
---|
357 | .//debug/linked.o : include/linked.hpp |
---|
358 | .//debug/input.o : input.c |
---|
359 | g++ -c -o .//debug/input.o input.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
360 | |
---|
361 | .//debug/input.o : include/timage.hpp |
---|
362 | .//debug/input.o : include/fonts.hpp |
---|
363 | .//debug/input.o : include/filter.hpp |
---|
364 | .//debug/input.o : include/mouse.hpp |
---|
365 | .//debug/input.o : include/macs.hpp |
---|
366 | .//debug/input.o : include/sprite.hpp |
---|
367 | .//debug/input.o : include/keys.hpp |
---|
368 | .//debug/input.o : include/event.hpp |
---|
369 | .//debug/input.o : include/jmalloc.hpp |
---|
370 | .//debug/input.o : include/specs.hpp |
---|
371 | .//debug/input.o : include/palette.hpp |
---|
372 | .//debug/input.o : include/linked.hpp |
---|
373 | .//debug/input.o : include/image.hpp |
---|
374 | .//debug/input.o : include/system.h |
---|
375 | .//debug/input.o : include/video.hpp |
---|
376 | .//debug/input.o : include/jwindow.hpp |
---|
377 | .//debug/input.o : include/input.hpp |
---|
378 | .//debug/mdlread.o : mdlread.c |
---|
379 | g++ -c -o .//debug/mdlread.o mdlread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
380 | |
---|
381 | .//debug/mdlread.o : include/macs.hpp |
---|
382 | .//debug/mdlread.o : include/image.hpp |
---|
383 | .//debug/mdlread.o : include/system.h |
---|
384 | .//debug/mdlread.o : include/jmalloc.hpp |
---|
385 | .//debug/mdlread.o : include/specs.hpp |
---|
386 | .//debug/mdlread.o : include/linked.hpp |
---|
387 | .//debug/mdlread.o : include/palette.hpp |
---|
388 | .//debug/mdlread.o : include/mdlread.hpp |
---|
389 | .//debug/palette.o : palette.c |
---|
390 | g++ -c -o .//debug/palette.o palette.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
391 | |
---|
392 | .//debug/palette.o : include/filter.hpp |
---|
393 | .//debug/palette.o : include/video.hpp |
---|
394 | .//debug/palette.o : include/dos.h |
---|
395 | .//debug/palette.o : include/macs.hpp |
---|
396 | .//debug/palette.o : include/image.hpp |
---|
397 | .//debug/palette.o : include/system.h |
---|
398 | .//debug/palette.o : include/jmalloc.hpp |
---|
399 | .//debug/palette.o : include/specs.hpp |
---|
400 | .//debug/palette.o : include/linked.hpp |
---|
401 | .//debug/palette.o : include/palette.hpp |
---|
402 | .//debug/ppmread.o : ppmread.c |
---|
403 | g++ -c -o .//debug/ppmread.o ppmread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
404 | |
---|
405 | .//debug/ppmread.o : include/ppmread.hpp |
---|
406 | .//debug/ppmread.o : include/macs.hpp |
---|
407 | .//debug/ppmread.o : include/system.h |
---|
408 | .//debug/ppmread.o : include/jmalloc.hpp |
---|
409 | .//debug/ppmread.o : include/specs.hpp |
---|
410 | .//debug/ppmread.o : include/palette.hpp |
---|
411 | .//debug/ppmread.o : include/linked.hpp |
---|
412 | .//debug/ppmread.o : include/image.hpp |
---|
413 | .//debug/sprite.o : sprite.c |
---|
414 | g++ -c -o .//debug/sprite.o sprite.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
415 | |
---|
416 | .//debug/sprite.o : include/sprite.hpp |
---|
417 | .//debug/sprite.o : include/emm.hpp |
---|
418 | .//debug/sprite.o : include/ppmread.hpp |
---|
419 | .//debug/sprite.o : include/gifread.hpp |
---|
420 | .//debug/sprite.o : include/glread.hpp |
---|
421 | .//debug/sprite.o : include/video.hpp |
---|
422 | .//debug/sprite.o : include/image.hpp |
---|
423 | .//debug/sprite.o : include/jmalloc.hpp |
---|
424 | .//debug/sprite.o : include/specs.hpp |
---|
425 | .//debug/sprite.o : include/linked.hpp |
---|
426 | .//debug/sprite.o : include/palette.hpp |
---|
427 | .//debug/sprite.o : include/mdlread.hpp |
---|
428 | .//debug/sprite.o : include/system.h |
---|
429 | .//debug/sprite.o : include/macs.hpp |
---|
430 | .//debug/include.o : include.c |
---|
431 | g++ -c -o .//debug/include.o include.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
432 | |
---|
433 | .//debug/include.o : include/system.h |
---|
434 | .//debug/include.o : include/jmalloc.hpp |
---|
435 | .//debug/include.o : include/specs.hpp |
---|
436 | .//debug/include.o : include/palette.hpp |
---|
437 | .//debug/include.o : include/linked.hpp |
---|
438 | .//debug/include.o : include/image.hpp |
---|
439 | .//debug/include.o : include/include.hpp |
---|
440 | .//debug/xwdread.o : xwdread.c |
---|
441 | g++ -c -o .//debug/xwdread.o xwdread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
442 | |
---|
443 | .//debug/xwdread.o : include/image24.hpp |
---|
444 | .//debug/xwdread.o : include/main.hpp |
---|
445 | .//debug/xwdread.o : include/dos.h |
---|
446 | .//debug/xwdread.o : include/video.hpp |
---|
447 | .//debug/xwdread.o : include/mouse.hpp |
---|
448 | .//debug/xwdread.o : include/macs.hpp |
---|
449 | .//debug/xwdread.o : include/sprite.hpp |
---|
450 | .//debug/xwdread.o : include/keys.hpp |
---|
451 | .//debug/xwdread.o : include/event.hpp |
---|
452 | .//debug/xwdread.o : include/system.h |
---|
453 | .//debug/xwdread.o : include/jmalloc.hpp |
---|
454 | .//debug/xwdread.o : include/specs.hpp |
---|
455 | .//debug/xwdread.o : include/palette.hpp |
---|
456 | .//debug/xwdread.o : include/linked.hpp |
---|
457 | .//debug/xwdread.o : include/image.hpp |
---|
458 | .//debug/xwdread.o : include/filter.hpp |
---|
459 | .//debug/fonts.o : fonts.c |
---|
460 | g++ -c -o .//debug/fonts.o fonts.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
461 | |
---|
462 | .//debug/fonts.o : include/filter.hpp |
---|
463 | .//debug/fonts.o : include/macs.hpp |
---|
464 | .//debug/fonts.o : include/timage.hpp |
---|
465 | .//debug/fonts.o : include/system.h |
---|
466 | .//debug/fonts.o : include/jmalloc.hpp |
---|
467 | .//debug/fonts.o : include/specs.hpp |
---|
468 | .//debug/fonts.o : include/palette.hpp |
---|
469 | .//debug/fonts.o : include/linked.hpp |
---|
470 | .//debug/fonts.o : include/image.hpp |
---|
471 | .//debug/fonts.o : include/fonts.hpp |
---|
472 | .//debug/decoder.o : decoder.c |
---|
473 | g++ -c -o .//debug/decoder.o decoder.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
474 | |
---|
475 | .//debug/decoder.o : include/macs.hpp |
---|
476 | .//debug/decoder.o : include/system.h |
---|
477 | .//debug/decoder.o : include/jmalloc.hpp |
---|
478 | .//debug/decoder.o : include/specs.hpp |
---|
479 | .//debug/decoder.o : include/palette.hpp |
---|
480 | .//debug/decoder.o : include/linked.hpp |
---|
481 | .//debug/decoder.o : include/image.hpp |
---|
482 | .//debug/decoder.o : include/errs.h |
---|
483 | .//debug/loader.o : loader.c |
---|
484 | g++ -c -o .//debug/loader.o loader.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
485 | |
---|
486 | .//debug/loader.o : include/lbmread.hpp |
---|
487 | .//debug/loader.o : include/pcxread.hpp |
---|
488 | .//debug/loader.o : include/glread.hpp |
---|
489 | .//debug/loader.o : include/xwdread.hpp |
---|
490 | .//debug/loader.o : include/ppmread.hpp |
---|
491 | .//debug/loader.o : include/mdlread.hpp |
---|
492 | .//debug/loader.o : include/filter.hpp |
---|
493 | .//debug/loader.o : include/macs.hpp |
---|
494 | .//debug/loader.o : include/image24.hpp |
---|
495 | .//debug/loader.o : include/system.h |
---|
496 | .//debug/loader.o : include/jmalloc.hpp |
---|
497 | .//debug/loader.o : include/specs.hpp |
---|
498 | .//debug/loader.o : include/palette.hpp |
---|
499 | .//debug/loader.o : include/linked.hpp |
---|
500 | .//debug/loader.o : include/image.hpp |
---|
501 | .//debug/loader.o : include/loader.hpp |
---|
502 | .//debug/glread.o : glread.c |
---|
503 | g++ -c -o .//debug/glread.o glread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
504 | |
---|
505 | .//debug/glread.o : include/video.hpp |
---|
506 | .//debug/glread.o : include/jmalloc.hpp |
---|
507 | .//debug/glread.o : include/specs.hpp |
---|
508 | .//debug/glread.o : include/palette.hpp |
---|
509 | .//debug/glread.o : include/linked.hpp |
---|
510 | .//debug/glread.o : include/image.hpp |
---|
511 | .//debug/glread.o : include/system.h |
---|
512 | .//debug/glread.o : include/macs.hpp |
---|
513 | .//debug/texture.o : texture.c |
---|
514 | g++ -c -o .//debug/texture.o texture.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
515 | |
---|
516 | .//debug/texture.o : include/mouse.hpp |
---|
517 | .//debug/texture.o : include/sprite.hpp |
---|
518 | .//debug/texture.o : include/keys.hpp |
---|
519 | .//debug/texture.o : include/event.hpp |
---|
520 | .//debug/texture.o : include/macs.hpp |
---|
521 | .//debug/texture.o : include/video.hpp |
---|
522 | .//debug/texture.o : include/system.h |
---|
523 | .//debug/texture.o : include/jmalloc.hpp |
---|
524 | .//debug/texture.o : include/specs.hpp |
---|
525 | .//debug/texture.o : include/palette.hpp |
---|
526 | .//debug/texture.o : include/linked.hpp |
---|
527 | .//debug/texture.o : include/image.hpp |
---|
528 | .//debug/specs.o : specs.c |
---|
529 | g++ -c -o .//debug/specs.o specs.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
530 | |
---|
531 | .//debug/specs.o : include/dprint.hpp |
---|
532 | .//debug/specs.o : include/system.h |
---|
533 | .//debug/specs.o : include/jmalloc.hpp |
---|
534 | .//debug/specs.o : include/specs.hpp |
---|
535 | .//debug/specs.o : include/palette.hpp |
---|
536 | .//debug/specs.o : include/linked.hpp |
---|
537 | .//debug/specs.o : include/image.hpp |
---|
538 | .//debug/supmorph.o : supmorph.c |
---|
539 | g++ -c -o .//debug/supmorph.o supmorph.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
540 | |
---|
541 | .//debug/supmorph.o : include/jrand.hpp |
---|
542 | .//debug/supmorph.o : include/video.hpp |
---|
543 | .//debug/supmorph.o : include/timing.hpp |
---|
544 | .//debug/supmorph.o : include/filter.hpp |
---|
545 | .//debug/supmorph.o : include/macs.hpp |
---|
546 | .//debug/supmorph.o : include/system.h |
---|
547 | .//debug/supmorph.o : include/specs.hpp |
---|
548 | .//debug/supmorph.o : include/palette.hpp |
---|
549 | .//debug/supmorph.o : include/linked.hpp |
---|
550 | .//debug/supmorph.o : include/image.hpp |
---|
551 | .//debug/supmorph.o : include/timage.hpp |
---|
552 | .//debug/supmorph.o : include/jmalloc.hpp |
---|
553 | .//debug/supmorph.o : include/supmorph.hpp |
---|
554 | .//debug/image24.o : image24.c |
---|
555 | g++ -c -o .//debug/image24.o image24.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
556 | |
---|
557 | .//debug/image24.o : include/image.hpp |
---|
558 | .//debug/image24.o : include/filter.hpp |
---|
559 | .//debug/image24.o : include/macs.hpp |
---|
560 | .//debug/image24.o : include/system.h |
---|
561 | .//debug/image24.o : include/jmalloc.hpp |
---|
562 | .//debug/image24.o : include/specs.hpp |
---|
563 | .//debug/image24.o : include/linked.hpp |
---|
564 | .//debug/image24.o : include/palette.hpp |
---|
565 | .//debug/image24.o : include/image24.hpp |
---|
566 | .//debug/pcxread.o : pcxread.c |
---|
567 | g++ -c -o .//debug/pcxread.o pcxread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
568 | |
---|
569 | .//debug/pcxread.o : include/filter.hpp |
---|
570 | .//debug/pcxread.o : include/macs.hpp |
---|
571 | .//debug/pcxread.o : include/image24.hpp |
---|
572 | .//debug/pcxread.o : include/system.h |
---|
573 | .//debug/pcxread.o : include/jmalloc.hpp |
---|
574 | .//debug/pcxread.o : include/specs.hpp |
---|
575 | .//debug/pcxread.o : include/palette.hpp |
---|
576 | .//debug/pcxread.o : include/linked.hpp |
---|
577 | .//debug/pcxread.o : include/image.hpp |
---|
578 | .//debug/pcxread.o : include/pcxread.hpp |
---|
579 | .//debug/timage.o : timage.c |
---|
580 | g++ -c -o .//debug/timage.o timage.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
581 | |
---|
582 | .//debug/timage.o : include/filter.hpp |
---|
583 | .//debug/timage.o : include/macs.hpp |
---|
584 | .//debug/timage.o : include/system.h |
---|
585 | .//debug/timage.o : include/jmalloc.hpp |
---|
586 | .//debug/timage.o : include/specs.hpp |
---|
587 | .//debug/timage.o : include/palette.hpp |
---|
588 | .//debug/timage.o : include/linked.hpp |
---|
589 | .//debug/timage.o : include/image.hpp |
---|
590 | .//debug/timage.o : include/timage.hpp |
---|
591 | .//debug/jmalloc.o : jmalloc.c |
---|
592 | g++ -c -o .//debug/jmalloc.o jmalloc.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
593 | |
---|
594 | .//debug/jmalloc.o : include/jmalloc.hpp |
---|
595 | .//debug/jmalloc.o : include/system.h |
---|
596 | .//debug/jmalloc.o : include/macs.hpp |
---|
597 | .//debug/jmalloc.o : include/doscall.hpp |
---|
598 | .//debug/jrand.o : jrand.c |
---|
599 | g++ -c -o .//debug/jrand.o jrand.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
600 | |
---|
601 | .//debug/jrand.o : include/jrand.hpp |
---|
602 | .//debug/lbmread.o : lbmread.c |
---|
603 | g++ -c -o .//debug/lbmread.o lbmread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
604 | |
---|
605 | .//debug/lbmread.o : include/system.h |
---|
606 | .//debug/lbmread.o : include/jmalloc.hpp |
---|
607 | .//debug/lbmread.o : include/specs.hpp |
---|
608 | .//debug/lbmread.o : include/palette.hpp |
---|
609 | .//debug/lbmread.o : include/linked.hpp |
---|
610 | .//debug/lbmread.o : include/image.hpp |
---|
611 | .//debug/lbmread.o : include/lbmread.hpp |
---|
612 | .//debug/keys.o : keys.c |
---|
613 | g++ -c -o .//debug/keys.o keys.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
614 | |
---|
615 | .//debug/keys.o : include/keys.hpp |
---|
616 | .//debug/dprint.o : dprint.c |
---|
617 | g++ -c -o .//debug/dprint.o dprint.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
618 | |
---|
619 | .//debug/dprint.o : include/system.h |
---|
620 | .//debug/dprint.o : include/macs.hpp |
---|
621 | .//debug/status.o : status.c |
---|
622 | g++ -c -o .//debug/status.o status.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
623 | |
---|
624 | .//debug/status.o : include/dprint.hpp |
---|
625 | .//debug/status.o : include/timage.hpp |
---|
626 | .//debug/status.o : include/fonts.hpp |
---|
627 | .//debug/status.o : include/filter.hpp |
---|
628 | .//debug/status.o : include/mouse.hpp |
---|
629 | .//debug/status.o : include/sprite.hpp |
---|
630 | .//debug/status.o : include/keys.hpp |
---|
631 | .//debug/status.o : include/event.hpp |
---|
632 | .//debug/status.o : include/jmalloc.hpp |
---|
633 | .//debug/status.o : include/specs.hpp |
---|
634 | .//debug/status.o : include/palette.hpp |
---|
635 | .//debug/status.o : include/linked.hpp |
---|
636 | .//debug/status.o : include/image.hpp |
---|
637 | .//debug/status.o : include/video.hpp |
---|
638 | .//debug/status.o : include/jwindow.hpp |
---|
639 | .//debug/status.o : include/visobj.hpp |
---|
640 | .//debug/status.o : include/status.hpp |
---|
641 | .//debug/status.o : include/system.h |
---|
642 | .//debug/status.o : include/macs.hpp |
---|
643 | .//debug/visobj.o : visobj.c |
---|
644 | g++ -c -o .//debug/visobj.o visobj.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
645 | |
---|
646 | .//debug/visobj.o : include/timage.hpp |
---|
647 | .//debug/visobj.o : include/fonts.hpp |
---|
648 | .//debug/visobj.o : include/filter.hpp |
---|
649 | .//debug/visobj.o : include/mouse.hpp |
---|
650 | .//debug/visobj.o : include/macs.hpp |
---|
651 | .//debug/visobj.o : include/sprite.hpp |
---|
652 | .//debug/visobj.o : include/keys.hpp |
---|
653 | .//debug/visobj.o : include/event.hpp |
---|
654 | .//debug/visobj.o : include/jmalloc.hpp |
---|
655 | .//debug/visobj.o : include/specs.hpp |
---|
656 | .//debug/visobj.o : include/palette.hpp |
---|
657 | .//debug/visobj.o : include/linked.hpp |
---|
658 | .//debug/visobj.o : include/image.hpp |
---|
659 | .//debug/visobj.o : include/system.h |
---|
660 | .//debug/visobj.o : include/video.hpp |
---|
661 | .//debug/visobj.o : include/jwindow.hpp |
---|
662 | .//debug/visobj.o : include/visobj.hpp |
---|
663 | |
---|
664 | SGI_image_o_files = \ |
---|
665 | .//opt/filter.o \ |
---|
666 | .//opt/gifread.o \ |
---|
667 | .//opt/globals.o \ |
---|
668 | .//opt/image.o \ |
---|
669 | .//opt/linked.o \ |
---|
670 | .//opt/input.o \ |
---|
671 | .//opt/mdlread.o \ |
---|
672 | .//opt/palette.o \ |
---|
673 | .//opt/ppmread.o \ |
---|
674 | .//opt/sprite.o \ |
---|
675 | .//opt/include.o \ |
---|
676 | .//opt/xwdread.o \ |
---|
677 | .//opt/fonts.o \ |
---|
678 | .//opt/decoder.o \ |
---|
679 | .//opt/loader.o \ |
---|
680 | .//opt/glread.o \ |
---|
681 | .//opt/texture.o \ |
---|
682 | .//opt/specs.o \ |
---|
683 | .//opt/supmorph.o \ |
---|
684 | .//opt/image24.o \ |
---|
685 | .//opt/pcxread.o \ |
---|
686 | .//opt/timage.o \ |
---|
687 | .//opt/jmalloc.o \ |
---|
688 | .//opt/jrand.o \ |
---|
689 | .//opt/lbmread.o \ |
---|
690 | .//opt/keys.o \ |
---|
691 | .//opt/dprint.o \ |
---|
692 | .//opt/status.o \ |
---|
693 | .//opt/visobj.o |
---|
694 | |
---|
695 | SGI_gui_o_files = \ |
---|
696 | .//opt/pmenu.o \ |
---|
697 | .//opt/scroller.o \ |
---|
698 | .//opt/filesel.o \ |
---|
699 | .//opt/tools.o \ |
---|
700 | .//opt/guistat.o |
---|
701 | |
---|
702 | SGI_dir_o_files = \ |
---|
703 | port/unix//opt/jdir.o |
---|
704 | |
---|
705 | SGI_winman_o_files = \ |
---|
706 | port/x11//opt/video.o \ |
---|
707 | port/x11//opt/mouse.o \ |
---|
708 | port/x11//opt/event.o \ |
---|
709 | .//opt/jwindow.o |
---|
710 | |
---|
711 | SGI_time_o_files = \ |
---|
712 | port/sgi//opt/timing.o |
---|
713 | |
---|
714 | .//opt/time.a : $(SGI_time_o_files) |
---|
715 | ar ruvs .//opt/time.a\ |
---|
716 | port/sgi//opt/timing.o |
---|
717 | |
---|
718 | port/sgi//opt/timing.o : port/sgi/timing.c |
---|
719 | g++ -c -o port/sgi//opt/timing.o port/sgi/timing.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
720 | |
---|
721 | port/sgi//opt/timing.o : include/timing.hpp |
---|
722 | |
---|
723 | .//opt/winman.a : $(SGI_winman_o_files) |
---|
724 | ar ruvs .//opt/winman.a\ |
---|
725 | port/x11//opt/video.o \ |
---|
726 | port/x11//opt/mouse.o \ |
---|
727 | port/x11//opt/event.o \ |
---|
728 | .//opt/jwindow.o |
---|
729 | |
---|
730 | port/x11//opt/video.o : port/x11/video.c |
---|
731 | g++ -c -o port/x11//opt/video.o port/x11/video.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
732 | |
---|
733 | port/x11//opt/video.o : include/bitmap.h |
---|
734 | port/x11//opt/video.o : include/macs.hpp |
---|
735 | port/x11//opt/video.o : include/xinclude.h |
---|
736 | port/x11//opt/video.o : include/dos.h |
---|
737 | port/x11//opt/video.o : include/video.hpp |
---|
738 | port/x11//opt/video.o : include/globals.hpp |
---|
739 | port/x11//opt/video.o : include/system.h |
---|
740 | port/x11//opt/video.o : include/jmalloc.hpp |
---|
741 | port/x11//opt/video.o : include/specs.hpp |
---|
742 | port/x11//opt/video.o : include/palette.hpp |
---|
743 | port/x11//opt/video.o : include/linked.hpp |
---|
744 | port/x11//opt/video.o : include/image.hpp |
---|
745 | port/x11//opt/video.o : include/filter.hpp |
---|
746 | port/x11//opt/mouse.o : port/x11/mouse.c |
---|
747 | g++ -c -o port/x11//opt/mouse.o port/x11/mouse.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
748 | |
---|
749 | port/x11//opt/mouse.o : include/xinclude.h |
---|
750 | port/x11//opt/mouse.o : include/mouse.hpp |
---|
751 | port/x11//opt/mouse.o : include/monoprnt.hpp |
---|
752 | port/x11//opt/mouse.o : include/mdlread.hpp |
---|
753 | port/x11//opt/mouse.o : include/filter.hpp |
---|
754 | port/x11//opt/mouse.o : include/macs.hpp |
---|
755 | port/x11//opt/mouse.o : include/sprite.hpp |
---|
756 | port/x11//opt/mouse.o : include/jmalloc.hpp |
---|
757 | port/x11//opt/mouse.o : include/specs.hpp |
---|
758 | port/x11//opt/mouse.o : include/palette.hpp |
---|
759 | port/x11//opt/mouse.o : include/linked.hpp |
---|
760 | port/x11//opt/mouse.o : include/image.hpp |
---|
761 | port/x11//opt/mouse.o : include/system.h |
---|
762 | port/x11//opt/mouse.o : include/video.hpp |
---|
763 | port/x11//opt/event.o : port/x11/event.c |
---|
764 | g++ -c -o port/x11//opt/event.o port/x11/event.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
765 | |
---|
766 | port/x11//opt/event.o : include/keys.hpp |
---|
767 | port/x11//opt/event.o : include/event.hpp |
---|
768 | port/x11//opt/event.o : include/sprite.hpp |
---|
769 | port/x11//opt/event.o : include/mouse.hpp |
---|
770 | port/x11//opt/event.o : include/macs.hpp |
---|
771 | port/x11//opt/event.o : include/gifread.hpp |
---|
772 | port/x11//opt/event.o : include/video.hpp |
---|
773 | port/x11//opt/event.o : include/mdlread.hpp |
---|
774 | port/x11//opt/event.o : include/jmalloc.hpp |
---|
775 | port/x11//opt/event.o : include/specs.hpp |
---|
776 | port/x11//opt/event.o : include/palette.hpp |
---|
777 | port/x11//opt/event.o : include/linked.hpp |
---|
778 | port/x11//opt/event.o : include/image.hpp |
---|
779 | port/x11//opt/event.o : include/xinclude.h |
---|
780 | port/x11//opt/event.o : include/system.h |
---|
781 | .//opt/jwindow.o : jwindow.c |
---|
782 | g++ -c -o .//opt/jwindow.o jwindow.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
783 | |
---|
784 | .//opt/jwindow.o : include/timage.hpp |
---|
785 | .//opt/jwindow.o : include/fonts.hpp |
---|
786 | .//opt/jwindow.o : include/jwindow.hpp |
---|
787 | .//opt/jwindow.o : include/filter.hpp |
---|
788 | .//opt/jwindow.o : include/mouse.hpp |
---|
789 | .//opt/jwindow.o : include/macs.hpp |
---|
790 | .//opt/jwindow.o : include/sprite.hpp |
---|
791 | .//opt/jwindow.o : include/keys.hpp |
---|
792 | .//opt/jwindow.o : include/event.hpp |
---|
793 | .//opt/jwindow.o : include/jmalloc.hpp |
---|
794 | .//opt/jwindow.o : include/specs.hpp |
---|
795 | .//opt/jwindow.o : include/palette.hpp |
---|
796 | .//opt/jwindow.o : include/linked.hpp |
---|
797 | .//opt/jwindow.o : include/image.hpp |
---|
798 | .//opt/jwindow.o : include/system.h |
---|
799 | .//opt/jwindow.o : include/video.hpp |
---|
800 | |
---|
801 | .//opt/dir.a : $(SGI_dir_o_files) |
---|
802 | ar ruvs .//opt/dir.a\ |
---|
803 | port/unix//opt/jdir.o |
---|
804 | |
---|
805 | port/unix//opt/jdir.o : port/unix/jdir.c |
---|
806 | g++ -c -o port/unix//opt/jdir.o port/unix/jdir.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
807 | |
---|
808 | port/unix//opt/jdir.o : include/jmalloc.hpp |
---|
809 | |
---|
810 | .//opt/gui.a : $(SGI_gui_o_files) |
---|
811 | ar ruvs .//opt/gui.a\ |
---|
812 | .//opt/pmenu.o \ |
---|
813 | .//opt/scroller.o \ |
---|
814 | .//opt/filesel.o \ |
---|
815 | .//opt/tools.o \ |
---|
816 | .//opt/guistat.o |
---|
817 | |
---|
818 | .//opt/pmenu.o : pmenu.c |
---|
819 | g++ -c -o .//opt/pmenu.o pmenu.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
820 | |
---|
821 | .//opt/pmenu.o : include/timage.hpp |
---|
822 | .//opt/pmenu.o : include/fonts.hpp |
---|
823 | .//opt/pmenu.o : include/filter.hpp |
---|
824 | .//opt/pmenu.o : include/mouse.hpp |
---|
825 | .//opt/pmenu.o : include/macs.hpp |
---|
826 | .//opt/pmenu.o : include/sprite.hpp |
---|
827 | .//opt/pmenu.o : include/keys.hpp |
---|
828 | .//opt/pmenu.o : include/event.hpp |
---|
829 | .//opt/pmenu.o : include/specs.hpp |
---|
830 | .//opt/pmenu.o : include/palette.hpp |
---|
831 | .//opt/pmenu.o : include/linked.hpp |
---|
832 | .//opt/pmenu.o : include/image.hpp |
---|
833 | .//opt/pmenu.o : include/system.h |
---|
834 | .//opt/pmenu.o : include/video.hpp |
---|
835 | .//opt/pmenu.o : include/jwindow.hpp |
---|
836 | .//opt/pmenu.o : include/input.hpp |
---|
837 | .//opt/pmenu.o : include/jmalloc.hpp |
---|
838 | .//opt/pmenu.o : include/pmenu.hpp |
---|
839 | .//opt/scroller.o : scroller.c |
---|
840 | g++ -c -o .//opt/scroller.o scroller.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
841 | |
---|
842 | .//opt/scroller.o : include/timage.hpp |
---|
843 | .//opt/scroller.o : include/fonts.hpp |
---|
844 | .//opt/scroller.o : include/filter.hpp |
---|
845 | .//opt/scroller.o : include/mouse.hpp |
---|
846 | .//opt/scroller.o : include/macs.hpp |
---|
847 | .//opt/scroller.o : include/sprite.hpp |
---|
848 | .//opt/scroller.o : include/keys.hpp |
---|
849 | .//opt/scroller.o : include/event.hpp |
---|
850 | .//opt/scroller.o : include/jmalloc.hpp |
---|
851 | .//opt/scroller.o : include/specs.hpp |
---|
852 | .//opt/scroller.o : include/palette.hpp |
---|
853 | .//opt/scroller.o : include/linked.hpp |
---|
854 | .//opt/scroller.o : include/image.hpp |
---|
855 | .//opt/scroller.o : include/system.h |
---|
856 | .//opt/scroller.o : include/video.hpp |
---|
857 | .//opt/scroller.o : include/jwindow.hpp |
---|
858 | .//opt/scroller.o : include/input.hpp |
---|
859 | .//opt/scroller.o : include/scroller.hpp |
---|
860 | .//opt/filesel.o : filesel.c |
---|
861 | g++ -c -o .//opt/filesel.o filesel.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
862 | |
---|
863 | .//opt/filesel.o : include/jdir.hpp |
---|
864 | .//opt/filesel.o : include/scroller.hpp |
---|
865 | .//opt/filesel.o : include/input.hpp |
---|
866 | .//opt/filesel.o : include/timage.hpp |
---|
867 | .//opt/filesel.o : include/fonts.hpp |
---|
868 | .//opt/filesel.o : include/filter.hpp |
---|
869 | .//opt/filesel.o : include/mouse.hpp |
---|
870 | .//opt/filesel.o : include/macs.hpp |
---|
871 | .//opt/filesel.o : include/sprite.hpp |
---|
872 | .//opt/filesel.o : include/keys.hpp |
---|
873 | .//opt/filesel.o : include/event.hpp |
---|
874 | .//opt/filesel.o : include/jmalloc.hpp |
---|
875 | .//opt/filesel.o : include/specs.hpp |
---|
876 | .//opt/filesel.o : include/palette.hpp |
---|
877 | .//opt/filesel.o : include/linked.hpp |
---|
878 | .//opt/filesel.o : include/image.hpp |
---|
879 | .//opt/filesel.o : include/system.h |
---|
880 | .//opt/filesel.o : include/video.hpp |
---|
881 | .//opt/filesel.o : include/jwindow.hpp |
---|
882 | .//opt/filesel.o : include/filesel.hpp |
---|
883 | .//opt/tools.o : tools.c |
---|
884 | g++ -c -o .//opt/tools.o tools.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
885 | |
---|
886 | .//opt/tools.o : include/visobj.hpp |
---|
887 | .//opt/tools.o : include/scroller.hpp |
---|
888 | .//opt/tools.o : include/input.hpp |
---|
889 | .//opt/tools.o : include/timage.hpp |
---|
890 | .//opt/tools.o : include/fonts.hpp |
---|
891 | .//opt/tools.o : include/filter.hpp |
---|
892 | .//opt/tools.o : include/mouse.hpp |
---|
893 | .//opt/tools.o : include/macs.hpp |
---|
894 | .//opt/tools.o : include/sprite.hpp |
---|
895 | .//opt/tools.o : include/keys.hpp |
---|
896 | .//opt/tools.o : include/event.hpp |
---|
897 | .//opt/tools.o : include/jmalloc.hpp |
---|
898 | .//opt/tools.o : include/specs.hpp |
---|
899 | .//opt/tools.o : include/palette.hpp |
---|
900 | .//opt/tools.o : include/linked.hpp |
---|
901 | .//opt/tools.o : include/image.hpp |
---|
902 | .//opt/tools.o : include/system.h |
---|
903 | .//opt/tools.o : include/video.hpp |
---|
904 | .//opt/tools.o : include/jwindow.hpp |
---|
905 | .//opt/tools.o : include/tools.hpp |
---|
906 | .//opt/guistat.o : guistat.c |
---|
907 | g++ -c -o .//opt/guistat.o guistat.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
908 | |
---|
909 | .//opt/guistat.o : include/guistat.hpp |
---|
910 | .//opt/guistat.o : include/timing.hpp |
---|
911 | .//opt/guistat.o : include/timage.hpp |
---|
912 | .//opt/guistat.o : include/fonts.hpp |
---|
913 | .//opt/guistat.o : include/filter.hpp |
---|
914 | .//opt/guistat.o : include/mouse.hpp |
---|
915 | .//opt/guistat.o : include/macs.hpp |
---|
916 | .//opt/guistat.o : include/sprite.hpp |
---|
917 | .//opt/guistat.o : include/keys.hpp |
---|
918 | .//opt/guistat.o : include/event.hpp |
---|
919 | .//opt/guistat.o : include/jmalloc.hpp |
---|
920 | .//opt/guistat.o : include/specs.hpp |
---|
921 | .//opt/guistat.o : include/palette.hpp |
---|
922 | .//opt/guistat.o : include/linked.hpp |
---|
923 | .//opt/guistat.o : include/image.hpp |
---|
924 | .//opt/guistat.o : include/system.h |
---|
925 | .//opt/guistat.o : include/video.hpp |
---|
926 | .//opt/guistat.o : include/jwindow.hpp |
---|
927 | .//opt/guistat.o : include/visobj.hpp |
---|
928 | .//opt/guistat.o : include/status.hpp |
---|
929 | |
---|
930 | .//opt/image.a : $(SGI_image_o_files) |
---|
931 | ar ruvs .//opt/image.a\ |
---|
932 | .//opt/filter.o \ |
---|
933 | .//opt/gifread.o \ |
---|
934 | .//opt/globals.o \ |
---|
935 | .//opt/image.o \ |
---|
936 | .//opt/linked.o \ |
---|
937 | .//opt/input.o \ |
---|
938 | .//opt/mdlread.o \ |
---|
939 | .//opt/palette.o \ |
---|
940 | .//opt/ppmread.o \ |
---|
941 | .//opt/sprite.o \ |
---|
942 | .//opt/include.o \ |
---|
943 | .//opt/xwdread.o \ |
---|
944 | .//opt/fonts.o \ |
---|
945 | .//opt/decoder.o \ |
---|
946 | .//opt/loader.o \ |
---|
947 | .//opt/glread.o \ |
---|
948 | .//opt/texture.o \ |
---|
949 | .//opt/specs.o \ |
---|
950 | .//opt/supmorph.o \ |
---|
951 | .//opt/image24.o \ |
---|
952 | .//opt/pcxread.o \ |
---|
953 | .//opt/timage.o \ |
---|
954 | .//opt/jmalloc.o \ |
---|
955 | .//opt/jrand.o \ |
---|
956 | .//opt/lbmread.o \ |
---|
957 | .//opt/keys.o \ |
---|
958 | .//opt/dprint.o \ |
---|
959 | .//opt/status.o \ |
---|
960 | .//opt/visobj.o |
---|
961 | |
---|
962 | .//opt/filter.o : filter.c |
---|
963 | g++ -c -o .//opt/filter.o filter.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
964 | |
---|
965 | .//opt/filter.o : include/filter.hpp |
---|
966 | .//opt/filter.o : include/macs.hpp |
---|
967 | .//opt/filter.o : include/system.h |
---|
968 | .//opt/filter.o : include/jmalloc.hpp |
---|
969 | .//opt/filter.o : include/specs.hpp |
---|
970 | .//opt/filter.o : include/palette.hpp |
---|
971 | .//opt/filter.o : include/linked.hpp |
---|
972 | .//opt/filter.o : include/image.hpp |
---|
973 | .//opt/gifread.o : gifread.c |
---|
974 | g++ -c -o .//opt/gifread.o gifread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
975 | |
---|
976 | .//opt/gifread.o : include/macs.hpp |
---|
977 | .//opt/gifread.o : include/dir.h |
---|
978 | .//opt/gifread.o : include/dos.h |
---|
979 | .//opt/gifread.o : include/std.h |
---|
980 | .//opt/gifread.o : include/gifdecod.hpp |
---|
981 | .//opt/gifread.o : include/video.hpp |
---|
982 | .//opt/gifread.o : include/system.h |
---|
983 | .//opt/gifread.o : include/jmalloc.hpp |
---|
984 | .//opt/gifread.o : include/specs.hpp |
---|
985 | .//opt/gifread.o : include/palette.hpp |
---|
986 | .//opt/gifread.o : include/linked.hpp |
---|
987 | .//opt/gifread.o : include/image.hpp |
---|
988 | .//opt/gifread.o : include/gifread.hpp |
---|
989 | .//opt/globals.o : globals.c |
---|
990 | g++ -c -o .//opt/globals.o globals.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
991 | |
---|
992 | .//opt/globals.o : globals.c |
---|
993 | .//opt/image.o : image.c |
---|
994 | g++ -c -o .//opt/image.o image.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
995 | |
---|
996 | .//opt/image.o : include/exitproc.hpp |
---|
997 | .//opt/image.o : include/dos.h |
---|
998 | .//opt/image.o : include/macs.hpp |
---|
999 | .//opt/image.o : include/jmalloc.hpp |
---|
1000 | .//opt/image.o : include/specs.hpp |
---|
1001 | .//opt/image.o : include/palette.hpp |
---|
1002 | .//opt/image.o : include/image.hpp |
---|
1003 | .//opt/image.o : include/linked.hpp |
---|
1004 | .//opt/image.o : include/system.h |
---|
1005 | .//opt/image.o : include/emm.hpp |
---|
1006 | .//opt/linked.o : linked.c |
---|
1007 | g++ -c -o .//opt/linked.o linked.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1008 | |
---|
1009 | .//opt/linked.o : include/linked.hpp |
---|
1010 | .//opt/input.o : input.c |
---|
1011 | g++ -c -o .//opt/input.o input.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1012 | |
---|
1013 | .//opt/input.o : include/timage.hpp |
---|
1014 | .//opt/input.o : include/fonts.hpp |
---|
1015 | .//opt/input.o : include/filter.hpp |
---|
1016 | .//opt/input.o : include/mouse.hpp |
---|
1017 | .//opt/input.o : include/macs.hpp |
---|
1018 | .//opt/input.o : include/sprite.hpp |
---|
1019 | .//opt/input.o : include/keys.hpp |
---|
1020 | .//opt/input.o : include/event.hpp |
---|
1021 | .//opt/input.o : include/jmalloc.hpp |
---|
1022 | .//opt/input.o : include/specs.hpp |
---|
1023 | .//opt/input.o : include/palette.hpp |
---|
1024 | .//opt/input.o : include/linked.hpp |
---|
1025 | .//opt/input.o : include/image.hpp |
---|
1026 | .//opt/input.o : include/system.h |
---|
1027 | .//opt/input.o : include/video.hpp |
---|
1028 | .//opt/input.o : include/jwindow.hpp |
---|
1029 | .//opt/input.o : include/input.hpp |
---|
1030 | .//opt/mdlread.o : mdlread.c |
---|
1031 | g++ -c -o .//opt/mdlread.o mdlread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1032 | |
---|
1033 | .//opt/mdlread.o : include/macs.hpp |
---|
1034 | .//opt/mdlread.o : include/image.hpp |
---|
1035 | .//opt/mdlread.o : include/system.h |
---|
1036 | .//opt/mdlread.o : include/jmalloc.hpp |
---|
1037 | .//opt/mdlread.o : include/specs.hpp |
---|
1038 | .//opt/mdlread.o : include/linked.hpp |
---|
1039 | .//opt/mdlread.o : include/palette.hpp |
---|
1040 | .//opt/mdlread.o : include/mdlread.hpp |
---|
1041 | .//opt/palette.o : palette.c |
---|
1042 | g++ -c -o .//opt/palette.o palette.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1043 | |
---|
1044 | .//opt/palette.o : include/filter.hpp |
---|
1045 | .//opt/palette.o : include/video.hpp |
---|
1046 | .//opt/palette.o : include/dos.h |
---|
1047 | .//opt/palette.o : include/macs.hpp |
---|
1048 | .//opt/palette.o : include/image.hpp |
---|
1049 | .//opt/palette.o : include/system.h |
---|
1050 | .//opt/palette.o : include/jmalloc.hpp |
---|
1051 | .//opt/palette.o : include/specs.hpp |
---|
1052 | .//opt/palette.o : include/linked.hpp |
---|
1053 | .//opt/palette.o : include/palette.hpp |
---|
1054 | .//opt/ppmread.o : ppmread.c |
---|
1055 | g++ -c -o .//opt/ppmread.o ppmread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1056 | |
---|
1057 | .//opt/ppmread.o : include/ppmread.hpp |
---|
1058 | .//opt/ppmread.o : include/macs.hpp |
---|
1059 | .//opt/ppmread.o : include/system.h |
---|
1060 | .//opt/ppmread.o : include/jmalloc.hpp |
---|
1061 | .//opt/ppmread.o : include/specs.hpp |
---|
1062 | .//opt/ppmread.o : include/palette.hpp |
---|
1063 | .//opt/ppmread.o : include/linked.hpp |
---|
1064 | .//opt/ppmread.o : include/image.hpp |
---|
1065 | .//opt/sprite.o : sprite.c |
---|
1066 | g++ -c -o .//opt/sprite.o sprite.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1067 | |
---|
1068 | .//opt/sprite.o : include/sprite.hpp |
---|
1069 | .//opt/sprite.o : include/emm.hpp |
---|
1070 | .//opt/sprite.o : include/ppmread.hpp |
---|
1071 | .//opt/sprite.o : include/gifread.hpp |
---|
1072 | .//opt/sprite.o : include/glread.hpp |
---|
1073 | .//opt/sprite.o : include/video.hpp |
---|
1074 | .//opt/sprite.o : include/image.hpp |
---|
1075 | .//opt/sprite.o : include/jmalloc.hpp |
---|
1076 | .//opt/sprite.o : include/specs.hpp |
---|
1077 | .//opt/sprite.o : include/linked.hpp |
---|
1078 | .//opt/sprite.o : include/palette.hpp |
---|
1079 | .//opt/sprite.o : include/mdlread.hpp |
---|
1080 | .//opt/sprite.o : include/system.h |
---|
1081 | .//opt/sprite.o : include/macs.hpp |
---|
1082 | .//opt/include.o : include.c |
---|
1083 | g++ -c -o .//opt/include.o include.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1084 | |
---|
1085 | .//opt/include.o : include/system.h |
---|
1086 | .//opt/include.o : include/jmalloc.hpp |
---|
1087 | .//opt/include.o : include/specs.hpp |
---|
1088 | .//opt/include.o : include/palette.hpp |
---|
1089 | .//opt/include.o : include/linked.hpp |
---|
1090 | .//opt/include.o : include/image.hpp |
---|
1091 | .//opt/include.o : include/include.hpp |
---|
1092 | .//opt/xwdread.o : xwdread.c |
---|
1093 | g++ -c -o .//opt/xwdread.o xwdread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1094 | |
---|
1095 | .//opt/xwdread.o : include/image24.hpp |
---|
1096 | .//opt/xwdread.o : include/main.hpp |
---|
1097 | .//opt/xwdread.o : include/dos.h |
---|
1098 | .//opt/xwdread.o : include/video.hpp |
---|
1099 | .//opt/xwdread.o : include/mouse.hpp |
---|
1100 | .//opt/xwdread.o : include/macs.hpp |
---|
1101 | .//opt/xwdread.o : include/sprite.hpp |
---|
1102 | .//opt/xwdread.o : include/keys.hpp |
---|
1103 | .//opt/xwdread.o : include/event.hpp |
---|
1104 | .//opt/xwdread.o : include/system.h |
---|
1105 | .//opt/xwdread.o : include/jmalloc.hpp |
---|
1106 | .//opt/xwdread.o : include/specs.hpp |
---|
1107 | .//opt/xwdread.o : include/palette.hpp |
---|
1108 | .//opt/xwdread.o : include/linked.hpp |
---|
1109 | .//opt/xwdread.o : include/image.hpp |
---|
1110 | .//opt/xwdread.o : include/filter.hpp |
---|
1111 | .//opt/fonts.o : fonts.c |
---|
1112 | g++ -c -o .//opt/fonts.o fonts.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1113 | |
---|
1114 | .//opt/fonts.o : include/filter.hpp |
---|
1115 | .//opt/fonts.o : include/macs.hpp |
---|
1116 | .//opt/fonts.o : include/timage.hpp |
---|
1117 | .//opt/fonts.o : include/system.h |
---|
1118 | .//opt/fonts.o : include/jmalloc.hpp |
---|
1119 | .//opt/fonts.o : include/specs.hpp |
---|
1120 | .//opt/fonts.o : include/palette.hpp |
---|
1121 | .//opt/fonts.o : include/linked.hpp |
---|
1122 | .//opt/fonts.o : include/image.hpp |
---|
1123 | .//opt/fonts.o : include/fonts.hpp |
---|
1124 | .//opt/decoder.o : decoder.c |
---|
1125 | g++ -c -o .//opt/decoder.o decoder.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1126 | |
---|
1127 | .//opt/decoder.o : include/macs.hpp |
---|
1128 | .//opt/decoder.o : include/system.h |
---|
1129 | .//opt/decoder.o : include/jmalloc.hpp |
---|
1130 | .//opt/decoder.o : include/specs.hpp |
---|
1131 | .//opt/decoder.o : include/palette.hpp |
---|
1132 | .//opt/decoder.o : include/linked.hpp |
---|
1133 | .//opt/decoder.o : include/image.hpp |
---|
1134 | .//opt/decoder.o : include/errs.h |
---|
1135 | .//opt/loader.o : loader.c |
---|
1136 | g++ -c -o .//opt/loader.o loader.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1137 | |
---|
1138 | .//opt/loader.o : include/lbmread.hpp |
---|
1139 | .//opt/loader.o : include/pcxread.hpp |
---|
1140 | .//opt/loader.o : include/glread.hpp |
---|
1141 | .//opt/loader.o : include/xwdread.hpp |
---|
1142 | .//opt/loader.o : include/ppmread.hpp |
---|
1143 | .//opt/loader.o : include/mdlread.hpp |
---|
1144 | .//opt/loader.o : include/filter.hpp |
---|
1145 | .//opt/loader.o : include/macs.hpp |
---|
1146 | .//opt/loader.o : include/image24.hpp |
---|
1147 | .//opt/loader.o : include/system.h |
---|
1148 | .//opt/loader.o : include/jmalloc.hpp |
---|
1149 | .//opt/loader.o : include/specs.hpp |
---|
1150 | .//opt/loader.o : include/palette.hpp |
---|
1151 | .//opt/loader.o : include/linked.hpp |
---|
1152 | .//opt/loader.o : include/image.hpp |
---|
1153 | .//opt/loader.o : include/loader.hpp |
---|
1154 | .//opt/glread.o : glread.c |
---|
1155 | g++ -c -o .//opt/glread.o glread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1156 | |
---|
1157 | .//opt/glread.o : include/video.hpp |
---|
1158 | .//opt/glread.o : include/jmalloc.hpp |
---|
1159 | .//opt/glread.o : include/specs.hpp |
---|
1160 | .//opt/glread.o : include/palette.hpp |
---|
1161 | .//opt/glread.o : include/linked.hpp |
---|
1162 | .//opt/glread.o : include/image.hpp |
---|
1163 | .//opt/glread.o : include/system.h |
---|
1164 | .//opt/glread.o : include/macs.hpp |
---|
1165 | .//opt/texture.o : texture.c |
---|
1166 | g++ -c -o .//opt/texture.o texture.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1167 | |
---|
1168 | .//opt/texture.o : include/mouse.hpp |
---|
1169 | .//opt/texture.o : include/sprite.hpp |
---|
1170 | .//opt/texture.o : include/keys.hpp |
---|
1171 | .//opt/texture.o : include/event.hpp |
---|
1172 | .//opt/texture.o : include/macs.hpp |
---|
1173 | .//opt/texture.o : include/video.hpp |
---|
1174 | .//opt/texture.o : include/system.h |
---|
1175 | .//opt/texture.o : include/jmalloc.hpp |
---|
1176 | .//opt/texture.o : include/specs.hpp |
---|
1177 | .//opt/texture.o : include/palette.hpp |
---|
1178 | .//opt/texture.o : include/linked.hpp |
---|
1179 | .//opt/texture.o : include/image.hpp |
---|
1180 | .//opt/specs.o : specs.c |
---|
1181 | g++ -c -o .//opt/specs.o specs.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1182 | |
---|
1183 | .//opt/specs.o : include/dprint.hpp |
---|
1184 | .//opt/specs.o : include/system.h |
---|
1185 | .//opt/specs.o : include/jmalloc.hpp |
---|
1186 | .//opt/specs.o : include/specs.hpp |
---|
1187 | .//opt/specs.o : include/palette.hpp |
---|
1188 | .//opt/specs.o : include/linked.hpp |
---|
1189 | .//opt/specs.o : include/image.hpp |
---|
1190 | .//opt/supmorph.o : supmorph.c |
---|
1191 | g++ -c -o .//opt/supmorph.o supmorph.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1192 | |
---|
1193 | .//opt/supmorph.o : include/jrand.hpp |
---|
1194 | .//opt/supmorph.o : include/video.hpp |
---|
1195 | .//opt/supmorph.o : include/timing.hpp |
---|
1196 | .//opt/supmorph.o : include/filter.hpp |
---|
1197 | .//opt/supmorph.o : include/macs.hpp |
---|
1198 | .//opt/supmorph.o : include/system.h |
---|
1199 | .//opt/supmorph.o : include/specs.hpp |
---|
1200 | .//opt/supmorph.o : include/palette.hpp |
---|
1201 | .//opt/supmorph.o : include/linked.hpp |
---|
1202 | .//opt/supmorph.o : include/image.hpp |
---|
1203 | .//opt/supmorph.o : include/timage.hpp |
---|
1204 | .//opt/supmorph.o : include/jmalloc.hpp |
---|
1205 | .//opt/supmorph.o : include/supmorph.hpp |
---|
1206 | .//opt/image24.o : image24.c |
---|
1207 | g++ -c -o .//opt/image24.o image24.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1208 | |
---|
1209 | .//opt/image24.o : include/image.hpp |
---|
1210 | .//opt/image24.o : include/filter.hpp |
---|
1211 | .//opt/image24.o : include/macs.hpp |
---|
1212 | .//opt/image24.o : include/system.h |
---|
1213 | .//opt/image24.o : include/jmalloc.hpp |
---|
1214 | .//opt/image24.o : include/specs.hpp |
---|
1215 | .//opt/image24.o : include/linked.hpp |
---|
1216 | .//opt/image24.o : include/palette.hpp |
---|
1217 | .//opt/image24.o : include/image24.hpp |
---|
1218 | .//opt/pcxread.o : pcxread.c |
---|
1219 | g++ -c -o .//opt/pcxread.o pcxread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1220 | |
---|
1221 | .//opt/pcxread.o : include/filter.hpp |
---|
1222 | .//opt/pcxread.o : include/macs.hpp |
---|
1223 | .//opt/pcxread.o : include/image24.hpp |
---|
1224 | .//opt/pcxread.o : include/system.h |
---|
1225 | .//opt/pcxread.o : include/jmalloc.hpp |
---|
1226 | .//opt/pcxread.o : include/specs.hpp |
---|
1227 | .//opt/pcxread.o : include/palette.hpp |
---|
1228 | .//opt/pcxread.o : include/linked.hpp |
---|
1229 | .//opt/pcxread.o : include/image.hpp |
---|
1230 | .//opt/pcxread.o : include/pcxread.hpp |
---|
1231 | .//opt/timage.o : timage.c |
---|
1232 | g++ -c -o .//opt/timage.o timage.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1233 | |
---|
1234 | .//opt/timage.o : include/filter.hpp |
---|
1235 | .//opt/timage.o : include/macs.hpp |
---|
1236 | .//opt/timage.o : include/system.h |
---|
1237 | .//opt/timage.o : include/jmalloc.hpp |
---|
1238 | .//opt/timage.o : include/specs.hpp |
---|
1239 | .//opt/timage.o : include/palette.hpp |
---|
1240 | .//opt/timage.o : include/linked.hpp |
---|
1241 | .//opt/timage.o : include/image.hpp |
---|
1242 | .//opt/timage.o : include/timage.hpp |
---|
1243 | .//opt/jmalloc.o : jmalloc.c |
---|
1244 | g++ -c -o .//opt/jmalloc.o jmalloc.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1245 | |
---|
1246 | .//opt/jmalloc.o : include/jmalloc.hpp |
---|
1247 | .//opt/jmalloc.o : include/system.h |
---|
1248 | .//opt/jmalloc.o : include/macs.hpp |
---|
1249 | .//opt/jmalloc.o : include/doscall.hpp |
---|
1250 | .//opt/jrand.o : jrand.c |
---|
1251 | g++ -c -o .//opt/jrand.o jrand.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1252 | |
---|
1253 | .//opt/jrand.o : include/jrand.hpp |
---|
1254 | .//opt/lbmread.o : lbmread.c |
---|
1255 | g++ -c -o .//opt/lbmread.o lbmread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1256 | |
---|
1257 | .//opt/lbmread.o : include/system.h |
---|
1258 | .//opt/lbmread.o : include/jmalloc.hpp |
---|
1259 | .//opt/lbmread.o : include/specs.hpp |
---|
1260 | .//opt/lbmread.o : include/palette.hpp |
---|
1261 | .//opt/lbmread.o : include/linked.hpp |
---|
1262 | .//opt/lbmread.o : include/image.hpp |
---|
1263 | .//opt/lbmread.o : include/lbmread.hpp |
---|
1264 | .//opt/keys.o : keys.c |
---|
1265 | g++ -c -o .//opt/keys.o keys.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1266 | |
---|
1267 | .//opt/keys.o : include/keys.hpp |
---|
1268 | .//opt/dprint.o : dprint.c |
---|
1269 | g++ -c -o .//opt/dprint.o dprint.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1270 | |
---|
1271 | .//opt/dprint.o : include/system.h |
---|
1272 | .//opt/dprint.o : include/macs.hpp |
---|
1273 | .//opt/status.o : status.c |
---|
1274 | g++ -c -o .//opt/status.o status.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1275 | |
---|
1276 | .//opt/status.o : include/dprint.hpp |
---|
1277 | .//opt/status.o : include/timage.hpp |
---|
1278 | .//opt/status.o : include/fonts.hpp |
---|
1279 | .//opt/status.o : include/filter.hpp |
---|
1280 | .//opt/status.o : include/mouse.hpp |
---|
1281 | .//opt/status.o : include/sprite.hpp |
---|
1282 | .//opt/status.o : include/keys.hpp |
---|
1283 | .//opt/status.o : include/event.hpp |
---|
1284 | .//opt/status.o : include/jmalloc.hpp |
---|
1285 | .//opt/status.o : include/specs.hpp |
---|
1286 | .//opt/status.o : include/palette.hpp |
---|
1287 | .//opt/status.o : include/linked.hpp |
---|
1288 | .//opt/status.o : include/image.hpp |
---|
1289 | .//opt/status.o : include/video.hpp |
---|
1290 | .//opt/status.o : include/jwindow.hpp |
---|
1291 | .//opt/status.o : include/visobj.hpp |
---|
1292 | .//opt/status.o : include/status.hpp |
---|
1293 | .//opt/status.o : include/system.h |
---|
1294 | .//opt/status.o : include/macs.hpp |
---|
1295 | .//opt/visobj.o : visobj.c |
---|
1296 | g++ -c -o .//opt/visobj.o visobj.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1297 | |
---|
1298 | .//opt/visobj.o : include/timage.hpp |
---|
1299 | .//opt/visobj.o : include/fonts.hpp |
---|
1300 | .//opt/visobj.o : include/filter.hpp |
---|
1301 | .//opt/visobj.o : include/mouse.hpp |
---|
1302 | .//opt/visobj.o : include/macs.hpp |
---|
1303 | .//opt/visobj.o : include/sprite.hpp |
---|
1304 | .//opt/visobj.o : include/keys.hpp |
---|
1305 | .//opt/visobj.o : include/event.hpp |
---|
1306 | .//opt/visobj.o : include/jmalloc.hpp |
---|
1307 | .//opt/visobj.o : include/specs.hpp |
---|
1308 | .//opt/visobj.o : include/palette.hpp |
---|
1309 | .//opt/visobj.o : include/linked.hpp |
---|
1310 | .//opt/visobj.o : include/image.hpp |
---|
1311 | .//opt/visobj.o : include/system.h |
---|
1312 | .//opt/visobj.o : include/video.hpp |
---|
1313 | .//opt/visobj.o : include/jwindow.hpp |
---|
1314 | .//opt/visobj.o : include/visobj.hpp |
---|
1315 | |
---|
1316 | SGI_image_o_files = \ |
---|
1317 | .//profile/filter.o \ |
---|
1318 | .//profile/gifread.o \ |
---|
1319 | .//profile/globals.o \ |
---|
1320 | .//profile/image.o \ |
---|
1321 | .//profile/linked.o \ |
---|
1322 | .//profile/input.o \ |
---|
1323 | .//profile/mdlread.o \ |
---|
1324 | .//profile/palette.o \ |
---|
1325 | .//profile/ppmread.o \ |
---|
1326 | .//profile/sprite.o \ |
---|
1327 | .//profile/include.o \ |
---|
1328 | .//profile/xwdread.o \ |
---|
1329 | .//profile/fonts.o \ |
---|
1330 | .//profile/decoder.o \ |
---|
1331 | .//profile/loader.o \ |
---|
1332 | .//profile/glread.o \ |
---|
1333 | .//profile/texture.o \ |
---|
1334 | .//profile/specs.o \ |
---|
1335 | .//profile/supmorph.o \ |
---|
1336 | .//profile/image24.o \ |
---|
1337 | .//profile/pcxread.o \ |
---|
1338 | .//profile/timage.o \ |
---|
1339 | .//profile/jmalloc.o \ |
---|
1340 | .//profile/jrand.o \ |
---|
1341 | .//profile/lbmread.o \ |
---|
1342 | .//profile/keys.o \ |
---|
1343 | .//profile/dprint.o \ |
---|
1344 | .//profile/status.o \ |
---|
1345 | .//profile/visobj.o |
---|
1346 | |
---|
1347 | SGI_gui_o_files = \ |
---|
1348 | .//profile/pmenu.o \ |
---|
1349 | .//profile/scroller.o \ |
---|
1350 | .//profile/filesel.o \ |
---|
1351 | .//profile/tools.o \ |
---|
1352 | .//profile/guistat.o |
---|
1353 | |
---|
1354 | SGI_dir_o_files = \ |
---|
1355 | port/unix//profile/jdir.o |
---|
1356 | |
---|
1357 | SGI_winman_o_files = \ |
---|
1358 | port/x11//profile/video.o \ |
---|
1359 | port/x11//profile/mouse.o \ |
---|
1360 | port/x11//profile/event.o \ |
---|
1361 | .//profile/jwindow.o |
---|
1362 | |
---|
1363 | SGI_time_o_files = \ |
---|
1364 | port/sgi//profile/timing.o |
---|
1365 | |
---|
1366 | .//profile/time.a : $(SGI_time_o_files) |
---|
1367 | ar ruvs .//profile/time.a\ |
---|
1368 | port/sgi//profile/timing.o |
---|
1369 | |
---|
1370 | port/sgi//profile/timing.o : port/sgi/timing.c |
---|
1371 | g++ -c -o port/sgi//profile/timing.o port/sgi/timing.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1372 | |
---|
1373 | port/sgi//profile/timing.o : include/timing.hpp |
---|
1374 | |
---|
1375 | .//profile/winman.a : $(SGI_winman_o_files) |
---|
1376 | ar ruvs .//profile/winman.a\ |
---|
1377 | port/x11//profile/video.o \ |
---|
1378 | port/x11//profile/mouse.o \ |
---|
1379 | port/x11//profile/event.o \ |
---|
1380 | .//profile/jwindow.o |
---|
1381 | |
---|
1382 | port/x11//profile/video.o : port/x11/video.c |
---|
1383 | g++ -c -o port/x11//profile/video.o port/x11/video.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1384 | |
---|
1385 | port/x11//profile/video.o : include/bitmap.h |
---|
1386 | port/x11//profile/video.o : include/macs.hpp |
---|
1387 | port/x11//profile/video.o : include/xinclude.h |
---|
1388 | port/x11//profile/video.o : include/dos.h |
---|
1389 | port/x11//profile/video.o : include/video.hpp |
---|
1390 | port/x11//profile/video.o : include/globals.hpp |
---|
1391 | port/x11//profile/video.o : include/system.h |
---|
1392 | port/x11//profile/video.o : include/jmalloc.hpp |
---|
1393 | port/x11//profile/video.o : include/specs.hpp |
---|
1394 | port/x11//profile/video.o : include/palette.hpp |
---|
1395 | port/x11//profile/video.o : include/linked.hpp |
---|
1396 | port/x11//profile/video.o : include/image.hpp |
---|
1397 | port/x11//profile/video.o : include/filter.hpp |
---|
1398 | port/x11//profile/mouse.o : port/x11/mouse.c |
---|
1399 | g++ -c -o port/x11//profile/mouse.o port/x11/mouse.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1400 | |
---|
1401 | port/x11//profile/mouse.o : include/xinclude.h |
---|
1402 | port/x11//profile/mouse.o : include/mouse.hpp |
---|
1403 | port/x11//profile/mouse.o : include/monoprnt.hpp |
---|
1404 | port/x11//profile/mouse.o : include/mdlread.hpp |
---|
1405 | port/x11//profile/mouse.o : include/filter.hpp |
---|
1406 | port/x11//profile/mouse.o : include/macs.hpp |
---|
1407 | port/x11//profile/mouse.o : include/sprite.hpp |
---|
1408 | port/x11//profile/mouse.o : include/jmalloc.hpp |
---|
1409 | port/x11//profile/mouse.o : include/specs.hpp |
---|
1410 | port/x11//profile/mouse.o : include/palette.hpp |
---|
1411 | port/x11//profile/mouse.o : include/linked.hpp |
---|
1412 | port/x11//profile/mouse.o : include/image.hpp |
---|
1413 | port/x11//profile/mouse.o : include/system.h |
---|
1414 | port/x11//profile/mouse.o : include/video.hpp |
---|
1415 | port/x11//profile/event.o : port/x11/event.c |
---|
1416 | g++ -c -o port/x11//profile/event.o port/x11/event.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1417 | |
---|
1418 | port/x11//profile/event.o : include/keys.hpp |
---|
1419 | port/x11//profile/event.o : include/event.hpp |
---|
1420 | port/x11//profile/event.o : include/sprite.hpp |
---|
1421 | port/x11//profile/event.o : include/mouse.hpp |
---|
1422 | port/x11//profile/event.o : include/macs.hpp |
---|
1423 | port/x11//profile/event.o : include/gifread.hpp |
---|
1424 | port/x11//profile/event.o : include/video.hpp |
---|
1425 | port/x11//profile/event.o : include/mdlread.hpp |
---|
1426 | port/x11//profile/event.o : include/jmalloc.hpp |
---|
1427 | port/x11//profile/event.o : include/specs.hpp |
---|
1428 | port/x11//profile/event.o : include/palette.hpp |
---|
1429 | port/x11//profile/event.o : include/linked.hpp |
---|
1430 | port/x11//profile/event.o : include/image.hpp |
---|
1431 | port/x11//profile/event.o : include/xinclude.h |
---|
1432 | port/x11//profile/event.o : include/system.h |
---|
1433 | .//profile/jwindow.o : jwindow.c |
---|
1434 | g++ -c -o .//profile/jwindow.o jwindow.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1435 | |
---|
1436 | .//profile/jwindow.o : include/timage.hpp |
---|
1437 | .//profile/jwindow.o : include/fonts.hpp |
---|
1438 | .//profile/jwindow.o : include/jwindow.hpp |
---|
1439 | .//profile/jwindow.o : include/filter.hpp |
---|
1440 | .//profile/jwindow.o : include/mouse.hpp |
---|
1441 | .//profile/jwindow.o : include/macs.hpp |
---|
1442 | .//profile/jwindow.o : include/sprite.hpp |
---|
1443 | .//profile/jwindow.o : include/keys.hpp |
---|
1444 | .//profile/jwindow.o : include/event.hpp |
---|
1445 | .//profile/jwindow.o : include/jmalloc.hpp |
---|
1446 | .//profile/jwindow.o : include/specs.hpp |
---|
1447 | .//profile/jwindow.o : include/palette.hpp |
---|
1448 | .//profile/jwindow.o : include/linked.hpp |
---|
1449 | .//profile/jwindow.o : include/image.hpp |
---|
1450 | .//profile/jwindow.o : include/system.h |
---|
1451 | .//profile/jwindow.o : include/video.hpp |
---|
1452 | |
---|
1453 | .//profile/dir.a : $(SGI_dir_o_files) |
---|
1454 | ar ruvs .//profile/dir.a\ |
---|
1455 | port/unix//profile/jdir.o |
---|
1456 | |
---|
1457 | port/unix//profile/jdir.o : port/unix/jdir.c |
---|
1458 | g++ -c -o port/unix//profile/jdir.o port/unix/jdir.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1459 | |
---|
1460 | port/unix//profile/jdir.o : include/jmalloc.hpp |
---|
1461 | |
---|
1462 | .//profile/gui.a : $(SGI_gui_o_files) |
---|
1463 | ar ruvs .//profile/gui.a\ |
---|
1464 | .//profile/pmenu.o \ |
---|
1465 | .//profile/scroller.o \ |
---|
1466 | .//profile/filesel.o \ |
---|
1467 | .//profile/tools.o \ |
---|
1468 | .//profile/guistat.o |
---|
1469 | |
---|
1470 | .//profile/pmenu.o : pmenu.c |
---|
1471 | g++ -c -o .//profile/pmenu.o pmenu.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1472 | |
---|
1473 | .//profile/pmenu.o : include/timage.hpp |
---|
1474 | .//profile/pmenu.o : include/fonts.hpp |
---|
1475 | .//profile/pmenu.o : include/filter.hpp |
---|
1476 | .//profile/pmenu.o : include/mouse.hpp |
---|
1477 | .//profile/pmenu.o : include/macs.hpp |
---|
1478 | .//profile/pmenu.o : include/sprite.hpp |
---|
1479 | .//profile/pmenu.o : include/keys.hpp |
---|
1480 | .//profile/pmenu.o : include/event.hpp |
---|
1481 | .//profile/pmenu.o : include/specs.hpp |
---|
1482 | .//profile/pmenu.o : include/palette.hpp |
---|
1483 | .//profile/pmenu.o : include/linked.hpp |
---|
1484 | .//profile/pmenu.o : include/image.hpp |
---|
1485 | .//profile/pmenu.o : include/system.h |
---|
1486 | .//profile/pmenu.o : include/video.hpp |
---|
1487 | .//profile/pmenu.o : include/jwindow.hpp |
---|
1488 | .//profile/pmenu.o : include/input.hpp |
---|
1489 | .//profile/pmenu.o : include/jmalloc.hpp |
---|
1490 | .//profile/pmenu.o : include/pmenu.hpp |
---|
1491 | .//profile/scroller.o : scroller.c |
---|
1492 | g++ -c -o .//profile/scroller.o scroller.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1493 | |
---|
1494 | .//profile/scroller.o : include/timage.hpp |
---|
1495 | .//profile/scroller.o : include/fonts.hpp |
---|
1496 | .//profile/scroller.o : include/filter.hpp |
---|
1497 | .//profile/scroller.o : include/mouse.hpp |
---|
1498 | .//profile/scroller.o : include/macs.hpp |
---|
1499 | .//profile/scroller.o : include/sprite.hpp |
---|
1500 | .//profile/scroller.o : include/keys.hpp |
---|
1501 | .//profile/scroller.o : include/event.hpp |
---|
1502 | .//profile/scroller.o : include/jmalloc.hpp |
---|
1503 | .//profile/scroller.o : include/specs.hpp |
---|
1504 | .//profile/scroller.o : include/palette.hpp |
---|
1505 | .//profile/scroller.o : include/linked.hpp |
---|
1506 | .//profile/scroller.o : include/image.hpp |
---|
1507 | .//profile/scroller.o : include/system.h |
---|
1508 | .//profile/scroller.o : include/video.hpp |
---|
1509 | .//profile/scroller.o : include/jwindow.hpp |
---|
1510 | .//profile/scroller.o : include/input.hpp |
---|
1511 | .//profile/scroller.o : include/scroller.hpp |
---|
1512 | .//profile/filesel.o : filesel.c |
---|
1513 | g++ -c -o .//profile/filesel.o filesel.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1514 | |
---|
1515 | .//profile/filesel.o : include/jdir.hpp |
---|
1516 | .//profile/filesel.o : include/scroller.hpp |
---|
1517 | .//profile/filesel.o : include/input.hpp |
---|
1518 | .//profile/filesel.o : include/timage.hpp |
---|
1519 | .//profile/filesel.o : include/fonts.hpp |
---|
1520 | .//profile/filesel.o : include/filter.hpp |
---|
1521 | .//profile/filesel.o : include/mouse.hpp |
---|
1522 | .//profile/filesel.o : include/macs.hpp |
---|
1523 | .//profile/filesel.o : include/sprite.hpp |
---|
1524 | .//profile/filesel.o : include/keys.hpp |
---|
1525 | .//profile/filesel.o : include/event.hpp |
---|
1526 | .//profile/filesel.o : include/jmalloc.hpp |
---|
1527 | .//profile/filesel.o : include/specs.hpp |
---|
1528 | .//profile/filesel.o : include/palette.hpp |
---|
1529 | .//profile/filesel.o : include/linked.hpp |
---|
1530 | .//profile/filesel.o : include/image.hpp |
---|
1531 | .//profile/filesel.o : include/system.h |
---|
1532 | .//profile/filesel.o : include/video.hpp |
---|
1533 | .//profile/filesel.o : include/jwindow.hpp |
---|
1534 | .//profile/filesel.o : include/filesel.hpp |
---|
1535 | .//profile/tools.o : tools.c |
---|
1536 | g++ -c -o .//profile/tools.o tools.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1537 | |
---|
1538 | .//profile/tools.o : include/visobj.hpp |
---|
1539 | .//profile/tools.o : include/scroller.hpp |
---|
1540 | .//profile/tools.o : include/input.hpp |
---|
1541 | .//profile/tools.o : include/timage.hpp |
---|
1542 | .//profile/tools.o : include/fonts.hpp |
---|
1543 | .//profile/tools.o : include/filter.hpp |
---|
1544 | .//profile/tools.o : include/mouse.hpp |
---|
1545 | .//profile/tools.o : include/macs.hpp |
---|
1546 | .//profile/tools.o : include/sprite.hpp |
---|
1547 | .//profile/tools.o : include/keys.hpp |
---|
1548 | .//profile/tools.o : include/event.hpp |
---|
1549 | .//profile/tools.o : include/jmalloc.hpp |
---|
1550 | .//profile/tools.o : include/specs.hpp |
---|
1551 | .//profile/tools.o : include/palette.hpp |
---|
1552 | .//profile/tools.o : include/linked.hpp |
---|
1553 | .//profile/tools.o : include/image.hpp |
---|
1554 | .//profile/tools.o : include/system.h |
---|
1555 | .//profile/tools.o : include/video.hpp |
---|
1556 | .//profile/tools.o : include/jwindow.hpp |
---|
1557 | .//profile/tools.o : include/tools.hpp |
---|
1558 | .//profile/guistat.o : guistat.c |
---|
1559 | g++ -c -o .//profile/guistat.o guistat.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1560 | |
---|
1561 | .//profile/guistat.o : include/guistat.hpp |
---|
1562 | .//profile/guistat.o : include/timing.hpp |
---|
1563 | .//profile/guistat.o : include/timage.hpp |
---|
1564 | .//profile/guistat.o : include/fonts.hpp |
---|
1565 | .//profile/guistat.o : include/filter.hpp |
---|
1566 | .//profile/guistat.o : include/mouse.hpp |
---|
1567 | .//profile/guistat.o : include/macs.hpp |
---|
1568 | .//profile/guistat.o : include/sprite.hpp |
---|
1569 | .//profile/guistat.o : include/keys.hpp |
---|
1570 | .//profile/guistat.o : include/event.hpp |
---|
1571 | .//profile/guistat.o : include/jmalloc.hpp |
---|
1572 | .//profile/guistat.o : include/specs.hpp |
---|
1573 | .//profile/guistat.o : include/palette.hpp |
---|
1574 | .//profile/guistat.o : include/linked.hpp |
---|
1575 | .//profile/guistat.o : include/image.hpp |
---|
1576 | .//profile/guistat.o : include/system.h |
---|
1577 | .//profile/guistat.o : include/video.hpp |
---|
1578 | .//profile/guistat.o : include/jwindow.hpp |
---|
1579 | .//profile/guistat.o : include/visobj.hpp |
---|
1580 | .//profile/guistat.o : include/status.hpp |
---|
1581 | |
---|
1582 | .//profile/image.a : $(SGI_image_o_files) |
---|
1583 | ar ruvs .//profile/image.a\ |
---|
1584 | .//profile/filter.o \ |
---|
1585 | .//profile/gifread.o \ |
---|
1586 | .//profile/globals.o \ |
---|
1587 | .//profile/image.o \ |
---|
1588 | .//profile/linked.o \ |
---|
1589 | .//profile/input.o \ |
---|
1590 | .//profile/mdlread.o \ |
---|
1591 | .//profile/palette.o \ |
---|
1592 | .//profile/ppmread.o \ |
---|
1593 | .//profile/sprite.o \ |
---|
1594 | .//profile/include.o \ |
---|
1595 | .//profile/xwdread.o \ |
---|
1596 | .//profile/fonts.o \ |
---|
1597 | .//profile/decoder.o \ |
---|
1598 | .//profile/loader.o \ |
---|
1599 | .//profile/glread.o \ |
---|
1600 | .//profile/texture.o \ |
---|
1601 | .//profile/specs.o \ |
---|
1602 | .//profile/supmorph.o \ |
---|
1603 | .//profile/image24.o \ |
---|
1604 | .//profile/pcxread.o \ |
---|
1605 | .//profile/timage.o \ |
---|
1606 | .//profile/jmalloc.o \ |
---|
1607 | .//profile/jrand.o \ |
---|
1608 | .//profile/lbmread.o \ |
---|
1609 | .//profile/keys.o \ |
---|
1610 | .//profile/dprint.o \ |
---|
1611 | .//profile/status.o \ |
---|
1612 | .//profile/visobj.o |
---|
1613 | |
---|
1614 | .//profile/filter.o : filter.c |
---|
1615 | g++ -c -o .//profile/filter.o filter.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1616 | |
---|
1617 | .//profile/filter.o : include/filter.hpp |
---|
1618 | .//profile/filter.o : include/macs.hpp |
---|
1619 | .//profile/filter.o : include/system.h |
---|
1620 | .//profile/filter.o : include/jmalloc.hpp |
---|
1621 | .//profile/filter.o : include/specs.hpp |
---|
1622 | .//profile/filter.o : include/palette.hpp |
---|
1623 | .//profile/filter.o : include/linked.hpp |
---|
1624 | .//profile/filter.o : include/image.hpp |
---|
1625 | .//profile/gifread.o : gifread.c |
---|
1626 | g++ -c -o .//profile/gifread.o gifread.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1627 | |
---|
1628 | .//profile/gifread.o : include/macs.hpp |
---|
1629 | .//profile/gifread.o : include/dir.h |
---|
1630 | .//profile/gifread.o : include/dos.h |
---|
1631 | .//profile/gifread.o : include/std.h |
---|
1632 | .//profile/gifread.o : include/gifdecod.hpp |
---|
1633 | .//profile/gifread.o : include/video.hpp |
---|
1634 | .//profile/gifread.o : include/system.h |
---|
1635 | .//profile/gifread.o : include/jmalloc.hpp |
---|
1636 | .//profile/gifread.o : include/specs.hpp |
---|
1637 | .//profile/gifread.o : include/palette.hpp |
---|
1638 | .//profile/gifread.o : include/linked.hpp |
---|
1639 | .//profile/gifread.o : include/image.hpp |
---|
1640 | .//profile/gifread.o : include/gifread.hpp |
---|
1641 | .//profile/globals.o : globals.c |
---|
1642 | g++ -c -o .//profile/globals.o globals.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1643 | |
---|
1644 | .//profile/globals.o : globals.c |
---|
1645 | .//profile/image.o : image.c |
---|
1646 | g++ -c -o .//profile/image.o image.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1647 | |
---|
1648 | .//profile/image.o : include/exitproc.hpp |
---|
1649 | .//profile/image.o : include/dos.h |
---|
1650 | .//profile/image.o : include/macs.hpp |
---|
1651 | .//profile/image.o : include/jmalloc.hpp |
---|
1652 | .//profile/image.o : include/specs.hpp |
---|
1653 | .//profile/image.o : include/palette.hpp |
---|
1654 | .//profile/image.o : include/image.hpp |
---|
1655 | .//profile/image.o : include/linked.hpp |
---|
1656 | .//profile/image.o : include/system.h |
---|
1657 | .//profile/image.o : include/emm.hpp |
---|
1658 | .//profile/linked.o : linked.c |
---|
1659 | g++ -c -o .//profile/linked.o linked.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1660 | |
---|
1661 | .//profile/linked.o : include/linked.hpp |
---|
1662 | .//profile/input.o : input.c |
---|
1663 | g++ -c -o .//profile/input.o input.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1664 | |
---|
1665 | .//profile/input.o : include/timage.hpp |
---|
1666 | .//profile/input.o : include/fonts.hpp |
---|
1667 | .//profile/input.o : include/filter.hpp |
---|
1668 | .//profile/input.o : include/mouse.hpp |
---|
1669 | .//profile/input.o : include/macs.hpp |
---|
1670 | .//profile/input.o : include/sprite.hpp |
---|
1671 | .//profile/input.o : include/keys.hpp |
---|
1672 | .//profile/input.o : include/event.hpp |
---|
1673 | .//profile/input.o : include/jmalloc.hpp |
---|
1674 | .//profile/input.o : include/specs.hpp |
---|
1675 | .//profile/input.o : include/palette.hpp |
---|
1676 | .//profile/input.o : include/linked.hpp |
---|
1677 | .//profile/input.o : include/image.hpp |
---|
1678 | .//profile/input.o : include/system.h |
---|
1679 | .//profile/input.o : include/video.hpp |
---|
1680 | .//profile/input.o : include/jwindow.hpp |
---|
1681 | .//profile/input.o : include/input.hpp |
---|
1682 | .//profile/mdlread.o : mdlread.c |
---|
1683 | g++ -c -o .//profile/mdlread.o mdlread.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1684 | |
---|
1685 | .//profile/mdlread.o : include/macs.hpp |
---|
1686 | .//profile/mdlread.o : include/image.hpp |
---|
1687 | .//profile/mdlread.o : include/system.h |
---|
1688 | .//profile/mdlread.o : include/jmalloc.hpp |
---|
1689 | .//profile/mdlread.o : include/specs.hpp |
---|
1690 | .//profile/mdlread.o : include/linked.hpp |
---|
1691 | .//profile/mdlread.o : include/palette.hpp |
---|
1692 | .//profile/mdlread.o : include/mdlread.hpp |
---|
1693 | .//profile/palette.o : palette.c |
---|
1694 | g++ -c -o .//profile/palette.o palette.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1695 | |
---|
1696 | .//profile/palette.o : include/filter.hpp |
---|
1697 | .//profile/palette.o : include/video.hpp |
---|
1698 | .//profile/palette.o : include/dos.h |
---|
1699 | .//profile/palette.o : include/macs.hpp |
---|
1700 | .//profile/palette.o : include/image.hpp |
---|
1701 | .//profile/palette.o : include/system.h |
---|
1702 | .//profile/palette.o : include/jmalloc.hpp |
---|
1703 | .//profile/palette.o : include/specs.hpp |
---|
1704 | .//profile/palette.o : include/linked.hpp |
---|
1705 | .//profile/palette.o : include/palette.hpp |
---|
1706 | .//profile/ppmread.o : ppmread.c |
---|
1707 | g++ -c -o .//profile/ppmread.o ppmread.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1708 | |
---|
1709 | .//profile/ppmread.o : include/ppmread.hpp |
---|
1710 | .//profile/ppmread.o : include/macs.hpp |
---|
1711 | .//profile/ppmread.o : include/system.h |
---|
1712 | .//profile/ppmread.o : include/jmalloc.hpp |
---|
1713 | .//profile/ppmread.o : include/specs.hpp |
---|
1714 | .//profile/ppmread.o : include/palette.hpp |
---|
1715 | .//profile/ppmread.o : include/linked.hpp |
---|
1716 | .//profile/ppmread.o : include/image.hpp |
---|
1717 | .//profile/sprite.o : sprite.c |
---|
1718 | g++ -c -o .//profile/sprite.o sprite.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1719 | |
---|
1720 | .//profile/sprite.o : include/sprite.hpp |
---|
1721 | .//profile/sprite.o : include/emm.hpp |
---|
1722 | .//profile/sprite.o : include/ppmread.hpp |
---|
1723 | .//profile/sprite.o : include/gifread.hpp |
---|
1724 | .//profile/sprite.o : include/glread.hpp |
---|
1725 | .//profile/sprite.o : include/video.hpp |
---|
1726 | .//profile/sprite.o : include/image.hpp |
---|
1727 | .//profile/sprite.o : include/jmalloc.hpp |
---|
1728 | .//profile/sprite.o : include/specs.hpp |
---|
1729 | .//profile/sprite.o : include/linked.hpp |
---|
1730 | .//profile/sprite.o : include/palette.hpp |
---|
1731 | .//profile/sprite.o : include/mdlread.hpp |
---|
1732 | .//profile/sprite.o : include/system.h |
---|
1733 | .//profile/sprite.o : include/macs.hpp |
---|
1734 | .//profile/include.o : include.c |
---|
1735 | g++ -c -o .//profile/include.o include.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1736 | |
---|
1737 | .//profile/include.o : include/system.h |
---|
1738 | .//profile/include.o : include/jmalloc.hpp |
---|
1739 | .//profile/include.o : include/specs.hpp |
---|
1740 | .//profile/include.o : include/palette.hpp |
---|
1741 | .//profile/include.o : include/linked.hpp |
---|
1742 | .//profile/include.o : include/image.hpp |
---|
1743 | .//profile/include.o : include/include.hpp |
---|
1744 | .//profile/xwdread.o : xwdread.c |
---|
1745 | g++ -c -o .//profile/xwdread.o xwdread.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1746 | |
---|
1747 | .//profile/xwdread.o : include/image24.hpp |
---|
1748 | .//profile/xwdread.o : include/main.hpp |
---|
1749 | .//profile/xwdread.o : include/dos.h |
---|
1750 | .//profile/xwdread.o : include/video.hpp |
---|
1751 | .//profile/xwdread.o : include/mouse.hpp |
---|
1752 | .//profile/xwdread.o : include/macs.hpp |
---|
1753 | .//profile/xwdread.o : include/sprite.hpp |
---|
1754 | .//profile/xwdread.o : include/keys.hpp |
---|
1755 | .//profile/xwdread.o : include/event.hpp |
---|
1756 | .//profile/xwdread.o : include/system.h |
---|
1757 | .//profile/xwdread.o : include/jmalloc.hpp |
---|
1758 | .//profile/xwdread.o : include/specs.hpp |
---|
1759 | .//profile/xwdread.o : include/palette.hpp |
---|
1760 | .//profile/xwdread.o : include/linked.hpp |
---|
1761 | .//profile/xwdread.o : include/image.hpp |
---|
1762 | .//profile/xwdread.o : include/filter.hpp |
---|
1763 | .//profile/fonts.o : fonts.c |
---|
1764 | g++ -c -o .//profile/fonts.o fonts.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1765 | |
---|
1766 | .//profile/fonts.o : include/filter.hpp |
---|
1767 | .//profile/fonts.o : include/macs.hpp |
---|
1768 | .//profile/fonts.o : include/timage.hpp |
---|
1769 | .//profile/fonts.o : include/system.h |
---|
1770 | .//profile/fonts.o : include/jmalloc.hpp |
---|
1771 | .//profile/fonts.o : include/specs.hpp |
---|
1772 | .//profile/fonts.o : include/palette.hpp |
---|
1773 | .//profile/fonts.o : include/linked.hpp |
---|
1774 | .//profile/fonts.o : include/image.hpp |
---|
1775 | .//profile/fonts.o : include/fonts.hpp |
---|
1776 | .//profile/decoder.o : decoder.c |
---|
1777 | g++ -c -o .//profile/decoder.o decoder.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1778 | |
---|
1779 | .//profile/decoder.o : include/macs.hpp |
---|
1780 | .//profile/decoder.o : include/system.h |
---|
1781 | .//profile/decoder.o : include/jmalloc.hpp |
---|
1782 | .//profile/decoder.o : include/specs.hpp |
---|
1783 | .//profile/decoder.o : include/palette.hpp |
---|
1784 | .//profile/decoder.o : include/linked.hpp |
---|
1785 | .//profile/decoder.o : include/image.hpp |
---|
1786 | .//profile/decoder.o : include/errs.h |
---|
1787 | .//profile/loader.o : loader.c |
---|
1788 | g++ -c -o .//profile/loader.o loader.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1789 | |
---|
1790 | .//profile/loader.o : include/lbmread.hpp |
---|
1791 | .//profile/loader.o : include/pcxread.hpp |
---|
1792 | .//profile/loader.o : include/glread.hpp |
---|
1793 | .//profile/loader.o : include/xwdread.hpp |
---|
1794 | .//profile/loader.o : include/ppmread.hpp |
---|
1795 | .//profile/loader.o : include/mdlread.hpp |
---|
1796 | .//profile/loader.o : include/filter.hpp |
---|
1797 | .//profile/loader.o : include/macs.hpp |
---|
1798 | .//profile/loader.o : include/image24.hpp |
---|
1799 | .//profile/loader.o : include/system.h |
---|
1800 | .//profile/loader.o : include/jmalloc.hpp |
---|
1801 | .//profile/loader.o : include/specs.hpp |
---|
1802 | .//profile/loader.o : include/palette.hpp |
---|
1803 | .//profile/loader.o : include/linked.hpp |
---|
1804 | .//profile/loader.o : include/image.hpp |
---|
1805 | .//profile/loader.o : include/loader.hpp |
---|
1806 | .//profile/glread.o : glread.c |
---|
1807 | g++ -c -o .//profile/glread.o glread.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1808 | |
---|
1809 | .//profile/glread.o : include/video.hpp |
---|
1810 | .//profile/glread.o : include/jmalloc.hpp |
---|
1811 | .//profile/glread.o : include/specs.hpp |
---|
1812 | .//profile/glread.o : include/palette.hpp |
---|
1813 | .//profile/glread.o : include/linked.hpp |
---|
1814 | .//profile/glread.o : include/image.hpp |
---|
1815 | .//profile/glread.o : include/system.h |
---|
1816 | .//profile/glread.o : include/macs.hpp |
---|
1817 | .//profile/texture.o : texture.c |
---|
1818 | g++ -c -o .//profile/texture.o texture.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1819 | |
---|
1820 | .//profile/texture.o : include/mouse.hpp |
---|
1821 | .//profile/texture.o : include/sprite.hpp |
---|
1822 | .//profile/texture.o : include/keys.hpp |
---|
1823 | .//profile/texture.o : include/event.hpp |
---|
1824 | .//profile/texture.o : include/macs.hpp |
---|
1825 | .//profile/texture.o : include/video.hpp |
---|
1826 | .//profile/texture.o : include/system.h |
---|
1827 | .//profile/texture.o : include/jmalloc.hpp |
---|
1828 | .//profile/texture.o : include/specs.hpp |
---|
1829 | .//profile/texture.o : include/palette.hpp |
---|
1830 | .//profile/texture.o : include/linked.hpp |
---|
1831 | .//profile/texture.o : include/image.hpp |
---|
1832 | .//profile/specs.o : specs.c |
---|
1833 | g++ -c -o .//profile/specs.o specs.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1834 | |
---|
1835 | .//profile/specs.o : include/dprint.hpp |
---|
1836 | .//profile/specs.o : include/system.h |
---|
1837 | .//profile/specs.o : include/jmalloc.hpp |
---|
1838 | .//profile/specs.o : include/specs.hpp |
---|
1839 | .//profile/specs.o : include/palette.hpp |
---|
1840 | .//profile/specs.o : include/linked.hpp |
---|
1841 | .//profile/specs.o : include/image.hpp |
---|
1842 | .//profile/supmorph.o : supmorph.c |
---|
1843 | g++ -c -o .//profile/supmorph.o supmorph.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1844 | |
---|
1845 | .//profile/supmorph.o : include/jrand.hpp |
---|
1846 | .//profile/supmorph.o : include/video.hpp |
---|
1847 | .//profile/supmorph.o : include/timing.hpp |
---|
1848 | .//profile/supmorph.o : include/filter.hpp |
---|
1849 | .//profile/supmorph.o : include/macs.hpp |
---|
1850 | .//profile/supmorph.o : include/system.h |
---|
1851 | .//profile/supmorph.o : include/specs.hpp |
---|
1852 | .//profile/supmorph.o : include/palette.hpp |
---|
1853 | .//profile/supmorph.o : include/linked.hpp |
---|
1854 | .//profile/supmorph.o : include/image.hpp |
---|
1855 | .//profile/supmorph.o : include/timage.hpp |
---|
1856 | .//profile/supmorph.o : include/jmalloc.hpp |
---|
1857 | .//profile/supmorph.o : include/supmorph.hpp |
---|
1858 | .//profile/image24.o : image24.c |
---|
1859 | g++ -c -o .//profile/image24.o image24.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1860 | |
---|
1861 | .//profile/image24.o : include/image.hpp |
---|
1862 | .//profile/image24.o : include/filter.hpp |
---|
1863 | .//profile/image24.o : include/macs.hpp |
---|
1864 | .//profile/image24.o : include/system.h |
---|
1865 | .//profile/image24.o : include/jmalloc.hpp |
---|
1866 | .//profile/image24.o : include/specs.hpp |
---|
1867 | .//profile/image24.o : include/linked.hpp |
---|
1868 | .//profile/image24.o : include/palette.hpp |
---|
1869 | .//profile/image24.o : include/image24.hpp |
---|
1870 | .//profile/pcxread.o : pcxread.c |
---|
1871 | g++ -c -o .//profile/pcxread.o pcxread.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1872 | |
---|
1873 | .//profile/pcxread.o : include/filter.hpp |
---|
1874 | .//profile/pcxread.o : include/macs.hpp |
---|
1875 | .//profile/pcxread.o : include/image24.hpp |
---|
1876 | .//profile/pcxread.o : include/system.h |
---|
1877 | .//profile/pcxread.o : include/jmalloc.hpp |
---|
1878 | .//profile/pcxread.o : include/specs.hpp |
---|
1879 | .//profile/pcxread.o : include/palette.hpp |
---|
1880 | .//profile/pcxread.o : include/linked.hpp |
---|
1881 | .//profile/pcxread.o : include/image.hpp |
---|
1882 | .//profile/pcxread.o : include/pcxread.hpp |
---|
1883 | .//profile/timage.o : timage.c |
---|
1884 | g++ -c -o .//profile/timage.o timage.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1885 | |
---|
1886 | .//profile/timage.o : include/filter.hpp |
---|
1887 | .//profile/timage.o : include/macs.hpp |
---|
1888 | .//profile/timage.o : include/system.h |
---|
1889 | .//profile/timage.o : include/jmalloc.hpp |
---|
1890 | .//profile/timage.o : include/specs.hpp |
---|
1891 | .//profile/timage.o : include/palette.hpp |
---|
1892 | .//profile/timage.o : include/linked.hpp |
---|
1893 | .//profile/timage.o : include/image.hpp |
---|
1894 | .//profile/timage.o : include/timage.hpp |
---|
1895 | .//profile/jmalloc.o : jmalloc.c |
---|
1896 | g++ -c -o .//profile/jmalloc.o jmalloc.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1897 | |
---|
1898 | .//profile/jmalloc.o : include/jmalloc.hpp |
---|
1899 | .//profile/jmalloc.o : include/system.h |
---|
1900 | .//profile/jmalloc.o : include/macs.hpp |
---|
1901 | .//profile/jmalloc.o : include/doscall.hpp |
---|
1902 | .//profile/jrand.o : jrand.c |
---|
1903 | g++ -c -o .//profile/jrand.o jrand.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1904 | |
---|
1905 | .//profile/jrand.o : include/jrand.hpp |
---|
1906 | .//profile/lbmread.o : lbmread.c |
---|
1907 | g++ -c -o .//profile/lbmread.o lbmread.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1908 | |
---|
1909 | .//profile/lbmread.o : include/system.h |
---|
1910 | .//profile/lbmread.o : include/jmalloc.hpp |
---|
1911 | .//profile/lbmread.o : include/specs.hpp |
---|
1912 | .//profile/lbmread.o : include/palette.hpp |
---|
1913 | .//profile/lbmread.o : include/linked.hpp |
---|
1914 | .//profile/lbmread.o : include/image.hpp |
---|
1915 | .//profile/lbmread.o : include/lbmread.hpp |
---|
1916 | .//profile/keys.o : keys.c |
---|
1917 | g++ -c -o .//profile/keys.o keys.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1918 | |
---|
1919 | .//profile/keys.o : include/keys.hpp |
---|
1920 | .//profile/dprint.o : dprint.c |
---|
1921 | g++ -c -o .//profile/dprint.o dprint.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1922 | |
---|
1923 | .//profile/dprint.o : include/system.h |
---|
1924 | .//profile/dprint.o : include/macs.hpp |
---|
1925 | .//profile/status.o : status.c |
---|
1926 | g++ -c -o .//profile/status.o status.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1927 | |
---|
1928 | .//profile/status.o : include/dprint.hpp |
---|
1929 | .//profile/status.o : include/timage.hpp |
---|
1930 | .//profile/status.o : include/fonts.hpp |
---|
1931 | .//profile/status.o : include/filter.hpp |
---|
1932 | .//profile/status.o : include/mouse.hpp |
---|
1933 | .//profile/status.o : include/sprite.hpp |
---|
1934 | .//profile/status.o : include/keys.hpp |
---|
1935 | .//profile/status.o : include/event.hpp |
---|
1936 | .//profile/status.o : include/jmalloc.hpp |
---|
1937 | .//profile/status.o : include/specs.hpp |
---|
1938 | .//profile/status.o : include/palette.hpp |
---|
1939 | .//profile/status.o : include/linked.hpp |
---|
1940 | .//profile/status.o : include/image.hpp |
---|
1941 | .//profile/status.o : include/video.hpp |
---|
1942 | .//profile/status.o : include/jwindow.hpp |
---|
1943 | .//profile/status.o : include/visobj.hpp |
---|
1944 | .//profile/status.o : include/status.hpp |
---|
1945 | .//profile/status.o : include/system.h |
---|
1946 | .//profile/status.o : include/macs.hpp |
---|
1947 | .//profile/visobj.o : visobj.c |
---|
1948 | g++ -c -o .//profile/visobj.o visobj.c -Iinclude -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
1949 | |
---|
1950 | .//profile/visobj.o : include/timage.hpp |
---|
1951 | .//profile/visobj.o : include/fonts.hpp |
---|
1952 | .//profile/visobj.o : include/filter.hpp |
---|
1953 | .//profile/visobj.o : include/mouse.hpp |
---|
1954 | .//profile/visobj.o : include/macs.hpp |
---|
1955 | .//profile/visobj.o : include/sprite.hpp |
---|
1956 | .//profile/visobj.o : include/keys.hpp |
---|
1957 | .//profile/visobj.o : include/event.hpp |
---|
1958 | .//profile/visobj.o : include/jmalloc.hpp |
---|
1959 | .//profile/visobj.o : include/specs.hpp |
---|
1960 | .//profile/visobj.o : include/palette.hpp |
---|
1961 | .//profile/visobj.o : include/linked.hpp |
---|
1962 | .//profile/visobj.o : include/image.hpp |
---|
1963 | .//profile/visobj.o : include/system.h |
---|
1964 | .//profile/visobj.o : include/video.hpp |
---|
1965 | .//profile/visobj.o : include/jwindow.hpp |
---|
1966 | .//profile/visobj.o : include/visobj.hpp |
---|
1967 | |
---|