1 | all : debug |
---|
2 | |
---|
3 | debug : ./linux_x11/debug/image.a ./linux_svga/debug/image.a ./linux_x11/debug/packet.a ./linux_svga/debug/packet.a ./linux_x11/debug/gui.a ./linux_svga/debug/gui.a ./linux_x11/debug/sound.a ./linux_svga/debug/sound.a ./linux_x11/debug/net.a ./linux_svga/debug/net.a ./linux_x11/debug/dir.a ./linux_svga/debug/dir.a ./linux_x11/debug/winman.a ./linux_svga/debug/winman.a ./linux_x11/debug/joy.a ./linux_svga/debug/joy.a ./linux_x11/debug/time.a ./linux_svga/debug/time.a |
---|
4 | echo Made debug |
---|
5 | |
---|
6 | opt : ./linux_x11/opt/image.a ./linux_svga/opt/image.a ./linux_x11/opt/packet.a ./linux_svga/opt/packet.a ./linux_x11/opt/gui.a ./linux_svga/opt/gui.a ./linux_x11/opt/sound.a ./linux_svga/opt/sound.a ./linux_x11/opt/net.a ./linux_svga/opt/net.a ./linux_x11/opt/dir.a ./linux_svga/opt/dir.a ./linux_x11/opt/winman.a ./linux_svga/opt/winman.a ./linux_x11/opt/joy.a ./linux_svga/opt/joy.a ./linux_x11/opt/time.a ./linux_svga/opt/time.a |
---|
7 | echo Made opt |
---|
8 | |
---|
9 | profile : ./linux_x11/profile/image.a ./linux_svga/profile/image.a ./linux_x11/profile/packet.a ./linux_svga/profile/packet.a ./linux_x11/profile/gui.a ./linux_svga/profile/gui.a ./linux_x11/profile/sound.a ./linux_svga/profile/sound.a ./linux_x11/profile/net.a ./linux_svga/profile/net.a ./linux_x11/profile/dir.a ./linux_svga/profile/dir.a ./linux_x11/profile/winman.a ./linux_svga/profile/winman.a ./linux_x11/profile/joy.a ./linux_svga/profile/joy.a ./linux_x11/profile/time.a ./linux_svga/profile/time.a |
---|
10 | echo Made profile |
---|
11 | |
---|
12 | LINUX_X11_image_debug_o_files = \ |
---|
13 | ./linux_x11/debug/filter.o \ |
---|
14 | ./linux_x11/debug/gifread.o \ |
---|
15 | ./linux_x11/debug/globals.o \ |
---|
16 | ./linux_x11/debug/image.o \ |
---|
17 | ./linux_x11/debug/linked.o \ |
---|
18 | ./linux_x11/debug/input.o \ |
---|
19 | ./linux_x11/debug/mdlread.o \ |
---|
20 | ./linux_x11/debug/palette.o \ |
---|
21 | ./linux_x11/debug/ppmread.o \ |
---|
22 | ./linux_x11/debug/include.o \ |
---|
23 | ./linux_x11/debug/xwdread.o \ |
---|
24 | ./linux_x11/debug/fonts.o \ |
---|
25 | ./linux_x11/debug/decoder.o \ |
---|
26 | ./linux_x11/debug/loader.o \ |
---|
27 | ./linux_x11/debug/glread.o \ |
---|
28 | ./linux_x11/debug/texture.o \ |
---|
29 | ./linux_x11/debug/specs.o \ |
---|
30 | ./linux_x11/debug/supmorph.o \ |
---|
31 | ./linux_x11/debug/image24.o \ |
---|
32 | ./linux_x11/debug/pcxread.o \ |
---|
33 | ./linux_x11/debug/timage.o \ |
---|
34 | ./linux_x11/debug/jmalloc.o \ |
---|
35 | ./linux_x11/debug/jrand.o \ |
---|
36 | ./linux_x11/debug/lbmread.o \ |
---|
37 | ./linux_x11/debug/targa.o \ |
---|
38 | ./linux_x11/debug/keys.o \ |
---|
39 | ./linux_x11/debug/dprint.o \ |
---|
40 | ./linux_x11/debug/status.o \ |
---|
41 | ./linux_x11/debug/visobj.o |
---|
42 | |
---|
43 | LINUX_SVGA_image_debug_o_files = \ |
---|
44 | ./linux_svga/debug/filter.o \ |
---|
45 | ./linux_svga/debug/gifread.o \ |
---|
46 | ./linux_svga/debug/globals.o \ |
---|
47 | ./linux_svga/debug/image.o \ |
---|
48 | ./linux_svga/debug/linked.o \ |
---|
49 | ./linux_svga/debug/input.o \ |
---|
50 | ./linux_svga/debug/mdlread.o \ |
---|
51 | ./linux_svga/debug/palette.o \ |
---|
52 | ./linux_svga/debug/ppmread.o \ |
---|
53 | ./linux_svga/debug/include.o \ |
---|
54 | ./linux_svga/debug/xwdread.o \ |
---|
55 | ./linux_svga/debug/fonts.o \ |
---|
56 | ./linux_svga/debug/decoder.o \ |
---|
57 | ./linux_svga/debug/loader.o \ |
---|
58 | ./linux_svga/debug/glread.o \ |
---|
59 | ./linux_svga/debug/texture.o \ |
---|
60 | ./linux_svga/debug/specs.o \ |
---|
61 | ./linux_svga/debug/supmorph.o \ |
---|
62 | ./linux_svga/debug/image24.o \ |
---|
63 | ./linux_svga/debug/pcxread.o \ |
---|
64 | ./linux_svga/debug/timage.o \ |
---|
65 | ./linux_svga/debug/jmalloc.o \ |
---|
66 | ./linux_svga/debug/jrand.o \ |
---|
67 | ./linux_svga/debug/lbmread.o \ |
---|
68 | ./linux_svga/debug/targa.o \ |
---|
69 | ./linux_svga/debug/keys.o \ |
---|
70 | ./linux_svga/debug/dprint.o \ |
---|
71 | ./linux_svga/debug/status.o \ |
---|
72 | ./linux_svga/debug/visobj.o |
---|
73 | |
---|
74 | LINUX_X11_packet_debug_o_files = \ |
---|
75 | ./linux_x11/debug/packet.o |
---|
76 | |
---|
77 | LINUX_SVGA_packet_debug_o_files = \ |
---|
78 | ./linux_svga/debug/packet.o |
---|
79 | |
---|
80 | LINUX_X11_gui_debug_o_files = \ |
---|
81 | ./linux_x11/debug/pmenu.o \ |
---|
82 | ./linux_x11/debug/scroller.o \ |
---|
83 | ./linux_x11/debug/filesel.o \ |
---|
84 | ./linux_x11/debug/tools.o \ |
---|
85 | ./linux_x11/debug/guistat.o |
---|
86 | |
---|
87 | LINUX_SVGA_gui_debug_o_files = \ |
---|
88 | ./linux_svga/debug/pmenu.o \ |
---|
89 | ./linux_svga/debug/scroller.o \ |
---|
90 | ./linux_svga/debug/filesel.o \ |
---|
91 | ./linux_svga/debug/tools.o \ |
---|
92 | ./linux_svga/debug/guistat.o |
---|
93 | |
---|
94 | LINUX_X11_sound_debug_o_files = \ |
---|
95 | port/sgi/linux_x11/debug/sound.o \ |
---|
96 | ./linux_x11/debug/readwav.o |
---|
97 | |
---|
98 | LINUX_SVGA_sound_debug_o_files = \ |
---|
99 | port/sgi/linux_svga/debug/sound.o \ |
---|
100 | ./linux_svga/debug/readwav.o |
---|
101 | |
---|
102 | LINUX_X11_net_debug_o_files = \ |
---|
103 | port/unix/linux_x11/debug/jnet.o |
---|
104 | |
---|
105 | LINUX_SVGA_net_debug_o_files = \ |
---|
106 | port/unix/linux_svga/debug/jnet.o |
---|
107 | |
---|
108 | LINUX_X11_dir_debug_o_files = \ |
---|
109 | port/unix/linux_x11/debug/jdir.o |
---|
110 | |
---|
111 | LINUX_SVGA_dir_debug_o_files = \ |
---|
112 | port/unix/linux_svga/debug/jdir.o |
---|
113 | |
---|
114 | LINUX_X11_winman_debug_o_files = \ |
---|
115 | port/x11/linux_x11/debug/video.o \ |
---|
116 | port/x11/linux_x11/debug/mouse.o \ |
---|
117 | port/x11/linux_x11/debug/event.o \ |
---|
118 | ./linux_x11/debug/jwindow.o |
---|
119 | |
---|
120 | LINUX_SVGA_winman_debug_o_files = \ |
---|
121 | port/svga/linux_svga/debug/video.o \ |
---|
122 | port/svga/linux_svga/debug/mouse.o \ |
---|
123 | port/svga/linux_svga/debug/event.o \ |
---|
124 | ./linux_svga/debug/jwindow.o |
---|
125 | |
---|
126 | LINUX_X11_joy_debug_o_files = \ |
---|
127 | port/linux/linux_x11/debug/joystick.o |
---|
128 | |
---|
129 | LINUX_SVGA_joy_debug_o_files = \ |
---|
130 | port/linux/linux_svga/debug/joystick.o |
---|
131 | |
---|
132 | LINUX_X11_time_debug_o_files = \ |
---|
133 | port/unix/linux_x11/debug/timing.o |
---|
134 | |
---|
135 | LINUX_SVGA_time_debug_o_files = \ |
---|
136 | port/unix/linux_svga/debug/timing.o |
---|
137 | |
---|
138 | ./linux_svga/debug/time.a : $(LINUX_SVGA_time_debug_o_files) |
---|
139 | ar ruvs ./linux_svga/debug/time.a \ |
---|
140 | port/unix/linux_svga/debug/timing.o |
---|
141 | |
---|
142 | port/unix/linux_svga/debug/timing.o : port/unix/timing.c |
---|
143 | g++ -c -o port/unix/linux_svga/debug/timing.o port/unix/timing.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
144 | |
---|
145 | port/unix/linux_svga/debug/timing.o : include/timing.hpp |
---|
146 | |
---|
147 | ./linux_x11/debug/time.a : $(LINUX_X11_time_debug_o_files) |
---|
148 | ar ruvs ./linux_x11/debug/time.a \ |
---|
149 | port/unix/linux_x11/debug/timing.o |
---|
150 | |
---|
151 | port/unix/linux_x11/debug/timing.o : port/unix/timing.c |
---|
152 | g++ -c -o port/unix/linux_x11/debug/timing.o port/unix/timing.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
153 | |
---|
154 | port/unix/linux_x11/debug/timing.o : include/timing.hpp |
---|
155 | |
---|
156 | ./linux_svga/debug/joy.a : $(LINUX_SVGA_joy_debug_o_files) |
---|
157 | ar ruvs ./linux_svga/debug/joy.a \ |
---|
158 | port/linux/linux_svga/debug/joystick.o |
---|
159 | |
---|
160 | port/linux/linux_svga/debug/joystick.o : port/linux/joystick.c |
---|
161 | g++ -c -o port/linux/linux_svga/debug/joystick.o port/linux/joystick.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
162 | |
---|
163 | port/linux/linux_svga/debug/joystick.o : include/joy.hpp |
---|
164 | |
---|
165 | ./linux_x11/debug/joy.a : $(LINUX_X11_joy_debug_o_files) |
---|
166 | ar ruvs ./linux_x11/debug/joy.a \ |
---|
167 | port/linux/linux_x11/debug/joystick.o |
---|
168 | |
---|
169 | port/linux/linux_x11/debug/joystick.o : port/linux/joystick.c |
---|
170 | g++ -c -o port/linux/linux_x11/debug/joystick.o port/linux/joystick.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
171 | |
---|
172 | port/linux/linux_x11/debug/joystick.o : include/joy.hpp |
---|
173 | |
---|
174 | ./linux_svga/debug/winman.a : $(LINUX_SVGA_winman_debug_o_files) |
---|
175 | ar ruvs ./linux_svga/debug/winman.a \ |
---|
176 | port/svga/linux_svga/debug/video.o \ |
---|
177 | port/svga/linux_svga/debug/mouse.o \ |
---|
178 | port/svga/linux_svga/debug/event.o \ |
---|
179 | ./linux_svga/debug/jwindow.o |
---|
180 | |
---|
181 | port/svga/linux_svga/debug/video.o : port/svga/video.c |
---|
182 | g++ -c -o port/svga/linux_svga/debug/video.o port/svga/video.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
183 | |
---|
184 | port/svga/linux_svga/debug/video.o : include/macs.hpp |
---|
185 | port/svga/linux_svga/debug/video.o : include/dos.h |
---|
186 | port/svga/linux_svga/debug/video.o : include/jmalloc.hpp |
---|
187 | port/svga/linux_svga/debug/video.o : include/specs.hpp |
---|
188 | port/svga/linux_svga/debug/video.o : include/palette.hpp |
---|
189 | port/svga/linux_svga/debug/video.o : include/linked.hpp |
---|
190 | port/svga/linux_svga/debug/video.o : include/image.hpp |
---|
191 | port/svga/linux_svga/debug/video.o : include/video.hpp |
---|
192 | port/svga/linux_svga/debug/video.o : include/system.h |
---|
193 | port/svga/linux_svga/debug/video.o : include/globals.hpp |
---|
194 | port/svga/linux_svga/debug/mouse.o : port/svga/mouse.c |
---|
195 | g++ -c -o port/svga/linux_svga/debug/mouse.o port/svga/mouse.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
196 | |
---|
197 | port/svga/linux_svga/debug/mouse.o : include/dprint.hpp |
---|
198 | port/svga/linux_svga/debug/mouse.o : include/mouse.hpp |
---|
199 | port/svga/linux_svga/debug/mouse.o : include/monoprnt.hpp |
---|
200 | port/svga/linux_svga/debug/mouse.o : include/mdlread.hpp |
---|
201 | port/svga/linux_svga/debug/mouse.o : include/filter.hpp |
---|
202 | port/svga/linux_svga/debug/mouse.o : include/macs.hpp |
---|
203 | port/svga/linux_svga/debug/mouse.o : include/sprite.hpp |
---|
204 | port/svga/linux_svga/debug/mouse.o : include/jmalloc.hpp |
---|
205 | port/svga/linux_svga/debug/mouse.o : include/specs.hpp |
---|
206 | port/svga/linux_svga/debug/mouse.o : include/palette.hpp |
---|
207 | port/svga/linux_svga/debug/mouse.o : include/linked.hpp |
---|
208 | port/svga/linux_svga/debug/mouse.o : include/image.hpp |
---|
209 | port/svga/linux_svga/debug/mouse.o : include/system.h |
---|
210 | port/svga/linux_svga/debug/mouse.o : include/video.hpp |
---|
211 | port/svga/linux_svga/debug/event.o : port/svga/event.c |
---|
212 | g++ -c -o port/svga/linux_svga/debug/event.o port/svga/event.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
213 | |
---|
214 | port/svga/linux_svga/debug/event.o : include/dprint.hpp |
---|
215 | port/svga/linux_svga/debug/event.o : include/monoprnt.hpp |
---|
216 | port/svga/linux_svga/debug/event.o : include/keys.hpp |
---|
217 | port/svga/linux_svga/debug/event.o : include/event.hpp |
---|
218 | port/svga/linux_svga/debug/event.o : include/sprite.hpp |
---|
219 | port/svga/linux_svga/debug/event.o : include/mouse.hpp |
---|
220 | port/svga/linux_svga/debug/event.o : include/macs.hpp |
---|
221 | port/svga/linux_svga/debug/event.o : include/gifread.hpp |
---|
222 | port/svga/linux_svga/debug/event.o : include/dos.h |
---|
223 | port/svga/linux_svga/debug/event.o : include/video.hpp |
---|
224 | port/svga/linux_svga/debug/event.o : include/mdlread.hpp |
---|
225 | port/svga/linux_svga/debug/event.o : include/jmalloc.hpp |
---|
226 | port/svga/linux_svga/debug/event.o : include/specs.hpp |
---|
227 | port/svga/linux_svga/debug/event.o : include/palette.hpp |
---|
228 | port/svga/linux_svga/debug/event.o : include/linked.hpp |
---|
229 | port/svga/linux_svga/debug/event.o : include/image.hpp |
---|
230 | port/svga/linux_svga/debug/event.o : include/system.h |
---|
231 | ./linux_svga/debug/jwindow.o : jwindow.c |
---|
232 | g++ -c -o ./linux_svga/debug/jwindow.o jwindow.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
233 | |
---|
234 | ./linux_svga/debug/jwindow.o : include/timage.hpp |
---|
235 | ./linux_svga/debug/jwindow.o : include/fonts.hpp |
---|
236 | ./linux_svga/debug/jwindow.o : include/jwindow.hpp |
---|
237 | ./linux_svga/debug/jwindow.o : include/filter.hpp |
---|
238 | ./linux_svga/debug/jwindow.o : include/mouse.hpp |
---|
239 | ./linux_svga/debug/jwindow.o : include/macs.hpp |
---|
240 | ./linux_svga/debug/jwindow.o : include/sprite.hpp |
---|
241 | ./linux_svga/debug/jwindow.o : include/keys.hpp |
---|
242 | ./linux_svga/debug/jwindow.o : include/event.hpp |
---|
243 | ./linux_svga/debug/jwindow.o : include/jmalloc.hpp |
---|
244 | ./linux_svga/debug/jwindow.o : include/specs.hpp |
---|
245 | ./linux_svga/debug/jwindow.o : include/palette.hpp |
---|
246 | ./linux_svga/debug/jwindow.o : include/linked.hpp |
---|
247 | ./linux_svga/debug/jwindow.o : include/image.hpp |
---|
248 | ./linux_svga/debug/jwindow.o : include/system.h |
---|
249 | ./linux_svga/debug/jwindow.o : include/video.hpp |
---|
250 | |
---|
251 | ./linux_x11/debug/winman.a : $(LINUX_X11_winman_debug_o_files) |
---|
252 | ar ruvs ./linux_x11/debug/winman.a \ |
---|
253 | port/x11/linux_x11/debug/video.o \ |
---|
254 | port/x11/linux_x11/debug/mouse.o \ |
---|
255 | port/x11/linux_x11/debug/event.o \ |
---|
256 | ./linux_x11/debug/jwindow.o |
---|
257 | |
---|
258 | port/x11/linux_x11/debug/video.o : port/x11/video.c |
---|
259 | g++ -c -o port/x11/linux_x11/debug/video.o port/x11/video.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
260 | |
---|
261 | port/x11/linux_x11/debug/video.o : include/bitmap.h |
---|
262 | port/x11/linux_x11/debug/video.o : include/macs.hpp |
---|
263 | port/x11/linux_x11/debug/video.o : include/xinclude.h |
---|
264 | port/x11/linux_x11/debug/video.o : include/dos.h |
---|
265 | port/x11/linux_x11/debug/video.o : include/video.hpp |
---|
266 | port/x11/linux_x11/debug/video.o : include/globals.hpp |
---|
267 | port/x11/linux_x11/debug/video.o : include/system.h |
---|
268 | port/x11/linux_x11/debug/video.o : include/jmalloc.hpp |
---|
269 | port/x11/linux_x11/debug/video.o : include/specs.hpp |
---|
270 | port/x11/linux_x11/debug/video.o : include/palette.hpp |
---|
271 | port/x11/linux_x11/debug/video.o : include/linked.hpp |
---|
272 | port/x11/linux_x11/debug/video.o : include/image.hpp |
---|
273 | port/x11/linux_x11/debug/video.o : include/filter.hpp |
---|
274 | port/x11/linux_x11/debug/mouse.o : port/x11/mouse.c |
---|
275 | g++ -c -o port/x11/linux_x11/debug/mouse.o port/x11/mouse.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
276 | |
---|
277 | port/x11/linux_x11/debug/mouse.o : include/xinclude.h |
---|
278 | port/x11/linux_x11/debug/mouse.o : include/mouse.hpp |
---|
279 | port/x11/linux_x11/debug/mouse.o : include/monoprnt.hpp |
---|
280 | port/x11/linux_x11/debug/mouse.o : include/mdlread.hpp |
---|
281 | port/x11/linux_x11/debug/mouse.o : include/filter.hpp |
---|
282 | port/x11/linux_x11/debug/mouse.o : include/macs.hpp |
---|
283 | port/x11/linux_x11/debug/mouse.o : include/sprite.hpp |
---|
284 | port/x11/linux_x11/debug/mouse.o : include/jmalloc.hpp |
---|
285 | port/x11/linux_x11/debug/mouse.o : include/specs.hpp |
---|
286 | port/x11/linux_x11/debug/mouse.o : include/palette.hpp |
---|
287 | port/x11/linux_x11/debug/mouse.o : include/linked.hpp |
---|
288 | port/x11/linux_x11/debug/mouse.o : include/image.hpp |
---|
289 | port/x11/linux_x11/debug/mouse.o : include/system.h |
---|
290 | port/x11/linux_x11/debug/mouse.o : include/video.hpp |
---|
291 | port/x11/linux_x11/debug/event.o : port/x11/event.c |
---|
292 | g++ -c -o port/x11/linux_x11/debug/event.o port/x11/event.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
293 | |
---|
294 | port/x11/linux_x11/debug/event.o : include/keys.hpp |
---|
295 | port/x11/linux_x11/debug/event.o : include/event.hpp |
---|
296 | port/x11/linux_x11/debug/event.o : include/sprite.hpp |
---|
297 | port/x11/linux_x11/debug/event.o : include/mouse.hpp |
---|
298 | port/x11/linux_x11/debug/event.o : include/macs.hpp |
---|
299 | port/x11/linux_x11/debug/event.o : include/gifread.hpp |
---|
300 | port/x11/linux_x11/debug/event.o : include/video.hpp |
---|
301 | port/x11/linux_x11/debug/event.o : include/mdlread.hpp |
---|
302 | port/x11/linux_x11/debug/event.o : include/jmalloc.hpp |
---|
303 | port/x11/linux_x11/debug/event.o : include/specs.hpp |
---|
304 | port/x11/linux_x11/debug/event.o : include/palette.hpp |
---|
305 | port/x11/linux_x11/debug/event.o : include/linked.hpp |
---|
306 | port/x11/linux_x11/debug/event.o : include/image.hpp |
---|
307 | port/x11/linux_x11/debug/event.o : include/xinclude.h |
---|
308 | port/x11/linux_x11/debug/event.o : include/system.h |
---|
309 | ./linux_x11/debug/jwindow.o : jwindow.c |
---|
310 | g++ -c -o ./linux_x11/debug/jwindow.o jwindow.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
311 | |
---|
312 | ./linux_x11/debug/jwindow.o : include/timage.hpp |
---|
313 | ./linux_x11/debug/jwindow.o : include/fonts.hpp |
---|
314 | ./linux_x11/debug/jwindow.o : include/jwindow.hpp |
---|
315 | ./linux_x11/debug/jwindow.o : include/filter.hpp |
---|
316 | ./linux_x11/debug/jwindow.o : include/mouse.hpp |
---|
317 | ./linux_x11/debug/jwindow.o : include/macs.hpp |
---|
318 | ./linux_x11/debug/jwindow.o : include/sprite.hpp |
---|
319 | ./linux_x11/debug/jwindow.o : include/keys.hpp |
---|
320 | ./linux_x11/debug/jwindow.o : include/event.hpp |
---|
321 | ./linux_x11/debug/jwindow.o : include/jmalloc.hpp |
---|
322 | ./linux_x11/debug/jwindow.o : include/specs.hpp |
---|
323 | ./linux_x11/debug/jwindow.o : include/palette.hpp |
---|
324 | ./linux_x11/debug/jwindow.o : include/linked.hpp |
---|
325 | ./linux_x11/debug/jwindow.o : include/image.hpp |
---|
326 | ./linux_x11/debug/jwindow.o : include/system.h |
---|
327 | ./linux_x11/debug/jwindow.o : include/video.hpp |
---|
328 | |
---|
329 | ./linux_svga/debug/dir.a : $(LINUX_SVGA_dir_debug_o_files) |
---|
330 | ar ruvs ./linux_svga/debug/dir.a \ |
---|
331 | port/unix/linux_svga/debug/jdir.o |
---|
332 | |
---|
333 | port/unix/linux_svga/debug/jdir.o : port/unix/jdir.c |
---|
334 | g++ -c -o port/unix/linux_svga/debug/jdir.o port/unix/jdir.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
335 | |
---|
336 | port/unix/linux_svga/debug/jdir.o : include/jmalloc.hpp |
---|
337 | |
---|
338 | ./linux_x11/debug/dir.a : $(LINUX_X11_dir_debug_o_files) |
---|
339 | ar ruvs ./linux_x11/debug/dir.a \ |
---|
340 | port/unix/linux_x11/debug/jdir.o |
---|
341 | |
---|
342 | port/unix/linux_x11/debug/jdir.o : port/unix/jdir.c |
---|
343 | g++ -c -o port/unix/linux_x11/debug/jdir.o port/unix/jdir.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
344 | |
---|
345 | port/unix/linux_x11/debug/jdir.o : include/jmalloc.hpp |
---|
346 | |
---|
347 | ./linux_svga/debug/net.a : $(LINUX_SVGA_net_debug_o_files) |
---|
348 | ar ruvs ./linux_svga/debug/net.a \ |
---|
349 | port/unix/linux_svga/debug/jnet.o |
---|
350 | |
---|
351 | port/unix/linux_svga/debug/jnet.o : port/unix/jnet.c |
---|
352 | g++ -c -o port/unix/linux_svga/debug/jnet.o port/unix/jnet.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
353 | |
---|
354 | port/unix/linux_svga/debug/jnet.o : include/jmalloc.hpp |
---|
355 | port/unix/linux_svga/debug/jnet.o : include/packet.hpp |
---|
356 | port/unix/linux_svga/debug/jnet.o : include/system.h |
---|
357 | port/unix/linux_svga/debug/jnet.o : include/macs.hpp |
---|
358 | port/unix/linux_svga/debug/jnet.o : include/jnet.hpp |
---|
359 | |
---|
360 | ./linux_x11/debug/net.a : $(LINUX_X11_net_debug_o_files) |
---|
361 | ar ruvs ./linux_x11/debug/net.a \ |
---|
362 | port/unix/linux_x11/debug/jnet.o |
---|
363 | |
---|
364 | port/unix/linux_x11/debug/jnet.o : port/unix/jnet.c |
---|
365 | g++ -c -o port/unix/linux_x11/debug/jnet.o port/unix/jnet.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
366 | |
---|
367 | port/unix/linux_x11/debug/jnet.o : include/jmalloc.hpp |
---|
368 | port/unix/linux_x11/debug/jnet.o : include/packet.hpp |
---|
369 | port/unix/linux_x11/debug/jnet.o : include/system.h |
---|
370 | port/unix/linux_x11/debug/jnet.o : include/macs.hpp |
---|
371 | port/unix/linux_x11/debug/jnet.o : include/jnet.hpp |
---|
372 | |
---|
373 | ./linux_svga/debug/sound.a : $(LINUX_SVGA_sound_debug_o_files) |
---|
374 | ar ruvs ./linux_svga/debug/sound.a \ |
---|
375 | port/sgi/linux_svga/debug/sound.o \ |
---|
376 | ./linux_svga/debug/readwav.o |
---|
377 | |
---|
378 | port/sgi/linux_svga/debug/sound.o : port/sgi/sound.c |
---|
379 | g++ -c -o port/sgi/linux_svga/debug/sound.o port/sgi/sound.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
380 | |
---|
381 | port/sgi/linux_svga/debug/sound.o : include/timing.hpp |
---|
382 | port/sgi/linux_svga/debug/sound.o : include/dprint.hpp |
---|
383 | port/sgi/linux_svga/debug/sound.o : include/jmalloc.hpp |
---|
384 | port/sgi/linux_svga/debug/sound.o : include/linked.hpp |
---|
385 | port/sgi/linux_svga/debug/sound.o : include/specs.hpp |
---|
386 | port/sgi/linux_svga/debug/sound.o : include/readwav.hpp |
---|
387 | port/sgi/linux_svga/debug/sound.o : include/sound.hpp |
---|
388 | port/sgi/linux_svga/debug/sound.o : include/system.h |
---|
389 | port/sgi/linux_svga/debug/sound.o : include/macs.hpp |
---|
390 | ./linux_svga/debug/readwav.o : readwav.c |
---|
391 | g++ -c -o ./linux_svga/debug/readwav.o readwav.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
392 | |
---|
393 | ./linux_svga/debug/readwav.o : include/dprint.hpp |
---|
394 | ./linux_svga/debug/readwav.o : include/macs.hpp |
---|
395 | ./linux_svga/debug/readwav.o : include/system.h |
---|
396 | ./linux_svga/debug/readwav.o : include/jmalloc.hpp |
---|
397 | ./linux_svga/debug/readwav.o : include/linked.hpp |
---|
398 | ./linux_svga/debug/readwav.o : include/specs.hpp |
---|
399 | ./linux_svga/debug/readwav.o : include/readwav.hpp |
---|
400 | |
---|
401 | ./linux_x11/debug/sound.a : $(LINUX_X11_sound_debug_o_files) |
---|
402 | ar ruvs ./linux_x11/debug/sound.a \ |
---|
403 | port/sgi/linux_x11/debug/sound.o \ |
---|
404 | ./linux_x11/debug/readwav.o |
---|
405 | |
---|
406 | port/sgi/linux_x11/debug/sound.o : port/sgi/sound.c |
---|
407 | g++ -c -o port/sgi/linux_x11/debug/sound.o port/sgi/sound.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
408 | |
---|
409 | port/sgi/linux_x11/debug/sound.o : include/timing.hpp |
---|
410 | port/sgi/linux_x11/debug/sound.o : include/dprint.hpp |
---|
411 | port/sgi/linux_x11/debug/sound.o : include/jmalloc.hpp |
---|
412 | port/sgi/linux_x11/debug/sound.o : include/linked.hpp |
---|
413 | port/sgi/linux_x11/debug/sound.o : include/specs.hpp |
---|
414 | port/sgi/linux_x11/debug/sound.o : include/readwav.hpp |
---|
415 | port/sgi/linux_x11/debug/sound.o : include/sound.hpp |
---|
416 | port/sgi/linux_x11/debug/sound.o : include/system.h |
---|
417 | port/sgi/linux_x11/debug/sound.o : include/macs.hpp |
---|
418 | ./linux_x11/debug/readwav.o : readwav.c |
---|
419 | g++ -c -o ./linux_x11/debug/readwav.o readwav.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
420 | |
---|
421 | ./linux_x11/debug/readwav.o : include/dprint.hpp |
---|
422 | ./linux_x11/debug/readwav.o : include/macs.hpp |
---|
423 | ./linux_x11/debug/readwav.o : include/system.h |
---|
424 | ./linux_x11/debug/readwav.o : include/jmalloc.hpp |
---|
425 | ./linux_x11/debug/readwav.o : include/linked.hpp |
---|
426 | ./linux_x11/debug/readwav.o : include/specs.hpp |
---|
427 | ./linux_x11/debug/readwav.o : include/readwav.hpp |
---|
428 | |
---|
429 | ./linux_svga/debug/gui.a : $(LINUX_SVGA_gui_debug_o_files) |
---|
430 | ar ruvs ./linux_svga/debug/gui.a \ |
---|
431 | ./linux_svga/debug/pmenu.o \ |
---|
432 | ./linux_svga/debug/scroller.o \ |
---|
433 | ./linux_svga/debug/filesel.o \ |
---|
434 | ./linux_svga/debug/tools.o \ |
---|
435 | ./linux_svga/debug/guistat.o |
---|
436 | |
---|
437 | ./linux_svga/debug/pmenu.o : pmenu.c |
---|
438 | g++ -c -o ./linux_svga/debug/pmenu.o pmenu.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
439 | |
---|
440 | ./linux_svga/debug/pmenu.o : include/timage.hpp |
---|
441 | ./linux_svga/debug/pmenu.o : include/fonts.hpp |
---|
442 | ./linux_svga/debug/pmenu.o : include/filter.hpp |
---|
443 | ./linux_svga/debug/pmenu.o : include/mouse.hpp |
---|
444 | ./linux_svga/debug/pmenu.o : include/macs.hpp |
---|
445 | ./linux_svga/debug/pmenu.o : include/sprite.hpp |
---|
446 | ./linux_svga/debug/pmenu.o : include/keys.hpp |
---|
447 | ./linux_svga/debug/pmenu.o : include/event.hpp |
---|
448 | ./linux_svga/debug/pmenu.o : include/specs.hpp |
---|
449 | ./linux_svga/debug/pmenu.o : include/palette.hpp |
---|
450 | ./linux_svga/debug/pmenu.o : include/linked.hpp |
---|
451 | ./linux_svga/debug/pmenu.o : include/image.hpp |
---|
452 | ./linux_svga/debug/pmenu.o : include/system.h |
---|
453 | ./linux_svga/debug/pmenu.o : include/video.hpp |
---|
454 | ./linux_svga/debug/pmenu.o : include/jwindow.hpp |
---|
455 | ./linux_svga/debug/pmenu.o : include/input.hpp |
---|
456 | ./linux_svga/debug/pmenu.o : include/jmalloc.hpp |
---|
457 | ./linux_svga/debug/pmenu.o : include/pmenu.hpp |
---|
458 | ./linux_svga/debug/scroller.o : scroller.c |
---|
459 | g++ -c -o ./linux_svga/debug/scroller.o scroller.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
460 | |
---|
461 | ./linux_svga/debug/scroller.o : include/timage.hpp |
---|
462 | ./linux_svga/debug/scroller.o : include/fonts.hpp |
---|
463 | ./linux_svga/debug/scroller.o : include/filter.hpp |
---|
464 | ./linux_svga/debug/scroller.o : include/mouse.hpp |
---|
465 | ./linux_svga/debug/scroller.o : include/macs.hpp |
---|
466 | ./linux_svga/debug/scroller.o : include/sprite.hpp |
---|
467 | ./linux_svga/debug/scroller.o : include/keys.hpp |
---|
468 | ./linux_svga/debug/scroller.o : include/event.hpp |
---|
469 | ./linux_svga/debug/scroller.o : include/jmalloc.hpp |
---|
470 | ./linux_svga/debug/scroller.o : include/specs.hpp |
---|
471 | ./linux_svga/debug/scroller.o : include/palette.hpp |
---|
472 | ./linux_svga/debug/scroller.o : include/linked.hpp |
---|
473 | ./linux_svga/debug/scroller.o : include/image.hpp |
---|
474 | ./linux_svga/debug/scroller.o : include/system.h |
---|
475 | ./linux_svga/debug/scroller.o : include/video.hpp |
---|
476 | ./linux_svga/debug/scroller.o : include/jwindow.hpp |
---|
477 | ./linux_svga/debug/scroller.o : include/input.hpp |
---|
478 | ./linux_svga/debug/scroller.o : include/scroller.hpp |
---|
479 | ./linux_svga/debug/filesel.o : filesel.c |
---|
480 | g++ -c -o ./linux_svga/debug/filesel.o filesel.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
481 | |
---|
482 | ./linux_svga/debug/filesel.o : include/jdir.hpp |
---|
483 | ./linux_svga/debug/filesel.o : include/scroller.hpp |
---|
484 | ./linux_svga/debug/filesel.o : include/input.hpp |
---|
485 | ./linux_svga/debug/filesel.o : include/timage.hpp |
---|
486 | ./linux_svga/debug/filesel.o : include/fonts.hpp |
---|
487 | ./linux_svga/debug/filesel.o : include/filter.hpp |
---|
488 | ./linux_svga/debug/filesel.o : include/mouse.hpp |
---|
489 | ./linux_svga/debug/filesel.o : include/macs.hpp |
---|
490 | ./linux_svga/debug/filesel.o : include/sprite.hpp |
---|
491 | ./linux_svga/debug/filesel.o : include/keys.hpp |
---|
492 | ./linux_svga/debug/filesel.o : include/event.hpp |
---|
493 | ./linux_svga/debug/filesel.o : include/jmalloc.hpp |
---|
494 | ./linux_svga/debug/filesel.o : include/specs.hpp |
---|
495 | ./linux_svga/debug/filesel.o : include/palette.hpp |
---|
496 | ./linux_svga/debug/filesel.o : include/linked.hpp |
---|
497 | ./linux_svga/debug/filesel.o : include/image.hpp |
---|
498 | ./linux_svga/debug/filesel.o : include/system.h |
---|
499 | ./linux_svga/debug/filesel.o : include/video.hpp |
---|
500 | ./linux_svga/debug/filesel.o : include/jwindow.hpp |
---|
501 | ./linux_svga/debug/filesel.o : include/filesel.hpp |
---|
502 | ./linux_svga/debug/tools.o : tools.c |
---|
503 | g++ -c -o ./linux_svga/debug/tools.o tools.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
504 | |
---|
505 | ./linux_svga/debug/tools.o : include/visobj.hpp |
---|
506 | ./linux_svga/debug/tools.o : include/scroller.hpp |
---|
507 | ./linux_svga/debug/tools.o : include/input.hpp |
---|
508 | ./linux_svga/debug/tools.o : include/timage.hpp |
---|
509 | ./linux_svga/debug/tools.o : include/fonts.hpp |
---|
510 | ./linux_svga/debug/tools.o : include/filter.hpp |
---|
511 | ./linux_svga/debug/tools.o : include/mouse.hpp |
---|
512 | ./linux_svga/debug/tools.o : include/macs.hpp |
---|
513 | ./linux_svga/debug/tools.o : include/sprite.hpp |
---|
514 | ./linux_svga/debug/tools.o : include/keys.hpp |
---|
515 | ./linux_svga/debug/tools.o : include/event.hpp |
---|
516 | ./linux_svga/debug/tools.o : include/jmalloc.hpp |
---|
517 | ./linux_svga/debug/tools.o : include/specs.hpp |
---|
518 | ./linux_svga/debug/tools.o : include/palette.hpp |
---|
519 | ./linux_svga/debug/tools.o : include/linked.hpp |
---|
520 | ./linux_svga/debug/tools.o : include/image.hpp |
---|
521 | ./linux_svga/debug/tools.o : include/system.h |
---|
522 | ./linux_svga/debug/tools.o : include/video.hpp |
---|
523 | ./linux_svga/debug/tools.o : include/jwindow.hpp |
---|
524 | ./linux_svga/debug/tools.o : include/tools.hpp |
---|
525 | ./linux_svga/debug/guistat.o : guistat.c |
---|
526 | g++ -c -o ./linux_svga/debug/guistat.o guistat.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
527 | |
---|
528 | ./linux_svga/debug/guistat.o : include/guistat.hpp |
---|
529 | ./linux_svga/debug/guistat.o : include/timing.hpp |
---|
530 | ./linux_svga/debug/guistat.o : include/timage.hpp |
---|
531 | ./linux_svga/debug/guistat.o : include/fonts.hpp |
---|
532 | ./linux_svga/debug/guistat.o : include/filter.hpp |
---|
533 | ./linux_svga/debug/guistat.o : include/mouse.hpp |
---|
534 | ./linux_svga/debug/guistat.o : include/macs.hpp |
---|
535 | ./linux_svga/debug/guistat.o : include/sprite.hpp |
---|
536 | ./linux_svga/debug/guistat.o : include/keys.hpp |
---|
537 | ./linux_svga/debug/guistat.o : include/event.hpp |
---|
538 | ./linux_svga/debug/guistat.o : include/jmalloc.hpp |
---|
539 | ./linux_svga/debug/guistat.o : include/specs.hpp |
---|
540 | ./linux_svga/debug/guistat.o : include/palette.hpp |
---|
541 | ./linux_svga/debug/guistat.o : include/linked.hpp |
---|
542 | ./linux_svga/debug/guistat.o : include/image.hpp |
---|
543 | ./linux_svga/debug/guistat.o : include/system.h |
---|
544 | ./linux_svga/debug/guistat.o : include/video.hpp |
---|
545 | ./linux_svga/debug/guistat.o : include/jwindow.hpp |
---|
546 | ./linux_svga/debug/guistat.o : include/visobj.hpp |
---|
547 | ./linux_svga/debug/guistat.o : include/status.hpp |
---|
548 | |
---|
549 | ./linux_x11/debug/gui.a : $(LINUX_X11_gui_debug_o_files) |
---|
550 | ar ruvs ./linux_x11/debug/gui.a \ |
---|
551 | ./linux_x11/debug/pmenu.o \ |
---|
552 | ./linux_x11/debug/scroller.o \ |
---|
553 | ./linux_x11/debug/filesel.o \ |
---|
554 | ./linux_x11/debug/tools.o \ |
---|
555 | ./linux_x11/debug/guistat.o |
---|
556 | |
---|
557 | ./linux_x11/debug/pmenu.o : pmenu.c |
---|
558 | g++ -c -o ./linux_x11/debug/pmenu.o pmenu.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
559 | |
---|
560 | ./linux_x11/debug/pmenu.o : include/timage.hpp |
---|
561 | ./linux_x11/debug/pmenu.o : include/fonts.hpp |
---|
562 | ./linux_x11/debug/pmenu.o : include/filter.hpp |
---|
563 | ./linux_x11/debug/pmenu.o : include/mouse.hpp |
---|
564 | ./linux_x11/debug/pmenu.o : include/macs.hpp |
---|
565 | ./linux_x11/debug/pmenu.o : include/sprite.hpp |
---|
566 | ./linux_x11/debug/pmenu.o : include/keys.hpp |
---|
567 | ./linux_x11/debug/pmenu.o : include/event.hpp |
---|
568 | ./linux_x11/debug/pmenu.o : include/specs.hpp |
---|
569 | ./linux_x11/debug/pmenu.o : include/palette.hpp |
---|
570 | ./linux_x11/debug/pmenu.o : include/linked.hpp |
---|
571 | ./linux_x11/debug/pmenu.o : include/image.hpp |
---|
572 | ./linux_x11/debug/pmenu.o : include/system.h |
---|
573 | ./linux_x11/debug/pmenu.o : include/video.hpp |
---|
574 | ./linux_x11/debug/pmenu.o : include/jwindow.hpp |
---|
575 | ./linux_x11/debug/pmenu.o : include/input.hpp |
---|
576 | ./linux_x11/debug/pmenu.o : include/jmalloc.hpp |
---|
577 | ./linux_x11/debug/pmenu.o : include/pmenu.hpp |
---|
578 | ./linux_x11/debug/scroller.o : scroller.c |
---|
579 | g++ -c -o ./linux_x11/debug/scroller.o scroller.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
580 | |
---|
581 | ./linux_x11/debug/scroller.o : include/timage.hpp |
---|
582 | ./linux_x11/debug/scroller.o : include/fonts.hpp |
---|
583 | ./linux_x11/debug/scroller.o : include/filter.hpp |
---|
584 | ./linux_x11/debug/scroller.o : include/mouse.hpp |
---|
585 | ./linux_x11/debug/scroller.o : include/macs.hpp |
---|
586 | ./linux_x11/debug/scroller.o : include/sprite.hpp |
---|
587 | ./linux_x11/debug/scroller.o : include/keys.hpp |
---|
588 | ./linux_x11/debug/scroller.o : include/event.hpp |
---|
589 | ./linux_x11/debug/scroller.o : include/jmalloc.hpp |
---|
590 | ./linux_x11/debug/scroller.o : include/specs.hpp |
---|
591 | ./linux_x11/debug/scroller.o : include/palette.hpp |
---|
592 | ./linux_x11/debug/scroller.o : include/linked.hpp |
---|
593 | ./linux_x11/debug/scroller.o : include/image.hpp |
---|
594 | ./linux_x11/debug/scroller.o : include/system.h |
---|
595 | ./linux_x11/debug/scroller.o : include/video.hpp |
---|
596 | ./linux_x11/debug/scroller.o : include/jwindow.hpp |
---|
597 | ./linux_x11/debug/scroller.o : include/input.hpp |
---|
598 | ./linux_x11/debug/scroller.o : include/scroller.hpp |
---|
599 | ./linux_x11/debug/filesel.o : filesel.c |
---|
600 | g++ -c -o ./linux_x11/debug/filesel.o filesel.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
601 | |
---|
602 | ./linux_x11/debug/filesel.o : include/jdir.hpp |
---|
603 | ./linux_x11/debug/filesel.o : include/scroller.hpp |
---|
604 | ./linux_x11/debug/filesel.o : include/input.hpp |
---|
605 | ./linux_x11/debug/filesel.o : include/timage.hpp |
---|
606 | ./linux_x11/debug/filesel.o : include/fonts.hpp |
---|
607 | ./linux_x11/debug/filesel.o : include/filter.hpp |
---|
608 | ./linux_x11/debug/filesel.o : include/mouse.hpp |
---|
609 | ./linux_x11/debug/filesel.o : include/macs.hpp |
---|
610 | ./linux_x11/debug/filesel.o : include/sprite.hpp |
---|
611 | ./linux_x11/debug/filesel.o : include/keys.hpp |
---|
612 | ./linux_x11/debug/filesel.o : include/event.hpp |
---|
613 | ./linux_x11/debug/filesel.o : include/jmalloc.hpp |
---|
614 | ./linux_x11/debug/filesel.o : include/specs.hpp |
---|
615 | ./linux_x11/debug/filesel.o : include/palette.hpp |
---|
616 | ./linux_x11/debug/filesel.o : include/linked.hpp |
---|
617 | ./linux_x11/debug/filesel.o : include/image.hpp |
---|
618 | ./linux_x11/debug/filesel.o : include/system.h |
---|
619 | ./linux_x11/debug/filesel.o : include/video.hpp |
---|
620 | ./linux_x11/debug/filesel.o : include/jwindow.hpp |
---|
621 | ./linux_x11/debug/filesel.o : include/filesel.hpp |
---|
622 | ./linux_x11/debug/tools.o : tools.c |
---|
623 | g++ -c -o ./linux_x11/debug/tools.o tools.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
624 | |
---|
625 | ./linux_x11/debug/tools.o : include/visobj.hpp |
---|
626 | ./linux_x11/debug/tools.o : include/scroller.hpp |
---|
627 | ./linux_x11/debug/tools.o : include/input.hpp |
---|
628 | ./linux_x11/debug/tools.o : include/timage.hpp |
---|
629 | ./linux_x11/debug/tools.o : include/fonts.hpp |
---|
630 | ./linux_x11/debug/tools.o : include/filter.hpp |
---|
631 | ./linux_x11/debug/tools.o : include/mouse.hpp |
---|
632 | ./linux_x11/debug/tools.o : include/macs.hpp |
---|
633 | ./linux_x11/debug/tools.o : include/sprite.hpp |
---|
634 | ./linux_x11/debug/tools.o : include/keys.hpp |
---|
635 | ./linux_x11/debug/tools.o : include/event.hpp |
---|
636 | ./linux_x11/debug/tools.o : include/jmalloc.hpp |
---|
637 | ./linux_x11/debug/tools.o : include/specs.hpp |
---|
638 | ./linux_x11/debug/tools.o : include/palette.hpp |
---|
639 | ./linux_x11/debug/tools.o : include/linked.hpp |
---|
640 | ./linux_x11/debug/tools.o : include/image.hpp |
---|
641 | ./linux_x11/debug/tools.o : include/system.h |
---|
642 | ./linux_x11/debug/tools.o : include/video.hpp |
---|
643 | ./linux_x11/debug/tools.o : include/jwindow.hpp |
---|
644 | ./linux_x11/debug/tools.o : include/tools.hpp |
---|
645 | ./linux_x11/debug/guistat.o : guistat.c |
---|
646 | g++ -c -o ./linux_x11/debug/guistat.o guistat.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
647 | |
---|
648 | ./linux_x11/debug/guistat.o : include/guistat.hpp |
---|
649 | ./linux_x11/debug/guistat.o : include/timing.hpp |
---|
650 | ./linux_x11/debug/guistat.o : include/timage.hpp |
---|
651 | ./linux_x11/debug/guistat.o : include/fonts.hpp |
---|
652 | ./linux_x11/debug/guistat.o : include/filter.hpp |
---|
653 | ./linux_x11/debug/guistat.o : include/mouse.hpp |
---|
654 | ./linux_x11/debug/guistat.o : include/macs.hpp |
---|
655 | ./linux_x11/debug/guistat.o : include/sprite.hpp |
---|
656 | ./linux_x11/debug/guistat.o : include/keys.hpp |
---|
657 | ./linux_x11/debug/guistat.o : include/event.hpp |
---|
658 | ./linux_x11/debug/guistat.o : include/jmalloc.hpp |
---|
659 | ./linux_x11/debug/guistat.o : include/specs.hpp |
---|
660 | ./linux_x11/debug/guistat.o : include/palette.hpp |
---|
661 | ./linux_x11/debug/guistat.o : include/linked.hpp |
---|
662 | ./linux_x11/debug/guistat.o : include/image.hpp |
---|
663 | ./linux_x11/debug/guistat.o : include/system.h |
---|
664 | ./linux_x11/debug/guistat.o : include/video.hpp |
---|
665 | ./linux_x11/debug/guistat.o : include/jwindow.hpp |
---|
666 | ./linux_x11/debug/guistat.o : include/visobj.hpp |
---|
667 | ./linux_x11/debug/guistat.o : include/status.hpp |
---|
668 | |
---|
669 | ./linux_svga/debug/packet.a : $(LINUX_SVGA_packet_debug_o_files) |
---|
670 | ar ruvs ./linux_svga/debug/packet.a \ |
---|
671 | ./linux_svga/debug/packet.o |
---|
672 | |
---|
673 | ./linux_svga/debug/packet.o : packet.c |
---|
674 | g++ -c -o ./linux_svga/debug/packet.o packet.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
675 | |
---|
676 | ./linux_svga/debug/packet.o : include/jmalloc.hpp |
---|
677 | ./linux_svga/debug/packet.o : include/system.h |
---|
678 | ./linux_svga/debug/packet.o : include/macs.hpp |
---|
679 | ./linux_svga/debug/packet.o : include/packet.hpp |
---|
680 | |
---|
681 | ./linux_x11/debug/packet.a : $(LINUX_X11_packet_debug_o_files) |
---|
682 | ar ruvs ./linux_x11/debug/packet.a \ |
---|
683 | ./linux_x11/debug/packet.o |
---|
684 | |
---|
685 | ./linux_x11/debug/packet.o : packet.c |
---|
686 | g++ -c -o ./linux_x11/debug/packet.o packet.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
687 | |
---|
688 | ./linux_x11/debug/packet.o : include/jmalloc.hpp |
---|
689 | ./linux_x11/debug/packet.o : include/system.h |
---|
690 | ./linux_x11/debug/packet.o : include/macs.hpp |
---|
691 | ./linux_x11/debug/packet.o : include/packet.hpp |
---|
692 | |
---|
693 | ./linux_svga/debug/image.a : $(LINUX_SVGA_image_debug_o_files) |
---|
694 | ar ruvs ./linux_svga/debug/image.a \ |
---|
695 | ./linux_svga/debug/filter.o \ |
---|
696 | ./linux_svga/debug/gifread.o \ |
---|
697 | ./linux_svga/debug/globals.o \ |
---|
698 | ./linux_svga/debug/image.o \ |
---|
699 | ./linux_svga/debug/linked.o \ |
---|
700 | ./linux_svga/debug/input.o \ |
---|
701 | ./linux_svga/debug/mdlread.o \ |
---|
702 | ./linux_svga/debug/palette.o \ |
---|
703 | ./linux_svga/debug/ppmread.o \ |
---|
704 | ./linux_svga/debug/include.o \ |
---|
705 | ./linux_svga/debug/xwdread.o \ |
---|
706 | ./linux_svga/debug/fonts.o \ |
---|
707 | ./linux_svga/debug/decoder.o \ |
---|
708 | ./linux_svga/debug/loader.o \ |
---|
709 | ./linux_svga/debug/glread.o \ |
---|
710 | ./linux_svga/debug/texture.o \ |
---|
711 | ./linux_svga/debug/specs.o \ |
---|
712 | ./linux_svga/debug/supmorph.o \ |
---|
713 | ./linux_svga/debug/image24.o \ |
---|
714 | ./linux_svga/debug/pcxread.o \ |
---|
715 | ./linux_svga/debug/timage.o \ |
---|
716 | ./linux_svga/debug/jmalloc.o \ |
---|
717 | ./linux_svga/debug/jrand.o \ |
---|
718 | ./linux_svga/debug/lbmread.o \ |
---|
719 | ./linux_svga/debug/targa.o \ |
---|
720 | ./linux_svga/debug/keys.o \ |
---|
721 | ./linux_svga/debug/dprint.o \ |
---|
722 | ./linux_svga/debug/status.o \ |
---|
723 | ./linux_svga/debug/visobj.o |
---|
724 | |
---|
725 | ./linux_svga/debug/filter.o : filter.c |
---|
726 | g++ -c -o ./linux_svga/debug/filter.o filter.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
727 | |
---|
728 | ./linux_svga/debug/filter.o : include/filter.hpp |
---|
729 | ./linux_svga/debug/filter.o : include/macs.hpp |
---|
730 | ./linux_svga/debug/filter.o : include/system.h |
---|
731 | ./linux_svga/debug/filter.o : include/jmalloc.hpp |
---|
732 | ./linux_svga/debug/filter.o : include/specs.hpp |
---|
733 | ./linux_svga/debug/filter.o : include/palette.hpp |
---|
734 | ./linux_svga/debug/filter.o : include/linked.hpp |
---|
735 | ./linux_svga/debug/filter.o : include/image.hpp |
---|
736 | ./linux_svga/debug/gifread.o : gifread.c |
---|
737 | g++ -c -o ./linux_svga/debug/gifread.o gifread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
738 | |
---|
739 | ./linux_svga/debug/gifread.o : include/macs.hpp |
---|
740 | ./linux_svga/debug/gifread.o : include/dir.h |
---|
741 | ./linux_svga/debug/gifread.o : include/dos.h |
---|
742 | ./linux_svga/debug/gifread.o : include/std.h |
---|
743 | ./linux_svga/debug/gifread.o : include/gifdecod.hpp |
---|
744 | ./linux_svga/debug/gifread.o : include/video.hpp |
---|
745 | ./linux_svga/debug/gifread.o : include/system.h |
---|
746 | ./linux_svga/debug/gifread.o : include/jmalloc.hpp |
---|
747 | ./linux_svga/debug/gifread.o : include/specs.hpp |
---|
748 | ./linux_svga/debug/gifread.o : include/palette.hpp |
---|
749 | ./linux_svga/debug/gifread.o : include/linked.hpp |
---|
750 | ./linux_svga/debug/gifread.o : include/image.hpp |
---|
751 | ./linux_svga/debug/gifread.o : include/gifread.hpp |
---|
752 | ./linux_svga/debug/globals.o : globals.c |
---|
753 | g++ -c -o ./linux_svga/debug/globals.o globals.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
754 | |
---|
755 | ./linux_svga/debug/globals.o : globals.c |
---|
756 | ./linux_svga/debug/image.o : image.c |
---|
757 | g++ -c -o ./linux_svga/debug/image.o image.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
758 | |
---|
759 | ./linux_svga/debug/image.o : include/macs.hpp |
---|
760 | ./linux_svga/debug/image.o : include/system.h |
---|
761 | ./linux_svga/debug/image.o : include/jmalloc.hpp |
---|
762 | ./linux_svga/debug/image.o : include/specs.hpp |
---|
763 | ./linux_svga/debug/image.o : include/palette.hpp |
---|
764 | ./linux_svga/debug/image.o : include/linked.hpp |
---|
765 | ./linux_svga/debug/image.o : include/image.hpp |
---|
766 | ./linux_svga/debug/linked.o : linked.c |
---|
767 | g++ -c -o ./linux_svga/debug/linked.o linked.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
768 | |
---|
769 | ./linux_svga/debug/linked.o : include/linked.hpp |
---|
770 | ./linux_svga/debug/input.o : input.c |
---|
771 | g++ -c -o ./linux_svga/debug/input.o input.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
772 | |
---|
773 | ./linux_svga/debug/input.o : include/timage.hpp |
---|
774 | ./linux_svga/debug/input.o : include/fonts.hpp |
---|
775 | ./linux_svga/debug/input.o : include/filter.hpp |
---|
776 | ./linux_svga/debug/input.o : include/mouse.hpp |
---|
777 | ./linux_svga/debug/input.o : include/macs.hpp |
---|
778 | ./linux_svga/debug/input.o : include/sprite.hpp |
---|
779 | ./linux_svga/debug/input.o : include/keys.hpp |
---|
780 | ./linux_svga/debug/input.o : include/event.hpp |
---|
781 | ./linux_svga/debug/input.o : include/jmalloc.hpp |
---|
782 | ./linux_svga/debug/input.o : include/specs.hpp |
---|
783 | ./linux_svga/debug/input.o : include/palette.hpp |
---|
784 | ./linux_svga/debug/input.o : include/linked.hpp |
---|
785 | ./linux_svga/debug/input.o : include/image.hpp |
---|
786 | ./linux_svga/debug/input.o : include/system.h |
---|
787 | ./linux_svga/debug/input.o : include/video.hpp |
---|
788 | ./linux_svga/debug/input.o : include/jwindow.hpp |
---|
789 | ./linux_svga/debug/input.o : include/input.hpp |
---|
790 | ./linux_svga/debug/mdlread.o : mdlread.c |
---|
791 | g++ -c -o ./linux_svga/debug/mdlread.o mdlread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
792 | |
---|
793 | ./linux_svga/debug/mdlread.o : include/macs.hpp |
---|
794 | ./linux_svga/debug/mdlread.o : include/image.hpp |
---|
795 | ./linux_svga/debug/mdlread.o : include/system.h |
---|
796 | ./linux_svga/debug/mdlread.o : include/jmalloc.hpp |
---|
797 | ./linux_svga/debug/mdlread.o : include/specs.hpp |
---|
798 | ./linux_svga/debug/mdlread.o : include/linked.hpp |
---|
799 | ./linux_svga/debug/mdlread.o : include/palette.hpp |
---|
800 | ./linux_svga/debug/mdlread.o : include/mdlread.hpp |
---|
801 | ./linux_svga/debug/palette.o : palette.c |
---|
802 | g++ -c -o ./linux_svga/debug/palette.o palette.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
803 | |
---|
804 | ./linux_svga/debug/palette.o : include/filter.hpp |
---|
805 | ./linux_svga/debug/palette.o : include/video.hpp |
---|
806 | ./linux_svga/debug/palette.o : include/dos.h |
---|
807 | ./linux_svga/debug/palette.o : include/macs.hpp |
---|
808 | ./linux_svga/debug/palette.o : include/image.hpp |
---|
809 | ./linux_svga/debug/palette.o : include/system.h |
---|
810 | ./linux_svga/debug/palette.o : include/jmalloc.hpp |
---|
811 | ./linux_svga/debug/palette.o : include/specs.hpp |
---|
812 | ./linux_svga/debug/palette.o : include/linked.hpp |
---|
813 | ./linux_svga/debug/palette.o : include/palette.hpp |
---|
814 | ./linux_svga/debug/ppmread.o : ppmread.c |
---|
815 | g++ -c -o ./linux_svga/debug/ppmread.o ppmread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
816 | |
---|
817 | ./linux_svga/debug/ppmread.o : include/ppmread.hpp |
---|
818 | ./linux_svga/debug/ppmread.o : include/macs.hpp |
---|
819 | ./linux_svga/debug/ppmread.o : include/system.h |
---|
820 | ./linux_svga/debug/ppmread.o : include/jmalloc.hpp |
---|
821 | ./linux_svga/debug/ppmread.o : include/specs.hpp |
---|
822 | ./linux_svga/debug/ppmread.o : include/palette.hpp |
---|
823 | ./linux_svga/debug/ppmread.o : include/linked.hpp |
---|
824 | ./linux_svga/debug/ppmread.o : include/image.hpp |
---|
825 | ./linux_svga/debug/include.o : include.c |
---|
826 | g++ -c -o ./linux_svga/debug/include.o include.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
827 | |
---|
828 | ./linux_svga/debug/include.o : include/system.h |
---|
829 | ./linux_svga/debug/include.o : include/jmalloc.hpp |
---|
830 | ./linux_svga/debug/include.o : include/specs.hpp |
---|
831 | ./linux_svga/debug/include.o : include/palette.hpp |
---|
832 | ./linux_svga/debug/include.o : include/linked.hpp |
---|
833 | ./linux_svga/debug/include.o : include/image.hpp |
---|
834 | ./linux_svga/debug/include.o : include/include.hpp |
---|
835 | ./linux_svga/debug/xwdread.o : xwdread.c |
---|
836 | g++ -c -o ./linux_svga/debug/xwdread.o xwdread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
837 | |
---|
838 | ./linux_svga/debug/xwdread.o : include/image24.hpp |
---|
839 | ./linux_svga/debug/xwdread.o : include/main.hpp |
---|
840 | ./linux_svga/debug/xwdread.o : include/dos.h |
---|
841 | ./linux_svga/debug/xwdread.o : include/video.hpp |
---|
842 | ./linux_svga/debug/xwdread.o : include/mouse.hpp |
---|
843 | ./linux_svga/debug/xwdread.o : include/macs.hpp |
---|
844 | ./linux_svga/debug/xwdread.o : include/sprite.hpp |
---|
845 | ./linux_svga/debug/xwdread.o : include/keys.hpp |
---|
846 | ./linux_svga/debug/xwdread.o : include/event.hpp |
---|
847 | ./linux_svga/debug/xwdread.o : include/system.h |
---|
848 | ./linux_svga/debug/xwdread.o : include/jmalloc.hpp |
---|
849 | ./linux_svga/debug/xwdread.o : include/specs.hpp |
---|
850 | ./linux_svga/debug/xwdread.o : include/palette.hpp |
---|
851 | ./linux_svga/debug/xwdread.o : include/linked.hpp |
---|
852 | ./linux_svga/debug/xwdread.o : include/image.hpp |
---|
853 | ./linux_svga/debug/xwdread.o : include/filter.hpp |
---|
854 | ./linux_svga/debug/fonts.o : fonts.c |
---|
855 | g++ -c -o ./linux_svga/debug/fonts.o fonts.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
856 | |
---|
857 | ./linux_svga/debug/fonts.o : include/filter.hpp |
---|
858 | ./linux_svga/debug/fonts.o : include/macs.hpp |
---|
859 | ./linux_svga/debug/fonts.o : include/timage.hpp |
---|
860 | ./linux_svga/debug/fonts.o : include/system.h |
---|
861 | ./linux_svga/debug/fonts.o : include/jmalloc.hpp |
---|
862 | ./linux_svga/debug/fonts.o : include/specs.hpp |
---|
863 | ./linux_svga/debug/fonts.o : include/palette.hpp |
---|
864 | ./linux_svga/debug/fonts.o : include/linked.hpp |
---|
865 | ./linux_svga/debug/fonts.o : include/image.hpp |
---|
866 | ./linux_svga/debug/fonts.o : include/fonts.hpp |
---|
867 | ./linux_svga/debug/decoder.o : decoder.c |
---|
868 | g++ -c -o ./linux_svga/debug/decoder.o decoder.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
869 | |
---|
870 | ./linux_svga/debug/decoder.o : include/macs.hpp |
---|
871 | ./linux_svga/debug/decoder.o : include/system.h |
---|
872 | ./linux_svga/debug/decoder.o : include/jmalloc.hpp |
---|
873 | ./linux_svga/debug/decoder.o : include/specs.hpp |
---|
874 | ./linux_svga/debug/decoder.o : include/palette.hpp |
---|
875 | ./linux_svga/debug/decoder.o : include/linked.hpp |
---|
876 | ./linux_svga/debug/decoder.o : include/image.hpp |
---|
877 | ./linux_svga/debug/decoder.o : include/errs.h |
---|
878 | ./linux_svga/debug/loader.o : loader.c |
---|
879 | g++ -c -o ./linux_svga/debug/loader.o loader.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
880 | |
---|
881 | ./linux_svga/debug/loader.o : include/targa.hpp |
---|
882 | ./linux_svga/debug/loader.o : include/lbmread.hpp |
---|
883 | ./linux_svga/debug/loader.o : include/pcxread.hpp |
---|
884 | ./linux_svga/debug/loader.o : include/glread.hpp |
---|
885 | ./linux_svga/debug/loader.o : include/xwdread.hpp |
---|
886 | ./linux_svga/debug/loader.o : include/ppmread.hpp |
---|
887 | ./linux_svga/debug/loader.o : include/mdlread.hpp |
---|
888 | ./linux_svga/debug/loader.o : include/filter.hpp |
---|
889 | ./linux_svga/debug/loader.o : include/macs.hpp |
---|
890 | ./linux_svga/debug/loader.o : include/image24.hpp |
---|
891 | ./linux_svga/debug/loader.o : include/system.h |
---|
892 | ./linux_svga/debug/loader.o : include/jmalloc.hpp |
---|
893 | ./linux_svga/debug/loader.o : include/specs.hpp |
---|
894 | ./linux_svga/debug/loader.o : include/palette.hpp |
---|
895 | ./linux_svga/debug/loader.o : include/linked.hpp |
---|
896 | ./linux_svga/debug/loader.o : include/image.hpp |
---|
897 | ./linux_svga/debug/loader.o : include/loader.hpp |
---|
898 | ./linux_svga/debug/glread.o : glread.c |
---|
899 | g++ -c -o ./linux_svga/debug/glread.o glread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
900 | |
---|
901 | ./linux_svga/debug/glread.o : include/video.hpp |
---|
902 | ./linux_svga/debug/glread.o : include/jmalloc.hpp |
---|
903 | ./linux_svga/debug/glread.o : include/specs.hpp |
---|
904 | ./linux_svga/debug/glread.o : include/palette.hpp |
---|
905 | ./linux_svga/debug/glread.o : include/linked.hpp |
---|
906 | ./linux_svga/debug/glread.o : include/image.hpp |
---|
907 | ./linux_svga/debug/glread.o : include/system.h |
---|
908 | ./linux_svga/debug/glread.o : include/macs.hpp |
---|
909 | ./linux_svga/debug/texture.o : texture.c |
---|
910 | g++ -c -o ./linux_svga/debug/texture.o texture.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
911 | |
---|
912 | ./linux_svga/debug/texture.o : include/mouse.hpp |
---|
913 | ./linux_svga/debug/texture.o : include/sprite.hpp |
---|
914 | ./linux_svga/debug/texture.o : include/keys.hpp |
---|
915 | ./linux_svga/debug/texture.o : include/event.hpp |
---|
916 | ./linux_svga/debug/texture.o : include/macs.hpp |
---|
917 | ./linux_svga/debug/texture.o : include/video.hpp |
---|
918 | ./linux_svga/debug/texture.o : include/system.h |
---|
919 | ./linux_svga/debug/texture.o : include/jmalloc.hpp |
---|
920 | ./linux_svga/debug/texture.o : include/specs.hpp |
---|
921 | ./linux_svga/debug/texture.o : include/palette.hpp |
---|
922 | ./linux_svga/debug/texture.o : include/linked.hpp |
---|
923 | ./linux_svga/debug/texture.o : include/image.hpp |
---|
924 | ./linux_svga/debug/specs.o : specs.c |
---|
925 | g++ -c -o ./linux_svga/debug/specs.o specs.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
926 | |
---|
927 | ./linux_svga/debug/specs.o : include/dprint.hpp |
---|
928 | ./linux_svga/debug/specs.o : include/system.h |
---|
929 | ./linux_svga/debug/specs.o : include/jmalloc.hpp |
---|
930 | ./linux_svga/debug/specs.o : include/specs.hpp |
---|
931 | ./linux_svga/debug/specs.o : include/palette.hpp |
---|
932 | ./linux_svga/debug/specs.o : include/linked.hpp |
---|
933 | ./linux_svga/debug/specs.o : include/image.hpp |
---|
934 | ./linux_svga/debug/supmorph.o : supmorph.c |
---|
935 | g++ -c -o ./linux_svga/debug/supmorph.o supmorph.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
936 | |
---|
937 | ./linux_svga/debug/supmorph.o : include/jrand.hpp |
---|
938 | ./linux_svga/debug/supmorph.o : include/video.hpp |
---|
939 | ./linux_svga/debug/supmorph.o : include/timing.hpp |
---|
940 | ./linux_svga/debug/supmorph.o : include/filter.hpp |
---|
941 | ./linux_svga/debug/supmorph.o : include/macs.hpp |
---|
942 | ./linux_svga/debug/supmorph.o : include/system.h |
---|
943 | ./linux_svga/debug/supmorph.o : include/specs.hpp |
---|
944 | ./linux_svga/debug/supmorph.o : include/palette.hpp |
---|
945 | ./linux_svga/debug/supmorph.o : include/linked.hpp |
---|
946 | ./linux_svga/debug/supmorph.o : include/image.hpp |
---|
947 | ./linux_svga/debug/supmorph.o : include/timage.hpp |
---|
948 | ./linux_svga/debug/supmorph.o : include/jmalloc.hpp |
---|
949 | ./linux_svga/debug/supmorph.o : include/supmorph.hpp |
---|
950 | ./linux_svga/debug/image24.o : image24.c |
---|
951 | g++ -c -o ./linux_svga/debug/image24.o image24.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
952 | |
---|
953 | ./linux_svga/debug/image24.o : include/image.hpp |
---|
954 | ./linux_svga/debug/image24.o : include/filter.hpp |
---|
955 | ./linux_svga/debug/image24.o : include/macs.hpp |
---|
956 | ./linux_svga/debug/image24.o : include/system.h |
---|
957 | ./linux_svga/debug/image24.o : include/jmalloc.hpp |
---|
958 | ./linux_svga/debug/image24.o : include/specs.hpp |
---|
959 | ./linux_svga/debug/image24.o : include/linked.hpp |
---|
960 | ./linux_svga/debug/image24.o : include/palette.hpp |
---|
961 | ./linux_svga/debug/image24.o : include/image24.hpp |
---|
962 | ./linux_svga/debug/pcxread.o : pcxread.c |
---|
963 | g++ -c -o ./linux_svga/debug/pcxread.o pcxread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
964 | |
---|
965 | ./linux_svga/debug/pcxread.o : include/filter.hpp |
---|
966 | ./linux_svga/debug/pcxread.o : include/macs.hpp |
---|
967 | ./linux_svga/debug/pcxread.o : include/image24.hpp |
---|
968 | ./linux_svga/debug/pcxread.o : include/system.h |
---|
969 | ./linux_svga/debug/pcxread.o : include/jmalloc.hpp |
---|
970 | ./linux_svga/debug/pcxread.o : include/specs.hpp |
---|
971 | ./linux_svga/debug/pcxread.o : include/palette.hpp |
---|
972 | ./linux_svga/debug/pcxread.o : include/linked.hpp |
---|
973 | ./linux_svga/debug/pcxread.o : include/image.hpp |
---|
974 | ./linux_svga/debug/pcxread.o : include/pcxread.hpp |
---|
975 | ./linux_svga/debug/timage.o : timage.c |
---|
976 | g++ -c -o ./linux_svga/debug/timage.o timage.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
977 | |
---|
978 | ./linux_svga/debug/timage.o : include/filter.hpp |
---|
979 | ./linux_svga/debug/timage.o : include/macs.hpp |
---|
980 | ./linux_svga/debug/timage.o : include/system.h |
---|
981 | ./linux_svga/debug/timage.o : include/jmalloc.hpp |
---|
982 | ./linux_svga/debug/timage.o : include/specs.hpp |
---|
983 | ./linux_svga/debug/timage.o : include/palette.hpp |
---|
984 | ./linux_svga/debug/timage.o : include/linked.hpp |
---|
985 | ./linux_svga/debug/timage.o : include/image.hpp |
---|
986 | ./linux_svga/debug/timage.o : include/timage.hpp |
---|
987 | ./linux_svga/debug/jmalloc.o : jmalloc.c |
---|
988 | g++ -c -o ./linux_svga/debug/jmalloc.o jmalloc.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
989 | |
---|
990 | ./linux_svga/debug/jmalloc.o : include/jmalloc.hpp |
---|
991 | ./linux_svga/debug/jmalloc.o : include/system.h |
---|
992 | ./linux_svga/debug/jmalloc.o : include/macs.hpp |
---|
993 | ./linux_svga/debug/jmalloc.o : include/doscall.hpp |
---|
994 | ./linux_svga/debug/jrand.o : jrand.c |
---|
995 | g++ -c -o ./linux_svga/debug/jrand.o jrand.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
996 | |
---|
997 | ./linux_svga/debug/jrand.o : include/jrand.hpp |
---|
998 | ./linux_svga/debug/lbmread.o : lbmread.c |
---|
999 | g++ -c -o ./linux_svga/debug/lbmread.o lbmread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1000 | |
---|
1001 | ./linux_svga/debug/lbmread.o : include/system.h |
---|
1002 | ./linux_svga/debug/lbmread.o : include/jmalloc.hpp |
---|
1003 | ./linux_svga/debug/lbmread.o : include/specs.hpp |
---|
1004 | ./linux_svga/debug/lbmread.o : include/palette.hpp |
---|
1005 | ./linux_svga/debug/lbmread.o : include/linked.hpp |
---|
1006 | ./linux_svga/debug/lbmread.o : include/image.hpp |
---|
1007 | ./linux_svga/debug/lbmread.o : include/lbmread.hpp |
---|
1008 | ./linux_svga/debug/targa.o : targa.c |
---|
1009 | g++ -c -o ./linux_svga/debug/targa.o targa.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1010 | |
---|
1011 | ./linux_svga/debug/targa.o : include/system.h |
---|
1012 | ./linux_svga/debug/targa.o : include/jmalloc.hpp |
---|
1013 | ./linux_svga/debug/targa.o : include/specs.hpp |
---|
1014 | ./linux_svga/debug/targa.o : include/palette.hpp |
---|
1015 | ./linux_svga/debug/targa.o : include/linked.hpp |
---|
1016 | ./linux_svga/debug/targa.o : include/image.hpp |
---|
1017 | ./linux_svga/debug/keys.o : keys.c |
---|
1018 | g++ -c -o ./linux_svga/debug/keys.o keys.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1019 | |
---|
1020 | ./linux_svga/debug/keys.o : include/keys.hpp |
---|
1021 | ./linux_svga/debug/dprint.o : dprint.c |
---|
1022 | g++ -c -o ./linux_svga/debug/dprint.o dprint.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1023 | |
---|
1024 | ./linux_svga/debug/dprint.o : include/system.h |
---|
1025 | ./linux_svga/debug/dprint.o : include/macs.hpp |
---|
1026 | ./linux_svga/debug/status.o : status.c |
---|
1027 | g++ -c -o ./linux_svga/debug/status.o status.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1028 | |
---|
1029 | ./linux_svga/debug/status.o : include/dprint.hpp |
---|
1030 | ./linux_svga/debug/status.o : include/timage.hpp |
---|
1031 | ./linux_svga/debug/status.o : include/fonts.hpp |
---|
1032 | ./linux_svga/debug/status.o : include/filter.hpp |
---|
1033 | ./linux_svga/debug/status.o : include/mouse.hpp |
---|
1034 | ./linux_svga/debug/status.o : include/sprite.hpp |
---|
1035 | ./linux_svga/debug/status.o : include/keys.hpp |
---|
1036 | ./linux_svga/debug/status.o : include/event.hpp |
---|
1037 | ./linux_svga/debug/status.o : include/jmalloc.hpp |
---|
1038 | ./linux_svga/debug/status.o : include/specs.hpp |
---|
1039 | ./linux_svga/debug/status.o : include/palette.hpp |
---|
1040 | ./linux_svga/debug/status.o : include/linked.hpp |
---|
1041 | ./linux_svga/debug/status.o : include/image.hpp |
---|
1042 | ./linux_svga/debug/status.o : include/video.hpp |
---|
1043 | ./linux_svga/debug/status.o : include/jwindow.hpp |
---|
1044 | ./linux_svga/debug/status.o : include/visobj.hpp |
---|
1045 | ./linux_svga/debug/status.o : include/status.hpp |
---|
1046 | ./linux_svga/debug/status.o : include/system.h |
---|
1047 | ./linux_svga/debug/status.o : include/macs.hpp |
---|
1048 | ./linux_svga/debug/visobj.o : visobj.c |
---|
1049 | g++ -c -o ./linux_svga/debug/visobj.o visobj.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1050 | |
---|
1051 | ./linux_svga/debug/visobj.o : include/timage.hpp |
---|
1052 | ./linux_svga/debug/visobj.o : include/fonts.hpp |
---|
1053 | ./linux_svga/debug/visobj.o : include/filter.hpp |
---|
1054 | ./linux_svga/debug/visobj.o : include/mouse.hpp |
---|
1055 | ./linux_svga/debug/visobj.o : include/macs.hpp |
---|
1056 | ./linux_svga/debug/visobj.o : include/sprite.hpp |
---|
1057 | ./linux_svga/debug/visobj.o : include/keys.hpp |
---|
1058 | ./linux_svga/debug/visobj.o : include/event.hpp |
---|
1059 | ./linux_svga/debug/visobj.o : include/jmalloc.hpp |
---|
1060 | ./linux_svga/debug/visobj.o : include/specs.hpp |
---|
1061 | ./linux_svga/debug/visobj.o : include/palette.hpp |
---|
1062 | ./linux_svga/debug/visobj.o : include/linked.hpp |
---|
1063 | ./linux_svga/debug/visobj.o : include/image.hpp |
---|
1064 | ./linux_svga/debug/visobj.o : include/system.h |
---|
1065 | ./linux_svga/debug/visobj.o : include/video.hpp |
---|
1066 | ./linux_svga/debug/visobj.o : include/jwindow.hpp |
---|
1067 | ./linux_svga/debug/visobj.o : include/visobj.hpp |
---|
1068 | |
---|
1069 | ./linux_x11/debug/image.a : $(LINUX_X11_image_debug_o_files) |
---|
1070 | ar ruvs ./linux_x11/debug/image.a \ |
---|
1071 | ./linux_x11/debug/filter.o \ |
---|
1072 | ./linux_x11/debug/gifread.o \ |
---|
1073 | ./linux_x11/debug/globals.o \ |
---|
1074 | ./linux_x11/debug/image.o \ |
---|
1075 | ./linux_x11/debug/linked.o \ |
---|
1076 | ./linux_x11/debug/input.o \ |
---|
1077 | ./linux_x11/debug/mdlread.o \ |
---|
1078 | ./linux_x11/debug/palette.o \ |
---|
1079 | ./linux_x11/debug/ppmread.o \ |
---|
1080 | ./linux_x11/debug/include.o \ |
---|
1081 | ./linux_x11/debug/xwdread.o \ |
---|
1082 | ./linux_x11/debug/fonts.o \ |
---|
1083 | ./linux_x11/debug/decoder.o \ |
---|
1084 | ./linux_x11/debug/loader.o \ |
---|
1085 | ./linux_x11/debug/glread.o \ |
---|
1086 | ./linux_x11/debug/texture.o \ |
---|
1087 | ./linux_x11/debug/specs.o \ |
---|
1088 | ./linux_x11/debug/supmorph.o \ |
---|
1089 | ./linux_x11/debug/image24.o \ |
---|
1090 | ./linux_x11/debug/pcxread.o \ |
---|
1091 | ./linux_x11/debug/timage.o \ |
---|
1092 | ./linux_x11/debug/jmalloc.o \ |
---|
1093 | ./linux_x11/debug/jrand.o \ |
---|
1094 | ./linux_x11/debug/lbmread.o \ |
---|
1095 | ./linux_x11/debug/targa.o \ |
---|
1096 | ./linux_x11/debug/keys.o \ |
---|
1097 | ./linux_x11/debug/dprint.o \ |
---|
1098 | ./linux_x11/debug/status.o \ |
---|
1099 | ./linux_x11/debug/visobj.o |
---|
1100 | |
---|
1101 | ./linux_x11/debug/filter.o : filter.c |
---|
1102 | g++ -c -o ./linux_x11/debug/filter.o filter.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1103 | |
---|
1104 | ./linux_x11/debug/filter.o : include/filter.hpp |
---|
1105 | ./linux_x11/debug/filter.o : include/macs.hpp |
---|
1106 | ./linux_x11/debug/filter.o : include/system.h |
---|
1107 | ./linux_x11/debug/filter.o : include/jmalloc.hpp |
---|
1108 | ./linux_x11/debug/filter.o : include/specs.hpp |
---|
1109 | ./linux_x11/debug/filter.o : include/palette.hpp |
---|
1110 | ./linux_x11/debug/filter.o : include/linked.hpp |
---|
1111 | ./linux_x11/debug/filter.o : include/image.hpp |
---|
1112 | ./linux_x11/debug/gifread.o : gifread.c |
---|
1113 | g++ -c -o ./linux_x11/debug/gifread.o gifread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1114 | |
---|
1115 | ./linux_x11/debug/gifread.o : include/macs.hpp |
---|
1116 | ./linux_x11/debug/gifread.o : include/dir.h |
---|
1117 | ./linux_x11/debug/gifread.o : include/dos.h |
---|
1118 | ./linux_x11/debug/gifread.o : include/std.h |
---|
1119 | ./linux_x11/debug/gifread.o : include/gifdecod.hpp |
---|
1120 | ./linux_x11/debug/gifread.o : include/video.hpp |
---|
1121 | ./linux_x11/debug/gifread.o : include/system.h |
---|
1122 | ./linux_x11/debug/gifread.o : include/jmalloc.hpp |
---|
1123 | ./linux_x11/debug/gifread.o : include/specs.hpp |
---|
1124 | ./linux_x11/debug/gifread.o : include/palette.hpp |
---|
1125 | ./linux_x11/debug/gifread.o : include/linked.hpp |
---|
1126 | ./linux_x11/debug/gifread.o : include/image.hpp |
---|
1127 | ./linux_x11/debug/gifread.o : include/gifread.hpp |
---|
1128 | ./linux_x11/debug/globals.o : globals.c |
---|
1129 | g++ -c -o ./linux_x11/debug/globals.o globals.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1130 | |
---|
1131 | ./linux_x11/debug/globals.o : globals.c |
---|
1132 | ./linux_x11/debug/image.o : image.c |
---|
1133 | g++ -c -o ./linux_x11/debug/image.o image.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1134 | |
---|
1135 | ./linux_x11/debug/image.o : include/macs.hpp |
---|
1136 | ./linux_x11/debug/image.o : include/system.h |
---|
1137 | ./linux_x11/debug/image.o : include/jmalloc.hpp |
---|
1138 | ./linux_x11/debug/image.o : include/specs.hpp |
---|
1139 | ./linux_x11/debug/image.o : include/palette.hpp |
---|
1140 | ./linux_x11/debug/image.o : include/linked.hpp |
---|
1141 | ./linux_x11/debug/image.o : include/image.hpp |
---|
1142 | ./linux_x11/debug/linked.o : linked.c |
---|
1143 | g++ -c -o ./linux_x11/debug/linked.o linked.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1144 | |
---|
1145 | ./linux_x11/debug/linked.o : include/linked.hpp |
---|
1146 | ./linux_x11/debug/input.o : input.c |
---|
1147 | g++ -c -o ./linux_x11/debug/input.o input.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1148 | |
---|
1149 | ./linux_x11/debug/input.o : include/timage.hpp |
---|
1150 | ./linux_x11/debug/input.o : include/fonts.hpp |
---|
1151 | ./linux_x11/debug/input.o : include/filter.hpp |
---|
1152 | ./linux_x11/debug/input.o : include/mouse.hpp |
---|
1153 | ./linux_x11/debug/input.o : include/macs.hpp |
---|
1154 | ./linux_x11/debug/input.o : include/sprite.hpp |
---|
1155 | ./linux_x11/debug/input.o : include/keys.hpp |
---|
1156 | ./linux_x11/debug/input.o : include/event.hpp |
---|
1157 | ./linux_x11/debug/input.o : include/jmalloc.hpp |
---|
1158 | ./linux_x11/debug/input.o : include/specs.hpp |
---|
1159 | ./linux_x11/debug/input.o : include/palette.hpp |
---|
1160 | ./linux_x11/debug/input.o : include/linked.hpp |
---|
1161 | ./linux_x11/debug/input.o : include/image.hpp |
---|
1162 | ./linux_x11/debug/input.o : include/system.h |
---|
1163 | ./linux_x11/debug/input.o : include/video.hpp |
---|
1164 | ./linux_x11/debug/input.o : include/jwindow.hpp |
---|
1165 | ./linux_x11/debug/input.o : include/input.hpp |
---|
1166 | ./linux_x11/debug/mdlread.o : mdlread.c |
---|
1167 | g++ -c -o ./linux_x11/debug/mdlread.o mdlread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1168 | |
---|
1169 | ./linux_x11/debug/mdlread.o : include/macs.hpp |
---|
1170 | ./linux_x11/debug/mdlread.o : include/image.hpp |
---|
1171 | ./linux_x11/debug/mdlread.o : include/system.h |
---|
1172 | ./linux_x11/debug/mdlread.o : include/jmalloc.hpp |
---|
1173 | ./linux_x11/debug/mdlread.o : include/specs.hpp |
---|
1174 | ./linux_x11/debug/mdlread.o : include/linked.hpp |
---|
1175 | ./linux_x11/debug/mdlread.o : include/palette.hpp |
---|
1176 | ./linux_x11/debug/mdlread.o : include/mdlread.hpp |
---|
1177 | ./linux_x11/debug/palette.o : palette.c |
---|
1178 | g++ -c -o ./linux_x11/debug/palette.o palette.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1179 | |
---|
1180 | ./linux_x11/debug/palette.o : include/filter.hpp |
---|
1181 | ./linux_x11/debug/palette.o : include/video.hpp |
---|
1182 | ./linux_x11/debug/palette.o : include/dos.h |
---|
1183 | ./linux_x11/debug/palette.o : include/macs.hpp |
---|
1184 | ./linux_x11/debug/palette.o : include/image.hpp |
---|
1185 | ./linux_x11/debug/palette.o : include/system.h |
---|
1186 | ./linux_x11/debug/palette.o : include/jmalloc.hpp |
---|
1187 | ./linux_x11/debug/palette.o : include/specs.hpp |
---|
1188 | ./linux_x11/debug/palette.o : include/linked.hpp |
---|
1189 | ./linux_x11/debug/palette.o : include/palette.hpp |
---|
1190 | ./linux_x11/debug/ppmread.o : ppmread.c |
---|
1191 | g++ -c -o ./linux_x11/debug/ppmread.o ppmread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1192 | |
---|
1193 | ./linux_x11/debug/ppmread.o : include/ppmread.hpp |
---|
1194 | ./linux_x11/debug/ppmread.o : include/macs.hpp |
---|
1195 | ./linux_x11/debug/ppmread.o : include/system.h |
---|
1196 | ./linux_x11/debug/ppmread.o : include/jmalloc.hpp |
---|
1197 | ./linux_x11/debug/ppmread.o : include/specs.hpp |
---|
1198 | ./linux_x11/debug/ppmread.o : include/palette.hpp |
---|
1199 | ./linux_x11/debug/ppmread.o : include/linked.hpp |
---|
1200 | ./linux_x11/debug/ppmread.o : include/image.hpp |
---|
1201 | ./linux_x11/debug/include.o : include.c |
---|
1202 | g++ -c -o ./linux_x11/debug/include.o include.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1203 | |
---|
1204 | ./linux_x11/debug/include.o : include/system.h |
---|
1205 | ./linux_x11/debug/include.o : include/jmalloc.hpp |
---|
1206 | ./linux_x11/debug/include.o : include/specs.hpp |
---|
1207 | ./linux_x11/debug/include.o : include/palette.hpp |
---|
1208 | ./linux_x11/debug/include.o : include/linked.hpp |
---|
1209 | ./linux_x11/debug/include.o : include/image.hpp |
---|
1210 | ./linux_x11/debug/include.o : include/include.hpp |
---|
1211 | ./linux_x11/debug/xwdread.o : xwdread.c |
---|
1212 | g++ -c -o ./linux_x11/debug/xwdread.o xwdread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1213 | |
---|
1214 | ./linux_x11/debug/xwdread.o : include/image24.hpp |
---|
1215 | ./linux_x11/debug/xwdread.o : include/main.hpp |
---|
1216 | ./linux_x11/debug/xwdread.o : include/dos.h |
---|
1217 | ./linux_x11/debug/xwdread.o : include/video.hpp |
---|
1218 | ./linux_x11/debug/xwdread.o : include/mouse.hpp |
---|
1219 | ./linux_x11/debug/xwdread.o : include/macs.hpp |
---|
1220 | ./linux_x11/debug/xwdread.o : include/sprite.hpp |
---|
1221 | ./linux_x11/debug/xwdread.o : include/keys.hpp |
---|
1222 | ./linux_x11/debug/xwdread.o : include/event.hpp |
---|
1223 | ./linux_x11/debug/xwdread.o : include/system.h |
---|
1224 | ./linux_x11/debug/xwdread.o : include/jmalloc.hpp |
---|
1225 | ./linux_x11/debug/xwdread.o : include/specs.hpp |
---|
1226 | ./linux_x11/debug/xwdread.o : include/palette.hpp |
---|
1227 | ./linux_x11/debug/xwdread.o : include/linked.hpp |
---|
1228 | ./linux_x11/debug/xwdread.o : include/image.hpp |
---|
1229 | ./linux_x11/debug/xwdread.o : include/filter.hpp |
---|
1230 | ./linux_x11/debug/fonts.o : fonts.c |
---|
1231 | g++ -c -o ./linux_x11/debug/fonts.o fonts.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1232 | |
---|
1233 | ./linux_x11/debug/fonts.o : include/filter.hpp |
---|
1234 | ./linux_x11/debug/fonts.o : include/macs.hpp |
---|
1235 | ./linux_x11/debug/fonts.o : include/timage.hpp |
---|
1236 | ./linux_x11/debug/fonts.o : include/system.h |
---|
1237 | ./linux_x11/debug/fonts.o : include/jmalloc.hpp |
---|
1238 | ./linux_x11/debug/fonts.o : include/specs.hpp |
---|
1239 | ./linux_x11/debug/fonts.o : include/palette.hpp |
---|
1240 | ./linux_x11/debug/fonts.o : include/linked.hpp |
---|
1241 | ./linux_x11/debug/fonts.o : include/image.hpp |
---|
1242 | ./linux_x11/debug/fonts.o : include/fonts.hpp |
---|
1243 | ./linux_x11/debug/decoder.o : decoder.c |
---|
1244 | g++ -c -o ./linux_x11/debug/decoder.o decoder.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1245 | |
---|
1246 | ./linux_x11/debug/decoder.o : include/macs.hpp |
---|
1247 | ./linux_x11/debug/decoder.o : include/system.h |
---|
1248 | ./linux_x11/debug/decoder.o : include/jmalloc.hpp |
---|
1249 | ./linux_x11/debug/decoder.o : include/specs.hpp |
---|
1250 | ./linux_x11/debug/decoder.o : include/palette.hpp |
---|
1251 | ./linux_x11/debug/decoder.o : include/linked.hpp |
---|
1252 | ./linux_x11/debug/decoder.o : include/image.hpp |
---|
1253 | ./linux_x11/debug/decoder.o : include/errs.h |
---|
1254 | ./linux_x11/debug/loader.o : loader.c |
---|
1255 | g++ -c -o ./linux_x11/debug/loader.o loader.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1256 | |
---|
1257 | ./linux_x11/debug/loader.o : include/targa.hpp |
---|
1258 | ./linux_x11/debug/loader.o : include/lbmread.hpp |
---|
1259 | ./linux_x11/debug/loader.o : include/pcxread.hpp |
---|
1260 | ./linux_x11/debug/loader.o : include/glread.hpp |
---|
1261 | ./linux_x11/debug/loader.o : include/xwdread.hpp |
---|
1262 | ./linux_x11/debug/loader.o : include/ppmread.hpp |
---|
1263 | ./linux_x11/debug/loader.o : include/mdlread.hpp |
---|
1264 | ./linux_x11/debug/loader.o : include/filter.hpp |
---|
1265 | ./linux_x11/debug/loader.o : include/macs.hpp |
---|
1266 | ./linux_x11/debug/loader.o : include/image24.hpp |
---|
1267 | ./linux_x11/debug/loader.o : include/system.h |
---|
1268 | ./linux_x11/debug/loader.o : include/jmalloc.hpp |
---|
1269 | ./linux_x11/debug/loader.o : include/specs.hpp |
---|
1270 | ./linux_x11/debug/loader.o : include/palette.hpp |
---|
1271 | ./linux_x11/debug/loader.o : include/linked.hpp |
---|
1272 | ./linux_x11/debug/loader.o : include/image.hpp |
---|
1273 | ./linux_x11/debug/loader.o : include/loader.hpp |
---|
1274 | ./linux_x11/debug/glread.o : glread.c |
---|
1275 | g++ -c -o ./linux_x11/debug/glread.o glread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1276 | |
---|
1277 | ./linux_x11/debug/glread.o : include/video.hpp |
---|
1278 | ./linux_x11/debug/glread.o : include/jmalloc.hpp |
---|
1279 | ./linux_x11/debug/glread.o : include/specs.hpp |
---|
1280 | ./linux_x11/debug/glread.o : include/palette.hpp |
---|
1281 | ./linux_x11/debug/glread.o : include/linked.hpp |
---|
1282 | ./linux_x11/debug/glread.o : include/image.hpp |
---|
1283 | ./linux_x11/debug/glread.o : include/system.h |
---|
1284 | ./linux_x11/debug/glread.o : include/macs.hpp |
---|
1285 | ./linux_x11/debug/texture.o : texture.c |
---|
1286 | g++ -c -o ./linux_x11/debug/texture.o texture.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1287 | |
---|
1288 | ./linux_x11/debug/texture.o : include/mouse.hpp |
---|
1289 | ./linux_x11/debug/texture.o : include/sprite.hpp |
---|
1290 | ./linux_x11/debug/texture.o : include/keys.hpp |
---|
1291 | ./linux_x11/debug/texture.o : include/event.hpp |
---|
1292 | ./linux_x11/debug/texture.o : include/macs.hpp |
---|
1293 | ./linux_x11/debug/texture.o : include/video.hpp |
---|
1294 | ./linux_x11/debug/texture.o : include/system.h |
---|
1295 | ./linux_x11/debug/texture.o : include/jmalloc.hpp |
---|
1296 | ./linux_x11/debug/texture.o : include/specs.hpp |
---|
1297 | ./linux_x11/debug/texture.o : include/palette.hpp |
---|
1298 | ./linux_x11/debug/texture.o : include/linked.hpp |
---|
1299 | ./linux_x11/debug/texture.o : include/image.hpp |
---|
1300 | ./linux_x11/debug/specs.o : specs.c |
---|
1301 | g++ -c -o ./linux_x11/debug/specs.o specs.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1302 | |
---|
1303 | ./linux_x11/debug/specs.o : include/dprint.hpp |
---|
1304 | ./linux_x11/debug/specs.o : include/system.h |
---|
1305 | ./linux_x11/debug/specs.o : include/jmalloc.hpp |
---|
1306 | ./linux_x11/debug/specs.o : include/specs.hpp |
---|
1307 | ./linux_x11/debug/specs.o : include/palette.hpp |
---|
1308 | ./linux_x11/debug/specs.o : include/linked.hpp |
---|
1309 | ./linux_x11/debug/specs.o : include/image.hpp |
---|
1310 | ./linux_x11/debug/supmorph.o : supmorph.c |
---|
1311 | g++ -c -o ./linux_x11/debug/supmorph.o supmorph.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1312 | |
---|
1313 | ./linux_x11/debug/supmorph.o : include/jrand.hpp |
---|
1314 | ./linux_x11/debug/supmorph.o : include/video.hpp |
---|
1315 | ./linux_x11/debug/supmorph.o : include/timing.hpp |
---|
1316 | ./linux_x11/debug/supmorph.o : include/filter.hpp |
---|
1317 | ./linux_x11/debug/supmorph.o : include/macs.hpp |
---|
1318 | ./linux_x11/debug/supmorph.o : include/system.h |
---|
1319 | ./linux_x11/debug/supmorph.o : include/specs.hpp |
---|
1320 | ./linux_x11/debug/supmorph.o : include/palette.hpp |
---|
1321 | ./linux_x11/debug/supmorph.o : include/linked.hpp |
---|
1322 | ./linux_x11/debug/supmorph.o : include/image.hpp |
---|
1323 | ./linux_x11/debug/supmorph.o : include/timage.hpp |
---|
1324 | ./linux_x11/debug/supmorph.o : include/jmalloc.hpp |
---|
1325 | ./linux_x11/debug/supmorph.o : include/supmorph.hpp |
---|
1326 | ./linux_x11/debug/image24.o : image24.c |
---|
1327 | g++ -c -o ./linux_x11/debug/image24.o image24.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1328 | |
---|
1329 | ./linux_x11/debug/image24.o : include/image.hpp |
---|
1330 | ./linux_x11/debug/image24.o : include/filter.hpp |
---|
1331 | ./linux_x11/debug/image24.o : include/macs.hpp |
---|
1332 | ./linux_x11/debug/image24.o : include/system.h |
---|
1333 | ./linux_x11/debug/image24.o : include/jmalloc.hpp |
---|
1334 | ./linux_x11/debug/image24.o : include/specs.hpp |
---|
1335 | ./linux_x11/debug/image24.o : include/linked.hpp |
---|
1336 | ./linux_x11/debug/image24.o : include/palette.hpp |
---|
1337 | ./linux_x11/debug/image24.o : include/image24.hpp |
---|
1338 | ./linux_x11/debug/pcxread.o : pcxread.c |
---|
1339 | g++ -c -o ./linux_x11/debug/pcxread.o pcxread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1340 | |
---|
1341 | ./linux_x11/debug/pcxread.o : include/filter.hpp |
---|
1342 | ./linux_x11/debug/pcxread.o : include/macs.hpp |
---|
1343 | ./linux_x11/debug/pcxread.o : include/image24.hpp |
---|
1344 | ./linux_x11/debug/pcxread.o : include/system.h |
---|
1345 | ./linux_x11/debug/pcxread.o : include/jmalloc.hpp |
---|
1346 | ./linux_x11/debug/pcxread.o : include/specs.hpp |
---|
1347 | ./linux_x11/debug/pcxread.o : include/palette.hpp |
---|
1348 | ./linux_x11/debug/pcxread.o : include/linked.hpp |
---|
1349 | ./linux_x11/debug/pcxread.o : include/image.hpp |
---|
1350 | ./linux_x11/debug/pcxread.o : include/pcxread.hpp |
---|
1351 | ./linux_x11/debug/timage.o : timage.c |
---|
1352 | g++ -c -o ./linux_x11/debug/timage.o timage.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1353 | |
---|
1354 | ./linux_x11/debug/timage.o : include/filter.hpp |
---|
1355 | ./linux_x11/debug/timage.o : include/macs.hpp |
---|
1356 | ./linux_x11/debug/timage.o : include/system.h |
---|
1357 | ./linux_x11/debug/timage.o : include/jmalloc.hpp |
---|
1358 | ./linux_x11/debug/timage.o : include/specs.hpp |
---|
1359 | ./linux_x11/debug/timage.o : include/palette.hpp |
---|
1360 | ./linux_x11/debug/timage.o : include/linked.hpp |
---|
1361 | ./linux_x11/debug/timage.o : include/image.hpp |
---|
1362 | ./linux_x11/debug/timage.o : include/timage.hpp |
---|
1363 | ./linux_x11/debug/jmalloc.o : jmalloc.c |
---|
1364 | g++ -c -o ./linux_x11/debug/jmalloc.o jmalloc.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1365 | |
---|
1366 | ./linux_x11/debug/jmalloc.o : include/jmalloc.hpp |
---|
1367 | ./linux_x11/debug/jmalloc.o : include/system.h |
---|
1368 | ./linux_x11/debug/jmalloc.o : include/macs.hpp |
---|
1369 | ./linux_x11/debug/jmalloc.o : include/doscall.hpp |
---|
1370 | ./linux_x11/debug/jrand.o : jrand.c |
---|
1371 | g++ -c -o ./linux_x11/debug/jrand.o jrand.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1372 | |
---|
1373 | ./linux_x11/debug/jrand.o : include/jrand.hpp |
---|
1374 | ./linux_x11/debug/lbmread.o : lbmread.c |
---|
1375 | g++ -c -o ./linux_x11/debug/lbmread.o lbmread.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1376 | |
---|
1377 | ./linux_x11/debug/lbmread.o : include/system.h |
---|
1378 | ./linux_x11/debug/lbmread.o : include/jmalloc.hpp |
---|
1379 | ./linux_x11/debug/lbmread.o : include/specs.hpp |
---|
1380 | ./linux_x11/debug/lbmread.o : include/palette.hpp |
---|
1381 | ./linux_x11/debug/lbmread.o : include/linked.hpp |
---|
1382 | ./linux_x11/debug/lbmread.o : include/image.hpp |
---|
1383 | ./linux_x11/debug/lbmread.o : include/lbmread.hpp |
---|
1384 | ./linux_x11/debug/targa.o : targa.c |
---|
1385 | g++ -c -o ./linux_x11/debug/targa.o targa.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1386 | |
---|
1387 | ./linux_x11/debug/targa.o : include/system.h |
---|
1388 | ./linux_x11/debug/targa.o : include/jmalloc.hpp |
---|
1389 | ./linux_x11/debug/targa.o : include/specs.hpp |
---|
1390 | ./linux_x11/debug/targa.o : include/palette.hpp |
---|
1391 | ./linux_x11/debug/targa.o : include/linked.hpp |
---|
1392 | ./linux_x11/debug/targa.o : include/image.hpp |
---|
1393 | ./linux_x11/debug/keys.o : keys.c |
---|
1394 | g++ -c -o ./linux_x11/debug/keys.o keys.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1395 | |
---|
1396 | ./linux_x11/debug/keys.o : include/keys.hpp |
---|
1397 | ./linux_x11/debug/dprint.o : dprint.c |
---|
1398 | g++ -c -o ./linux_x11/debug/dprint.o dprint.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1399 | |
---|
1400 | ./linux_x11/debug/dprint.o : include/system.h |
---|
1401 | ./linux_x11/debug/dprint.o : include/macs.hpp |
---|
1402 | ./linux_x11/debug/status.o : status.c |
---|
1403 | g++ -c -o ./linux_x11/debug/status.o status.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1404 | |
---|
1405 | ./linux_x11/debug/status.o : include/dprint.hpp |
---|
1406 | ./linux_x11/debug/status.o : include/timage.hpp |
---|
1407 | ./linux_x11/debug/status.o : include/fonts.hpp |
---|
1408 | ./linux_x11/debug/status.o : include/filter.hpp |
---|
1409 | ./linux_x11/debug/status.o : include/mouse.hpp |
---|
1410 | ./linux_x11/debug/status.o : include/sprite.hpp |
---|
1411 | ./linux_x11/debug/status.o : include/keys.hpp |
---|
1412 | ./linux_x11/debug/status.o : include/event.hpp |
---|
1413 | ./linux_x11/debug/status.o : include/jmalloc.hpp |
---|
1414 | ./linux_x11/debug/status.o : include/specs.hpp |
---|
1415 | ./linux_x11/debug/status.o : include/palette.hpp |
---|
1416 | ./linux_x11/debug/status.o : include/linked.hpp |
---|
1417 | ./linux_x11/debug/status.o : include/image.hpp |
---|
1418 | ./linux_x11/debug/status.o : include/video.hpp |
---|
1419 | ./linux_x11/debug/status.o : include/jwindow.hpp |
---|
1420 | ./linux_x11/debug/status.o : include/visobj.hpp |
---|
1421 | ./linux_x11/debug/status.o : include/status.hpp |
---|
1422 | ./linux_x11/debug/status.o : include/system.h |
---|
1423 | ./linux_x11/debug/status.o : include/macs.hpp |
---|
1424 | ./linux_x11/debug/visobj.o : visobj.c |
---|
1425 | g++ -c -o ./linux_x11/debug/visobj.o visobj.c -Iinclude -g -DMEM_CHECK -DMANAGE_MEM |
---|
1426 | |
---|
1427 | ./linux_x11/debug/visobj.o : include/timage.hpp |
---|
1428 | ./linux_x11/debug/visobj.o : include/fonts.hpp |
---|
1429 | ./linux_x11/debug/visobj.o : include/filter.hpp |
---|
1430 | ./linux_x11/debug/visobj.o : include/mouse.hpp |
---|
1431 | ./linux_x11/debug/visobj.o : include/macs.hpp |
---|
1432 | ./linux_x11/debug/visobj.o : include/sprite.hpp |
---|
1433 | ./linux_x11/debug/visobj.o : include/keys.hpp |
---|
1434 | ./linux_x11/debug/visobj.o : include/event.hpp |
---|
1435 | ./linux_x11/debug/visobj.o : include/jmalloc.hpp |
---|
1436 | ./linux_x11/debug/visobj.o : include/specs.hpp |
---|
1437 | ./linux_x11/debug/visobj.o : include/palette.hpp |
---|
1438 | ./linux_x11/debug/visobj.o : include/linked.hpp |
---|
1439 | ./linux_x11/debug/visobj.o : include/image.hpp |
---|
1440 | ./linux_x11/debug/visobj.o : include/system.h |
---|
1441 | ./linux_x11/debug/visobj.o : include/video.hpp |
---|
1442 | ./linux_x11/debug/visobj.o : include/jwindow.hpp |
---|
1443 | ./linux_x11/debug/visobj.o : include/visobj.hpp |
---|
1444 | |
---|
1445 | LINUX_X11_image_opt_o_files = \ |
---|
1446 | ./linux_x11/opt/filter.o \ |
---|
1447 | ./linux_x11/opt/gifread.o \ |
---|
1448 | ./linux_x11/opt/globals.o \ |
---|
1449 | ./linux_x11/opt/image.o \ |
---|
1450 | ./linux_x11/opt/linked.o \ |
---|
1451 | ./linux_x11/opt/input.o \ |
---|
1452 | ./linux_x11/opt/mdlread.o \ |
---|
1453 | ./linux_x11/opt/palette.o \ |
---|
1454 | ./linux_x11/opt/ppmread.o \ |
---|
1455 | ./linux_x11/opt/include.o \ |
---|
1456 | ./linux_x11/opt/xwdread.o \ |
---|
1457 | ./linux_x11/opt/fonts.o \ |
---|
1458 | ./linux_x11/opt/decoder.o \ |
---|
1459 | ./linux_x11/opt/loader.o \ |
---|
1460 | ./linux_x11/opt/glread.o \ |
---|
1461 | ./linux_x11/opt/texture.o \ |
---|
1462 | ./linux_x11/opt/specs.o \ |
---|
1463 | ./linux_x11/opt/supmorph.o \ |
---|
1464 | ./linux_x11/opt/image24.o \ |
---|
1465 | ./linux_x11/opt/pcxread.o \ |
---|
1466 | ./linux_x11/opt/timage.o \ |
---|
1467 | ./linux_x11/opt/jmalloc.o \ |
---|
1468 | ./linux_x11/opt/jrand.o \ |
---|
1469 | ./linux_x11/opt/lbmread.o \ |
---|
1470 | ./linux_x11/opt/targa.o \ |
---|
1471 | ./linux_x11/opt/keys.o \ |
---|
1472 | ./linux_x11/opt/dprint.o \ |
---|
1473 | ./linux_x11/opt/status.o \ |
---|
1474 | ./linux_x11/opt/visobj.o |
---|
1475 | |
---|
1476 | LINUX_SVGA_image_opt_o_files = \ |
---|
1477 | ./linux_svga/opt/filter.o \ |
---|
1478 | ./linux_svga/opt/gifread.o \ |
---|
1479 | ./linux_svga/opt/globals.o \ |
---|
1480 | ./linux_svga/opt/image.o \ |
---|
1481 | ./linux_svga/opt/linked.o \ |
---|
1482 | ./linux_svga/opt/input.o \ |
---|
1483 | ./linux_svga/opt/mdlread.o \ |
---|
1484 | ./linux_svga/opt/palette.o \ |
---|
1485 | ./linux_svga/opt/ppmread.o \ |
---|
1486 | ./linux_svga/opt/include.o \ |
---|
1487 | ./linux_svga/opt/xwdread.o \ |
---|
1488 | ./linux_svga/opt/fonts.o \ |
---|
1489 | ./linux_svga/opt/decoder.o \ |
---|
1490 | ./linux_svga/opt/loader.o \ |
---|
1491 | ./linux_svga/opt/glread.o \ |
---|
1492 | ./linux_svga/opt/texture.o \ |
---|
1493 | ./linux_svga/opt/specs.o \ |
---|
1494 | ./linux_svga/opt/supmorph.o \ |
---|
1495 | ./linux_svga/opt/image24.o \ |
---|
1496 | ./linux_svga/opt/pcxread.o \ |
---|
1497 | ./linux_svga/opt/timage.o \ |
---|
1498 | ./linux_svga/opt/jmalloc.o \ |
---|
1499 | ./linux_svga/opt/jrand.o \ |
---|
1500 | ./linux_svga/opt/lbmread.o \ |
---|
1501 | ./linux_svga/opt/targa.o \ |
---|
1502 | ./linux_svga/opt/keys.o \ |
---|
1503 | ./linux_svga/opt/dprint.o \ |
---|
1504 | ./linux_svga/opt/status.o \ |
---|
1505 | ./linux_svga/opt/visobj.o |
---|
1506 | |
---|
1507 | LINUX_X11_packet_opt_o_files = \ |
---|
1508 | ./linux_x11/opt/packet.o |
---|
1509 | |
---|
1510 | LINUX_SVGA_packet_opt_o_files = \ |
---|
1511 | ./linux_svga/opt/packet.o |
---|
1512 | |
---|
1513 | LINUX_X11_gui_opt_o_files = \ |
---|
1514 | ./linux_x11/opt/pmenu.o \ |
---|
1515 | ./linux_x11/opt/scroller.o \ |
---|
1516 | ./linux_x11/opt/filesel.o \ |
---|
1517 | ./linux_x11/opt/tools.o \ |
---|
1518 | ./linux_x11/opt/guistat.o |
---|
1519 | |
---|
1520 | LINUX_SVGA_gui_opt_o_files = \ |
---|
1521 | ./linux_svga/opt/pmenu.o \ |
---|
1522 | ./linux_svga/opt/scroller.o \ |
---|
1523 | ./linux_svga/opt/filesel.o \ |
---|
1524 | ./linux_svga/opt/tools.o \ |
---|
1525 | ./linux_svga/opt/guistat.o |
---|
1526 | |
---|
1527 | LINUX_X11_sound_opt_o_files = \ |
---|
1528 | port/sgi/linux_x11/opt/sound.o \ |
---|
1529 | ./linux_x11/opt/readwav.o |
---|
1530 | |
---|
1531 | LINUX_SVGA_sound_opt_o_files = \ |
---|
1532 | port/sgi/linux_svga/opt/sound.o \ |
---|
1533 | ./linux_svga/opt/readwav.o |
---|
1534 | |
---|
1535 | LINUX_X11_net_opt_o_files = \ |
---|
1536 | port/unix/linux_x11/opt/jnet.o |
---|
1537 | |
---|
1538 | LINUX_SVGA_net_opt_o_files = \ |
---|
1539 | port/unix/linux_svga/opt/jnet.o |
---|
1540 | |
---|
1541 | LINUX_X11_dir_opt_o_files = \ |
---|
1542 | port/unix/linux_x11/opt/jdir.o |
---|
1543 | |
---|
1544 | LINUX_SVGA_dir_opt_o_files = \ |
---|
1545 | port/unix/linux_svga/opt/jdir.o |
---|
1546 | |
---|
1547 | LINUX_X11_winman_opt_o_files = \ |
---|
1548 | port/x11/linux_x11/opt/video.o \ |
---|
1549 | port/x11/linux_x11/opt/mouse.o \ |
---|
1550 | port/x11/linux_x11/opt/event.o \ |
---|
1551 | ./linux_x11/opt/jwindow.o |
---|
1552 | |
---|
1553 | LINUX_SVGA_winman_opt_o_files = \ |
---|
1554 | port/svga/linux_svga/opt/video.o \ |
---|
1555 | port/svga/linux_svga/opt/mouse.o \ |
---|
1556 | port/svga/linux_svga/opt/event.o \ |
---|
1557 | ./linux_svga/opt/jwindow.o |
---|
1558 | |
---|
1559 | LINUX_X11_joy_opt_o_files = \ |
---|
1560 | port/linux/linux_x11/opt/joystick.o |
---|
1561 | |
---|
1562 | LINUX_SVGA_joy_opt_o_files = \ |
---|
1563 | port/linux/linux_svga/opt/joystick.o |
---|
1564 | |
---|
1565 | LINUX_X11_time_opt_o_files = \ |
---|
1566 | port/unix/linux_x11/opt/timing.o |
---|
1567 | |
---|
1568 | LINUX_SVGA_time_opt_o_files = \ |
---|
1569 | port/unix/linux_svga/opt/timing.o |
---|
1570 | |
---|
1571 | ./linux_svga/opt/time.a : $(LINUX_SVGA_time_opt_o_files) |
---|
1572 | ar ruvs ./linux_svga/opt/time.a \ |
---|
1573 | port/unix/linux_svga/opt/timing.o |
---|
1574 | |
---|
1575 | port/unix/linux_svga/opt/timing.o : port/unix/timing.c |
---|
1576 | g++ -c -o port/unix/linux_svga/opt/timing.o port/unix/timing.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1577 | |
---|
1578 | port/unix/linux_svga/opt/timing.o : include/timing.hpp |
---|
1579 | |
---|
1580 | ./linux_x11/opt/time.a : $(LINUX_X11_time_opt_o_files) |
---|
1581 | ar ruvs ./linux_x11/opt/time.a \ |
---|
1582 | port/unix/linux_x11/opt/timing.o |
---|
1583 | |
---|
1584 | port/unix/linux_x11/opt/timing.o : port/unix/timing.c |
---|
1585 | g++ -c -o port/unix/linux_x11/opt/timing.o port/unix/timing.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1586 | |
---|
1587 | port/unix/linux_x11/opt/timing.o : include/timing.hpp |
---|
1588 | |
---|
1589 | ./linux_svga/opt/joy.a : $(LINUX_SVGA_joy_opt_o_files) |
---|
1590 | ar ruvs ./linux_svga/opt/joy.a \ |
---|
1591 | port/linux/linux_svga/opt/joystick.o |
---|
1592 | |
---|
1593 | port/linux/linux_svga/opt/joystick.o : port/linux/joystick.c |
---|
1594 | g++ -c -o port/linux/linux_svga/opt/joystick.o port/linux/joystick.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1595 | |
---|
1596 | port/linux/linux_svga/opt/joystick.o : include/joy.hpp |
---|
1597 | |
---|
1598 | ./linux_x11/opt/joy.a : $(LINUX_X11_joy_opt_o_files) |
---|
1599 | ar ruvs ./linux_x11/opt/joy.a \ |
---|
1600 | port/linux/linux_x11/opt/joystick.o |
---|
1601 | |
---|
1602 | port/linux/linux_x11/opt/joystick.o : port/linux/joystick.c |
---|
1603 | g++ -c -o port/linux/linux_x11/opt/joystick.o port/linux/joystick.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1604 | |
---|
1605 | port/linux/linux_x11/opt/joystick.o : include/joy.hpp |
---|
1606 | |
---|
1607 | ./linux_svga/opt/winman.a : $(LINUX_SVGA_winman_opt_o_files) |
---|
1608 | ar ruvs ./linux_svga/opt/winman.a \ |
---|
1609 | port/svga/linux_svga/opt/video.o \ |
---|
1610 | port/svga/linux_svga/opt/mouse.o \ |
---|
1611 | port/svga/linux_svga/opt/event.o \ |
---|
1612 | ./linux_svga/opt/jwindow.o |
---|
1613 | |
---|
1614 | port/svga/linux_svga/opt/video.o : port/svga/video.c |
---|
1615 | g++ -c -o port/svga/linux_svga/opt/video.o port/svga/video.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1616 | |
---|
1617 | port/svga/linux_svga/opt/video.o : include/macs.hpp |
---|
1618 | port/svga/linux_svga/opt/video.o : include/dos.h |
---|
1619 | port/svga/linux_svga/opt/video.o : include/jmalloc.hpp |
---|
1620 | port/svga/linux_svga/opt/video.o : include/specs.hpp |
---|
1621 | port/svga/linux_svga/opt/video.o : include/palette.hpp |
---|
1622 | port/svga/linux_svga/opt/video.o : include/linked.hpp |
---|
1623 | port/svga/linux_svga/opt/video.o : include/image.hpp |
---|
1624 | port/svga/linux_svga/opt/video.o : include/video.hpp |
---|
1625 | port/svga/linux_svga/opt/video.o : include/system.h |
---|
1626 | port/svga/linux_svga/opt/video.o : include/globals.hpp |
---|
1627 | port/svga/linux_svga/opt/mouse.o : port/svga/mouse.c |
---|
1628 | g++ -c -o port/svga/linux_svga/opt/mouse.o port/svga/mouse.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1629 | |
---|
1630 | port/svga/linux_svga/opt/mouse.o : include/dprint.hpp |
---|
1631 | port/svga/linux_svga/opt/mouse.o : include/mouse.hpp |
---|
1632 | port/svga/linux_svga/opt/mouse.o : include/monoprnt.hpp |
---|
1633 | port/svga/linux_svga/opt/mouse.o : include/mdlread.hpp |
---|
1634 | port/svga/linux_svga/opt/mouse.o : include/filter.hpp |
---|
1635 | port/svga/linux_svga/opt/mouse.o : include/macs.hpp |
---|
1636 | port/svga/linux_svga/opt/mouse.o : include/sprite.hpp |
---|
1637 | port/svga/linux_svga/opt/mouse.o : include/jmalloc.hpp |
---|
1638 | port/svga/linux_svga/opt/mouse.o : include/specs.hpp |
---|
1639 | port/svga/linux_svga/opt/mouse.o : include/palette.hpp |
---|
1640 | port/svga/linux_svga/opt/mouse.o : include/linked.hpp |
---|
1641 | port/svga/linux_svga/opt/mouse.o : include/image.hpp |
---|
1642 | port/svga/linux_svga/opt/mouse.o : include/system.h |
---|
1643 | port/svga/linux_svga/opt/mouse.o : include/video.hpp |
---|
1644 | port/svga/linux_svga/opt/event.o : port/svga/event.c |
---|
1645 | g++ -c -o port/svga/linux_svga/opt/event.o port/svga/event.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1646 | |
---|
1647 | port/svga/linux_svga/opt/event.o : include/dprint.hpp |
---|
1648 | port/svga/linux_svga/opt/event.o : include/monoprnt.hpp |
---|
1649 | port/svga/linux_svga/opt/event.o : include/keys.hpp |
---|
1650 | port/svga/linux_svga/opt/event.o : include/event.hpp |
---|
1651 | port/svga/linux_svga/opt/event.o : include/sprite.hpp |
---|
1652 | port/svga/linux_svga/opt/event.o : include/mouse.hpp |
---|
1653 | port/svga/linux_svga/opt/event.o : include/macs.hpp |
---|
1654 | port/svga/linux_svga/opt/event.o : include/gifread.hpp |
---|
1655 | port/svga/linux_svga/opt/event.o : include/dos.h |
---|
1656 | port/svga/linux_svga/opt/event.o : include/video.hpp |
---|
1657 | port/svga/linux_svga/opt/event.o : include/mdlread.hpp |
---|
1658 | port/svga/linux_svga/opt/event.o : include/jmalloc.hpp |
---|
1659 | port/svga/linux_svga/opt/event.o : include/specs.hpp |
---|
1660 | port/svga/linux_svga/opt/event.o : include/palette.hpp |
---|
1661 | port/svga/linux_svga/opt/event.o : include/linked.hpp |
---|
1662 | port/svga/linux_svga/opt/event.o : include/image.hpp |
---|
1663 | port/svga/linux_svga/opt/event.o : include/system.h |
---|
1664 | ./linux_svga/opt/jwindow.o : jwindow.c |
---|
1665 | g++ -c -o ./linux_svga/opt/jwindow.o jwindow.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1666 | |
---|
1667 | ./linux_svga/opt/jwindow.o : include/timage.hpp |
---|
1668 | ./linux_svga/opt/jwindow.o : include/fonts.hpp |
---|
1669 | ./linux_svga/opt/jwindow.o : include/jwindow.hpp |
---|
1670 | ./linux_svga/opt/jwindow.o : include/filter.hpp |
---|
1671 | ./linux_svga/opt/jwindow.o : include/mouse.hpp |
---|
1672 | ./linux_svga/opt/jwindow.o : include/macs.hpp |
---|
1673 | ./linux_svga/opt/jwindow.o : include/sprite.hpp |
---|
1674 | ./linux_svga/opt/jwindow.o : include/keys.hpp |
---|
1675 | ./linux_svga/opt/jwindow.o : include/event.hpp |
---|
1676 | ./linux_svga/opt/jwindow.o : include/jmalloc.hpp |
---|
1677 | ./linux_svga/opt/jwindow.o : include/specs.hpp |
---|
1678 | ./linux_svga/opt/jwindow.o : include/palette.hpp |
---|
1679 | ./linux_svga/opt/jwindow.o : include/linked.hpp |
---|
1680 | ./linux_svga/opt/jwindow.o : include/image.hpp |
---|
1681 | ./linux_svga/opt/jwindow.o : include/system.h |
---|
1682 | ./linux_svga/opt/jwindow.o : include/video.hpp |
---|
1683 | |
---|
1684 | ./linux_x11/opt/winman.a : $(LINUX_X11_winman_opt_o_files) |
---|
1685 | ar ruvs ./linux_x11/opt/winman.a \ |
---|
1686 | port/x11/linux_x11/opt/video.o \ |
---|
1687 | port/x11/linux_x11/opt/mouse.o \ |
---|
1688 | port/x11/linux_x11/opt/event.o \ |
---|
1689 | ./linux_x11/opt/jwindow.o |
---|
1690 | |
---|
1691 | port/x11/linux_x11/opt/video.o : port/x11/video.c |
---|
1692 | g++ -c -o port/x11/linux_x11/opt/video.o port/x11/video.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1693 | |
---|
1694 | port/x11/linux_x11/opt/video.o : include/bitmap.h |
---|
1695 | port/x11/linux_x11/opt/video.o : include/macs.hpp |
---|
1696 | port/x11/linux_x11/opt/video.o : include/xinclude.h |
---|
1697 | port/x11/linux_x11/opt/video.o : include/dos.h |
---|
1698 | port/x11/linux_x11/opt/video.o : include/video.hpp |
---|
1699 | port/x11/linux_x11/opt/video.o : include/globals.hpp |
---|
1700 | port/x11/linux_x11/opt/video.o : include/system.h |
---|
1701 | port/x11/linux_x11/opt/video.o : include/jmalloc.hpp |
---|
1702 | port/x11/linux_x11/opt/video.o : include/specs.hpp |
---|
1703 | port/x11/linux_x11/opt/video.o : include/palette.hpp |
---|
1704 | port/x11/linux_x11/opt/video.o : include/linked.hpp |
---|
1705 | port/x11/linux_x11/opt/video.o : include/image.hpp |
---|
1706 | port/x11/linux_x11/opt/video.o : include/filter.hpp |
---|
1707 | port/x11/linux_x11/opt/mouse.o : port/x11/mouse.c |
---|
1708 | g++ -c -o port/x11/linux_x11/opt/mouse.o port/x11/mouse.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1709 | |
---|
1710 | port/x11/linux_x11/opt/mouse.o : include/xinclude.h |
---|
1711 | port/x11/linux_x11/opt/mouse.o : include/mouse.hpp |
---|
1712 | port/x11/linux_x11/opt/mouse.o : include/monoprnt.hpp |
---|
1713 | port/x11/linux_x11/opt/mouse.o : include/mdlread.hpp |
---|
1714 | port/x11/linux_x11/opt/mouse.o : include/filter.hpp |
---|
1715 | port/x11/linux_x11/opt/mouse.o : include/macs.hpp |
---|
1716 | port/x11/linux_x11/opt/mouse.o : include/sprite.hpp |
---|
1717 | port/x11/linux_x11/opt/mouse.o : include/jmalloc.hpp |
---|
1718 | port/x11/linux_x11/opt/mouse.o : include/specs.hpp |
---|
1719 | port/x11/linux_x11/opt/mouse.o : include/palette.hpp |
---|
1720 | port/x11/linux_x11/opt/mouse.o : include/linked.hpp |
---|
1721 | port/x11/linux_x11/opt/mouse.o : include/image.hpp |
---|
1722 | port/x11/linux_x11/opt/mouse.o : include/system.h |
---|
1723 | port/x11/linux_x11/opt/mouse.o : include/video.hpp |
---|
1724 | port/x11/linux_x11/opt/event.o : port/x11/event.c |
---|
1725 | g++ -c -o port/x11/linux_x11/opt/event.o port/x11/event.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1726 | |
---|
1727 | port/x11/linux_x11/opt/event.o : include/keys.hpp |
---|
1728 | port/x11/linux_x11/opt/event.o : include/event.hpp |
---|
1729 | port/x11/linux_x11/opt/event.o : include/sprite.hpp |
---|
1730 | port/x11/linux_x11/opt/event.o : include/mouse.hpp |
---|
1731 | port/x11/linux_x11/opt/event.o : include/macs.hpp |
---|
1732 | port/x11/linux_x11/opt/event.o : include/gifread.hpp |
---|
1733 | port/x11/linux_x11/opt/event.o : include/video.hpp |
---|
1734 | port/x11/linux_x11/opt/event.o : include/mdlread.hpp |
---|
1735 | port/x11/linux_x11/opt/event.o : include/jmalloc.hpp |
---|
1736 | port/x11/linux_x11/opt/event.o : include/specs.hpp |
---|
1737 | port/x11/linux_x11/opt/event.o : include/palette.hpp |
---|
1738 | port/x11/linux_x11/opt/event.o : include/linked.hpp |
---|
1739 | port/x11/linux_x11/opt/event.o : include/image.hpp |
---|
1740 | port/x11/linux_x11/opt/event.o : include/xinclude.h |
---|
1741 | port/x11/linux_x11/opt/event.o : include/system.h |
---|
1742 | ./linux_x11/opt/jwindow.o : jwindow.c |
---|
1743 | g++ -c -o ./linux_x11/opt/jwindow.o jwindow.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1744 | |
---|
1745 | ./linux_x11/opt/jwindow.o : include/timage.hpp |
---|
1746 | ./linux_x11/opt/jwindow.o : include/fonts.hpp |
---|
1747 | ./linux_x11/opt/jwindow.o : include/jwindow.hpp |
---|
1748 | ./linux_x11/opt/jwindow.o : include/filter.hpp |
---|
1749 | ./linux_x11/opt/jwindow.o : include/mouse.hpp |
---|
1750 | ./linux_x11/opt/jwindow.o : include/macs.hpp |
---|
1751 | ./linux_x11/opt/jwindow.o : include/sprite.hpp |
---|
1752 | ./linux_x11/opt/jwindow.o : include/keys.hpp |
---|
1753 | ./linux_x11/opt/jwindow.o : include/event.hpp |
---|
1754 | ./linux_x11/opt/jwindow.o : include/jmalloc.hpp |
---|
1755 | ./linux_x11/opt/jwindow.o : include/specs.hpp |
---|
1756 | ./linux_x11/opt/jwindow.o : include/palette.hpp |
---|
1757 | ./linux_x11/opt/jwindow.o : include/linked.hpp |
---|
1758 | ./linux_x11/opt/jwindow.o : include/image.hpp |
---|
1759 | ./linux_x11/opt/jwindow.o : include/system.h |
---|
1760 | ./linux_x11/opt/jwindow.o : include/video.hpp |
---|
1761 | |
---|
1762 | ./linux_svga/opt/dir.a : $(LINUX_SVGA_dir_opt_o_files) |
---|
1763 | ar ruvs ./linux_svga/opt/dir.a \ |
---|
1764 | port/unix/linux_svga/opt/jdir.o |
---|
1765 | |
---|
1766 | port/unix/linux_svga/opt/jdir.o : port/unix/jdir.c |
---|
1767 | g++ -c -o port/unix/linux_svga/opt/jdir.o port/unix/jdir.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1768 | |
---|
1769 | port/unix/linux_svga/opt/jdir.o : include/jmalloc.hpp |
---|
1770 | |
---|
1771 | ./linux_x11/opt/dir.a : $(LINUX_X11_dir_opt_o_files) |
---|
1772 | ar ruvs ./linux_x11/opt/dir.a \ |
---|
1773 | port/unix/linux_x11/opt/jdir.o |
---|
1774 | |
---|
1775 | port/unix/linux_x11/opt/jdir.o : port/unix/jdir.c |
---|
1776 | g++ -c -o port/unix/linux_x11/opt/jdir.o port/unix/jdir.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1777 | |
---|
1778 | port/unix/linux_x11/opt/jdir.o : include/jmalloc.hpp |
---|
1779 | |
---|
1780 | ./linux_svga/opt/net.a : $(LINUX_SVGA_net_opt_o_files) |
---|
1781 | ar ruvs ./linux_svga/opt/net.a \ |
---|
1782 | port/unix/linux_svga/opt/jnet.o |
---|
1783 | |
---|
1784 | port/unix/linux_svga/opt/jnet.o : port/unix/jnet.c |
---|
1785 | g++ -c -o port/unix/linux_svga/opt/jnet.o port/unix/jnet.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1786 | |
---|
1787 | port/unix/linux_svga/opt/jnet.o : include/jmalloc.hpp |
---|
1788 | port/unix/linux_svga/opt/jnet.o : include/packet.hpp |
---|
1789 | port/unix/linux_svga/opt/jnet.o : include/system.h |
---|
1790 | port/unix/linux_svga/opt/jnet.o : include/macs.hpp |
---|
1791 | port/unix/linux_svga/opt/jnet.o : include/jnet.hpp |
---|
1792 | |
---|
1793 | ./linux_x11/opt/net.a : $(LINUX_X11_net_opt_o_files) |
---|
1794 | ar ruvs ./linux_x11/opt/net.a \ |
---|
1795 | port/unix/linux_x11/opt/jnet.o |
---|
1796 | |
---|
1797 | port/unix/linux_x11/opt/jnet.o : port/unix/jnet.c |
---|
1798 | g++ -c -o port/unix/linux_x11/opt/jnet.o port/unix/jnet.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1799 | |
---|
1800 | port/unix/linux_x11/opt/jnet.o : include/jmalloc.hpp |
---|
1801 | port/unix/linux_x11/opt/jnet.o : include/packet.hpp |
---|
1802 | port/unix/linux_x11/opt/jnet.o : include/system.h |
---|
1803 | port/unix/linux_x11/opt/jnet.o : include/macs.hpp |
---|
1804 | port/unix/linux_x11/opt/jnet.o : include/jnet.hpp |
---|
1805 | |
---|
1806 | ./linux_svga/opt/sound.a : $(LINUX_SVGA_sound_opt_o_files) |
---|
1807 | ar ruvs ./linux_svga/opt/sound.a \ |
---|
1808 | port/sgi/linux_svga/opt/sound.o \ |
---|
1809 | ./linux_svga/opt/readwav.o |
---|
1810 | |
---|
1811 | port/sgi/linux_svga/opt/sound.o : port/sgi/sound.c |
---|
1812 | g++ -c -o port/sgi/linux_svga/opt/sound.o port/sgi/sound.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1813 | |
---|
1814 | port/sgi/linux_svga/opt/sound.o : include/timing.hpp |
---|
1815 | port/sgi/linux_svga/opt/sound.o : include/dprint.hpp |
---|
1816 | port/sgi/linux_svga/opt/sound.o : include/jmalloc.hpp |
---|
1817 | port/sgi/linux_svga/opt/sound.o : include/linked.hpp |
---|
1818 | port/sgi/linux_svga/opt/sound.o : include/specs.hpp |
---|
1819 | port/sgi/linux_svga/opt/sound.o : include/readwav.hpp |
---|
1820 | port/sgi/linux_svga/opt/sound.o : include/sound.hpp |
---|
1821 | port/sgi/linux_svga/opt/sound.o : include/system.h |
---|
1822 | port/sgi/linux_svga/opt/sound.o : include/macs.hpp |
---|
1823 | ./linux_svga/opt/readwav.o : readwav.c |
---|
1824 | g++ -c -o ./linux_svga/opt/readwav.o readwav.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1825 | |
---|
1826 | ./linux_svga/opt/readwav.o : include/dprint.hpp |
---|
1827 | ./linux_svga/opt/readwav.o : include/macs.hpp |
---|
1828 | ./linux_svga/opt/readwav.o : include/system.h |
---|
1829 | ./linux_svga/opt/readwav.o : include/jmalloc.hpp |
---|
1830 | ./linux_svga/opt/readwav.o : include/linked.hpp |
---|
1831 | ./linux_svga/opt/readwav.o : include/specs.hpp |
---|
1832 | ./linux_svga/opt/readwav.o : include/readwav.hpp |
---|
1833 | |
---|
1834 | ./linux_x11/opt/sound.a : $(LINUX_X11_sound_opt_o_files) |
---|
1835 | ar ruvs ./linux_x11/opt/sound.a \ |
---|
1836 | port/sgi/linux_x11/opt/sound.o \ |
---|
1837 | ./linux_x11/opt/readwav.o |
---|
1838 | |
---|
1839 | port/sgi/linux_x11/opt/sound.o : port/sgi/sound.c |
---|
1840 | g++ -c -o port/sgi/linux_x11/opt/sound.o port/sgi/sound.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1841 | |
---|
1842 | port/sgi/linux_x11/opt/sound.o : include/timing.hpp |
---|
1843 | port/sgi/linux_x11/opt/sound.o : include/dprint.hpp |
---|
1844 | port/sgi/linux_x11/opt/sound.o : include/jmalloc.hpp |
---|
1845 | port/sgi/linux_x11/opt/sound.o : include/linked.hpp |
---|
1846 | port/sgi/linux_x11/opt/sound.o : include/specs.hpp |
---|
1847 | port/sgi/linux_x11/opt/sound.o : include/readwav.hpp |
---|
1848 | port/sgi/linux_x11/opt/sound.o : include/sound.hpp |
---|
1849 | port/sgi/linux_x11/opt/sound.o : include/system.h |
---|
1850 | port/sgi/linux_x11/opt/sound.o : include/macs.hpp |
---|
1851 | ./linux_x11/opt/readwav.o : readwav.c |
---|
1852 | g++ -c -o ./linux_x11/opt/readwav.o readwav.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1853 | |
---|
1854 | ./linux_x11/opt/readwav.o : include/dprint.hpp |
---|
1855 | ./linux_x11/opt/readwav.o : include/macs.hpp |
---|
1856 | ./linux_x11/opt/readwav.o : include/system.h |
---|
1857 | ./linux_x11/opt/readwav.o : include/jmalloc.hpp |
---|
1858 | ./linux_x11/opt/readwav.o : include/linked.hpp |
---|
1859 | ./linux_x11/opt/readwav.o : include/specs.hpp |
---|
1860 | ./linux_x11/opt/readwav.o : include/readwav.hpp |
---|
1861 | |
---|
1862 | ./linux_svga/opt/gui.a : $(LINUX_SVGA_gui_opt_o_files) |
---|
1863 | ar ruvs ./linux_svga/opt/gui.a \ |
---|
1864 | ./linux_svga/opt/pmenu.o \ |
---|
1865 | ./linux_svga/opt/scroller.o \ |
---|
1866 | ./linux_svga/opt/filesel.o \ |
---|
1867 | ./linux_svga/opt/tools.o \ |
---|
1868 | ./linux_svga/opt/guistat.o |
---|
1869 | |
---|
1870 | ./linux_svga/opt/pmenu.o : pmenu.c |
---|
1871 | g++ -c -o ./linux_svga/opt/pmenu.o pmenu.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1872 | |
---|
1873 | ./linux_svga/opt/pmenu.o : include/timage.hpp |
---|
1874 | ./linux_svga/opt/pmenu.o : include/fonts.hpp |
---|
1875 | ./linux_svga/opt/pmenu.o : include/filter.hpp |
---|
1876 | ./linux_svga/opt/pmenu.o : include/mouse.hpp |
---|
1877 | ./linux_svga/opt/pmenu.o : include/macs.hpp |
---|
1878 | ./linux_svga/opt/pmenu.o : include/sprite.hpp |
---|
1879 | ./linux_svga/opt/pmenu.o : include/keys.hpp |
---|
1880 | ./linux_svga/opt/pmenu.o : include/event.hpp |
---|
1881 | ./linux_svga/opt/pmenu.o : include/specs.hpp |
---|
1882 | ./linux_svga/opt/pmenu.o : include/palette.hpp |
---|
1883 | ./linux_svga/opt/pmenu.o : include/linked.hpp |
---|
1884 | ./linux_svga/opt/pmenu.o : include/image.hpp |
---|
1885 | ./linux_svga/opt/pmenu.o : include/system.h |
---|
1886 | ./linux_svga/opt/pmenu.o : include/video.hpp |
---|
1887 | ./linux_svga/opt/pmenu.o : include/jwindow.hpp |
---|
1888 | ./linux_svga/opt/pmenu.o : include/input.hpp |
---|
1889 | ./linux_svga/opt/pmenu.o : include/jmalloc.hpp |
---|
1890 | ./linux_svga/opt/pmenu.o : include/pmenu.hpp |
---|
1891 | ./linux_svga/opt/scroller.o : scroller.c |
---|
1892 | g++ -c -o ./linux_svga/opt/scroller.o scroller.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1893 | |
---|
1894 | ./linux_svga/opt/scroller.o : include/timage.hpp |
---|
1895 | ./linux_svga/opt/scroller.o : include/fonts.hpp |
---|
1896 | ./linux_svga/opt/scroller.o : include/filter.hpp |
---|
1897 | ./linux_svga/opt/scroller.o : include/mouse.hpp |
---|
1898 | ./linux_svga/opt/scroller.o : include/macs.hpp |
---|
1899 | ./linux_svga/opt/scroller.o : include/sprite.hpp |
---|
1900 | ./linux_svga/opt/scroller.o : include/keys.hpp |
---|
1901 | ./linux_svga/opt/scroller.o : include/event.hpp |
---|
1902 | ./linux_svga/opt/scroller.o : include/jmalloc.hpp |
---|
1903 | ./linux_svga/opt/scroller.o : include/specs.hpp |
---|
1904 | ./linux_svga/opt/scroller.o : include/palette.hpp |
---|
1905 | ./linux_svga/opt/scroller.o : include/linked.hpp |
---|
1906 | ./linux_svga/opt/scroller.o : include/image.hpp |
---|
1907 | ./linux_svga/opt/scroller.o : include/system.h |
---|
1908 | ./linux_svga/opt/scroller.o : include/video.hpp |
---|
1909 | ./linux_svga/opt/scroller.o : include/jwindow.hpp |
---|
1910 | ./linux_svga/opt/scroller.o : include/input.hpp |
---|
1911 | ./linux_svga/opt/scroller.o : include/scroller.hpp |
---|
1912 | ./linux_svga/opt/filesel.o : filesel.c |
---|
1913 | g++ -c -o ./linux_svga/opt/filesel.o filesel.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1914 | |
---|
1915 | ./linux_svga/opt/filesel.o : include/jdir.hpp |
---|
1916 | ./linux_svga/opt/filesel.o : include/scroller.hpp |
---|
1917 | ./linux_svga/opt/filesel.o : include/input.hpp |
---|
1918 | ./linux_svga/opt/filesel.o : include/timage.hpp |
---|
1919 | ./linux_svga/opt/filesel.o : include/fonts.hpp |
---|
1920 | ./linux_svga/opt/filesel.o : include/filter.hpp |
---|
1921 | ./linux_svga/opt/filesel.o : include/mouse.hpp |
---|
1922 | ./linux_svga/opt/filesel.o : include/macs.hpp |
---|
1923 | ./linux_svga/opt/filesel.o : include/sprite.hpp |
---|
1924 | ./linux_svga/opt/filesel.o : include/keys.hpp |
---|
1925 | ./linux_svga/opt/filesel.o : include/event.hpp |
---|
1926 | ./linux_svga/opt/filesel.o : include/jmalloc.hpp |
---|
1927 | ./linux_svga/opt/filesel.o : include/specs.hpp |
---|
1928 | ./linux_svga/opt/filesel.o : include/palette.hpp |
---|
1929 | ./linux_svga/opt/filesel.o : include/linked.hpp |
---|
1930 | ./linux_svga/opt/filesel.o : include/image.hpp |
---|
1931 | ./linux_svga/opt/filesel.o : include/system.h |
---|
1932 | ./linux_svga/opt/filesel.o : include/video.hpp |
---|
1933 | ./linux_svga/opt/filesel.o : include/jwindow.hpp |
---|
1934 | ./linux_svga/opt/filesel.o : include/filesel.hpp |
---|
1935 | ./linux_svga/opt/tools.o : tools.c |
---|
1936 | g++ -c -o ./linux_svga/opt/tools.o tools.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1937 | |
---|
1938 | ./linux_svga/opt/tools.o : include/visobj.hpp |
---|
1939 | ./linux_svga/opt/tools.o : include/scroller.hpp |
---|
1940 | ./linux_svga/opt/tools.o : include/input.hpp |
---|
1941 | ./linux_svga/opt/tools.o : include/timage.hpp |
---|
1942 | ./linux_svga/opt/tools.o : include/fonts.hpp |
---|
1943 | ./linux_svga/opt/tools.o : include/filter.hpp |
---|
1944 | ./linux_svga/opt/tools.o : include/mouse.hpp |
---|
1945 | ./linux_svga/opt/tools.o : include/macs.hpp |
---|
1946 | ./linux_svga/opt/tools.o : include/sprite.hpp |
---|
1947 | ./linux_svga/opt/tools.o : include/keys.hpp |
---|
1948 | ./linux_svga/opt/tools.o : include/event.hpp |
---|
1949 | ./linux_svga/opt/tools.o : include/jmalloc.hpp |
---|
1950 | ./linux_svga/opt/tools.o : include/specs.hpp |
---|
1951 | ./linux_svga/opt/tools.o : include/palette.hpp |
---|
1952 | ./linux_svga/opt/tools.o : include/linked.hpp |
---|
1953 | ./linux_svga/opt/tools.o : include/image.hpp |
---|
1954 | ./linux_svga/opt/tools.o : include/system.h |
---|
1955 | ./linux_svga/opt/tools.o : include/video.hpp |
---|
1956 | ./linux_svga/opt/tools.o : include/jwindow.hpp |
---|
1957 | ./linux_svga/opt/tools.o : include/tools.hpp |
---|
1958 | ./linux_svga/opt/guistat.o : guistat.c |
---|
1959 | g++ -c -o ./linux_svga/opt/guistat.o guistat.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1960 | |
---|
1961 | ./linux_svga/opt/guistat.o : include/guistat.hpp |
---|
1962 | ./linux_svga/opt/guistat.o : include/timing.hpp |
---|
1963 | ./linux_svga/opt/guistat.o : include/timage.hpp |
---|
1964 | ./linux_svga/opt/guistat.o : include/fonts.hpp |
---|
1965 | ./linux_svga/opt/guistat.o : include/filter.hpp |
---|
1966 | ./linux_svga/opt/guistat.o : include/mouse.hpp |
---|
1967 | ./linux_svga/opt/guistat.o : include/macs.hpp |
---|
1968 | ./linux_svga/opt/guistat.o : include/sprite.hpp |
---|
1969 | ./linux_svga/opt/guistat.o : include/keys.hpp |
---|
1970 | ./linux_svga/opt/guistat.o : include/event.hpp |
---|
1971 | ./linux_svga/opt/guistat.o : include/jmalloc.hpp |
---|
1972 | ./linux_svga/opt/guistat.o : include/specs.hpp |
---|
1973 | ./linux_svga/opt/guistat.o : include/palette.hpp |
---|
1974 | ./linux_svga/opt/guistat.o : include/linked.hpp |
---|
1975 | ./linux_svga/opt/guistat.o : include/image.hpp |
---|
1976 | ./linux_svga/opt/guistat.o : include/system.h |
---|
1977 | ./linux_svga/opt/guistat.o : include/video.hpp |
---|
1978 | ./linux_svga/opt/guistat.o : include/jwindow.hpp |
---|
1979 | ./linux_svga/opt/guistat.o : include/visobj.hpp |
---|
1980 | ./linux_svga/opt/guistat.o : include/status.hpp |
---|
1981 | |
---|
1982 | ./linux_x11/opt/gui.a : $(LINUX_X11_gui_opt_o_files) |
---|
1983 | ar ruvs ./linux_x11/opt/gui.a \ |
---|
1984 | ./linux_x11/opt/pmenu.o \ |
---|
1985 | ./linux_x11/opt/scroller.o \ |
---|
1986 | ./linux_x11/opt/filesel.o \ |
---|
1987 | ./linux_x11/opt/tools.o \ |
---|
1988 | ./linux_x11/opt/guistat.o |
---|
1989 | |
---|
1990 | ./linux_x11/opt/pmenu.o : pmenu.c |
---|
1991 | g++ -c -o ./linux_x11/opt/pmenu.o pmenu.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
1992 | |
---|
1993 | ./linux_x11/opt/pmenu.o : include/timage.hpp |
---|
1994 | ./linux_x11/opt/pmenu.o : include/fonts.hpp |
---|
1995 | ./linux_x11/opt/pmenu.o : include/filter.hpp |
---|
1996 | ./linux_x11/opt/pmenu.o : include/mouse.hpp |
---|
1997 | ./linux_x11/opt/pmenu.o : include/macs.hpp |
---|
1998 | ./linux_x11/opt/pmenu.o : include/sprite.hpp |
---|
1999 | ./linux_x11/opt/pmenu.o : include/keys.hpp |
---|
2000 | ./linux_x11/opt/pmenu.o : include/event.hpp |
---|
2001 | ./linux_x11/opt/pmenu.o : include/specs.hpp |
---|
2002 | ./linux_x11/opt/pmenu.o : include/palette.hpp |
---|
2003 | ./linux_x11/opt/pmenu.o : include/linked.hpp |
---|
2004 | ./linux_x11/opt/pmenu.o : include/image.hpp |
---|
2005 | ./linux_x11/opt/pmenu.o : include/system.h |
---|
2006 | ./linux_x11/opt/pmenu.o : include/video.hpp |
---|
2007 | ./linux_x11/opt/pmenu.o : include/jwindow.hpp |
---|
2008 | ./linux_x11/opt/pmenu.o : include/input.hpp |
---|
2009 | ./linux_x11/opt/pmenu.o : include/jmalloc.hpp |
---|
2010 | ./linux_x11/opt/pmenu.o : include/pmenu.hpp |
---|
2011 | ./linux_x11/opt/scroller.o : scroller.c |
---|
2012 | g++ -c -o ./linux_x11/opt/scroller.o scroller.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2013 | |
---|
2014 | ./linux_x11/opt/scroller.o : include/timage.hpp |
---|
2015 | ./linux_x11/opt/scroller.o : include/fonts.hpp |
---|
2016 | ./linux_x11/opt/scroller.o : include/filter.hpp |
---|
2017 | ./linux_x11/opt/scroller.o : include/mouse.hpp |
---|
2018 | ./linux_x11/opt/scroller.o : include/macs.hpp |
---|
2019 | ./linux_x11/opt/scroller.o : include/sprite.hpp |
---|
2020 | ./linux_x11/opt/scroller.o : include/keys.hpp |
---|
2021 | ./linux_x11/opt/scroller.o : include/event.hpp |
---|
2022 | ./linux_x11/opt/scroller.o : include/jmalloc.hpp |
---|
2023 | ./linux_x11/opt/scroller.o : include/specs.hpp |
---|
2024 | ./linux_x11/opt/scroller.o : include/palette.hpp |
---|
2025 | ./linux_x11/opt/scroller.o : include/linked.hpp |
---|
2026 | ./linux_x11/opt/scroller.o : include/image.hpp |
---|
2027 | ./linux_x11/opt/scroller.o : include/system.h |
---|
2028 | ./linux_x11/opt/scroller.o : include/video.hpp |
---|
2029 | ./linux_x11/opt/scroller.o : include/jwindow.hpp |
---|
2030 | ./linux_x11/opt/scroller.o : include/input.hpp |
---|
2031 | ./linux_x11/opt/scroller.o : include/scroller.hpp |
---|
2032 | ./linux_x11/opt/filesel.o : filesel.c |
---|
2033 | g++ -c -o ./linux_x11/opt/filesel.o filesel.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2034 | |
---|
2035 | ./linux_x11/opt/filesel.o : include/jdir.hpp |
---|
2036 | ./linux_x11/opt/filesel.o : include/scroller.hpp |
---|
2037 | ./linux_x11/opt/filesel.o : include/input.hpp |
---|
2038 | ./linux_x11/opt/filesel.o : include/timage.hpp |
---|
2039 | ./linux_x11/opt/filesel.o : include/fonts.hpp |
---|
2040 | ./linux_x11/opt/filesel.o : include/filter.hpp |
---|
2041 | ./linux_x11/opt/filesel.o : include/mouse.hpp |
---|
2042 | ./linux_x11/opt/filesel.o : include/macs.hpp |
---|
2043 | ./linux_x11/opt/filesel.o : include/sprite.hpp |
---|
2044 | ./linux_x11/opt/filesel.o : include/keys.hpp |
---|
2045 | ./linux_x11/opt/filesel.o : include/event.hpp |
---|
2046 | ./linux_x11/opt/filesel.o : include/jmalloc.hpp |
---|
2047 | ./linux_x11/opt/filesel.o : include/specs.hpp |
---|
2048 | ./linux_x11/opt/filesel.o : include/palette.hpp |
---|
2049 | ./linux_x11/opt/filesel.o : include/linked.hpp |
---|
2050 | ./linux_x11/opt/filesel.o : include/image.hpp |
---|
2051 | ./linux_x11/opt/filesel.o : include/system.h |
---|
2052 | ./linux_x11/opt/filesel.o : include/video.hpp |
---|
2053 | ./linux_x11/opt/filesel.o : include/jwindow.hpp |
---|
2054 | ./linux_x11/opt/filesel.o : include/filesel.hpp |
---|
2055 | ./linux_x11/opt/tools.o : tools.c |
---|
2056 | g++ -c -o ./linux_x11/opt/tools.o tools.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2057 | |
---|
2058 | ./linux_x11/opt/tools.o : include/visobj.hpp |
---|
2059 | ./linux_x11/opt/tools.o : include/scroller.hpp |
---|
2060 | ./linux_x11/opt/tools.o : include/input.hpp |
---|
2061 | ./linux_x11/opt/tools.o : include/timage.hpp |
---|
2062 | ./linux_x11/opt/tools.o : include/fonts.hpp |
---|
2063 | ./linux_x11/opt/tools.o : include/filter.hpp |
---|
2064 | ./linux_x11/opt/tools.o : include/mouse.hpp |
---|
2065 | ./linux_x11/opt/tools.o : include/macs.hpp |
---|
2066 | ./linux_x11/opt/tools.o : include/sprite.hpp |
---|
2067 | ./linux_x11/opt/tools.o : include/keys.hpp |
---|
2068 | ./linux_x11/opt/tools.o : include/event.hpp |
---|
2069 | ./linux_x11/opt/tools.o : include/jmalloc.hpp |
---|
2070 | ./linux_x11/opt/tools.o : include/specs.hpp |
---|
2071 | ./linux_x11/opt/tools.o : include/palette.hpp |
---|
2072 | ./linux_x11/opt/tools.o : include/linked.hpp |
---|
2073 | ./linux_x11/opt/tools.o : include/image.hpp |
---|
2074 | ./linux_x11/opt/tools.o : include/system.h |
---|
2075 | ./linux_x11/opt/tools.o : include/video.hpp |
---|
2076 | ./linux_x11/opt/tools.o : include/jwindow.hpp |
---|
2077 | ./linux_x11/opt/tools.o : include/tools.hpp |
---|
2078 | ./linux_x11/opt/guistat.o : guistat.c |
---|
2079 | g++ -c -o ./linux_x11/opt/guistat.o guistat.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2080 | |
---|
2081 | ./linux_x11/opt/guistat.o : include/guistat.hpp |
---|
2082 | ./linux_x11/opt/guistat.o : include/timing.hpp |
---|
2083 | ./linux_x11/opt/guistat.o : include/timage.hpp |
---|
2084 | ./linux_x11/opt/guistat.o : include/fonts.hpp |
---|
2085 | ./linux_x11/opt/guistat.o : include/filter.hpp |
---|
2086 | ./linux_x11/opt/guistat.o : include/mouse.hpp |
---|
2087 | ./linux_x11/opt/guistat.o : include/macs.hpp |
---|
2088 | ./linux_x11/opt/guistat.o : include/sprite.hpp |
---|
2089 | ./linux_x11/opt/guistat.o : include/keys.hpp |
---|
2090 | ./linux_x11/opt/guistat.o : include/event.hpp |
---|
2091 | ./linux_x11/opt/guistat.o : include/jmalloc.hpp |
---|
2092 | ./linux_x11/opt/guistat.o : include/specs.hpp |
---|
2093 | ./linux_x11/opt/guistat.o : include/palette.hpp |
---|
2094 | ./linux_x11/opt/guistat.o : include/linked.hpp |
---|
2095 | ./linux_x11/opt/guistat.o : include/image.hpp |
---|
2096 | ./linux_x11/opt/guistat.o : include/system.h |
---|
2097 | ./linux_x11/opt/guistat.o : include/video.hpp |
---|
2098 | ./linux_x11/opt/guistat.o : include/jwindow.hpp |
---|
2099 | ./linux_x11/opt/guistat.o : include/visobj.hpp |
---|
2100 | ./linux_x11/opt/guistat.o : include/status.hpp |
---|
2101 | |
---|
2102 | ./linux_svga/opt/packet.a : $(LINUX_SVGA_packet_opt_o_files) |
---|
2103 | ar ruvs ./linux_svga/opt/packet.a \ |
---|
2104 | ./linux_svga/opt/packet.o |
---|
2105 | |
---|
2106 | ./linux_svga/opt/packet.o : packet.c |
---|
2107 | g++ -c -o ./linux_svga/opt/packet.o packet.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2108 | |
---|
2109 | ./linux_svga/opt/packet.o : include/jmalloc.hpp |
---|
2110 | ./linux_svga/opt/packet.o : include/system.h |
---|
2111 | ./linux_svga/opt/packet.o : include/macs.hpp |
---|
2112 | ./linux_svga/opt/packet.o : include/packet.hpp |
---|
2113 | |
---|
2114 | ./linux_x11/opt/packet.a : $(LINUX_X11_packet_opt_o_files) |
---|
2115 | ar ruvs ./linux_x11/opt/packet.a \ |
---|
2116 | ./linux_x11/opt/packet.o |
---|
2117 | |
---|
2118 | ./linux_x11/opt/packet.o : packet.c |
---|
2119 | g++ -c -o ./linux_x11/opt/packet.o packet.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2120 | |
---|
2121 | ./linux_x11/opt/packet.o : include/jmalloc.hpp |
---|
2122 | ./linux_x11/opt/packet.o : include/system.h |
---|
2123 | ./linux_x11/opt/packet.o : include/macs.hpp |
---|
2124 | ./linux_x11/opt/packet.o : include/packet.hpp |
---|
2125 | |
---|
2126 | ./linux_svga/opt/image.a : $(LINUX_SVGA_image_opt_o_files) |
---|
2127 | ar ruvs ./linux_svga/opt/image.a \ |
---|
2128 | ./linux_svga/opt/filter.o \ |
---|
2129 | ./linux_svga/opt/gifread.o \ |
---|
2130 | ./linux_svga/opt/globals.o \ |
---|
2131 | ./linux_svga/opt/image.o \ |
---|
2132 | ./linux_svga/opt/linked.o \ |
---|
2133 | ./linux_svga/opt/input.o \ |
---|
2134 | ./linux_svga/opt/mdlread.o \ |
---|
2135 | ./linux_svga/opt/palette.o \ |
---|
2136 | ./linux_svga/opt/ppmread.o \ |
---|
2137 | ./linux_svga/opt/include.o \ |
---|
2138 | ./linux_svga/opt/xwdread.o \ |
---|
2139 | ./linux_svga/opt/fonts.o \ |
---|
2140 | ./linux_svga/opt/decoder.o \ |
---|
2141 | ./linux_svga/opt/loader.o \ |
---|
2142 | ./linux_svga/opt/glread.o \ |
---|
2143 | ./linux_svga/opt/texture.o \ |
---|
2144 | ./linux_svga/opt/specs.o \ |
---|
2145 | ./linux_svga/opt/supmorph.o \ |
---|
2146 | ./linux_svga/opt/image24.o \ |
---|
2147 | ./linux_svga/opt/pcxread.o \ |
---|
2148 | ./linux_svga/opt/timage.o \ |
---|
2149 | ./linux_svga/opt/jmalloc.o \ |
---|
2150 | ./linux_svga/opt/jrand.o \ |
---|
2151 | ./linux_svga/opt/lbmread.o \ |
---|
2152 | ./linux_svga/opt/targa.o \ |
---|
2153 | ./linux_svga/opt/keys.o \ |
---|
2154 | ./linux_svga/opt/dprint.o \ |
---|
2155 | ./linux_svga/opt/status.o \ |
---|
2156 | ./linux_svga/opt/visobj.o |
---|
2157 | |
---|
2158 | ./linux_svga/opt/filter.o : filter.c |
---|
2159 | g++ -c -o ./linux_svga/opt/filter.o filter.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2160 | |
---|
2161 | ./linux_svga/opt/filter.o : include/filter.hpp |
---|
2162 | ./linux_svga/opt/filter.o : include/macs.hpp |
---|
2163 | ./linux_svga/opt/filter.o : include/system.h |
---|
2164 | ./linux_svga/opt/filter.o : include/jmalloc.hpp |
---|
2165 | ./linux_svga/opt/filter.o : include/specs.hpp |
---|
2166 | ./linux_svga/opt/filter.o : include/palette.hpp |
---|
2167 | ./linux_svga/opt/filter.o : include/linked.hpp |
---|
2168 | ./linux_svga/opt/filter.o : include/image.hpp |
---|
2169 | ./linux_svga/opt/gifread.o : gifread.c |
---|
2170 | g++ -c -o ./linux_svga/opt/gifread.o gifread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2171 | |
---|
2172 | ./linux_svga/opt/gifread.o : include/macs.hpp |
---|
2173 | ./linux_svga/opt/gifread.o : include/dir.h |
---|
2174 | ./linux_svga/opt/gifread.o : include/dos.h |
---|
2175 | ./linux_svga/opt/gifread.o : include/std.h |
---|
2176 | ./linux_svga/opt/gifread.o : include/gifdecod.hpp |
---|
2177 | ./linux_svga/opt/gifread.o : include/video.hpp |
---|
2178 | ./linux_svga/opt/gifread.o : include/system.h |
---|
2179 | ./linux_svga/opt/gifread.o : include/jmalloc.hpp |
---|
2180 | ./linux_svga/opt/gifread.o : include/specs.hpp |
---|
2181 | ./linux_svga/opt/gifread.o : include/palette.hpp |
---|
2182 | ./linux_svga/opt/gifread.o : include/linked.hpp |
---|
2183 | ./linux_svga/opt/gifread.o : include/image.hpp |
---|
2184 | ./linux_svga/opt/gifread.o : include/gifread.hpp |
---|
2185 | ./linux_svga/opt/globals.o : globals.c |
---|
2186 | g++ -c -o ./linux_svga/opt/globals.o globals.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2187 | |
---|
2188 | ./linux_svga/opt/globals.o : globals.c |
---|
2189 | ./linux_svga/opt/image.o : image.c |
---|
2190 | g++ -c -o ./linux_svga/opt/image.o image.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2191 | |
---|
2192 | ./linux_svga/opt/image.o : include/macs.hpp |
---|
2193 | ./linux_svga/opt/image.o : include/system.h |
---|
2194 | ./linux_svga/opt/image.o : include/jmalloc.hpp |
---|
2195 | ./linux_svga/opt/image.o : include/specs.hpp |
---|
2196 | ./linux_svga/opt/image.o : include/palette.hpp |
---|
2197 | ./linux_svga/opt/image.o : include/linked.hpp |
---|
2198 | ./linux_svga/opt/image.o : include/image.hpp |
---|
2199 | ./linux_svga/opt/linked.o : linked.c |
---|
2200 | g++ -c -o ./linux_svga/opt/linked.o linked.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2201 | |
---|
2202 | ./linux_svga/opt/linked.o : include/linked.hpp |
---|
2203 | ./linux_svga/opt/input.o : input.c |
---|
2204 | g++ -c -o ./linux_svga/opt/input.o input.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2205 | |
---|
2206 | ./linux_svga/opt/input.o : include/timage.hpp |
---|
2207 | ./linux_svga/opt/input.o : include/fonts.hpp |
---|
2208 | ./linux_svga/opt/input.o : include/filter.hpp |
---|
2209 | ./linux_svga/opt/input.o : include/mouse.hpp |
---|
2210 | ./linux_svga/opt/input.o : include/macs.hpp |
---|
2211 | ./linux_svga/opt/input.o : include/sprite.hpp |
---|
2212 | ./linux_svga/opt/input.o : include/keys.hpp |
---|
2213 | ./linux_svga/opt/input.o : include/event.hpp |
---|
2214 | ./linux_svga/opt/input.o : include/jmalloc.hpp |
---|
2215 | ./linux_svga/opt/input.o : include/specs.hpp |
---|
2216 | ./linux_svga/opt/input.o : include/palette.hpp |
---|
2217 | ./linux_svga/opt/input.o : include/linked.hpp |
---|
2218 | ./linux_svga/opt/input.o : include/image.hpp |
---|
2219 | ./linux_svga/opt/input.o : include/system.h |
---|
2220 | ./linux_svga/opt/input.o : include/video.hpp |
---|
2221 | ./linux_svga/opt/input.o : include/jwindow.hpp |
---|
2222 | ./linux_svga/opt/input.o : include/input.hpp |
---|
2223 | ./linux_svga/opt/mdlread.o : mdlread.c |
---|
2224 | g++ -c -o ./linux_svga/opt/mdlread.o mdlread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2225 | |
---|
2226 | ./linux_svga/opt/mdlread.o : include/macs.hpp |
---|
2227 | ./linux_svga/opt/mdlread.o : include/image.hpp |
---|
2228 | ./linux_svga/opt/mdlread.o : include/system.h |
---|
2229 | ./linux_svga/opt/mdlread.o : include/jmalloc.hpp |
---|
2230 | ./linux_svga/opt/mdlread.o : include/specs.hpp |
---|
2231 | ./linux_svga/opt/mdlread.o : include/linked.hpp |
---|
2232 | ./linux_svga/opt/mdlread.o : include/palette.hpp |
---|
2233 | ./linux_svga/opt/mdlread.o : include/mdlread.hpp |
---|
2234 | ./linux_svga/opt/palette.o : palette.c |
---|
2235 | g++ -c -o ./linux_svga/opt/palette.o palette.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2236 | |
---|
2237 | ./linux_svga/opt/palette.o : include/filter.hpp |
---|
2238 | ./linux_svga/opt/palette.o : include/video.hpp |
---|
2239 | ./linux_svga/opt/palette.o : include/dos.h |
---|
2240 | ./linux_svga/opt/palette.o : include/macs.hpp |
---|
2241 | ./linux_svga/opt/palette.o : include/image.hpp |
---|
2242 | ./linux_svga/opt/palette.o : include/system.h |
---|
2243 | ./linux_svga/opt/palette.o : include/jmalloc.hpp |
---|
2244 | ./linux_svga/opt/palette.o : include/specs.hpp |
---|
2245 | ./linux_svga/opt/palette.o : include/linked.hpp |
---|
2246 | ./linux_svga/opt/palette.o : include/palette.hpp |
---|
2247 | ./linux_svga/opt/ppmread.o : ppmread.c |
---|
2248 | g++ -c -o ./linux_svga/opt/ppmread.o ppmread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2249 | |
---|
2250 | ./linux_svga/opt/ppmread.o : include/ppmread.hpp |
---|
2251 | ./linux_svga/opt/ppmread.o : include/macs.hpp |
---|
2252 | ./linux_svga/opt/ppmread.o : include/system.h |
---|
2253 | ./linux_svga/opt/ppmread.o : include/jmalloc.hpp |
---|
2254 | ./linux_svga/opt/ppmread.o : include/specs.hpp |
---|
2255 | ./linux_svga/opt/ppmread.o : include/palette.hpp |
---|
2256 | ./linux_svga/opt/ppmread.o : include/linked.hpp |
---|
2257 | ./linux_svga/opt/ppmread.o : include/image.hpp |
---|
2258 | ./linux_svga/opt/include.o : include.c |
---|
2259 | g++ -c -o ./linux_svga/opt/include.o include.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2260 | |
---|
2261 | ./linux_svga/opt/include.o : include/system.h |
---|
2262 | ./linux_svga/opt/include.o : include/jmalloc.hpp |
---|
2263 | ./linux_svga/opt/include.o : include/specs.hpp |
---|
2264 | ./linux_svga/opt/include.o : include/palette.hpp |
---|
2265 | ./linux_svga/opt/include.o : include/linked.hpp |
---|
2266 | ./linux_svga/opt/include.o : include/image.hpp |
---|
2267 | ./linux_svga/opt/include.o : include/include.hpp |
---|
2268 | ./linux_svga/opt/xwdread.o : xwdread.c |
---|
2269 | g++ -c -o ./linux_svga/opt/xwdread.o xwdread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2270 | |
---|
2271 | ./linux_svga/opt/xwdread.o : include/image24.hpp |
---|
2272 | ./linux_svga/opt/xwdread.o : include/main.hpp |
---|
2273 | ./linux_svga/opt/xwdread.o : include/dos.h |
---|
2274 | ./linux_svga/opt/xwdread.o : include/video.hpp |
---|
2275 | ./linux_svga/opt/xwdread.o : include/mouse.hpp |
---|
2276 | ./linux_svga/opt/xwdread.o : include/macs.hpp |
---|
2277 | ./linux_svga/opt/xwdread.o : include/sprite.hpp |
---|
2278 | ./linux_svga/opt/xwdread.o : include/keys.hpp |
---|
2279 | ./linux_svga/opt/xwdread.o : include/event.hpp |
---|
2280 | ./linux_svga/opt/xwdread.o : include/system.h |
---|
2281 | ./linux_svga/opt/xwdread.o : include/jmalloc.hpp |
---|
2282 | ./linux_svga/opt/xwdread.o : include/specs.hpp |
---|
2283 | ./linux_svga/opt/xwdread.o : include/palette.hpp |
---|
2284 | ./linux_svga/opt/xwdread.o : include/linked.hpp |
---|
2285 | ./linux_svga/opt/xwdread.o : include/image.hpp |
---|
2286 | ./linux_svga/opt/xwdread.o : include/filter.hpp |
---|
2287 | ./linux_svga/opt/fonts.o : fonts.c |
---|
2288 | g++ -c -o ./linux_svga/opt/fonts.o fonts.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2289 | |
---|
2290 | ./linux_svga/opt/fonts.o : include/filter.hpp |
---|
2291 | ./linux_svga/opt/fonts.o : include/macs.hpp |
---|
2292 | ./linux_svga/opt/fonts.o : include/timage.hpp |
---|
2293 | ./linux_svga/opt/fonts.o : include/system.h |
---|
2294 | ./linux_svga/opt/fonts.o : include/jmalloc.hpp |
---|
2295 | ./linux_svga/opt/fonts.o : include/specs.hpp |
---|
2296 | ./linux_svga/opt/fonts.o : include/palette.hpp |
---|
2297 | ./linux_svga/opt/fonts.o : include/linked.hpp |
---|
2298 | ./linux_svga/opt/fonts.o : include/image.hpp |
---|
2299 | ./linux_svga/opt/fonts.o : include/fonts.hpp |
---|
2300 | ./linux_svga/opt/decoder.o : decoder.c |
---|
2301 | g++ -c -o ./linux_svga/opt/decoder.o decoder.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2302 | |
---|
2303 | ./linux_svga/opt/decoder.o : include/macs.hpp |
---|
2304 | ./linux_svga/opt/decoder.o : include/system.h |
---|
2305 | ./linux_svga/opt/decoder.o : include/jmalloc.hpp |
---|
2306 | ./linux_svga/opt/decoder.o : include/specs.hpp |
---|
2307 | ./linux_svga/opt/decoder.o : include/palette.hpp |
---|
2308 | ./linux_svga/opt/decoder.o : include/linked.hpp |
---|
2309 | ./linux_svga/opt/decoder.o : include/image.hpp |
---|
2310 | ./linux_svga/opt/decoder.o : include/errs.h |
---|
2311 | ./linux_svga/opt/loader.o : loader.c |
---|
2312 | g++ -c -o ./linux_svga/opt/loader.o loader.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2313 | |
---|
2314 | ./linux_svga/opt/loader.o : include/targa.hpp |
---|
2315 | ./linux_svga/opt/loader.o : include/lbmread.hpp |
---|
2316 | ./linux_svga/opt/loader.o : include/pcxread.hpp |
---|
2317 | ./linux_svga/opt/loader.o : include/glread.hpp |
---|
2318 | ./linux_svga/opt/loader.o : include/xwdread.hpp |
---|
2319 | ./linux_svga/opt/loader.o : include/ppmread.hpp |
---|
2320 | ./linux_svga/opt/loader.o : include/mdlread.hpp |
---|
2321 | ./linux_svga/opt/loader.o : include/filter.hpp |
---|
2322 | ./linux_svga/opt/loader.o : include/macs.hpp |
---|
2323 | ./linux_svga/opt/loader.o : include/image24.hpp |
---|
2324 | ./linux_svga/opt/loader.o : include/system.h |
---|
2325 | ./linux_svga/opt/loader.o : include/jmalloc.hpp |
---|
2326 | ./linux_svga/opt/loader.o : include/specs.hpp |
---|
2327 | ./linux_svga/opt/loader.o : include/palette.hpp |
---|
2328 | ./linux_svga/opt/loader.o : include/linked.hpp |
---|
2329 | ./linux_svga/opt/loader.o : include/image.hpp |
---|
2330 | ./linux_svga/opt/loader.o : include/loader.hpp |
---|
2331 | ./linux_svga/opt/glread.o : glread.c |
---|
2332 | g++ -c -o ./linux_svga/opt/glread.o glread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2333 | |
---|
2334 | ./linux_svga/opt/glread.o : include/video.hpp |
---|
2335 | ./linux_svga/opt/glread.o : include/jmalloc.hpp |
---|
2336 | ./linux_svga/opt/glread.o : include/specs.hpp |
---|
2337 | ./linux_svga/opt/glread.o : include/palette.hpp |
---|
2338 | ./linux_svga/opt/glread.o : include/linked.hpp |
---|
2339 | ./linux_svga/opt/glread.o : include/image.hpp |
---|
2340 | ./linux_svga/opt/glread.o : include/system.h |
---|
2341 | ./linux_svga/opt/glread.o : include/macs.hpp |
---|
2342 | ./linux_svga/opt/texture.o : texture.c |
---|
2343 | g++ -c -o ./linux_svga/opt/texture.o texture.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2344 | |
---|
2345 | ./linux_svga/opt/texture.o : include/mouse.hpp |
---|
2346 | ./linux_svga/opt/texture.o : include/sprite.hpp |
---|
2347 | ./linux_svga/opt/texture.o : include/keys.hpp |
---|
2348 | ./linux_svga/opt/texture.o : include/event.hpp |
---|
2349 | ./linux_svga/opt/texture.o : include/macs.hpp |
---|
2350 | ./linux_svga/opt/texture.o : include/video.hpp |
---|
2351 | ./linux_svga/opt/texture.o : include/system.h |
---|
2352 | ./linux_svga/opt/texture.o : include/jmalloc.hpp |
---|
2353 | ./linux_svga/opt/texture.o : include/specs.hpp |
---|
2354 | ./linux_svga/opt/texture.o : include/palette.hpp |
---|
2355 | ./linux_svga/opt/texture.o : include/linked.hpp |
---|
2356 | ./linux_svga/opt/texture.o : include/image.hpp |
---|
2357 | ./linux_svga/opt/specs.o : specs.c |
---|
2358 | g++ -c -o ./linux_svga/opt/specs.o specs.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2359 | |
---|
2360 | ./linux_svga/opt/specs.o : include/dprint.hpp |
---|
2361 | ./linux_svga/opt/specs.o : include/system.h |
---|
2362 | ./linux_svga/opt/specs.o : include/jmalloc.hpp |
---|
2363 | ./linux_svga/opt/specs.o : include/specs.hpp |
---|
2364 | ./linux_svga/opt/specs.o : include/palette.hpp |
---|
2365 | ./linux_svga/opt/specs.o : include/linked.hpp |
---|
2366 | ./linux_svga/opt/specs.o : include/image.hpp |
---|
2367 | ./linux_svga/opt/supmorph.o : supmorph.c |
---|
2368 | g++ -c -o ./linux_svga/opt/supmorph.o supmorph.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2369 | |
---|
2370 | ./linux_svga/opt/supmorph.o : include/jrand.hpp |
---|
2371 | ./linux_svga/opt/supmorph.o : include/video.hpp |
---|
2372 | ./linux_svga/opt/supmorph.o : include/timing.hpp |
---|
2373 | ./linux_svga/opt/supmorph.o : include/filter.hpp |
---|
2374 | ./linux_svga/opt/supmorph.o : include/macs.hpp |
---|
2375 | ./linux_svga/opt/supmorph.o : include/system.h |
---|
2376 | ./linux_svga/opt/supmorph.o : include/specs.hpp |
---|
2377 | ./linux_svga/opt/supmorph.o : include/palette.hpp |
---|
2378 | ./linux_svga/opt/supmorph.o : include/linked.hpp |
---|
2379 | ./linux_svga/opt/supmorph.o : include/image.hpp |
---|
2380 | ./linux_svga/opt/supmorph.o : include/timage.hpp |
---|
2381 | ./linux_svga/opt/supmorph.o : include/jmalloc.hpp |
---|
2382 | ./linux_svga/opt/supmorph.o : include/supmorph.hpp |
---|
2383 | ./linux_svga/opt/image24.o : image24.c |
---|
2384 | g++ -c -o ./linux_svga/opt/image24.o image24.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2385 | |
---|
2386 | ./linux_svga/opt/image24.o : include/image.hpp |
---|
2387 | ./linux_svga/opt/image24.o : include/filter.hpp |
---|
2388 | ./linux_svga/opt/image24.o : include/macs.hpp |
---|
2389 | ./linux_svga/opt/image24.o : include/system.h |
---|
2390 | ./linux_svga/opt/image24.o : include/jmalloc.hpp |
---|
2391 | ./linux_svga/opt/image24.o : include/specs.hpp |
---|
2392 | ./linux_svga/opt/image24.o : include/linked.hpp |
---|
2393 | ./linux_svga/opt/image24.o : include/palette.hpp |
---|
2394 | ./linux_svga/opt/image24.o : include/image24.hpp |
---|
2395 | ./linux_svga/opt/pcxread.o : pcxread.c |
---|
2396 | g++ -c -o ./linux_svga/opt/pcxread.o pcxread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2397 | |
---|
2398 | ./linux_svga/opt/pcxread.o : include/filter.hpp |
---|
2399 | ./linux_svga/opt/pcxread.o : include/macs.hpp |
---|
2400 | ./linux_svga/opt/pcxread.o : include/image24.hpp |
---|
2401 | ./linux_svga/opt/pcxread.o : include/system.h |
---|
2402 | ./linux_svga/opt/pcxread.o : include/jmalloc.hpp |
---|
2403 | ./linux_svga/opt/pcxread.o : include/specs.hpp |
---|
2404 | ./linux_svga/opt/pcxread.o : include/palette.hpp |
---|
2405 | ./linux_svga/opt/pcxread.o : include/linked.hpp |
---|
2406 | ./linux_svga/opt/pcxread.o : include/image.hpp |
---|
2407 | ./linux_svga/opt/pcxread.o : include/pcxread.hpp |
---|
2408 | ./linux_svga/opt/timage.o : timage.c |
---|
2409 | g++ -c -o ./linux_svga/opt/timage.o timage.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2410 | |
---|
2411 | ./linux_svga/opt/timage.o : include/filter.hpp |
---|
2412 | ./linux_svga/opt/timage.o : include/macs.hpp |
---|
2413 | ./linux_svga/opt/timage.o : include/system.h |
---|
2414 | ./linux_svga/opt/timage.o : include/jmalloc.hpp |
---|
2415 | ./linux_svga/opt/timage.o : include/specs.hpp |
---|
2416 | ./linux_svga/opt/timage.o : include/palette.hpp |
---|
2417 | ./linux_svga/opt/timage.o : include/linked.hpp |
---|
2418 | ./linux_svga/opt/timage.o : include/image.hpp |
---|
2419 | ./linux_svga/opt/timage.o : include/timage.hpp |
---|
2420 | ./linux_svga/opt/jmalloc.o : jmalloc.c |
---|
2421 | g++ -c -o ./linux_svga/opt/jmalloc.o jmalloc.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2422 | |
---|
2423 | ./linux_svga/opt/jmalloc.o : include/jmalloc.hpp |
---|
2424 | ./linux_svga/opt/jmalloc.o : include/system.h |
---|
2425 | ./linux_svga/opt/jmalloc.o : include/macs.hpp |
---|
2426 | ./linux_svga/opt/jmalloc.o : include/doscall.hpp |
---|
2427 | ./linux_svga/opt/jrand.o : jrand.c |
---|
2428 | g++ -c -o ./linux_svga/opt/jrand.o jrand.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2429 | |
---|
2430 | ./linux_svga/opt/jrand.o : include/jrand.hpp |
---|
2431 | ./linux_svga/opt/lbmread.o : lbmread.c |
---|
2432 | g++ -c -o ./linux_svga/opt/lbmread.o lbmread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2433 | |
---|
2434 | ./linux_svga/opt/lbmread.o : include/system.h |
---|
2435 | ./linux_svga/opt/lbmread.o : include/jmalloc.hpp |
---|
2436 | ./linux_svga/opt/lbmread.o : include/specs.hpp |
---|
2437 | ./linux_svga/opt/lbmread.o : include/palette.hpp |
---|
2438 | ./linux_svga/opt/lbmread.o : include/linked.hpp |
---|
2439 | ./linux_svga/opt/lbmread.o : include/image.hpp |
---|
2440 | ./linux_svga/opt/lbmread.o : include/lbmread.hpp |
---|
2441 | ./linux_svga/opt/targa.o : targa.c |
---|
2442 | g++ -c -o ./linux_svga/opt/targa.o targa.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2443 | |
---|
2444 | ./linux_svga/opt/targa.o : include/system.h |
---|
2445 | ./linux_svga/opt/targa.o : include/jmalloc.hpp |
---|
2446 | ./linux_svga/opt/targa.o : include/specs.hpp |
---|
2447 | ./linux_svga/opt/targa.o : include/palette.hpp |
---|
2448 | ./linux_svga/opt/targa.o : include/linked.hpp |
---|
2449 | ./linux_svga/opt/targa.o : include/image.hpp |
---|
2450 | ./linux_svga/opt/keys.o : keys.c |
---|
2451 | g++ -c -o ./linux_svga/opt/keys.o keys.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2452 | |
---|
2453 | ./linux_svga/opt/keys.o : include/keys.hpp |
---|
2454 | ./linux_svga/opt/dprint.o : dprint.c |
---|
2455 | g++ -c -o ./linux_svga/opt/dprint.o dprint.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2456 | |
---|
2457 | ./linux_svga/opt/dprint.o : include/system.h |
---|
2458 | ./linux_svga/opt/dprint.o : include/macs.hpp |
---|
2459 | ./linux_svga/opt/status.o : status.c |
---|
2460 | g++ -c -o ./linux_svga/opt/status.o status.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2461 | |
---|
2462 | ./linux_svga/opt/status.o : include/dprint.hpp |
---|
2463 | ./linux_svga/opt/status.o : include/timage.hpp |
---|
2464 | ./linux_svga/opt/status.o : include/fonts.hpp |
---|
2465 | ./linux_svga/opt/status.o : include/filter.hpp |
---|
2466 | ./linux_svga/opt/status.o : include/mouse.hpp |
---|
2467 | ./linux_svga/opt/status.o : include/sprite.hpp |
---|
2468 | ./linux_svga/opt/status.o : include/keys.hpp |
---|
2469 | ./linux_svga/opt/status.o : include/event.hpp |
---|
2470 | ./linux_svga/opt/status.o : include/jmalloc.hpp |
---|
2471 | ./linux_svga/opt/status.o : include/specs.hpp |
---|
2472 | ./linux_svga/opt/status.o : include/palette.hpp |
---|
2473 | ./linux_svga/opt/status.o : include/linked.hpp |
---|
2474 | ./linux_svga/opt/status.o : include/image.hpp |
---|
2475 | ./linux_svga/opt/status.o : include/video.hpp |
---|
2476 | ./linux_svga/opt/status.o : include/jwindow.hpp |
---|
2477 | ./linux_svga/opt/status.o : include/visobj.hpp |
---|
2478 | ./linux_svga/opt/status.o : include/status.hpp |
---|
2479 | ./linux_svga/opt/status.o : include/system.h |
---|
2480 | ./linux_svga/opt/status.o : include/macs.hpp |
---|
2481 | ./linux_svga/opt/visobj.o : visobj.c |
---|
2482 | g++ -c -o ./linux_svga/opt/visobj.o visobj.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2483 | |
---|
2484 | ./linux_svga/opt/visobj.o : include/timage.hpp |
---|
2485 | ./linux_svga/opt/visobj.o : include/fonts.hpp |
---|
2486 | ./linux_svga/opt/visobj.o : include/filter.hpp |
---|
2487 | ./linux_svga/opt/visobj.o : include/mouse.hpp |
---|
2488 | ./linux_svga/opt/visobj.o : include/macs.hpp |
---|
2489 | ./linux_svga/opt/visobj.o : include/sprite.hpp |
---|
2490 | ./linux_svga/opt/visobj.o : include/keys.hpp |
---|
2491 | ./linux_svga/opt/visobj.o : include/event.hpp |
---|
2492 | ./linux_svga/opt/visobj.o : include/jmalloc.hpp |
---|
2493 | ./linux_svga/opt/visobj.o : include/specs.hpp |
---|
2494 | ./linux_svga/opt/visobj.o : include/palette.hpp |
---|
2495 | ./linux_svga/opt/visobj.o : include/linked.hpp |
---|
2496 | ./linux_svga/opt/visobj.o : include/image.hpp |
---|
2497 | ./linux_svga/opt/visobj.o : include/system.h |
---|
2498 | ./linux_svga/opt/visobj.o : include/video.hpp |
---|
2499 | ./linux_svga/opt/visobj.o : include/jwindow.hpp |
---|
2500 | ./linux_svga/opt/visobj.o : include/visobj.hpp |
---|
2501 | |
---|
2502 | ./linux_x11/opt/image.a : $(LINUX_X11_image_opt_o_files) |
---|
2503 | ar ruvs ./linux_x11/opt/image.a \ |
---|
2504 | ./linux_x11/opt/filter.o \ |
---|
2505 | ./linux_x11/opt/gifread.o \ |
---|
2506 | ./linux_x11/opt/globals.o \ |
---|
2507 | ./linux_x11/opt/image.o \ |
---|
2508 | ./linux_x11/opt/linked.o \ |
---|
2509 | ./linux_x11/opt/input.o \ |
---|
2510 | ./linux_x11/opt/mdlread.o \ |
---|
2511 | ./linux_x11/opt/palette.o \ |
---|
2512 | ./linux_x11/opt/ppmread.o \ |
---|
2513 | ./linux_x11/opt/include.o \ |
---|
2514 | ./linux_x11/opt/xwdread.o \ |
---|
2515 | ./linux_x11/opt/fonts.o \ |
---|
2516 | ./linux_x11/opt/decoder.o \ |
---|
2517 | ./linux_x11/opt/loader.o \ |
---|
2518 | ./linux_x11/opt/glread.o \ |
---|
2519 | ./linux_x11/opt/texture.o \ |
---|
2520 | ./linux_x11/opt/specs.o \ |
---|
2521 | ./linux_x11/opt/supmorph.o \ |
---|
2522 | ./linux_x11/opt/image24.o \ |
---|
2523 | ./linux_x11/opt/pcxread.o \ |
---|
2524 | ./linux_x11/opt/timage.o \ |
---|
2525 | ./linux_x11/opt/jmalloc.o \ |
---|
2526 | ./linux_x11/opt/jrand.o \ |
---|
2527 | ./linux_x11/opt/lbmread.o \ |
---|
2528 | ./linux_x11/opt/targa.o \ |
---|
2529 | ./linux_x11/opt/keys.o \ |
---|
2530 | ./linux_x11/opt/dprint.o \ |
---|
2531 | ./linux_x11/opt/status.o \ |
---|
2532 | ./linux_x11/opt/visobj.o |
---|
2533 | |
---|
2534 | ./linux_x11/opt/filter.o : filter.c |
---|
2535 | g++ -c -o ./linux_x11/opt/filter.o filter.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2536 | |
---|
2537 | ./linux_x11/opt/filter.o : include/filter.hpp |
---|
2538 | ./linux_x11/opt/filter.o : include/macs.hpp |
---|
2539 | ./linux_x11/opt/filter.o : include/system.h |
---|
2540 | ./linux_x11/opt/filter.o : include/jmalloc.hpp |
---|
2541 | ./linux_x11/opt/filter.o : include/specs.hpp |
---|
2542 | ./linux_x11/opt/filter.o : include/palette.hpp |
---|
2543 | ./linux_x11/opt/filter.o : include/linked.hpp |
---|
2544 | ./linux_x11/opt/filter.o : include/image.hpp |
---|
2545 | ./linux_x11/opt/gifread.o : gifread.c |
---|
2546 | g++ -c -o ./linux_x11/opt/gifread.o gifread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2547 | |
---|
2548 | ./linux_x11/opt/gifread.o : include/macs.hpp |
---|
2549 | ./linux_x11/opt/gifread.o : include/dir.h |
---|
2550 | ./linux_x11/opt/gifread.o : include/dos.h |
---|
2551 | ./linux_x11/opt/gifread.o : include/std.h |
---|
2552 | ./linux_x11/opt/gifread.o : include/gifdecod.hpp |
---|
2553 | ./linux_x11/opt/gifread.o : include/video.hpp |
---|
2554 | ./linux_x11/opt/gifread.o : include/system.h |
---|
2555 | ./linux_x11/opt/gifread.o : include/jmalloc.hpp |
---|
2556 | ./linux_x11/opt/gifread.o : include/specs.hpp |
---|
2557 | ./linux_x11/opt/gifread.o : include/palette.hpp |
---|
2558 | ./linux_x11/opt/gifread.o : include/linked.hpp |
---|
2559 | ./linux_x11/opt/gifread.o : include/image.hpp |
---|
2560 | ./linux_x11/opt/gifread.o : include/gifread.hpp |
---|
2561 | ./linux_x11/opt/globals.o : globals.c |
---|
2562 | g++ -c -o ./linux_x11/opt/globals.o globals.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2563 | |
---|
2564 | ./linux_x11/opt/globals.o : globals.c |
---|
2565 | ./linux_x11/opt/image.o : image.c |
---|
2566 | g++ -c -o ./linux_x11/opt/image.o image.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2567 | |
---|
2568 | ./linux_x11/opt/image.o : include/macs.hpp |
---|
2569 | ./linux_x11/opt/image.o : include/system.h |
---|
2570 | ./linux_x11/opt/image.o : include/jmalloc.hpp |
---|
2571 | ./linux_x11/opt/image.o : include/specs.hpp |
---|
2572 | ./linux_x11/opt/image.o : include/palette.hpp |
---|
2573 | ./linux_x11/opt/image.o : include/linked.hpp |
---|
2574 | ./linux_x11/opt/image.o : include/image.hpp |
---|
2575 | ./linux_x11/opt/linked.o : linked.c |
---|
2576 | g++ -c -o ./linux_x11/opt/linked.o linked.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2577 | |
---|
2578 | ./linux_x11/opt/linked.o : include/linked.hpp |
---|
2579 | ./linux_x11/opt/input.o : input.c |
---|
2580 | g++ -c -o ./linux_x11/opt/input.o input.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2581 | |
---|
2582 | ./linux_x11/opt/input.o : include/timage.hpp |
---|
2583 | ./linux_x11/opt/input.o : include/fonts.hpp |
---|
2584 | ./linux_x11/opt/input.o : include/filter.hpp |
---|
2585 | ./linux_x11/opt/input.o : include/mouse.hpp |
---|
2586 | ./linux_x11/opt/input.o : include/macs.hpp |
---|
2587 | ./linux_x11/opt/input.o : include/sprite.hpp |
---|
2588 | ./linux_x11/opt/input.o : include/keys.hpp |
---|
2589 | ./linux_x11/opt/input.o : include/event.hpp |
---|
2590 | ./linux_x11/opt/input.o : include/jmalloc.hpp |
---|
2591 | ./linux_x11/opt/input.o : include/specs.hpp |
---|
2592 | ./linux_x11/opt/input.o : include/palette.hpp |
---|
2593 | ./linux_x11/opt/input.o : include/linked.hpp |
---|
2594 | ./linux_x11/opt/input.o : include/image.hpp |
---|
2595 | ./linux_x11/opt/input.o : include/system.h |
---|
2596 | ./linux_x11/opt/input.o : include/video.hpp |
---|
2597 | ./linux_x11/opt/input.o : include/jwindow.hpp |
---|
2598 | ./linux_x11/opt/input.o : include/input.hpp |
---|
2599 | ./linux_x11/opt/mdlread.o : mdlread.c |
---|
2600 | g++ -c -o ./linux_x11/opt/mdlread.o mdlread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2601 | |
---|
2602 | ./linux_x11/opt/mdlread.o : include/macs.hpp |
---|
2603 | ./linux_x11/opt/mdlread.o : include/image.hpp |
---|
2604 | ./linux_x11/opt/mdlread.o : include/system.h |
---|
2605 | ./linux_x11/opt/mdlread.o : include/jmalloc.hpp |
---|
2606 | ./linux_x11/opt/mdlread.o : include/specs.hpp |
---|
2607 | ./linux_x11/opt/mdlread.o : include/linked.hpp |
---|
2608 | ./linux_x11/opt/mdlread.o : include/palette.hpp |
---|
2609 | ./linux_x11/opt/mdlread.o : include/mdlread.hpp |
---|
2610 | ./linux_x11/opt/palette.o : palette.c |
---|
2611 | g++ -c -o ./linux_x11/opt/palette.o palette.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2612 | |
---|
2613 | ./linux_x11/opt/palette.o : include/filter.hpp |
---|
2614 | ./linux_x11/opt/palette.o : include/video.hpp |
---|
2615 | ./linux_x11/opt/palette.o : include/dos.h |
---|
2616 | ./linux_x11/opt/palette.o : include/macs.hpp |
---|
2617 | ./linux_x11/opt/palette.o : include/image.hpp |
---|
2618 | ./linux_x11/opt/palette.o : include/system.h |
---|
2619 | ./linux_x11/opt/palette.o : include/jmalloc.hpp |
---|
2620 | ./linux_x11/opt/palette.o : include/specs.hpp |
---|
2621 | ./linux_x11/opt/palette.o : include/linked.hpp |
---|
2622 | ./linux_x11/opt/palette.o : include/palette.hpp |
---|
2623 | ./linux_x11/opt/ppmread.o : ppmread.c |
---|
2624 | g++ -c -o ./linux_x11/opt/ppmread.o ppmread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2625 | |
---|
2626 | ./linux_x11/opt/ppmread.o : include/ppmread.hpp |
---|
2627 | ./linux_x11/opt/ppmread.o : include/macs.hpp |
---|
2628 | ./linux_x11/opt/ppmread.o : include/system.h |
---|
2629 | ./linux_x11/opt/ppmread.o : include/jmalloc.hpp |
---|
2630 | ./linux_x11/opt/ppmread.o : include/specs.hpp |
---|
2631 | ./linux_x11/opt/ppmread.o : include/palette.hpp |
---|
2632 | ./linux_x11/opt/ppmread.o : include/linked.hpp |
---|
2633 | ./linux_x11/opt/ppmread.o : include/image.hpp |
---|
2634 | ./linux_x11/opt/include.o : include.c |
---|
2635 | g++ -c -o ./linux_x11/opt/include.o include.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2636 | |
---|
2637 | ./linux_x11/opt/include.o : include/system.h |
---|
2638 | ./linux_x11/opt/include.o : include/jmalloc.hpp |
---|
2639 | ./linux_x11/opt/include.o : include/specs.hpp |
---|
2640 | ./linux_x11/opt/include.o : include/palette.hpp |
---|
2641 | ./linux_x11/opt/include.o : include/linked.hpp |
---|
2642 | ./linux_x11/opt/include.o : include/image.hpp |
---|
2643 | ./linux_x11/opt/include.o : include/include.hpp |
---|
2644 | ./linux_x11/opt/xwdread.o : xwdread.c |
---|
2645 | g++ -c -o ./linux_x11/opt/xwdread.o xwdread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2646 | |
---|
2647 | ./linux_x11/opt/xwdread.o : include/image24.hpp |
---|
2648 | ./linux_x11/opt/xwdread.o : include/main.hpp |
---|
2649 | ./linux_x11/opt/xwdread.o : include/dos.h |
---|
2650 | ./linux_x11/opt/xwdread.o : include/video.hpp |
---|
2651 | ./linux_x11/opt/xwdread.o : include/mouse.hpp |
---|
2652 | ./linux_x11/opt/xwdread.o : include/macs.hpp |
---|
2653 | ./linux_x11/opt/xwdread.o : include/sprite.hpp |
---|
2654 | ./linux_x11/opt/xwdread.o : include/keys.hpp |
---|
2655 | ./linux_x11/opt/xwdread.o : include/event.hpp |
---|
2656 | ./linux_x11/opt/xwdread.o : include/system.h |
---|
2657 | ./linux_x11/opt/xwdread.o : include/jmalloc.hpp |
---|
2658 | ./linux_x11/opt/xwdread.o : include/specs.hpp |
---|
2659 | ./linux_x11/opt/xwdread.o : include/palette.hpp |
---|
2660 | ./linux_x11/opt/xwdread.o : include/linked.hpp |
---|
2661 | ./linux_x11/opt/xwdread.o : include/image.hpp |
---|
2662 | ./linux_x11/opt/xwdread.o : include/filter.hpp |
---|
2663 | ./linux_x11/opt/fonts.o : fonts.c |
---|
2664 | g++ -c -o ./linux_x11/opt/fonts.o fonts.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2665 | |
---|
2666 | ./linux_x11/opt/fonts.o : include/filter.hpp |
---|
2667 | ./linux_x11/opt/fonts.o : include/macs.hpp |
---|
2668 | ./linux_x11/opt/fonts.o : include/timage.hpp |
---|
2669 | ./linux_x11/opt/fonts.o : include/system.h |
---|
2670 | ./linux_x11/opt/fonts.o : include/jmalloc.hpp |
---|
2671 | ./linux_x11/opt/fonts.o : include/specs.hpp |
---|
2672 | ./linux_x11/opt/fonts.o : include/palette.hpp |
---|
2673 | ./linux_x11/opt/fonts.o : include/linked.hpp |
---|
2674 | ./linux_x11/opt/fonts.o : include/image.hpp |
---|
2675 | ./linux_x11/opt/fonts.o : include/fonts.hpp |
---|
2676 | ./linux_x11/opt/decoder.o : decoder.c |
---|
2677 | g++ -c -o ./linux_x11/opt/decoder.o decoder.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2678 | |
---|
2679 | ./linux_x11/opt/decoder.o : include/macs.hpp |
---|
2680 | ./linux_x11/opt/decoder.o : include/system.h |
---|
2681 | ./linux_x11/opt/decoder.o : include/jmalloc.hpp |
---|
2682 | ./linux_x11/opt/decoder.o : include/specs.hpp |
---|
2683 | ./linux_x11/opt/decoder.o : include/palette.hpp |
---|
2684 | ./linux_x11/opt/decoder.o : include/linked.hpp |
---|
2685 | ./linux_x11/opt/decoder.o : include/image.hpp |
---|
2686 | ./linux_x11/opt/decoder.o : include/errs.h |
---|
2687 | ./linux_x11/opt/loader.o : loader.c |
---|
2688 | g++ -c -o ./linux_x11/opt/loader.o loader.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2689 | |
---|
2690 | ./linux_x11/opt/loader.o : include/targa.hpp |
---|
2691 | ./linux_x11/opt/loader.o : include/lbmread.hpp |
---|
2692 | ./linux_x11/opt/loader.o : include/pcxread.hpp |
---|
2693 | ./linux_x11/opt/loader.o : include/glread.hpp |
---|
2694 | ./linux_x11/opt/loader.o : include/xwdread.hpp |
---|
2695 | ./linux_x11/opt/loader.o : include/ppmread.hpp |
---|
2696 | ./linux_x11/opt/loader.o : include/mdlread.hpp |
---|
2697 | ./linux_x11/opt/loader.o : include/filter.hpp |
---|
2698 | ./linux_x11/opt/loader.o : include/macs.hpp |
---|
2699 | ./linux_x11/opt/loader.o : include/image24.hpp |
---|
2700 | ./linux_x11/opt/loader.o : include/system.h |
---|
2701 | ./linux_x11/opt/loader.o : include/jmalloc.hpp |
---|
2702 | ./linux_x11/opt/loader.o : include/specs.hpp |
---|
2703 | ./linux_x11/opt/loader.o : include/palette.hpp |
---|
2704 | ./linux_x11/opt/loader.o : include/linked.hpp |
---|
2705 | ./linux_x11/opt/loader.o : include/image.hpp |
---|
2706 | ./linux_x11/opt/loader.o : include/loader.hpp |
---|
2707 | ./linux_x11/opt/glread.o : glread.c |
---|
2708 | g++ -c -o ./linux_x11/opt/glread.o glread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2709 | |
---|
2710 | ./linux_x11/opt/glread.o : include/video.hpp |
---|
2711 | ./linux_x11/opt/glread.o : include/jmalloc.hpp |
---|
2712 | ./linux_x11/opt/glread.o : include/specs.hpp |
---|
2713 | ./linux_x11/opt/glread.o : include/palette.hpp |
---|
2714 | ./linux_x11/opt/glread.o : include/linked.hpp |
---|
2715 | ./linux_x11/opt/glread.o : include/image.hpp |
---|
2716 | ./linux_x11/opt/glread.o : include/system.h |
---|
2717 | ./linux_x11/opt/glread.o : include/macs.hpp |
---|
2718 | ./linux_x11/opt/texture.o : texture.c |
---|
2719 | g++ -c -o ./linux_x11/opt/texture.o texture.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2720 | |
---|
2721 | ./linux_x11/opt/texture.o : include/mouse.hpp |
---|
2722 | ./linux_x11/opt/texture.o : include/sprite.hpp |
---|
2723 | ./linux_x11/opt/texture.o : include/keys.hpp |
---|
2724 | ./linux_x11/opt/texture.o : include/event.hpp |
---|
2725 | ./linux_x11/opt/texture.o : include/macs.hpp |
---|
2726 | ./linux_x11/opt/texture.o : include/video.hpp |
---|
2727 | ./linux_x11/opt/texture.o : include/system.h |
---|
2728 | ./linux_x11/opt/texture.o : include/jmalloc.hpp |
---|
2729 | ./linux_x11/opt/texture.o : include/specs.hpp |
---|
2730 | ./linux_x11/opt/texture.o : include/palette.hpp |
---|
2731 | ./linux_x11/opt/texture.o : include/linked.hpp |
---|
2732 | ./linux_x11/opt/texture.o : include/image.hpp |
---|
2733 | ./linux_x11/opt/specs.o : specs.c |
---|
2734 | g++ -c -o ./linux_x11/opt/specs.o specs.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2735 | |
---|
2736 | ./linux_x11/opt/specs.o : include/dprint.hpp |
---|
2737 | ./linux_x11/opt/specs.o : include/system.h |
---|
2738 | ./linux_x11/opt/specs.o : include/jmalloc.hpp |
---|
2739 | ./linux_x11/opt/specs.o : include/specs.hpp |
---|
2740 | ./linux_x11/opt/specs.o : include/palette.hpp |
---|
2741 | ./linux_x11/opt/specs.o : include/linked.hpp |
---|
2742 | ./linux_x11/opt/specs.o : include/image.hpp |
---|
2743 | ./linux_x11/opt/supmorph.o : supmorph.c |
---|
2744 | g++ -c -o ./linux_x11/opt/supmorph.o supmorph.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2745 | |
---|
2746 | ./linux_x11/opt/supmorph.o : include/jrand.hpp |
---|
2747 | ./linux_x11/opt/supmorph.o : include/video.hpp |
---|
2748 | ./linux_x11/opt/supmorph.o : include/timing.hpp |
---|
2749 | ./linux_x11/opt/supmorph.o : include/filter.hpp |
---|
2750 | ./linux_x11/opt/supmorph.o : include/macs.hpp |
---|
2751 | ./linux_x11/opt/supmorph.o : include/system.h |
---|
2752 | ./linux_x11/opt/supmorph.o : include/specs.hpp |
---|
2753 | ./linux_x11/opt/supmorph.o : include/palette.hpp |
---|
2754 | ./linux_x11/opt/supmorph.o : include/linked.hpp |
---|
2755 | ./linux_x11/opt/supmorph.o : include/image.hpp |
---|
2756 | ./linux_x11/opt/supmorph.o : include/timage.hpp |
---|
2757 | ./linux_x11/opt/supmorph.o : include/jmalloc.hpp |
---|
2758 | ./linux_x11/opt/supmorph.o : include/supmorph.hpp |
---|
2759 | ./linux_x11/opt/image24.o : image24.c |
---|
2760 | g++ -c -o ./linux_x11/opt/image24.o image24.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2761 | |
---|
2762 | ./linux_x11/opt/image24.o : include/image.hpp |
---|
2763 | ./linux_x11/opt/image24.o : include/filter.hpp |
---|
2764 | ./linux_x11/opt/image24.o : include/macs.hpp |
---|
2765 | ./linux_x11/opt/image24.o : include/system.h |
---|
2766 | ./linux_x11/opt/image24.o : include/jmalloc.hpp |
---|
2767 | ./linux_x11/opt/image24.o : include/specs.hpp |
---|
2768 | ./linux_x11/opt/image24.o : include/linked.hpp |
---|
2769 | ./linux_x11/opt/image24.o : include/palette.hpp |
---|
2770 | ./linux_x11/opt/image24.o : include/image24.hpp |
---|
2771 | ./linux_x11/opt/pcxread.o : pcxread.c |
---|
2772 | g++ -c -o ./linux_x11/opt/pcxread.o pcxread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2773 | |
---|
2774 | ./linux_x11/opt/pcxread.o : include/filter.hpp |
---|
2775 | ./linux_x11/opt/pcxread.o : include/macs.hpp |
---|
2776 | ./linux_x11/opt/pcxread.o : include/image24.hpp |
---|
2777 | ./linux_x11/opt/pcxread.o : include/system.h |
---|
2778 | ./linux_x11/opt/pcxread.o : include/jmalloc.hpp |
---|
2779 | ./linux_x11/opt/pcxread.o : include/specs.hpp |
---|
2780 | ./linux_x11/opt/pcxread.o : include/palette.hpp |
---|
2781 | ./linux_x11/opt/pcxread.o : include/linked.hpp |
---|
2782 | ./linux_x11/opt/pcxread.o : include/image.hpp |
---|
2783 | ./linux_x11/opt/pcxread.o : include/pcxread.hpp |
---|
2784 | ./linux_x11/opt/timage.o : timage.c |
---|
2785 | g++ -c -o ./linux_x11/opt/timage.o timage.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2786 | |
---|
2787 | ./linux_x11/opt/timage.o : include/filter.hpp |
---|
2788 | ./linux_x11/opt/timage.o : include/macs.hpp |
---|
2789 | ./linux_x11/opt/timage.o : include/system.h |
---|
2790 | ./linux_x11/opt/timage.o : include/jmalloc.hpp |
---|
2791 | ./linux_x11/opt/timage.o : include/specs.hpp |
---|
2792 | ./linux_x11/opt/timage.o : include/palette.hpp |
---|
2793 | ./linux_x11/opt/timage.o : include/linked.hpp |
---|
2794 | ./linux_x11/opt/timage.o : include/image.hpp |
---|
2795 | ./linux_x11/opt/timage.o : include/timage.hpp |
---|
2796 | ./linux_x11/opt/jmalloc.o : jmalloc.c |
---|
2797 | g++ -c -o ./linux_x11/opt/jmalloc.o jmalloc.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2798 | |
---|
2799 | ./linux_x11/opt/jmalloc.o : include/jmalloc.hpp |
---|
2800 | ./linux_x11/opt/jmalloc.o : include/system.h |
---|
2801 | ./linux_x11/opt/jmalloc.o : include/macs.hpp |
---|
2802 | ./linux_x11/opt/jmalloc.o : include/doscall.hpp |
---|
2803 | ./linux_x11/opt/jrand.o : jrand.c |
---|
2804 | g++ -c -o ./linux_x11/opt/jrand.o jrand.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2805 | |
---|
2806 | ./linux_x11/opt/jrand.o : include/jrand.hpp |
---|
2807 | ./linux_x11/opt/lbmread.o : lbmread.c |
---|
2808 | g++ -c -o ./linux_x11/opt/lbmread.o lbmread.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2809 | |
---|
2810 | ./linux_x11/opt/lbmread.o : include/system.h |
---|
2811 | ./linux_x11/opt/lbmread.o : include/jmalloc.hpp |
---|
2812 | ./linux_x11/opt/lbmread.o : include/specs.hpp |
---|
2813 | ./linux_x11/opt/lbmread.o : include/palette.hpp |
---|
2814 | ./linux_x11/opt/lbmread.o : include/linked.hpp |
---|
2815 | ./linux_x11/opt/lbmread.o : include/image.hpp |
---|
2816 | ./linux_x11/opt/lbmread.o : include/lbmread.hpp |
---|
2817 | ./linux_x11/opt/targa.o : targa.c |
---|
2818 | g++ -c -o ./linux_x11/opt/targa.o targa.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2819 | |
---|
2820 | ./linux_x11/opt/targa.o : include/system.h |
---|
2821 | ./linux_x11/opt/targa.o : include/jmalloc.hpp |
---|
2822 | ./linux_x11/opt/targa.o : include/specs.hpp |
---|
2823 | ./linux_x11/opt/targa.o : include/palette.hpp |
---|
2824 | ./linux_x11/opt/targa.o : include/linked.hpp |
---|
2825 | ./linux_x11/opt/targa.o : include/image.hpp |
---|
2826 | ./linux_x11/opt/keys.o : keys.c |
---|
2827 | g++ -c -o ./linux_x11/opt/keys.o keys.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2828 | |
---|
2829 | ./linux_x11/opt/keys.o : include/keys.hpp |
---|
2830 | ./linux_x11/opt/dprint.o : dprint.c |
---|
2831 | g++ -c -o ./linux_x11/opt/dprint.o dprint.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2832 | |
---|
2833 | ./linux_x11/opt/dprint.o : include/system.h |
---|
2834 | ./linux_x11/opt/dprint.o : include/macs.hpp |
---|
2835 | ./linux_x11/opt/status.o : status.c |
---|
2836 | g++ -c -o ./linux_x11/opt/status.o status.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2837 | |
---|
2838 | ./linux_x11/opt/status.o : include/dprint.hpp |
---|
2839 | ./linux_x11/opt/status.o : include/timage.hpp |
---|
2840 | ./linux_x11/opt/status.o : include/fonts.hpp |
---|
2841 | ./linux_x11/opt/status.o : include/filter.hpp |
---|
2842 | ./linux_x11/opt/status.o : include/mouse.hpp |
---|
2843 | ./linux_x11/opt/status.o : include/sprite.hpp |
---|
2844 | ./linux_x11/opt/status.o : include/keys.hpp |
---|
2845 | ./linux_x11/opt/status.o : include/event.hpp |
---|
2846 | ./linux_x11/opt/status.o : include/jmalloc.hpp |
---|
2847 | ./linux_x11/opt/status.o : include/specs.hpp |
---|
2848 | ./linux_x11/opt/status.o : include/palette.hpp |
---|
2849 | ./linux_x11/opt/status.o : include/linked.hpp |
---|
2850 | ./linux_x11/opt/status.o : include/image.hpp |
---|
2851 | ./linux_x11/opt/status.o : include/video.hpp |
---|
2852 | ./linux_x11/opt/status.o : include/jwindow.hpp |
---|
2853 | ./linux_x11/opt/status.o : include/visobj.hpp |
---|
2854 | ./linux_x11/opt/status.o : include/status.hpp |
---|
2855 | ./linux_x11/opt/status.o : include/system.h |
---|
2856 | ./linux_x11/opt/status.o : include/macs.hpp |
---|
2857 | ./linux_x11/opt/visobj.o : visobj.c |
---|
2858 | g++ -c -o ./linux_x11/opt/visobj.o visobj.c -Iinclude -O2 -DMANAGE_MEM -DNO_CHECK |
---|
2859 | |
---|
2860 | ./linux_x11/opt/visobj.o : include/timage.hpp |
---|
2861 | ./linux_x11/opt/visobj.o : include/fonts.hpp |
---|
2862 | ./linux_x11/opt/visobj.o : include/filter.hpp |
---|
2863 | ./linux_x11/opt/visobj.o : include/mouse.hpp |
---|
2864 | ./linux_x11/opt/visobj.o : include/macs.hpp |
---|
2865 | ./linux_x11/opt/visobj.o : include/sprite.hpp |
---|
2866 | ./linux_x11/opt/visobj.o : include/keys.hpp |
---|
2867 | ./linux_x11/opt/visobj.o : include/event.hpp |
---|
2868 | ./linux_x11/opt/visobj.o : include/jmalloc.hpp |
---|
2869 | ./linux_x11/opt/visobj.o : include/specs.hpp |
---|
2870 | ./linux_x11/opt/visobj.o : include/palette.hpp |
---|
2871 | ./linux_x11/opt/visobj.o : include/linked.hpp |
---|
2872 | ./linux_x11/opt/visobj.o : include/image.hpp |
---|
2873 | ./linux_x11/opt/visobj.o : include/system.h |
---|
2874 | ./linux_x11/opt/visobj.o : include/video.hpp |
---|
2875 | ./linux_x11/opt/visobj.o : include/jwindow.hpp |
---|
2876 | ./linux_x11/opt/visobj.o : include/visobj.hpp |
---|
2877 | |
---|
2878 | LINUX_X11_image_profile_o_files = \ |
---|
2879 | ./linux_x11/profile/filter.o \ |
---|
2880 | ./linux_x11/profile/gifread.o \ |
---|
2881 | ./linux_x11/profile/globals.o \ |
---|
2882 | ./linux_x11/profile/image.o \ |
---|
2883 | ./linux_x11/profile/linked.o \ |
---|
2884 | ./linux_x11/profile/input.o \ |
---|
2885 | ./linux_x11/profile/mdlread.o \ |
---|
2886 | ./linux_x11/profile/palette.o \ |
---|
2887 | ./linux_x11/profile/ppmread.o \ |
---|
2888 | ./linux_x11/profile/include.o \ |
---|
2889 | ./linux_x11/profile/xwdread.o \ |
---|
2890 | ./linux_x11/profile/fonts.o \ |
---|
2891 | ./linux_x11/profile/decoder.o \ |
---|
2892 | ./linux_x11/profile/loader.o \ |
---|
2893 | ./linux_x11/profile/glread.o \ |
---|
2894 | ./linux_x11/profile/texture.o \ |
---|
2895 | ./linux_x11/profile/specs.o \ |
---|
2896 | ./linux_x11/profile/supmorph.o \ |
---|
2897 | ./linux_x11/profile/image24.o \ |
---|
2898 | ./linux_x11/profile/pcxread.o \ |
---|
2899 | ./linux_x11/profile/timage.o \ |
---|
2900 | ./linux_x11/profile/jmalloc.o \ |
---|
2901 | ./linux_x11/profile/jrand.o \ |
---|
2902 | ./linux_x11/profile/lbmread.o \ |
---|
2903 | ./linux_x11/profile/targa.o \ |
---|
2904 | ./linux_x11/profile/keys.o \ |
---|
2905 | ./linux_x11/profile/dprint.o \ |
---|
2906 | ./linux_x11/profile/status.o \ |
---|
2907 | ./linux_x11/profile/visobj.o |
---|
2908 | |
---|
2909 | LINUX_SVGA_image_profile_o_files = \ |
---|
2910 | ./linux_svga/profile/filter.o \ |
---|
2911 | ./linux_svga/profile/gifread.o \ |
---|
2912 | ./linux_svga/profile/globals.o \ |
---|
2913 | ./linux_svga/profile/image.o \ |
---|
2914 | ./linux_svga/profile/linked.o \ |
---|
2915 | ./linux_svga/profile/input.o \ |
---|
2916 | ./linux_svga/profile/mdlread.o \ |
---|
2917 | ./linux_svga/profile/palette.o \ |
---|
2918 | ./linux_svga/profile/ppmread.o \ |
---|
2919 | ./linux_svga/profile/include.o \ |
---|
2920 | ./linux_svga/profile/xwdread.o \ |
---|
2921 | ./linux_svga/profile/fonts.o \ |
---|
2922 | ./linux_svga/profile/decoder.o \ |
---|
2923 | ./linux_svga/profile/loader.o \ |
---|
2924 | ./linux_svga/profile/glread.o \ |
---|
2925 | ./linux_svga/profile/texture.o \ |
---|
2926 | ./linux_svga/profile/specs.o \ |
---|
2927 | ./linux_svga/profile/supmorph.o \ |
---|
2928 | ./linux_svga/profile/image24.o \ |
---|
2929 | ./linux_svga/profile/pcxread.o \ |
---|
2930 | ./linux_svga/profile/timage.o \ |
---|
2931 | ./linux_svga/profile/jmalloc.o \ |
---|
2932 | ./linux_svga/profile/jrand.o \ |
---|
2933 | ./linux_svga/profile/lbmread.o \ |
---|
2934 | ./linux_svga/profile/targa.o \ |
---|
2935 | ./linux_svga/profile/keys.o \ |
---|
2936 | ./linux_svga/profile/dprint.o \ |
---|
2937 | ./linux_svga/profile/status.o \ |
---|
2938 | ./linux_svga/profile/visobj.o |
---|
2939 | |
---|
2940 | LINUX_X11_packet_profile_o_files = \ |
---|
2941 | ./linux_x11/profile/packet.o |
---|
2942 | |
---|
2943 | LINUX_SVGA_packet_profile_o_files = \ |
---|
2944 | ./linux_svga/profile/packet.o |
---|
2945 | |
---|
2946 | LINUX_X11_gui_profile_o_files = \ |
---|
2947 | ./linux_x11/profile/pmenu.o \ |
---|
2948 | ./linux_x11/profile/scroller.o \ |
---|
2949 | ./linux_x11/profile/filesel.o \ |
---|
2950 | ./linux_x11/profile/tools.o \ |
---|
2951 | ./linux_x11/profile/guistat.o |
---|
2952 | |
---|
2953 | LINUX_SVGA_gui_profile_o_files = \ |
---|
2954 | ./linux_svga/profile/pmenu.o \ |
---|
2955 | ./linux_svga/profile/scroller.o \ |
---|
2956 | ./linux_svga/profile/filesel.o \ |
---|
2957 | ./linux_svga/profile/tools.o \ |
---|
2958 | ./linux_svga/profile/guistat.o |
---|
2959 | |
---|
2960 | LINUX_X11_sound_profile_o_files = \ |
---|
2961 | port/sgi/linux_x11/profile/sound.o \ |
---|
2962 | ./linux_x11/profile/readwav.o |
---|
2963 | |
---|
2964 | LINUX_SVGA_sound_profile_o_files = \ |
---|
2965 | port/sgi/linux_svga/profile/sound.o \ |
---|
2966 | ./linux_svga/profile/readwav.o |
---|
2967 | |
---|
2968 | LINUX_X11_net_profile_o_files = \ |
---|
2969 | port/unix/linux_x11/profile/jnet.o |
---|
2970 | |
---|
2971 | LINUX_SVGA_net_profile_o_files = \ |
---|
2972 | port/unix/linux_svga/profile/jnet.o |
---|
2973 | |
---|
2974 | LINUX_X11_dir_profile_o_files = \ |
---|
2975 | port/unix/linux_x11/profile/jdir.o |
---|
2976 | |
---|
2977 | LINUX_SVGA_dir_profile_o_files = \ |
---|
2978 | port/unix/linux_svga/profile/jdir.o |
---|
2979 | |
---|
2980 | LINUX_X11_winman_profile_o_files = \ |
---|
2981 | port/x11/linux_x11/profile/video.o \ |
---|
2982 | port/x11/linux_x11/profile/mouse.o \ |
---|
2983 | port/x11/linux_x11/profile/event.o \ |
---|
2984 | ./linux_x11/profile/jwindow.o |
---|
2985 | |
---|
2986 | LINUX_SVGA_winman_profile_o_files = \ |
---|
2987 | port/svga/linux_svga/profile/video.o \ |
---|
2988 | port/svga/linux_svga/profile/mouse.o \ |
---|
2989 | port/svga/linux_svga/profile/event.o \ |
---|
2990 | ./linux_svga/profile/jwindow.o |
---|
2991 | |
---|
2992 | LINUX_X11_joy_profile_o_files = \ |
---|
2993 | port/linux/linux_x11/profile/joystick.o |
---|
2994 | |
---|
2995 | LINUX_SVGA_joy_profile_o_files = \ |
---|
2996 | port/linux/linux_svga/profile/joystick.o |
---|
2997 | |
---|
2998 | LINUX_X11_time_profile_o_files = \ |
---|
2999 | port/unix/linux_x11/profile/timing.o |
---|
3000 | |
---|
3001 | LINUX_SVGA_time_profile_o_files = \ |
---|
3002 | port/unix/linux_svga/profile/timing.o |
---|
3003 | |
---|
3004 | ./linux_svga/profile/time.a : $(LINUX_SVGA_time_profile_o_files) |
---|
3005 | ar ruvs ./linux_svga/profile/time.a \ |
---|
3006 | port/unix/linux_svga/profile/timing.o |
---|
3007 | |
---|
3008 | port/unix/linux_svga/profile/timing.o : port/unix/timing.c |
---|
3009 | g++ -c -o port/unix/linux_svga/profile/timing.o port/unix/timing.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3010 | |
---|
3011 | port/unix/linux_svga/profile/timing.o : include/timing.hpp |
---|
3012 | |
---|
3013 | ./linux_x11/profile/time.a : $(LINUX_X11_time_profile_o_files) |
---|
3014 | ar ruvs ./linux_x11/profile/time.a \ |
---|
3015 | port/unix/linux_x11/profile/timing.o |
---|
3016 | |
---|
3017 | port/unix/linux_x11/profile/timing.o : port/unix/timing.c |
---|
3018 | g++ -c -o port/unix/linux_x11/profile/timing.o port/unix/timing.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3019 | |
---|
3020 | port/unix/linux_x11/profile/timing.o : include/timing.hpp |
---|
3021 | |
---|
3022 | ./linux_svga/profile/joy.a : $(LINUX_SVGA_joy_profile_o_files) |
---|
3023 | ar ruvs ./linux_svga/profile/joy.a \ |
---|
3024 | port/linux/linux_svga/profile/joystick.o |
---|
3025 | |
---|
3026 | port/linux/linux_svga/profile/joystick.o : port/linux/joystick.c |
---|
3027 | g++ -c -o port/linux/linux_svga/profile/joystick.o port/linux/joystick.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3028 | |
---|
3029 | port/linux/linux_svga/profile/joystick.o : include/joy.hpp |
---|
3030 | |
---|
3031 | ./linux_x11/profile/joy.a : $(LINUX_X11_joy_profile_o_files) |
---|
3032 | ar ruvs ./linux_x11/profile/joy.a \ |
---|
3033 | port/linux/linux_x11/profile/joystick.o |
---|
3034 | |
---|
3035 | port/linux/linux_x11/profile/joystick.o : port/linux/joystick.c |
---|
3036 | g++ -c -o port/linux/linux_x11/profile/joystick.o port/linux/joystick.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3037 | |
---|
3038 | port/linux/linux_x11/profile/joystick.o : include/joy.hpp |
---|
3039 | |
---|
3040 | ./linux_svga/profile/winman.a : $(LINUX_SVGA_winman_profile_o_files) |
---|
3041 | ar ruvs ./linux_svga/profile/winman.a \ |
---|
3042 | port/svga/linux_svga/profile/video.o \ |
---|
3043 | port/svga/linux_svga/profile/mouse.o \ |
---|
3044 | port/svga/linux_svga/profile/event.o \ |
---|
3045 | ./linux_svga/profile/jwindow.o |
---|
3046 | |
---|
3047 | port/svga/linux_svga/profile/video.o : port/svga/video.c |
---|
3048 | g++ -c -o port/svga/linux_svga/profile/video.o port/svga/video.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3049 | |
---|
3050 | port/svga/linux_svga/profile/video.o : include/macs.hpp |
---|
3051 | port/svga/linux_svga/profile/video.o : include/dos.h |
---|
3052 | port/svga/linux_svga/profile/video.o : include/jmalloc.hpp |
---|
3053 | port/svga/linux_svga/profile/video.o : include/specs.hpp |
---|
3054 | port/svga/linux_svga/profile/video.o : include/palette.hpp |
---|
3055 | port/svga/linux_svga/profile/video.o : include/linked.hpp |
---|
3056 | port/svga/linux_svga/profile/video.o : include/image.hpp |
---|
3057 | port/svga/linux_svga/profile/video.o : include/video.hpp |
---|
3058 | port/svga/linux_svga/profile/video.o : include/system.h |
---|
3059 | port/svga/linux_svga/profile/video.o : include/globals.hpp |
---|
3060 | port/svga/linux_svga/profile/mouse.o : port/svga/mouse.c |
---|
3061 | g++ -c -o port/svga/linux_svga/profile/mouse.o port/svga/mouse.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3062 | |
---|
3063 | port/svga/linux_svga/profile/mouse.o : include/dprint.hpp |
---|
3064 | port/svga/linux_svga/profile/mouse.o : include/mouse.hpp |
---|
3065 | port/svga/linux_svga/profile/mouse.o : include/monoprnt.hpp |
---|
3066 | port/svga/linux_svga/profile/mouse.o : include/mdlread.hpp |
---|
3067 | port/svga/linux_svga/profile/mouse.o : include/filter.hpp |
---|
3068 | port/svga/linux_svga/profile/mouse.o : include/macs.hpp |
---|
3069 | port/svga/linux_svga/profile/mouse.o : include/sprite.hpp |
---|
3070 | port/svga/linux_svga/profile/mouse.o : include/jmalloc.hpp |
---|
3071 | port/svga/linux_svga/profile/mouse.o : include/specs.hpp |
---|
3072 | port/svga/linux_svga/profile/mouse.o : include/palette.hpp |
---|
3073 | port/svga/linux_svga/profile/mouse.o : include/linked.hpp |
---|
3074 | port/svga/linux_svga/profile/mouse.o : include/image.hpp |
---|
3075 | port/svga/linux_svga/profile/mouse.o : include/system.h |
---|
3076 | port/svga/linux_svga/profile/mouse.o : include/video.hpp |
---|
3077 | port/svga/linux_svga/profile/event.o : port/svga/event.c |
---|
3078 | g++ -c -o port/svga/linux_svga/profile/event.o port/svga/event.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3079 | |
---|
3080 | port/svga/linux_svga/profile/event.o : include/dprint.hpp |
---|
3081 | port/svga/linux_svga/profile/event.o : include/monoprnt.hpp |
---|
3082 | port/svga/linux_svga/profile/event.o : include/keys.hpp |
---|
3083 | port/svga/linux_svga/profile/event.o : include/event.hpp |
---|
3084 | port/svga/linux_svga/profile/event.o : include/sprite.hpp |
---|
3085 | port/svga/linux_svga/profile/event.o : include/mouse.hpp |
---|
3086 | port/svga/linux_svga/profile/event.o : include/macs.hpp |
---|
3087 | port/svga/linux_svga/profile/event.o : include/gifread.hpp |
---|
3088 | port/svga/linux_svga/profile/event.o : include/dos.h |
---|
3089 | port/svga/linux_svga/profile/event.o : include/video.hpp |
---|
3090 | port/svga/linux_svga/profile/event.o : include/mdlread.hpp |
---|
3091 | port/svga/linux_svga/profile/event.o : include/jmalloc.hpp |
---|
3092 | port/svga/linux_svga/profile/event.o : include/specs.hpp |
---|
3093 | port/svga/linux_svga/profile/event.o : include/palette.hpp |
---|
3094 | port/svga/linux_svga/profile/event.o : include/linked.hpp |
---|
3095 | port/svga/linux_svga/profile/event.o : include/image.hpp |
---|
3096 | port/svga/linux_svga/profile/event.o : include/system.h |
---|
3097 | ./linux_svga/profile/jwindow.o : jwindow.c |
---|
3098 | g++ -c -o ./linux_svga/profile/jwindow.o jwindow.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3099 | |
---|
3100 | ./linux_svga/profile/jwindow.o : include/timage.hpp |
---|
3101 | ./linux_svga/profile/jwindow.o : include/fonts.hpp |
---|
3102 | ./linux_svga/profile/jwindow.o : include/jwindow.hpp |
---|
3103 | ./linux_svga/profile/jwindow.o : include/filter.hpp |
---|
3104 | ./linux_svga/profile/jwindow.o : include/mouse.hpp |
---|
3105 | ./linux_svga/profile/jwindow.o : include/macs.hpp |
---|
3106 | ./linux_svga/profile/jwindow.o : include/sprite.hpp |
---|
3107 | ./linux_svga/profile/jwindow.o : include/keys.hpp |
---|
3108 | ./linux_svga/profile/jwindow.o : include/event.hpp |
---|
3109 | ./linux_svga/profile/jwindow.o : include/jmalloc.hpp |
---|
3110 | ./linux_svga/profile/jwindow.o : include/specs.hpp |
---|
3111 | ./linux_svga/profile/jwindow.o : include/palette.hpp |
---|
3112 | ./linux_svga/profile/jwindow.o : include/linked.hpp |
---|
3113 | ./linux_svga/profile/jwindow.o : include/image.hpp |
---|
3114 | ./linux_svga/profile/jwindow.o : include/system.h |
---|
3115 | ./linux_svga/profile/jwindow.o : include/video.hpp |
---|
3116 | |
---|
3117 | ./linux_x11/profile/winman.a : $(LINUX_X11_winman_profile_o_files) |
---|
3118 | ar ruvs ./linux_x11/profile/winman.a \ |
---|
3119 | port/x11/linux_x11/profile/video.o \ |
---|
3120 | port/x11/linux_x11/profile/mouse.o \ |
---|
3121 | port/x11/linux_x11/profile/event.o \ |
---|
3122 | ./linux_x11/profile/jwindow.o |
---|
3123 | |
---|
3124 | port/x11/linux_x11/profile/video.o : port/x11/video.c |
---|
3125 | g++ -c -o port/x11/linux_x11/profile/video.o port/x11/video.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3126 | |
---|
3127 | port/x11/linux_x11/profile/video.o : include/bitmap.h |
---|
3128 | port/x11/linux_x11/profile/video.o : include/macs.hpp |
---|
3129 | port/x11/linux_x11/profile/video.o : include/xinclude.h |
---|
3130 | port/x11/linux_x11/profile/video.o : include/dos.h |
---|
3131 | port/x11/linux_x11/profile/video.o : include/video.hpp |
---|
3132 | port/x11/linux_x11/profile/video.o : include/globals.hpp |
---|
3133 | port/x11/linux_x11/profile/video.o : include/system.h |
---|
3134 | port/x11/linux_x11/profile/video.o : include/jmalloc.hpp |
---|
3135 | port/x11/linux_x11/profile/video.o : include/specs.hpp |
---|
3136 | port/x11/linux_x11/profile/video.o : include/palette.hpp |
---|
3137 | port/x11/linux_x11/profile/video.o : include/linked.hpp |
---|
3138 | port/x11/linux_x11/profile/video.o : include/image.hpp |
---|
3139 | port/x11/linux_x11/profile/video.o : include/filter.hpp |
---|
3140 | port/x11/linux_x11/profile/mouse.o : port/x11/mouse.c |
---|
3141 | g++ -c -o port/x11/linux_x11/profile/mouse.o port/x11/mouse.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3142 | |
---|
3143 | port/x11/linux_x11/profile/mouse.o : include/xinclude.h |
---|
3144 | port/x11/linux_x11/profile/mouse.o : include/mouse.hpp |
---|
3145 | port/x11/linux_x11/profile/mouse.o : include/monoprnt.hpp |
---|
3146 | port/x11/linux_x11/profile/mouse.o : include/mdlread.hpp |
---|
3147 | port/x11/linux_x11/profile/mouse.o : include/filter.hpp |
---|
3148 | port/x11/linux_x11/profile/mouse.o : include/macs.hpp |
---|
3149 | port/x11/linux_x11/profile/mouse.o : include/sprite.hpp |
---|
3150 | port/x11/linux_x11/profile/mouse.o : include/jmalloc.hpp |
---|
3151 | port/x11/linux_x11/profile/mouse.o : include/specs.hpp |
---|
3152 | port/x11/linux_x11/profile/mouse.o : include/palette.hpp |
---|
3153 | port/x11/linux_x11/profile/mouse.o : include/linked.hpp |
---|
3154 | port/x11/linux_x11/profile/mouse.o : include/image.hpp |
---|
3155 | port/x11/linux_x11/profile/mouse.o : include/system.h |
---|
3156 | port/x11/linux_x11/profile/mouse.o : include/video.hpp |
---|
3157 | port/x11/linux_x11/profile/event.o : port/x11/event.c |
---|
3158 | g++ -c -o port/x11/linux_x11/profile/event.o port/x11/event.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3159 | |
---|
3160 | port/x11/linux_x11/profile/event.o : include/keys.hpp |
---|
3161 | port/x11/linux_x11/profile/event.o : include/event.hpp |
---|
3162 | port/x11/linux_x11/profile/event.o : include/sprite.hpp |
---|
3163 | port/x11/linux_x11/profile/event.o : include/mouse.hpp |
---|
3164 | port/x11/linux_x11/profile/event.o : include/macs.hpp |
---|
3165 | port/x11/linux_x11/profile/event.o : include/gifread.hpp |
---|
3166 | port/x11/linux_x11/profile/event.o : include/video.hpp |
---|
3167 | port/x11/linux_x11/profile/event.o : include/mdlread.hpp |
---|
3168 | port/x11/linux_x11/profile/event.o : include/jmalloc.hpp |
---|
3169 | port/x11/linux_x11/profile/event.o : include/specs.hpp |
---|
3170 | port/x11/linux_x11/profile/event.o : include/palette.hpp |
---|
3171 | port/x11/linux_x11/profile/event.o : include/linked.hpp |
---|
3172 | port/x11/linux_x11/profile/event.o : include/image.hpp |
---|
3173 | port/x11/linux_x11/profile/event.o : include/xinclude.h |
---|
3174 | port/x11/linux_x11/profile/event.o : include/system.h |
---|
3175 | ./linux_x11/profile/jwindow.o : jwindow.c |
---|
3176 | g++ -c -o ./linux_x11/profile/jwindow.o jwindow.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3177 | |
---|
3178 | ./linux_x11/profile/jwindow.o : include/timage.hpp |
---|
3179 | ./linux_x11/profile/jwindow.o : include/fonts.hpp |
---|
3180 | ./linux_x11/profile/jwindow.o : include/jwindow.hpp |
---|
3181 | ./linux_x11/profile/jwindow.o : include/filter.hpp |
---|
3182 | ./linux_x11/profile/jwindow.o : include/mouse.hpp |
---|
3183 | ./linux_x11/profile/jwindow.o : include/macs.hpp |
---|
3184 | ./linux_x11/profile/jwindow.o : include/sprite.hpp |
---|
3185 | ./linux_x11/profile/jwindow.o : include/keys.hpp |
---|
3186 | ./linux_x11/profile/jwindow.o : include/event.hpp |
---|
3187 | ./linux_x11/profile/jwindow.o : include/jmalloc.hpp |
---|
3188 | ./linux_x11/profile/jwindow.o : include/specs.hpp |
---|
3189 | ./linux_x11/profile/jwindow.o : include/palette.hpp |
---|
3190 | ./linux_x11/profile/jwindow.o : include/linked.hpp |
---|
3191 | ./linux_x11/profile/jwindow.o : include/image.hpp |
---|
3192 | ./linux_x11/profile/jwindow.o : include/system.h |
---|
3193 | ./linux_x11/profile/jwindow.o : include/video.hpp |
---|
3194 | |
---|
3195 | ./linux_svga/profile/dir.a : $(LINUX_SVGA_dir_profile_o_files) |
---|
3196 | ar ruvs ./linux_svga/profile/dir.a \ |
---|
3197 | port/unix/linux_svga/profile/jdir.o |
---|
3198 | |
---|
3199 | port/unix/linux_svga/profile/jdir.o : port/unix/jdir.c |
---|
3200 | g++ -c -o port/unix/linux_svga/profile/jdir.o port/unix/jdir.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3201 | |
---|
3202 | port/unix/linux_svga/profile/jdir.o : include/jmalloc.hpp |
---|
3203 | |
---|
3204 | ./linux_x11/profile/dir.a : $(LINUX_X11_dir_profile_o_files) |
---|
3205 | ar ruvs ./linux_x11/profile/dir.a \ |
---|
3206 | port/unix/linux_x11/profile/jdir.o |
---|
3207 | |
---|
3208 | port/unix/linux_x11/profile/jdir.o : port/unix/jdir.c |
---|
3209 | g++ -c -o port/unix/linux_x11/profile/jdir.o port/unix/jdir.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3210 | |
---|
3211 | port/unix/linux_x11/profile/jdir.o : include/jmalloc.hpp |
---|
3212 | |
---|
3213 | ./linux_svga/profile/net.a : $(LINUX_SVGA_net_profile_o_files) |
---|
3214 | ar ruvs ./linux_svga/profile/net.a \ |
---|
3215 | port/unix/linux_svga/profile/jnet.o |
---|
3216 | |
---|
3217 | port/unix/linux_svga/profile/jnet.o : port/unix/jnet.c |
---|
3218 | g++ -c -o port/unix/linux_svga/profile/jnet.o port/unix/jnet.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3219 | |
---|
3220 | port/unix/linux_svga/profile/jnet.o : include/jmalloc.hpp |
---|
3221 | port/unix/linux_svga/profile/jnet.o : include/packet.hpp |
---|
3222 | port/unix/linux_svga/profile/jnet.o : include/system.h |
---|
3223 | port/unix/linux_svga/profile/jnet.o : include/macs.hpp |
---|
3224 | port/unix/linux_svga/profile/jnet.o : include/jnet.hpp |
---|
3225 | |
---|
3226 | ./linux_x11/profile/net.a : $(LINUX_X11_net_profile_o_files) |
---|
3227 | ar ruvs ./linux_x11/profile/net.a \ |
---|
3228 | port/unix/linux_x11/profile/jnet.o |
---|
3229 | |
---|
3230 | port/unix/linux_x11/profile/jnet.o : port/unix/jnet.c |
---|
3231 | g++ -c -o port/unix/linux_x11/profile/jnet.o port/unix/jnet.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3232 | |
---|
3233 | port/unix/linux_x11/profile/jnet.o : include/jmalloc.hpp |
---|
3234 | port/unix/linux_x11/profile/jnet.o : include/packet.hpp |
---|
3235 | port/unix/linux_x11/profile/jnet.o : include/system.h |
---|
3236 | port/unix/linux_x11/profile/jnet.o : include/macs.hpp |
---|
3237 | port/unix/linux_x11/profile/jnet.o : include/jnet.hpp |
---|
3238 | |
---|
3239 | ./linux_svga/profile/sound.a : $(LINUX_SVGA_sound_profile_o_files) |
---|
3240 | ar ruvs ./linux_svga/profile/sound.a \ |
---|
3241 | port/sgi/linux_svga/profile/sound.o \ |
---|
3242 | ./linux_svga/profile/readwav.o |
---|
3243 | |
---|
3244 | port/sgi/linux_svga/profile/sound.o : port/sgi/sound.c |
---|
3245 | g++ -c -o port/sgi/linux_svga/profile/sound.o port/sgi/sound.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3246 | |
---|
3247 | port/sgi/linux_svga/profile/sound.o : include/timing.hpp |
---|
3248 | port/sgi/linux_svga/profile/sound.o : include/dprint.hpp |
---|
3249 | port/sgi/linux_svga/profile/sound.o : include/jmalloc.hpp |
---|
3250 | port/sgi/linux_svga/profile/sound.o : include/linked.hpp |
---|
3251 | port/sgi/linux_svga/profile/sound.o : include/specs.hpp |
---|
3252 | port/sgi/linux_svga/profile/sound.o : include/readwav.hpp |
---|
3253 | port/sgi/linux_svga/profile/sound.o : include/sound.hpp |
---|
3254 | port/sgi/linux_svga/profile/sound.o : include/system.h |
---|
3255 | port/sgi/linux_svga/profile/sound.o : include/macs.hpp |
---|
3256 | ./linux_svga/profile/readwav.o : readwav.c |
---|
3257 | g++ -c -o ./linux_svga/profile/readwav.o readwav.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3258 | |
---|
3259 | ./linux_svga/profile/readwav.o : include/dprint.hpp |
---|
3260 | ./linux_svga/profile/readwav.o : include/macs.hpp |
---|
3261 | ./linux_svga/profile/readwav.o : include/system.h |
---|
3262 | ./linux_svga/profile/readwav.o : include/jmalloc.hpp |
---|
3263 | ./linux_svga/profile/readwav.o : include/linked.hpp |
---|
3264 | ./linux_svga/profile/readwav.o : include/specs.hpp |
---|
3265 | ./linux_svga/profile/readwav.o : include/readwav.hpp |
---|
3266 | |
---|
3267 | ./linux_x11/profile/sound.a : $(LINUX_X11_sound_profile_o_files) |
---|
3268 | ar ruvs ./linux_x11/profile/sound.a \ |
---|
3269 | port/sgi/linux_x11/profile/sound.o \ |
---|
3270 | ./linux_x11/profile/readwav.o |
---|
3271 | |
---|
3272 | port/sgi/linux_x11/profile/sound.o : port/sgi/sound.c |
---|
3273 | g++ -c -o port/sgi/linux_x11/profile/sound.o port/sgi/sound.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3274 | |
---|
3275 | port/sgi/linux_x11/profile/sound.o : include/timing.hpp |
---|
3276 | port/sgi/linux_x11/profile/sound.o : include/dprint.hpp |
---|
3277 | port/sgi/linux_x11/profile/sound.o : include/jmalloc.hpp |
---|
3278 | port/sgi/linux_x11/profile/sound.o : include/linked.hpp |
---|
3279 | port/sgi/linux_x11/profile/sound.o : include/specs.hpp |
---|
3280 | port/sgi/linux_x11/profile/sound.o : include/readwav.hpp |
---|
3281 | port/sgi/linux_x11/profile/sound.o : include/sound.hpp |
---|
3282 | port/sgi/linux_x11/profile/sound.o : include/system.h |
---|
3283 | port/sgi/linux_x11/profile/sound.o : include/macs.hpp |
---|
3284 | ./linux_x11/profile/readwav.o : readwav.c |
---|
3285 | g++ -c -o ./linux_x11/profile/readwav.o readwav.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3286 | |
---|
3287 | ./linux_x11/profile/readwav.o : include/dprint.hpp |
---|
3288 | ./linux_x11/profile/readwav.o : include/macs.hpp |
---|
3289 | ./linux_x11/profile/readwav.o : include/system.h |
---|
3290 | ./linux_x11/profile/readwav.o : include/jmalloc.hpp |
---|
3291 | ./linux_x11/profile/readwav.o : include/linked.hpp |
---|
3292 | ./linux_x11/profile/readwav.o : include/specs.hpp |
---|
3293 | ./linux_x11/profile/readwav.o : include/readwav.hpp |
---|
3294 | |
---|
3295 | ./linux_svga/profile/gui.a : $(LINUX_SVGA_gui_profile_o_files) |
---|
3296 | ar ruvs ./linux_svga/profile/gui.a \ |
---|
3297 | ./linux_svga/profile/pmenu.o \ |
---|
3298 | ./linux_svga/profile/scroller.o \ |
---|
3299 | ./linux_svga/profile/filesel.o \ |
---|
3300 | ./linux_svga/profile/tools.o \ |
---|
3301 | ./linux_svga/profile/guistat.o |
---|
3302 | |
---|
3303 | ./linux_svga/profile/pmenu.o : pmenu.c |
---|
3304 | g++ -c -o ./linux_svga/profile/pmenu.o pmenu.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3305 | |
---|
3306 | ./linux_svga/profile/pmenu.o : include/timage.hpp |
---|
3307 | ./linux_svga/profile/pmenu.o : include/fonts.hpp |
---|
3308 | ./linux_svga/profile/pmenu.o : include/filter.hpp |
---|
3309 | ./linux_svga/profile/pmenu.o : include/mouse.hpp |
---|
3310 | ./linux_svga/profile/pmenu.o : include/macs.hpp |
---|
3311 | ./linux_svga/profile/pmenu.o : include/sprite.hpp |
---|
3312 | ./linux_svga/profile/pmenu.o : include/keys.hpp |
---|
3313 | ./linux_svga/profile/pmenu.o : include/event.hpp |
---|
3314 | ./linux_svga/profile/pmenu.o : include/specs.hpp |
---|
3315 | ./linux_svga/profile/pmenu.o : include/palette.hpp |
---|
3316 | ./linux_svga/profile/pmenu.o : include/linked.hpp |
---|
3317 | ./linux_svga/profile/pmenu.o : include/image.hpp |
---|
3318 | ./linux_svga/profile/pmenu.o : include/system.h |
---|
3319 | ./linux_svga/profile/pmenu.o : include/video.hpp |
---|
3320 | ./linux_svga/profile/pmenu.o : include/jwindow.hpp |
---|
3321 | ./linux_svga/profile/pmenu.o : include/input.hpp |
---|
3322 | ./linux_svga/profile/pmenu.o : include/jmalloc.hpp |
---|
3323 | ./linux_svga/profile/pmenu.o : include/pmenu.hpp |
---|
3324 | ./linux_svga/profile/scroller.o : scroller.c |
---|
3325 | g++ -c -o ./linux_svga/profile/scroller.o scroller.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3326 | |
---|
3327 | ./linux_svga/profile/scroller.o : include/timage.hpp |
---|
3328 | ./linux_svga/profile/scroller.o : include/fonts.hpp |
---|
3329 | ./linux_svga/profile/scroller.o : include/filter.hpp |
---|
3330 | ./linux_svga/profile/scroller.o : include/mouse.hpp |
---|
3331 | ./linux_svga/profile/scroller.o : include/macs.hpp |
---|
3332 | ./linux_svga/profile/scroller.o : include/sprite.hpp |
---|
3333 | ./linux_svga/profile/scroller.o : include/keys.hpp |
---|
3334 | ./linux_svga/profile/scroller.o : include/event.hpp |
---|
3335 | ./linux_svga/profile/scroller.o : include/jmalloc.hpp |
---|
3336 | ./linux_svga/profile/scroller.o : include/specs.hpp |
---|
3337 | ./linux_svga/profile/scroller.o : include/palette.hpp |
---|
3338 | ./linux_svga/profile/scroller.o : include/linked.hpp |
---|
3339 | ./linux_svga/profile/scroller.o : include/image.hpp |
---|
3340 | ./linux_svga/profile/scroller.o : include/system.h |
---|
3341 | ./linux_svga/profile/scroller.o : include/video.hpp |
---|
3342 | ./linux_svga/profile/scroller.o : include/jwindow.hpp |
---|
3343 | ./linux_svga/profile/scroller.o : include/input.hpp |
---|
3344 | ./linux_svga/profile/scroller.o : include/scroller.hpp |
---|
3345 | ./linux_svga/profile/filesel.o : filesel.c |
---|
3346 | g++ -c -o ./linux_svga/profile/filesel.o filesel.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3347 | |
---|
3348 | ./linux_svga/profile/filesel.o : include/jdir.hpp |
---|
3349 | ./linux_svga/profile/filesel.o : include/scroller.hpp |
---|
3350 | ./linux_svga/profile/filesel.o : include/input.hpp |
---|
3351 | ./linux_svga/profile/filesel.o : include/timage.hpp |
---|
3352 | ./linux_svga/profile/filesel.o : include/fonts.hpp |
---|
3353 | ./linux_svga/profile/filesel.o : include/filter.hpp |
---|
3354 | ./linux_svga/profile/filesel.o : include/mouse.hpp |
---|
3355 | ./linux_svga/profile/filesel.o : include/macs.hpp |
---|
3356 | ./linux_svga/profile/filesel.o : include/sprite.hpp |
---|
3357 | ./linux_svga/profile/filesel.o : include/keys.hpp |
---|
3358 | ./linux_svga/profile/filesel.o : include/event.hpp |
---|
3359 | ./linux_svga/profile/filesel.o : include/jmalloc.hpp |
---|
3360 | ./linux_svga/profile/filesel.o : include/specs.hpp |
---|
3361 | ./linux_svga/profile/filesel.o : include/palette.hpp |
---|
3362 | ./linux_svga/profile/filesel.o : include/linked.hpp |
---|
3363 | ./linux_svga/profile/filesel.o : include/image.hpp |
---|
3364 | ./linux_svga/profile/filesel.o : include/system.h |
---|
3365 | ./linux_svga/profile/filesel.o : include/video.hpp |
---|
3366 | ./linux_svga/profile/filesel.o : include/jwindow.hpp |
---|
3367 | ./linux_svga/profile/filesel.o : include/filesel.hpp |
---|
3368 | ./linux_svga/profile/tools.o : tools.c |
---|
3369 | g++ -c -o ./linux_svga/profile/tools.o tools.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3370 | |
---|
3371 | ./linux_svga/profile/tools.o : include/visobj.hpp |
---|
3372 | ./linux_svga/profile/tools.o : include/scroller.hpp |
---|
3373 | ./linux_svga/profile/tools.o : include/input.hpp |
---|
3374 | ./linux_svga/profile/tools.o : include/timage.hpp |
---|
3375 | ./linux_svga/profile/tools.o : include/fonts.hpp |
---|
3376 | ./linux_svga/profile/tools.o : include/filter.hpp |
---|
3377 | ./linux_svga/profile/tools.o : include/mouse.hpp |
---|
3378 | ./linux_svga/profile/tools.o : include/macs.hpp |
---|
3379 | ./linux_svga/profile/tools.o : include/sprite.hpp |
---|
3380 | ./linux_svga/profile/tools.o : include/keys.hpp |
---|
3381 | ./linux_svga/profile/tools.o : include/event.hpp |
---|
3382 | ./linux_svga/profile/tools.o : include/jmalloc.hpp |
---|
3383 | ./linux_svga/profile/tools.o : include/specs.hpp |
---|
3384 | ./linux_svga/profile/tools.o : include/palette.hpp |
---|
3385 | ./linux_svga/profile/tools.o : include/linked.hpp |
---|
3386 | ./linux_svga/profile/tools.o : include/image.hpp |
---|
3387 | ./linux_svga/profile/tools.o : include/system.h |
---|
3388 | ./linux_svga/profile/tools.o : include/video.hpp |
---|
3389 | ./linux_svga/profile/tools.o : include/jwindow.hpp |
---|
3390 | ./linux_svga/profile/tools.o : include/tools.hpp |
---|
3391 | ./linux_svga/profile/guistat.o : guistat.c |
---|
3392 | g++ -c -o ./linux_svga/profile/guistat.o guistat.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3393 | |
---|
3394 | ./linux_svga/profile/guistat.o : include/guistat.hpp |
---|
3395 | ./linux_svga/profile/guistat.o : include/timing.hpp |
---|
3396 | ./linux_svga/profile/guistat.o : include/timage.hpp |
---|
3397 | ./linux_svga/profile/guistat.o : include/fonts.hpp |
---|
3398 | ./linux_svga/profile/guistat.o : include/filter.hpp |
---|
3399 | ./linux_svga/profile/guistat.o : include/mouse.hpp |
---|
3400 | ./linux_svga/profile/guistat.o : include/macs.hpp |
---|
3401 | ./linux_svga/profile/guistat.o : include/sprite.hpp |
---|
3402 | ./linux_svga/profile/guistat.o : include/keys.hpp |
---|
3403 | ./linux_svga/profile/guistat.o : include/event.hpp |
---|
3404 | ./linux_svga/profile/guistat.o : include/jmalloc.hpp |
---|
3405 | ./linux_svga/profile/guistat.o : include/specs.hpp |
---|
3406 | ./linux_svga/profile/guistat.o : include/palette.hpp |
---|
3407 | ./linux_svga/profile/guistat.o : include/linked.hpp |
---|
3408 | ./linux_svga/profile/guistat.o : include/image.hpp |
---|
3409 | ./linux_svga/profile/guistat.o : include/system.h |
---|
3410 | ./linux_svga/profile/guistat.o : include/video.hpp |
---|
3411 | ./linux_svga/profile/guistat.o : include/jwindow.hpp |
---|
3412 | ./linux_svga/profile/guistat.o : include/visobj.hpp |
---|
3413 | ./linux_svga/profile/guistat.o : include/status.hpp |
---|
3414 | |
---|
3415 | ./linux_x11/profile/gui.a : $(LINUX_X11_gui_profile_o_files) |
---|
3416 | ar ruvs ./linux_x11/profile/gui.a \ |
---|
3417 | ./linux_x11/profile/pmenu.o \ |
---|
3418 | ./linux_x11/profile/scroller.o \ |
---|
3419 | ./linux_x11/profile/filesel.o \ |
---|
3420 | ./linux_x11/profile/tools.o \ |
---|
3421 | ./linux_x11/profile/guistat.o |
---|
3422 | |
---|
3423 | ./linux_x11/profile/pmenu.o : pmenu.c |
---|
3424 | g++ -c -o ./linux_x11/profile/pmenu.o pmenu.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3425 | |
---|
3426 | ./linux_x11/profile/pmenu.o : include/timage.hpp |
---|
3427 | ./linux_x11/profile/pmenu.o : include/fonts.hpp |
---|
3428 | ./linux_x11/profile/pmenu.o : include/filter.hpp |
---|
3429 | ./linux_x11/profile/pmenu.o : include/mouse.hpp |
---|
3430 | ./linux_x11/profile/pmenu.o : include/macs.hpp |
---|
3431 | ./linux_x11/profile/pmenu.o : include/sprite.hpp |
---|
3432 | ./linux_x11/profile/pmenu.o : include/keys.hpp |
---|
3433 | ./linux_x11/profile/pmenu.o : include/event.hpp |
---|
3434 | ./linux_x11/profile/pmenu.o : include/specs.hpp |
---|
3435 | ./linux_x11/profile/pmenu.o : include/palette.hpp |
---|
3436 | ./linux_x11/profile/pmenu.o : include/linked.hpp |
---|
3437 | ./linux_x11/profile/pmenu.o : include/image.hpp |
---|
3438 | ./linux_x11/profile/pmenu.o : include/system.h |
---|
3439 | ./linux_x11/profile/pmenu.o : include/video.hpp |
---|
3440 | ./linux_x11/profile/pmenu.o : include/jwindow.hpp |
---|
3441 | ./linux_x11/profile/pmenu.o : include/input.hpp |
---|
3442 | ./linux_x11/profile/pmenu.o : include/jmalloc.hpp |
---|
3443 | ./linux_x11/profile/pmenu.o : include/pmenu.hpp |
---|
3444 | ./linux_x11/profile/scroller.o : scroller.c |
---|
3445 | g++ -c -o ./linux_x11/profile/scroller.o scroller.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3446 | |
---|
3447 | ./linux_x11/profile/scroller.o : include/timage.hpp |
---|
3448 | ./linux_x11/profile/scroller.o : include/fonts.hpp |
---|
3449 | ./linux_x11/profile/scroller.o : include/filter.hpp |
---|
3450 | ./linux_x11/profile/scroller.o : include/mouse.hpp |
---|
3451 | ./linux_x11/profile/scroller.o : include/macs.hpp |
---|
3452 | ./linux_x11/profile/scroller.o : include/sprite.hpp |
---|
3453 | ./linux_x11/profile/scroller.o : include/keys.hpp |
---|
3454 | ./linux_x11/profile/scroller.o : include/event.hpp |
---|
3455 | ./linux_x11/profile/scroller.o : include/jmalloc.hpp |
---|
3456 | ./linux_x11/profile/scroller.o : include/specs.hpp |
---|
3457 | ./linux_x11/profile/scroller.o : include/palette.hpp |
---|
3458 | ./linux_x11/profile/scroller.o : include/linked.hpp |
---|
3459 | ./linux_x11/profile/scroller.o : include/image.hpp |
---|
3460 | ./linux_x11/profile/scroller.o : include/system.h |
---|
3461 | ./linux_x11/profile/scroller.o : include/video.hpp |
---|
3462 | ./linux_x11/profile/scroller.o : include/jwindow.hpp |
---|
3463 | ./linux_x11/profile/scroller.o : include/input.hpp |
---|
3464 | ./linux_x11/profile/scroller.o : include/scroller.hpp |
---|
3465 | ./linux_x11/profile/filesel.o : filesel.c |
---|
3466 | g++ -c -o ./linux_x11/profile/filesel.o filesel.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3467 | |
---|
3468 | ./linux_x11/profile/filesel.o : include/jdir.hpp |
---|
3469 | ./linux_x11/profile/filesel.o : include/scroller.hpp |
---|
3470 | ./linux_x11/profile/filesel.o : include/input.hpp |
---|
3471 | ./linux_x11/profile/filesel.o : include/timage.hpp |
---|
3472 | ./linux_x11/profile/filesel.o : include/fonts.hpp |
---|
3473 | ./linux_x11/profile/filesel.o : include/filter.hpp |
---|
3474 | ./linux_x11/profile/filesel.o : include/mouse.hpp |
---|
3475 | ./linux_x11/profile/filesel.o : include/macs.hpp |
---|
3476 | ./linux_x11/profile/filesel.o : include/sprite.hpp |
---|
3477 | ./linux_x11/profile/filesel.o : include/keys.hpp |
---|
3478 | ./linux_x11/profile/filesel.o : include/event.hpp |
---|
3479 | ./linux_x11/profile/filesel.o : include/jmalloc.hpp |
---|
3480 | ./linux_x11/profile/filesel.o : include/specs.hpp |
---|
3481 | ./linux_x11/profile/filesel.o : include/palette.hpp |
---|
3482 | ./linux_x11/profile/filesel.o : include/linked.hpp |
---|
3483 | ./linux_x11/profile/filesel.o : include/image.hpp |
---|
3484 | ./linux_x11/profile/filesel.o : include/system.h |
---|
3485 | ./linux_x11/profile/filesel.o : include/video.hpp |
---|
3486 | ./linux_x11/profile/filesel.o : include/jwindow.hpp |
---|
3487 | ./linux_x11/profile/filesel.o : include/filesel.hpp |
---|
3488 | ./linux_x11/profile/tools.o : tools.c |
---|
3489 | g++ -c -o ./linux_x11/profile/tools.o tools.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3490 | |
---|
3491 | ./linux_x11/profile/tools.o : include/visobj.hpp |
---|
3492 | ./linux_x11/profile/tools.o : include/scroller.hpp |
---|
3493 | ./linux_x11/profile/tools.o : include/input.hpp |
---|
3494 | ./linux_x11/profile/tools.o : include/timage.hpp |
---|
3495 | ./linux_x11/profile/tools.o : include/fonts.hpp |
---|
3496 | ./linux_x11/profile/tools.o : include/filter.hpp |
---|
3497 | ./linux_x11/profile/tools.o : include/mouse.hpp |
---|
3498 | ./linux_x11/profile/tools.o : include/macs.hpp |
---|
3499 | ./linux_x11/profile/tools.o : include/sprite.hpp |
---|
3500 | ./linux_x11/profile/tools.o : include/keys.hpp |
---|
3501 | ./linux_x11/profile/tools.o : include/event.hpp |
---|
3502 | ./linux_x11/profile/tools.o : include/jmalloc.hpp |
---|
3503 | ./linux_x11/profile/tools.o : include/specs.hpp |
---|
3504 | ./linux_x11/profile/tools.o : include/palette.hpp |
---|
3505 | ./linux_x11/profile/tools.o : include/linked.hpp |
---|
3506 | ./linux_x11/profile/tools.o : include/image.hpp |
---|
3507 | ./linux_x11/profile/tools.o : include/system.h |
---|
3508 | ./linux_x11/profile/tools.o : include/video.hpp |
---|
3509 | ./linux_x11/profile/tools.o : include/jwindow.hpp |
---|
3510 | ./linux_x11/profile/tools.o : include/tools.hpp |
---|
3511 | ./linux_x11/profile/guistat.o : guistat.c |
---|
3512 | g++ -c -o ./linux_x11/profile/guistat.o guistat.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3513 | |
---|
3514 | ./linux_x11/profile/guistat.o : include/guistat.hpp |
---|
3515 | ./linux_x11/profile/guistat.o : include/timing.hpp |
---|
3516 | ./linux_x11/profile/guistat.o : include/timage.hpp |
---|
3517 | ./linux_x11/profile/guistat.o : include/fonts.hpp |
---|
3518 | ./linux_x11/profile/guistat.o : include/filter.hpp |
---|
3519 | ./linux_x11/profile/guistat.o : include/mouse.hpp |
---|
3520 | ./linux_x11/profile/guistat.o : include/macs.hpp |
---|
3521 | ./linux_x11/profile/guistat.o : include/sprite.hpp |
---|
3522 | ./linux_x11/profile/guistat.o : include/keys.hpp |
---|
3523 | ./linux_x11/profile/guistat.o : include/event.hpp |
---|
3524 | ./linux_x11/profile/guistat.o : include/jmalloc.hpp |
---|
3525 | ./linux_x11/profile/guistat.o : include/specs.hpp |
---|
3526 | ./linux_x11/profile/guistat.o : include/palette.hpp |
---|
3527 | ./linux_x11/profile/guistat.o : include/linked.hpp |
---|
3528 | ./linux_x11/profile/guistat.o : include/image.hpp |
---|
3529 | ./linux_x11/profile/guistat.o : include/system.h |
---|
3530 | ./linux_x11/profile/guistat.o : include/video.hpp |
---|
3531 | ./linux_x11/profile/guistat.o : include/jwindow.hpp |
---|
3532 | ./linux_x11/profile/guistat.o : include/visobj.hpp |
---|
3533 | ./linux_x11/profile/guistat.o : include/status.hpp |
---|
3534 | |
---|
3535 | ./linux_svga/profile/packet.a : $(LINUX_SVGA_packet_profile_o_files) |
---|
3536 | ar ruvs ./linux_svga/profile/packet.a \ |
---|
3537 | ./linux_svga/profile/packet.o |
---|
3538 | |
---|
3539 | ./linux_svga/profile/packet.o : packet.c |
---|
3540 | g++ -c -o ./linux_svga/profile/packet.o packet.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3541 | |
---|
3542 | ./linux_svga/profile/packet.o : include/jmalloc.hpp |
---|
3543 | ./linux_svga/profile/packet.o : include/system.h |
---|
3544 | ./linux_svga/profile/packet.o : include/macs.hpp |
---|
3545 | ./linux_svga/profile/packet.o : include/packet.hpp |
---|
3546 | |
---|
3547 | ./linux_x11/profile/packet.a : $(LINUX_X11_packet_profile_o_files) |
---|
3548 | ar ruvs ./linux_x11/profile/packet.a \ |
---|
3549 | ./linux_x11/profile/packet.o |
---|
3550 | |
---|
3551 | ./linux_x11/profile/packet.o : packet.c |
---|
3552 | g++ -c -o ./linux_x11/profile/packet.o packet.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3553 | |
---|
3554 | ./linux_x11/profile/packet.o : include/jmalloc.hpp |
---|
3555 | ./linux_x11/profile/packet.o : include/system.h |
---|
3556 | ./linux_x11/profile/packet.o : include/macs.hpp |
---|
3557 | ./linux_x11/profile/packet.o : include/packet.hpp |
---|
3558 | |
---|
3559 | ./linux_svga/profile/image.a : $(LINUX_SVGA_image_profile_o_files) |
---|
3560 | ar ruvs ./linux_svga/profile/image.a \ |
---|
3561 | ./linux_svga/profile/filter.o \ |
---|
3562 | ./linux_svga/profile/gifread.o \ |
---|
3563 | ./linux_svga/profile/globals.o \ |
---|
3564 | ./linux_svga/profile/image.o \ |
---|
3565 | ./linux_svga/profile/linked.o \ |
---|
3566 | ./linux_svga/profile/input.o \ |
---|
3567 | ./linux_svga/profile/mdlread.o \ |
---|
3568 | ./linux_svga/profile/palette.o \ |
---|
3569 | ./linux_svga/profile/ppmread.o \ |
---|
3570 | ./linux_svga/profile/include.o \ |
---|
3571 | ./linux_svga/profile/xwdread.o \ |
---|
3572 | ./linux_svga/profile/fonts.o \ |
---|
3573 | ./linux_svga/profile/decoder.o \ |
---|
3574 | ./linux_svga/profile/loader.o \ |
---|
3575 | ./linux_svga/profile/glread.o \ |
---|
3576 | ./linux_svga/profile/texture.o \ |
---|
3577 | ./linux_svga/profile/specs.o \ |
---|
3578 | ./linux_svga/profile/supmorph.o \ |
---|
3579 | ./linux_svga/profile/image24.o \ |
---|
3580 | ./linux_svga/profile/pcxread.o \ |
---|
3581 | ./linux_svga/profile/timage.o \ |
---|
3582 | ./linux_svga/profile/jmalloc.o \ |
---|
3583 | ./linux_svga/profile/jrand.o \ |
---|
3584 | ./linux_svga/profile/lbmread.o \ |
---|
3585 | ./linux_svga/profile/targa.o \ |
---|
3586 | ./linux_svga/profile/keys.o \ |
---|
3587 | ./linux_svga/profile/dprint.o \ |
---|
3588 | ./linux_svga/profile/status.o \ |
---|
3589 | ./linux_svga/profile/visobj.o |
---|
3590 | |
---|
3591 | ./linux_svga/profile/filter.o : filter.c |
---|
3592 | g++ -c -o ./linux_svga/profile/filter.o filter.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3593 | |
---|
3594 | ./linux_svga/profile/filter.o : include/filter.hpp |
---|
3595 | ./linux_svga/profile/filter.o : include/macs.hpp |
---|
3596 | ./linux_svga/profile/filter.o : include/system.h |
---|
3597 | ./linux_svga/profile/filter.o : include/jmalloc.hpp |
---|
3598 | ./linux_svga/profile/filter.o : include/specs.hpp |
---|
3599 | ./linux_svga/profile/filter.o : include/palette.hpp |
---|
3600 | ./linux_svga/profile/filter.o : include/linked.hpp |
---|
3601 | ./linux_svga/profile/filter.o : include/image.hpp |
---|
3602 | ./linux_svga/profile/gifread.o : gifread.c |
---|
3603 | g++ -c -o ./linux_svga/profile/gifread.o gifread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3604 | |
---|
3605 | ./linux_svga/profile/gifread.o : include/macs.hpp |
---|
3606 | ./linux_svga/profile/gifread.o : include/dir.h |
---|
3607 | ./linux_svga/profile/gifread.o : include/dos.h |
---|
3608 | ./linux_svga/profile/gifread.o : include/std.h |
---|
3609 | ./linux_svga/profile/gifread.o : include/gifdecod.hpp |
---|
3610 | ./linux_svga/profile/gifread.o : include/video.hpp |
---|
3611 | ./linux_svga/profile/gifread.o : include/system.h |
---|
3612 | ./linux_svga/profile/gifread.o : include/jmalloc.hpp |
---|
3613 | ./linux_svga/profile/gifread.o : include/specs.hpp |
---|
3614 | ./linux_svga/profile/gifread.o : include/palette.hpp |
---|
3615 | ./linux_svga/profile/gifread.o : include/linked.hpp |
---|
3616 | ./linux_svga/profile/gifread.o : include/image.hpp |
---|
3617 | ./linux_svga/profile/gifread.o : include/gifread.hpp |
---|
3618 | ./linux_svga/profile/globals.o : globals.c |
---|
3619 | g++ -c -o ./linux_svga/profile/globals.o globals.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3620 | |
---|
3621 | ./linux_svga/profile/globals.o : globals.c |
---|
3622 | ./linux_svga/profile/image.o : image.c |
---|
3623 | g++ -c -o ./linux_svga/profile/image.o image.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3624 | |
---|
3625 | ./linux_svga/profile/image.o : include/macs.hpp |
---|
3626 | ./linux_svga/profile/image.o : include/system.h |
---|
3627 | ./linux_svga/profile/image.o : include/jmalloc.hpp |
---|
3628 | ./linux_svga/profile/image.o : include/specs.hpp |
---|
3629 | ./linux_svga/profile/image.o : include/palette.hpp |
---|
3630 | ./linux_svga/profile/image.o : include/linked.hpp |
---|
3631 | ./linux_svga/profile/image.o : include/image.hpp |
---|
3632 | ./linux_svga/profile/linked.o : linked.c |
---|
3633 | g++ -c -o ./linux_svga/profile/linked.o linked.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3634 | |
---|
3635 | ./linux_svga/profile/linked.o : include/linked.hpp |
---|
3636 | ./linux_svga/profile/input.o : input.c |
---|
3637 | g++ -c -o ./linux_svga/profile/input.o input.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3638 | |
---|
3639 | ./linux_svga/profile/input.o : include/timage.hpp |
---|
3640 | ./linux_svga/profile/input.o : include/fonts.hpp |
---|
3641 | ./linux_svga/profile/input.o : include/filter.hpp |
---|
3642 | ./linux_svga/profile/input.o : include/mouse.hpp |
---|
3643 | ./linux_svga/profile/input.o : include/macs.hpp |
---|
3644 | ./linux_svga/profile/input.o : include/sprite.hpp |
---|
3645 | ./linux_svga/profile/input.o : include/keys.hpp |
---|
3646 | ./linux_svga/profile/input.o : include/event.hpp |
---|
3647 | ./linux_svga/profile/input.o : include/jmalloc.hpp |
---|
3648 | ./linux_svga/profile/input.o : include/specs.hpp |
---|
3649 | ./linux_svga/profile/input.o : include/palette.hpp |
---|
3650 | ./linux_svga/profile/input.o : include/linked.hpp |
---|
3651 | ./linux_svga/profile/input.o : include/image.hpp |
---|
3652 | ./linux_svga/profile/input.o : include/system.h |
---|
3653 | ./linux_svga/profile/input.o : include/video.hpp |
---|
3654 | ./linux_svga/profile/input.o : include/jwindow.hpp |
---|
3655 | ./linux_svga/profile/input.o : include/input.hpp |
---|
3656 | ./linux_svga/profile/mdlread.o : mdlread.c |
---|
3657 | g++ -c -o ./linux_svga/profile/mdlread.o mdlread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3658 | |
---|
3659 | ./linux_svga/profile/mdlread.o : include/macs.hpp |
---|
3660 | ./linux_svga/profile/mdlread.o : include/image.hpp |
---|
3661 | ./linux_svga/profile/mdlread.o : include/system.h |
---|
3662 | ./linux_svga/profile/mdlread.o : include/jmalloc.hpp |
---|
3663 | ./linux_svga/profile/mdlread.o : include/specs.hpp |
---|
3664 | ./linux_svga/profile/mdlread.o : include/linked.hpp |
---|
3665 | ./linux_svga/profile/mdlread.o : include/palette.hpp |
---|
3666 | ./linux_svga/profile/mdlread.o : include/mdlread.hpp |
---|
3667 | ./linux_svga/profile/palette.o : palette.c |
---|
3668 | g++ -c -o ./linux_svga/profile/palette.o palette.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3669 | |
---|
3670 | ./linux_svga/profile/palette.o : include/filter.hpp |
---|
3671 | ./linux_svga/profile/palette.o : include/video.hpp |
---|
3672 | ./linux_svga/profile/palette.o : include/dos.h |
---|
3673 | ./linux_svga/profile/palette.o : include/macs.hpp |
---|
3674 | ./linux_svga/profile/palette.o : include/image.hpp |
---|
3675 | ./linux_svga/profile/palette.o : include/system.h |
---|
3676 | ./linux_svga/profile/palette.o : include/jmalloc.hpp |
---|
3677 | ./linux_svga/profile/palette.o : include/specs.hpp |
---|
3678 | ./linux_svga/profile/palette.o : include/linked.hpp |
---|
3679 | ./linux_svga/profile/palette.o : include/palette.hpp |
---|
3680 | ./linux_svga/profile/ppmread.o : ppmread.c |
---|
3681 | g++ -c -o ./linux_svga/profile/ppmread.o ppmread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3682 | |
---|
3683 | ./linux_svga/profile/ppmread.o : include/ppmread.hpp |
---|
3684 | ./linux_svga/profile/ppmread.o : include/macs.hpp |
---|
3685 | ./linux_svga/profile/ppmread.o : include/system.h |
---|
3686 | ./linux_svga/profile/ppmread.o : include/jmalloc.hpp |
---|
3687 | ./linux_svga/profile/ppmread.o : include/specs.hpp |
---|
3688 | ./linux_svga/profile/ppmread.o : include/palette.hpp |
---|
3689 | ./linux_svga/profile/ppmread.o : include/linked.hpp |
---|
3690 | ./linux_svga/profile/ppmread.o : include/image.hpp |
---|
3691 | ./linux_svga/profile/include.o : include.c |
---|
3692 | g++ -c -o ./linux_svga/profile/include.o include.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3693 | |
---|
3694 | ./linux_svga/profile/include.o : include/system.h |
---|
3695 | ./linux_svga/profile/include.o : include/jmalloc.hpp |
---|
3696 | ./linux_svga/profile/include.o : include/specs.hpp |
---|
3697 | ./linux_svga/profile/include.o : include/palette.hpp |
---|
3698 | ./linux_svga/profile/include.o : include/linked.hpp |
---|
3699 | ./linux_svga/profile/include.o : include/image.hpp |
---|
3700 | ./linux_svga/profile/include.o : include/include.hpp |
---|
3701 | ./linux_svga/profile/xwdread.o : xwdread.c |
---|
3702 | g++ -c -o ./linux_svga/profile/xwdread.o xwdread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3703 | |
---|
3704 | ./linux_svga/profile/xwdread.o : include/image24.hpp |
---|
3705 | ./linux_svga/profile/xwdread.o : include/main.hpp |
---|
3706 | ./linux_svga/profile/xwdread.o : include/dos.h |
---|
3707 | ./linux_svga/profile/xwdread.o : include/video.hpp |
---|
3708 | ./linux_svga/profile/xwdread.o : include/mouse.hpp |
---|
3709 | ./linux_svga/profile/xwdread.o : include/macs.hpp |
---|
3710 | ./linux_svga/profile/xwdread.o : include/sprite.hpp |
---|
3711 | ./linux_svga/profile/xwdread.o : include/keys.hpp |
---|
3712 | ./linux_svga/profile/xwdread.o : include/event.hpp |
---|
3713 | ./linux_svga/profile/xwdread.o : include/system.h |
---|
3714 | ./linux_svga/profile/xwdread.o : include/jmalloc.hpp |
---|
3715 | ./linux_svga/profile/xwdread.o : include/specs.hpp |
---|
3716 | ./linux_svga/profile/xwdread.o : include/palette.hpp |
---|
3717 | ./linux_svga/profile/xwdread.o : include/linked.hpp |
---|
3718 | ./linux_svga/profile/xwdread.o : include/image.hpp |
---|
3719 | ./linux_svga/profile/xwdread.o : include/filter.hpp |
---|
3720 | ./linux_svga/profile/fonts.o : fonts.c |
---|
3721 | g++ -c -o ./linux_svga/profile/fonts.o fonts.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3722 | |
---|
3723 | ./linux_svga/profile/fonts.o : include/filter.hpp |
---|
3724 | ./linux_svga/profile/fonts.o : include/macs.hpp |
---|
3725 | ./linux_svga/profile/fonts.o : include/timage.hpp |
---|
3726 | ./linux_svga/profile/fonts.o : include/system.h |
---|
3727 | ./linux_svga/profile/fonts.o : include/jmalloc.hpp |
---|
3728 | ./linux_svga/profile/fonts.o : include/specs.hpp |
---|
3729 | ./linux_svga/profile/fonts.o : include/palette.hpp |
---|
3730 | ./linux_svga/profile/fonts.o : include/linked.hpp |
---|
3731 | ./linux_svga/profile/fonts.o : include/image.hpp |
---|
3732 | ./linux_svga/profile/fonts.o : include/fonts.hpp |
---|
3733 | ./linux_svga/profile/decoder.o : decoder.c |
---|
3734 | g++ -c -o ./linux_svga/profile/decoder.o decoder.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3735 | |
---|
3736 | ./linux_svga/profile/decoder.o : include/macs.hpp |
---|
3737 | ./linux_svga/profile/decoder.o : include/system.h |
---|
3738 | ./linux_svga/profile/decoder.o : include/jmalloc.hpp |
---|
3739 | ./linux_svga/profile/decoder.o : include/specs.hpp |
---|
3740 | ./linux_svga/profile/decoder.o : include/palette.hpp |
---|
3741 | ./linux_svga/profile/decoder.o : include/linked.hpp |
---|
3742 | ./linux_svga/profile/decoder.o : include/image.hpp |
---|
3743 | ./linux_svga/profile/decoder.o : include/errs.h |
---|
3744 | ./linux_svga/profile/loader.o : loader.c |
---|
3745 | g++ -c -o ./linux_svga/profile/loader.o loader.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3746 | |
---|
3747 | ./linux_svga/profile/loader.o : include/targa.hpp |
---|
3748 | ./linux_svga/profile/loader.o : include/lbmread.hpp |
---|
3749 | ./linux_svga/profile/loader.o : include/pcxread.hpp |
---|
3750 | ./linux_svga/profile/loader.o : include/glread.hpp |
---|
3751 | ./linux_svga/profile/loader.o : include/xwdread.hpp |
---|
3752 | ./linux_svga/profile/loader.o : include/ppmread.hpp |
---|
3753 | ./linux_svga/profile/loader.o : include/mdlread.hpp |
---|
3754 | ./linux_svga/profile/loader.o : include/filter.hpp |
---|
3755 | ./linux_svga/profile/loader.o : include/macs.hpp |
---|
3756 | ./linux_svga/profile/loader.o : include/image24.hpp |
---|
3757 | ./linux_svga/profile/loader.o : include/system.h |
---|
3758 | ./linux_svga/profile/loader.o : include/jmalloc.hpp |
---|
3759 | ./linux_svga/profile/loader.o : include/specs.hpp |
---|
3760 | ./linux_svga/profile/loader.o : include/palette.hpp |
---|
3761 | ./linux_svga/profile/loader.o : include/linked.hpp |
---|
3762 | ./linux_svga/profile/loader.o : include/image.hpp |
---|
3763 | ./linux_svga/profile/loader.o : include/loader.hpp |
---|
3764 | ./linux_svga/profile/glread.o : glread.c |
---|
3765 | g++ -c -o ./linux_svga/profile/glread.o glread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3766 | |
---|
3767 | ./linux_svga/profile/glread.o : include/video.hpp |
---|
3768 | ./linux_svga/profile/glread.o : include/jmalloc.hpp |
---|
3769 | ./linux_svga/profile/glread.o : include/specs.hpp |
---|
3770 | ./linux_svga/profile/glread.o : include/palette.hpp |
---|
3771 | ./linux_svga/profile/glread.o : include/linked.hpp |
---|
3772 | ./linux_svga/profile/glread.o : include/image.hpp |
---|
3773 | ./linux_svga/profile/glread.o : include/system.h |
---|
3774 | ./linux_svga/profile/glread.o : include/macs.hpp |
---|
3775 | ./linux_svga/profile/texture.o : texture.c |
---|
3776 | g++ -c -o ./linux_svga/profile/texture.o texture.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3777 | |
---|
3778 | ./linux_svga/profile/texture.o : include/mouse.hpp |
---|
3779 | ./linux_svga/profile/texture.o : include/sprite.hpp |
---|
3780 | ./linux_svga/profile/texture.o : include/keys.hpp |
---|
3781 | ./linux_svga/profile/texture.o : include/event.hpp |
---|
3782 | ./linux_svga/profile/texture.o : include/macs.hpp |
---|
3783 | ./linux_svga/profile/texture.o : include/video.hpp |
---|
3784 | ./linux_svga/profile/texture.o : include/system.h |
---|
3785 | ./linux_svga/profile/texture.o : include/jmalloc.hpp |
---|
3786 | ./linux_svga/profile/texture.o : include/specs.hpp |
---|
3787 | ./linux_svga/profile/texture.o : include/palette.hpp |
---|
3788 | ./linux_svga/profile/texture.o : include/linked.hpp |
---|
3789 | ./linux_svga/profile/texture.o : include/image.hpp |
---|
3790 | ./linux_svga/profile/specs.o : specs.c |
---|
3791 | g++ -c -o ./linux_svga/profile/specs.o specs.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3792 | |
---|
3793 | ./linux_svga/profile/specs.o : include/dprint.hpp |
---|
3794 | ./linux_svga/profile/specs.o : include/system.h |
---|
3795 | ./linux_svga/profile/specs.o : include/jmalloc.hpp |
---|
3796 | ./linux_svga/profile/specs.o : include/specs.hpp |
---|
3797 | ./linux_svga/profile/specs.o : include/palette.hpp |
---|
3798 | ./linux_svga/profile/specs.o : include/linked.hpp |
---|
3799 | ./linux_svga/profile/specs.o : include/image.hpp |
---|
3800 | ./linux_svga/profile/supmorph.o : supmorph.c |
---|
3801 | g++ -c -o ./linux_svga/profile/supmorph.o supmorph.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3802 | |
---|
3803 | ./linux_svga/profile/supmorph.o : include/jrand.hpp |
---|
3804 | ./linux_svga/profile/supmorph.o : include/video.hpp |
---|
3805 | ./linux_svga/profile/supmorph.o : include/timing.hpp |
---|
3806 | ./linux_svga/profile/supmorph.o : include/filter.hpp |
---|
3807 | ./linux_svga/profile/supmorph.o : include/macs.hpp |
---|
3808 | ./linux_svga/profile/supmorph.o : include/system.h |
---|
3809 | ./linux_svga/profile/supmorph.o : include/specs.hpp |
---|
3810 | ./linux_svga/profile/supmorph.o : include/palette.hpp |
---|
3811 | ./linux_svga/profile/supmorph.o : include/linked.hpp |
---|
3812 | ./linux_svga/profile/supmorph.o : include/image.hpp |
---|
3813 | ./linux_svga/profile/supmorph.o : include/timage.hpp |
---|
3814 | ./linux_svga/profile/supmorph.o : include/jmalloc.hpp |
---|
3815 | ./linux_svga/profile/supmorph.o : include/supmorph.hpp |
---|
3816 | ./linux_svga/profile/image24.o : image24.c |
---|
3817 | g++ -c -o ./linux_svga/profile/image24.o image24.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3818 | |
---|
3819 | ./linux_svga/profile/image24.o : include/image.hpp |
---|
3820 | ./linux_svga/profile/image24.o : include/filter.hpp |
---|
3821 | ./linux_svga/profile/image24.o : include/macs.hpp |
---|
3822 | ./linux_svga/profile/image24.o : include/system.h |
---|
3823 | ./linux_svga/profile/image24.o : include/jmalloc.hpp |
---|
3824 | ./linux_svga/profile/image24.o : include/specs.hpp |
---|
3825 | ./linux_svga/profile/image24.o : include/linked.hpp |
---|
3826 | ./linux_svga/profile/image24.o : include/palette.hpp |
---|
3827 | ./linux_svga/profile/image24.o : include/image24.hpp |
---|
3828 | ./linux_svga/profile/pcxread.o : pcxread.c |
---|
3829 | g++ -c -o ./linux_svga/profile/pcxread.o pcxread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3830 | |
---|
3831 | ./linux_svga/profile/pcxread.o : include/filter.hpp |
---|
3832 | ./linux_svga/profile/pcxread.o : include/macs.hpp |
---|
3833 | ./linux_svga/profile/pcxread.o : include/image24.hpp |
---|
3834 | ./linux_svga/profile/pcxread.o : include/system.h |
---|
3835 | ./linux_svga/profile/pcxread.o : include/jmalloc.hpp |
---|
3836 | ./linux_svga/profile/pcxread.o : include/specs.hpp |
---|
3837 | ./linux_svga/profile/pcxread.o : include/palette.hpp |
---|
3838 | ./linux_svga/profile/pcxread.o : include/linked.hpp |
---|
3839 | ./linux_svga/profile/pcxread.o : include/image.hpp |
---|
3840 | ./linux_svga/profile/pcxread.o : include/pcxread.hpp |
---|
3841 | ./linux_svga/profile/timage.o : timage.c |
---|
3842 | g++ -c -o ./linux_svga/profile/timage.o timage.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3843 | |
---|
3844 | ./linux_svga/profile/timage.o : include/filter.hpp |
---|
3845 | ./linux_svga/profile/timage.o : include/macs.hpp |
---|
3846 | ./linux_svga/profile/timage.o : include/system.h |
---|
3847 | ./linux_svga/profile/timage.o : include/jmalloc.hpp |
---|
3848 | ./linux_svga/profile/timage.o : include/specs.hpp |
---|
3849 | ./linux_svga/profile/timage.o : include/palette.hpp |
---|
3850 | ./linux_svga/profile/timage.o : include/linked.hpp |
---|
3851 | ./linux_svga/profile/timage.o : include/image.hpp |
---|
3852 | ./linux_svga/profile/timage.o : include/timage.hpp |
---|
3853 | ./linux_svga/profile/jmalloc.o : jmalloc.c |
---|
3854 | g++ -c -o ./linux_svga/profile/jmalloc.o jmalloc.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3855 | |
---|
3856 | ./linux_svga/profile/jmalloc.o : include/jmalloc.hpp |
---|
3857 | ./linux_svga/profile/jmalloc.o : include/system.h |
---|
3858 | ./linux_svga/profile/jmalloc.o : include/macs.hpp |
---|
3859 | ./linux_svga/profile/jmalloc.o : include/doscall.hpp |
---|
3860 | ./linux_svga/profile/jrand.o : jrand.c |
---|
3861 | g++ -c -o ./linux_svga/profile/jrand.o jrand.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3862 | |
---|
3863 | ./linux_svga/profile/jrand.o : include/jrand.hpp |
---|
3864 | ./linux_svga/profile/lbmread.o : lbmread.c |
---|
3865 | g++ -c -o ./linux_svga/profile/lbmread.o lbmread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3866 | |
---|
3867 | ./linux_svga/profile/lbmread.o : include/system.h |
---|
3868 | ./linux_svga/profile/lbmread.o : include/jmalloc.hpp |
---|
3869 | ./linux_svga/profile/lbmread.o : include/specs.hpp |
---|
3870 | ./linux_svga/profile/lbmread.o : include/palette.hpp |
---|
3871 | ./linux_svga/profile/lbmread.o : include/linked.hpp |
---|
3872 | ./linux_svga/profile/lbmread.o : include/image.hpp |
---|
3873 | ./linux_svga/profile/lbmread.o : include/lbmread.hpp |
---|
3874 | ./linux_svga/profile/targa.o : targa.c |
---|
3875 | g++ -c -o ./linux_svga/profile/targa.o targa.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3876 | |
---|
3877 | ./linux_svga/profile/targa.o : include/system.h |
---|
3878 | ./linux_svga/profile/targa.o : include/jmalloc.hpp |
---|
3879 | ./linux_svga/profile/targa.o : include/specs.hpp |
---|
3880 | ./linux_svga/profile/targa.o : include/palette.hpp |
---|
3881 | ./linux_svga/profile/targa.o : include/linked.hpp |
---|
3882 | ./linux_svga/profile/targa.o : include/image.hpp |
---|
3883 | ./linux_svga/profile/keys.o : keys.c |
---|
3884 | g++ -c -o ./linux_svga/profile/keys.o keys.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3885 | |
---|
3886 | ./linux_svga/profile/keys.o : include/keys.hpp |
---|
3887 | ./linux_svga/profile/dprint.o : dprint.c |
---|
3888 | g++ -c -o ./linux_svga/profile/dprint.o dprint.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3889 | |
---|
3890 | ./linux_svga/profile/dprint.o : include/system.h |
---|
3891 | ./linux_svga/profile/dprint.o : include/macs.hpp |
---|
3892 | ./linux_svga/profile/status.o : status.c |
---|
3893 | g++ -c -o ./linux_svga/profile/status.o status.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3894 | |
---|
3895 | ./linux_svga/profile/status.o : include/dprint.hpp |
---|
3896 | ./linux_svga/profile/status.o : include/timage.hpp |
---|
3897 | ./linux_svga/profile/status.o : include/fonts.hpp |
---|
3898 | ./linux_svga/profile/status.o : include/filter.hpp |
---|
3899 | ./linux_svga/profile/status.o : include/mouse.hpp |
---|
3900 | ./linux_svga/profile/status.o : include/sprite.hpp |
---|
3901 | ./linux_svga/profile/status.o : include/keys.hpp |
---|
3902 | ./linux_svga/profile/status.o : include/event.hpp |
---|
3903 | ./linux_svga/profile/status.o : include/jmalloc.hpp |
---|
3904 | ./linux_svga/profile/status.o : include/specs.hpp |
---|
3905 | ./linux_svga/profile/status.o : include/palette.hpp |
---|
3906 | ./linux_svga/profile/status.o : include/linked.hpp |
---|
3907 | ./linux_svga/profile/status.o : include/image.hpp |
---|
3908 | ./linux_svga/profile/status.o : include/video.hpp |
---|
3909 | ./linux_svga/profile/status.o : include/jwindow.hpp |
---|
3910 | ./linux_svga/profile/status.o : include/visobj.hpp |
---|
3911 | ./linux_svga/profile/status.o : include/status.hpp |
---|
3912 | ./linux_svga/profile/status.o : include/system.h |
---|
3913 | ./linux_svga/profile/status.o : include/macs.hpp |
---|
3914 | ./linux_svga/profile/visobj.o : visobj.c |
---|
3915 | g++ -c -o ./linux_svga/profile/visobj.o visobj.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3916 | |
---|
3917 | ./linux_svga/profile/visobj.o : include/timage.hpp |
---|
3918 | ./linux_svga/profile/visobj.o : include/fonts.hpp |
---|
3919 | ./linux_svga/profile/visobj.o : include/filter.hpp |
---|
3920 | ./linux_svga/profile/visobj.o : include/mouse.hpp |
---|
3921 | ./linux_svga/profile/visobj.o : include/macs.hpp |
---|
3922 | ./linux_svga/profile/visobj.o : include/sprite.hpp |
---|
3923 | ./linux_svga/profile/visobj.o : include/keys.hpp |
---|
3924 | ./linux_svga/profile/visobj.o : include/event.hpp |
---|
3925 | ./linux_svga/profile/visobj.o : include/jmalloc.hpp |
---|
3926 | ./linux_svga/profile/visobj.o : include/specs.hpp |
---|
3927 | ./linux_svga/profile/visobj.o : include/palette.hpp |
---|
3928 | ./linux_svga/profile/visobj.o : include/linked.hpp |
---|
3929 | ./linux_svga/profile/visobj.o : include/image.hpp |
---|
3930 | ./linux_svga/profile/visobj.o : include/system.h |
---|
3931 | ./linux_svga/profile/visobj.o : include/video.hpp |
---|
3932 | ./linux_svga/profile/visobj.o : include/jwindow.hpp |
---|
3933 | ./linux_svga/profile/visobj.o : include/visobj.hpp |
---|
3934 | |
---|
3935 | ./linux_x11/profile/image.a : $(LINUX_X11_image_profile_o_files) |
---|
3936 | ar ruvs ./linux_x11/profile/image.a \ |
---|
3937 | ./linux_x11/profile/filter.o \ |
---|
3938 | ./linux_x11/profile/gifread.o \ |
---|
3939 | ./linux_x11/profile/globals.o \ |
---|
3940 | ./linux_x11/profile/image.o \ |
---|
3941 | ./linux_x11/profile/linked.o \ |
---|
3942 | ./linux_x11/profile/input.o \ |
---|
3943 | ./linux_x11/profile/mdlread.o \ |
---|
3944 | ./linux_x11/profile/palette.o \ |
---|
3945 | ./linux_x11/profile/ppmread.o \ |
---|
3946 | ./linux_x11/profile/include.o \ |
---|
3947 | ./linux_x11/profile/xwdread.o \ |
---|
3948 | ./linux_x11/profile/fonts.o \ |
---|
3949 | ./linux_x11/profile/decoder.o \ |
---|
3950 | ./linux_x11/profile/loader.o \ |
---|
3951 | ./linux_x11/profile/glread.o \ |
---|
3952 | ./linux_x11/profile/texture.o \ |
---|
3953 | ./linux_x11/profile/specs.o \ |
---|
3954 | ./linux_x11/profile/supmorph.o \ |
---|
3955 | ./linux_x11/profile/image24.o \ |
---|
3956 | ./linux_x11/profile/pcxread.o \ |
---|
3957 | ./linux_x11/profile/timage.o \ |
---|
3958 | ./linux_x11/profile/jmalloc.o \ |
---|
3959 | ./linux_x11/profile/jrand.o \ |
---|
3960 | ./linux_x11/profile/lbmread.o \ |
---|
3961 | ./linux_x11/profile/targa.o \ |
---|
3962 | ./linux_x11/profile/keys.o \ |
---|
3963 | ./linux_x11/profile/dprint.o \ |
---|
3964 | ./linux_x11/profile/status.o \ |
---|
3965 | ./linux_x11/profile/visobj.o |
---|
3966 | |
---|
3967 | ./linux_x11/profile/filter.o : filter.c |
---|
3968 | g++ -c -o ./linux_x11/profile/filter.o filter.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3969 | |
---|
3970 | ./linux_x11/profile/filter.o : include/filter.hpp |
---|
3971 | ./linux_x11/profile/filter.o : include/macs.hpp |
---|
3972 | ./linux_x11/profile/filter.o : include/system.h |
---|
3973 | ./linux_x11/profile/filter.o : include/jmalloc.hpp |
---|
3974 | ./linux_x11/profile/filter.o : include/specs.hpp |
---|
3975 | ./linux_x11/profile/filter.o : include/palette.hpp |
---|
3976 | ./linux_x11/profile/filter.o : include/linked.hpp |
---|
3977 | ./linux_x11/profile/filter.o : include/image.hpp |
---|
3978 | ./linux_x11/profile/gifread.o : gifread.c |
---|
3979 | g++ -c -o ./linux_x11/profile/gifread.o gifread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3980 | |
---|
3981 | ./linux_x11/profile/gifread.o : include/macs.hpp |
---|
3982 | ./linux_x11/profile/gifread.o : include/dir.h |
---|
3983 | ./linux_x11/profile/gifread.o : include/dos.h |
---|
3984 | ./linux_x11/profile/gifread.o : include/std.h |
---|
3985 | ./linux_x11/profile/gifread.o : include/gifdecod.hpp |
---|
3986 | ./linux_x11/profile/gifread.o : include/video.hpp |
---|
3987 | ./linux_x11/profile/gifread.o : include/system.h |
---|
3988 | ./linux_x11/profile/gifread.o : include/jmalloc.hpp |
---|
3989 | ./linux_x11/profile/gifread.o : include/specs.hpp |
---|
3990 | ./linux_x11/profile/gifread.o : include/palette.hpp |
---|
3991 | ./linux_x11/profile/gifread.o : include/linked.hpp |
---|
3992 | ./linux_x11/profile/gifread.o : include/image.hpp |
---|
3993 | ./linux_x11/profile/gifread.o : include/gifread.hpp |
---|
3994 | ./linux_x11/profile/globals.o : globals.c |
---|
3995 | g++ -c -o ./linux_x11/profile/globals.o globals.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
3996 | |
---|
3997 | ./linux_x11/profile/globals.o : globals.c |
---|
3998 | ./linux_x11/profile/image.o : image.c |
---|
3999 | g++ -c -o ./linux_x11/profile/image.o image.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4000 | |
---|
4001 | ./linux_x11/profile/image.o : include/macs.hpp |
---|
4002 | ./linux_x11/profile/image.o : include/system.h |
---|
4003 | ./linux_x11/profile/image.o : include/jmalloc.hpp |
---|
4004 | ./linux_x11/profile/image.o : include/specs.hpp |
---|
4005 | ./linux_x11/profile/image.o : include/palette.hpp |
---|
4006 | ./linux_x11/profile/image.o : include/linked.hpp |
---|
4007 | ./linux_x11/profile/image.o : include/image.hpp |
---|
4008 | ./linux_x11/profile/linked.o : linked.c |
---|
4009 | g++ -c -o ./linux_x11/profile/linked.o linked.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4010 | |
---|
4011 | ./linux_x11/profile/linked.o : include/linked.hpp |
---|
4012 | ./linux_x11/profile/input.o : input.c |
---|
4013 | g++ -c -o ./linux_x11/profile/input.o input.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4014 | |
---|
4015 | ./linux_x11/profile/input.o : include/timage.hpp |
---|
4016 | ./linux_x11/profile/input.o : include/fonts.hpp |
---|
4017 | ./linux_x11/profile/input.o : include/filter.hpp |
---|
4018 | ./linux_x11/profile/input.o : include/mouse.hpp |
---|
4019 | ./linux_x11/profile/input.o : include/macs.hpp |
---|
4020 | ./linux_x11/profile/input.o : include/sprite.hpp |
---|
4021 | ./linux_x11/profile/input.o : include/keys.hpp |
---|
4022 | ./linux_x11/profile/input.o : include/event.hpp |
---|
4023 | ./linux_x11/profile/input.o : include/jmalloc.hpp |
---|
4024 | ./linux_x11/profile/input.o : include/specs.hpp |
---|
4025 | ./linux_x11/profile/input.o : include/palette.hpp |
---|
4026 | ./linux_x11/profile/input.o : include/linked.hpp |
---|
4027 | ./linux_x11/profile/input.o : include/image.hpp |
---|
4028 | ./linux_x11/profile/input.o : include/system.h |
---|
4029 | ./linux_x11/profile/input.o : include/video.hpp |
---|
4030 | ./linux_x11/profile/input.o : include/jwindow.hpp |
---|
4031 | ./linux_x11/profile/input.o : include/input.hpp |
---|
4032 | ./linux_x11/profile/mdlread.o : mdlread.c |
---|
4033 | g++ -c -o ./linux_x11/profile/mdlread.o mdlread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4034 | |
---|
4035 | ./linux_x11/profile/mdlread.o : include/macs.hpp |
---|
4036 | ./linux_x11/profile/mdlread.o : include/image.hpp |
---|
4037 | ./linux_x11/profile/mdlread.o : include/system.h |
---|
4038 | ./linux_x11/profile/mdlread.o : include/jmalloc.hpp |
---|
4039 | ./linux_x11/profile/mdlread.o : include/specs.hpp |
---|
4040 | ./linux_x11/profile/mdlread.o : include/linked.hpp |
---|
4041 | ./linux_x11/profile/mdlread.o : include/palette.hpp |
---|
4042 | ./linux_x11/profile/mdlread.o : include/mdlread.hpp |
---|
4043 | ./linux_x11/profile/palette.o : palette.c |
---|
4044 | g++ -c -o ./linux_x11/profile/palette.o palette.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4045 | |
---|
4046 | ./linux_x11/profile/palette.o : include/filter.hpp |
---|
4047 | ./linux_x11/profile/palette.o : include/video.hpp |
---|
4048 | ./linux_x11/profile/palette.o : include/dos.h |
---|
4049 | ./linux_x11/profile/palette.o : include/macs.hpp |
---|
4050 | ./linux_x11/profile/palette.o : include/image.hpp |
---|
4051 | ./linux_x11/profile/palette.o : include/system.h |
---|
4052 | ./linux_x11/profile/palette.o : include/jmalloc.hpp |
---|
4053 | ./linux_x11/profile/palette.o : include/specs.hpp |
---|
4054 | ./linux_x11/profile/palette.o : include/linked.hpp |
---|
4055 | ./linux_x11/profile/palette.o : include/palette.hpp |
---|
4056 | ./linux_x11/profile/ppmread.o : ppmread.c |
---|
4057 | g++ -c -o ./linux_x11/profile/ppmread.o ppmread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4058 | |
---|
4059 | ./linux_x11/profile/ppmread.o : include/ppmread.hpp |
---|
4060 | ./linux_x11/profile/ppmread.o : include/macs.hpp |
---|
4061 | ./linux_x11/profile/ppmread.o : include/system.h |
---|
4062 | ./linux_x11/profile/ppmread.o : include/jmalloc.hpp |
---|
4063 | ./linux_x11/profile/ppmread.o : include/specs.hpp |
---|
4064 | ./linux_x11/profile/ppmread.o : include/palette.hpp |
---|
4065 | ./linux_x11/profile/ppmread.o : include/linked.hpp |
---|
4066 | ./linux_x11/profile/ppmread.o : include/image.hpp |
---|
4067 | ./linux_x11/profile/include.o : include.c |
---|
4068 | g++ -c -o ./linux_x11/profile/include.o include.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4069 | |
---|
4070 | ./linux_x11/profile/include.o : include/system.h |
---|
4071 | ./linux_x11/profile/include.o : include/jmalloc.hpp |
---|
4072 | ./linux_x11/profile/include.o : include/specs.hpp |
---|
4073 | ./linux_x11/profile/include.o : include/palette.hpp |
---|
4074 | ./linux_x11/profile/include.o : include/linked.hpp |
---|
4075 | ./linux_x11/profile/include.o : include/image.hpp |
---|
4076 | ./linux_x11/profile/include.o : include/include.hpp |
---|
4077 | ./linux_x11/profile/xwdread.o : xwdread.c |
---|
4078 | g++ -c -o ./linux_x11/profile/xwdread.o xwdread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4079 | |
---|
4080 | ./linux_x11/profile/xwdread.o : include/image24.hpp |
---|
4081 | ./linux_x11/profile/xwdread.o : include/main.hpp |
---|
4082 | ./linux_x11/profile/xwdread.o : include/dos.h |
---|
4083 | ./linux_x11/profile/xwdread.o : include/video.hpp |
---|
4084 | ./linux_x11/profile/xwdread.o : include/mouse.hpp |
---|
4085 | ./linux_x11/profile/xwdread.o : include/macs.hpp |
---|
4086 | ./linux_x11/profile/xwdread.o : include/sprite.hpp |
---|
4087 | ./linux_x11/profile/xwdread.o : include/keys.hpp |
---|
4088 | ./linux_x11/profile/xwdread.o : include/event.hpp |
---|
4089 | ./linux_x11/profile/xwdread.o : include/system.h |
---|
4090 | ./linux_x11/profile/xwdread.o : include/jmalloc.hpp |
---|
4091 | ./linux_x11/profile/xwdread.o : include/specs.hpp |
---|
4092 | ./linux_x11/profile/xwdread.o : include/palette.hpp |
---|
4093 | ./linux_x11/profile/xwdread.o : include/linked.hpp |
---|
4094 | ./linux_x11/profile/xwdread.o : include/image.hpp |
---|
4095 | ./linux_x11/profile/xwdread.o : include/filter.hpp |
---|
4096 | ./linux_x11/profile/fonts.o : fonts.c |
---|
4097 | g++ -c -o ./linux_x11/profile/fonts.o fonts.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4098 | |
---|
4099 | ./linux_x11/profile/fonts.o : include/filter.hpp |
---|
4100 | ./linux_x11/profile/fonts.o : include/macs.hpp |
---|
4101 | ./linux_x11/profile/fonts.o : include/timage.hpp |
---|
4102 | ./linux_x11/profile/fonts.o : include/system.h |
---|
4103 | ./linux_x11/profile/fonts.o : include/jmalloc.hpp |
---|
4104 | ./linux_x11/profile/fonts.o : include/specs.hpp |
---|
4105 | ./linux_x11/profile/fonts.o : include/palette.hpp |
---|
4106 | ./linux_x11/profile/fonts.o : include/linked.hpp |
---|
4107 | ./linux_x11/profile/fonts.o : include/image.hpp |
---|
4108 | ./linux_x11/profile/fonts.o : include/fonts.hpp |
---|
4109 | ./linux_x11/profile/decoder.o : decoder.c |
---|
4110 | g++ -c -o ./linux_x11/profile/decoder.o decoder.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4111 | |
---|
4112 | ./linux_x11/profile/decoder.o : include/macs.hpp |
---|
4113 | ./linux_x11/profile/decoder.o : include/system.h |
---|
4114 | ./linux_x11/profile/decoder.o : include/jmalloc.hpp |
---|
4115 | ./linux_x11/profile/decoder.o : include/specs.hpp |
---|
4116 | ./linux_x11/profile/decoder.o : include/palette.hpp |
---|
4117 | ./linux_x11/profile/decoder.o : include/linked.hpp |
---|
4118 | ./linux_x11/profile/decoder.o : include/image.hpp |
---|
4119 | ./linux_x11/profile/decoder.o : include/errs.h |
---|
4120 | ./linux_x11/profile/loader.o : loader.c |
---|
4121 | g++ -c -o ./linux_x11/profile/loader.o loader.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4122 | |
---|
4123 | ./linux_x11/profile/loader.o : include/targa.hpp |
---|
4124 | ./linux_x11/profile/loader.o : include/lbmread.hpp |
---|
4125 | ./linux_x11/profile/loader.o : include/pcxread.hpp |
---|
4126 | ./linux_x11/profile/loader.o : include/glread.hpp |
---|
4127 | ./linux_x11/profile/loader.o : include/xwdread.hpp |
---|
4128 | ./linux_x11/profile/loader.o : include/ppmread.hpp |
---|
4129 | ./linux_x11/profile/loader.o : include/mdlread.hpp |
---|
4130 | ./linux_x11/profile/loader.o : include/filter.hpp |
---|
4131 | ./linux_x11/profile/loader.o : include/macs.hpp |
---|
4132 | ./linux_x11/profile/loader.o : include/image24.hpp |
---|
4133 | ./linux_x11/profile/loader.o : include/system.h |
---|
4134 | ./linux_x11/profile/loader.o : include/jmalloc.hpp |
---|
4135 | ./linux_x11/profile/loader.o : include/specs.hpp |
---|
4136 | ./linux_x11/profile/loader.o : include/palette.hpp |
---|
4137 | ./linux_x11/profile/loader.o : include/linked.hpp |
---|
4138 | ./linux_x11/profile/loader.o : include/image.hpp |
---|
4139 | ./linux_x11/profile/loader.o : include/loader.hpp |
---|
4140 | ./linux_x11/profile/glread.o : glread.c |
---|
4141 | g++ -c -o ./linux_x11/profile/glread.o glread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4142 | |
---|
4143 | ./linux_x11/profile/glread.o : include/video.hpp |
---|
4144 | ./linux_x11/profile/glread.o : include/jmalloc.hpp |
---|
4145 | ./linux_x11/profile/glread.o : include/specs.hpp |
---|
4146 | ./linux_x11/profile/glread.o : include/palette.hpp |
---|
4147 | ./linux_x11/profile/glread.o : include/linked.hpp |
---|
4148 | ./linux_x11/profile/glread.o : include/image.hpp |
---|
4149 | ./linux_x11/profile/glread.o : include/system.h |
---|
4150 | ./linux_x11/profile/glread.o : include/macs.hpp |
---|
4151 | ./linux_x11/profile/texture.o : texture.c |
---|
4152 | g++ -c -o ./linux_x11/profile/texture.o texture.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4153 | |
---|
4154 | ./linux_x11/profile/texture.o : include/mouse.hpp |
---|
4155 | ./linux_x11/profile/texture.o : include/sprite.hpp |
---|
4156 | ./linux_x11/profile/texture.o : include/keys.hpp |
---|
4157 | ./linux_x11/profile/texture.o : include/event.hpp |
---|
4158 | ./linux_x11/profile/texture.o : include/macs.hpp |
---|
4159 | ./linux_x11/profile/texture.o : include/video.hpp |
---|
4160 | ./linux_x11/profile/texture.o : include/system.h |
---|
4161 | ./linux_x11/profile/texture.o : include/jmalloc.hpp |
---|
4162 | ./linux_x11/profile/texture.o : include/specs.hpp |
---|
4163 | ./linux_x11/profile/texture.o : include/palette.hpp |
---|
4164 | ./linux_x11/profile/texture.o : include/linked.hpp |
---|
4165 | ./linux_x11/profile/texture.o : include/image.hpp |
---|
4166 | ./linux_x11/profile/specs.o : specs.c |
---|
4167 | g++ -c -o ./linux_x11/profile/specs.o specs.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4168 | |
---|
4169 | ./linux_x11/profile/specs.o : include/dprint.hpp |
---|
4170 | ./linux_x11/profile/specs.o : include/system.h |
---|
4171 | ./linux_x11/profile/specs.o : include/jmalloc.hpp |
---|
4172 | ./linux_x11/profile/specs.o : include/specs.hpp |
---|
4173 | ./linux_x11/profile/specs.o : include/palette.hpp |
---|
4174 | ./linux_x11/profile/specs.o : include/linked.hpp |
---|
4175 | ./linux_x11/profile/specs.o : include/image.hpp |
---|
4176 | ./linux_x11/profile/supmorph.o : supmorph.c |
---|
4177 | g++ -c -o ./linux_x11/profile/supmorph.o supmorph.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4178 | |
---|
4179 | ./linux_x11/profile/supmorph.o : include/jrand.hpp |
---|
4180 | ./linux_x11/profile/supmorph.o : include/video.hpp |
---|
4181 | ./linux_x11/profile/supmorph.o : include/timing.hpp |
---|
4182 | ./linux_x11/profile/supmorph.o : include/filter.hpp |
---|
4183 | ./linux_x11/profile/supmorph.o : include/macs.hpp |
---|
4184 | ./linux_x11/profile/supmorph.o : include/system.h |
---|
4185 | ./linux_x11/profile/supmorph.o : include/specs.hpp |
---|
4186 | ./linux_x11/profile/supmorph.o : include/palette.hpp |
---|
4187 | ./linux_x11/profile/supmorph.o : include/linked.hpp |
---|
4188 | ./linux_x11/profile/supmorph.o : include/image.hpp |
---|
4189 | ./linux_x11/profile/supmorph.o : include/timage.hpp |
---|
4190 | ./linux_x11/profile/supmorph.o : include/jmalloc.hpp |
---|
4191 | ./linux_x11/profile/supmorph.o : include/supmorph.hpp |
---|
4192 | ./linux_x11/profile/image24.o : image24.c |
---|
4193 | g++ -c -o ./linux_x11/profile/image24.o image24.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4194 | |
---|
4195 | ./linux_x11/profile/image24.o : include/image.hpp |
---|
4196 | ./linux_x11/profile/image24.o : include/filter.hpp |
---|
4197 | ./linux_x11/profile/image24.o : include/macs.hpp |
---|
4198 | ./linux_x11/profile/image24.o : include/system.h |
---|
4199 | ./linux_x11/profile/image24.o : include/jmalloc.hpp |
---|
4200 | ./linux_x11/profile/image24.o : include/specs.hpp |
---|
4201 | ./linux_x11/profile/image24.o : include/linked.hpp |
---|
4202 | ./linux_x11/profile/image24.o : include/palette.hpp |
---|
4203 | ./linux_x11/profile/image24.o : include/image24.hpp |
---|
4204 | ./linux_x11/profile/pcxread.o : pcxread.c |
---|
4205 | g++ -c -o ./linux_x11/profile/pcxread.o pcxread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4206 | |
---|
4207 | ./linux_x11/profile/pcxread.o : include/filter.hpp |
---|
4208 | ./linux_x11/profile/pcxread.o : include/macs.hpp |
---|
4209 | ./linux_x11/profile/pcxread.o : include/image24.hpp |
---|
4210 | ./linux_x11/profile/pcxread.o : include/system.h |
---|
4211 | ./linux_x11/profile/pcxread.o : include/jmalloc.hpp |
---|
4212 | ./linux_x11/profile/pcxread.o : include/specs.hpp |
---|
4213 | ./linux_x11/profile/pcxread.o : include/palette.hpp |
---|
4214 | ./linux_x11/profile/pcxread.o : include/linked.hpp |
---|
4215 | ./linux_x11/profile/pcxread.o : include/image.hpp |
---|
4216 | ./linux_x11/profile/pcxread.o : include/pcxread.hpp |
---|
4217 | ./linux_x11/profile/timage.o : timage.c |
---|
4218 | g++ -c -o ./linux_x11/profile/timage.o timage.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4219 | |
---|
4220 | ./linux_x11/profile/timage.o : include/filter.hpp |
---|
4221 | ./linux_x11/profile/timage.o : include/macs.hpp |
---|
4222 | ./linux_x11/profile/timage.o : include/system.h |
---|
4223 | ./linux_x11/profile/timage.o : include/jmalloc.hpp |
---|
4224 | ./linux_x11/profile/timage.o : include/specs.hpp |
---|
4225 | ./linux_x11/profile/timage.o : include/palette.hpp |
---|
4226 | ./linux_x11/profile/timage.o : include/linked.hpp |
---|
4227 | ./linux_x11/profile/timage.o : include/image.hpp |
---|
4228 | ./linux_x11/profile/timage.o : include/timage.hpp |
---|
4229 | ./linux_x11/profile/jmalloc.o : jmalloc.c |
---|
4230 | g++ -c -o ./linux_x11/profile/jmalloc.o jmalloc.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4231 | |
---|
4232 | ./linux_x11/profile/jmalloc.o : include/jmalloc.hpp |
---|
4233 | ./linux_x11/profile/jmalloc.o : include/system.h |
---|
4234 | ./linux_x11/profile/jmalloc.o : include/macs.hpp |
---|
4235 | ./linux_x11/profile/jmalloc.o : include/doscall.hpp |
---|
4236 | ./linux_x11/profile/jrand.o : jrand.c |
---|
4237 | g++ -c -o ./linux_x11/profile/jrand.o jrand.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4238 | |
---|
4239 | ./linux_x11/profile/jrand.o : include/jrand.hpp |
---|
4240 | ./linux_x11/profile/lbmread.o : lbmread.c |
---|
4241 | g++ -c -o ./linux_x11/profile/lbmread.o lbmread.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4242 | |
---|
4243 | ./linux_x11/profile/lbmread.o : include/system.h |
---|
4244 | ./linux_x11/profile/lbmread.o : include/jmalloc.hpp |
---|
4245 | ./linux_x11/profile/lbmread.o : include/specs.hpp |
---|
4246 | ./linux_x11/profile/lbmread.o : include/palette.hpp |
---|
4247 | ./linux_x11/profile/lbmread.o : include/linked.hpp |
---|
4248 | ./linux_x11/profile/lbmread.o : include/image.hpp |
---|
4249 | ./linux_x11/profile/lbmread.o : include/lbmread.hpp |
---|
4250 | ./linux_x11/profile/targa.o : targa.c |
---|
4251 | g++ -c -o ./linux_x11/profile/targa.o targa.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4252 | |
---|
4253 | ./linux_x11/profile/targa.o : include/system.h |
---|
4254 | ./linux_x11/profile/targa.o : include/jmalloc.hpp |
---|
4255 | ./linux_x11/profile/targa.o : include/specs.hpp |
---|
4256 | ./linux_x11/profile/targa.o : include/palette.hpp |
---|
4257 | ./linux_x11/profile/targa.o : include/linked.hpp |
---|
4258 | ./linux_x11/profile/targa.o : include/image.hpp |
---|
4259 | ./linux_x11/profile/keys.o : keys.c |
---|
4260 | g++ -c -o ./linux_x11/profile/keys.o keys.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4261 | |
---|
4262 | ./linux_x11/profile/keys.o : include/keys.hpp |
---|
4263 | ./linux_x11/profile/dprint.o : dprint.c |
---|
4264 | g++ -c -o ./linux_x11/profile/dprint.o dprint.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4265 | |
---|
4266 | ./linux_x11/profile/dprint.o : include/system.h |
---|
4267 | ./linux_x11/profile/dprint.o : include/macs.hpp |
---|
4268 | ./linux_x11/profile/status.o : status.c |
---|
4269 | g++ -c -o ./linux_x11/profile/status.o status.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4270 | |
---|
4271 | ./linux_x11/profile/status.o : include/dprint.hpp |
---|
4272 | ./linux_x11/profile/status.o : include/timage.hpp |
---|
4273 | ./linux_x11/profile/status.o : include/fonts.hpp |
---|
4274 | ./linux_x11/profile/status.o : include/filter.hpp |
---|
4275 | ./linux_x11/profile/status.o : include/mouse.hpp |
---|
4276 | ./linux_x11/profile/status.o : include/sprite.hpp |
---|
4277 | ./linux_x11/profile/status.o : include/keys.hpp |
---|
4278 | ./linux_x11/profile/status.o : include/event.hpp |
---|
4279 | ./linux_x11/profile/status.o : include/jmalloc.hpp |
---|
4280 | ./linux_x11/profile/status.o : include/specs.hpp |
---|
4281 | ./linux_x11/profile/status.o : include/palette.hpp |
---|
4282 | ./linux_x11/profile/status.o : include/linked.hpp |
---|
4283 | ./linux_x11/profile/status.o : include/image.hpp |
---|
4284 | ./linux_x11/profile/status.o : include/video.hpp |
---|
4285 | ./linux_x11/profile/status.o : include/jwindow.hpp |
---|
4286 | ./linux_x11/profile/status.o : include/visobj.hpp |
---|
4287 | ./linux_x11/profile/status.o : include/status.hpp |
---|
4288 | ./linux_x11/profile/status.o : include/system.h |
---|
4289 | ./linux_x11/profile/status.o : include/macs.hpp |
---|
4290 | ./linux_x11/profile/visobj.o : visobj.c |
---|
4291 | g++ -c -o ./linux_x11/profile/visobj.o visobj.c -Iinclude -O2 -g -pg -DMEM_CHECK -DMANAGE_MEM |
---|
4292 | |
---|
4293 | ./linux_x11/profile/visobj.o : include/timage.hpp |
---|
4294 | ./linux_x11/profile/visobj.o : include/fonts.hpp |
---|
4295 | ./linux_x11/profile/visobj.o : include/filter.hpp |
---|
4296 | ./linux_x11/profile/visobj.o : include/mouse.hpp |
---|
4297 | ./linux_x11/profile/visobj.o : include/macs.hpp |
---|
4298 | ./linux_x11/profile/visobj.o : include/sprite.hpp |
---|
4299 | ./linux_x11/profile/visobj.o : include/keys.hpp |
---|
4300 | ./linux_x11/profile/visobj.o : include/event.hpp |
---|
4301 | ./linux_x11/profile/visobj.o : include/jmalloc.hpp |
---|
4302 | ./linux_x11/profile/visobj.o : include/specs.hpp |
---|
4303 | ./linux_x11/profile/visobj.o : include/palette.hpp |
---|
4304 | ./linux_x11/profile/visobj.o : include/linked.hpp |
---|
4305 | ./linux_x11/profile/visobj.o : include/image.hpp |
---|
4306 | ./linux_x11/profile/visobj.o : include/system.h |
---|
4307 | ./linux_x11/profile/visobj.o : include/video.hpp |
---|
4308 | ./linux_x11/profile/visobj.o : include/jwindow.hpp |
---|
4309 | ./linux_x11/profile/visobj.o : include/visobj.hpp |
---|
4310 | |
---|