1 | .SUFFIXES: .o .c .cxx .depend |
---|
2 | |
---|
3 | OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx)) |
---|
4 | |
---|
5 | LIB_SHARED=../lib/$(MAIN:.a=).$(SHARED_LIB_SUFFIX) |
---|
6 | |
---|
7 | it: do_$(MAIN) |
---|
8 | |
---|
9 | do_WINDOW.a: |
---|
10 | @echo "Error: MAIN='$(MAIN)' is set wrong" |
---|
11 | false |
---|
12 | |
---|
13 | do_libWINDOW.a: $(LIB_SHARED) |
---|
14 | |
---|
15 | $(LIB_SHARED): $(OBJECTS) |
---|
16 | $(LINK_SHARED_LIB) $(LIB_SHARED) $(OBJECTS) |
---|
17 | |
---|
18 | .cxx.o: |
---|
19 | $(A_CXX) $(shared_cflags) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $< |
---|
20 | |
---|
21 | clean: |
---|
22 | rm -f $(OBJECTS) *.a *.so |
---|
23 | |
---|
24 | DEPENDS = $(OBJECTS:.o=.depend) |
---|
25 | depends: $(DEPENDS) |
---|
26 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
---|
27 | @rm $(DEPENDS) |
---|
28 | $(DEPENDS): depend.init |
---|
29 | depend.init: |
---|
30 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
---|
31 | .c.depend: |
---|
32 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
33 | .cxx.depend: |
---|
34 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
35 | |
---|
36 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
---|
37 | |
---|
38 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
---|
39 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main) |
---|
40 | |
---|
41 | AW_advice.o: aw_advice.hxx |
---|
42 | AW_advice.o: aw_awar.hxx |
---|
43 | AW_advice.o: aw_base.hxx |
---|
44 | AW_advice.o: aw_keysym.hxx |
---|
45 | AW_advice.o: aw_msg.hxx |
---|
46 | AW_advice.o: aw_root.hxx |
---|
47 | AW_advice.o: aw_window.hxx |
---|
48 | AW_advice.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
49 | AW_advice.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
50 | AW_advice.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
51 | AW_advice.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
52 | AW_advice.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
53 | AW_advice.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
54 | AW_advice.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
55 | AW_advice.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
56 | AW_advice.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
57 | AW_advice.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
58 | AW_advice.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
59 | AW_advice.o: $(ARBHOME)/INCLUDE/cb.h |
---|
60 | AW_advice.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
61 | AW_advice.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
62 | AW_advice.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
63 | AW_advice.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
64 | AW_advice.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
65 | AW_advice.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
66 | AW_advice.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
67 | AW_advice.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
68 | AW_advice.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
69 | AW_advice.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
70 | |
---|
71 | AW_at.o: aw_at.hxx |
---|
72 | AW_at.o: aw_base.hxx |
---|
73 | AW_at.o: aw_keysym.hxx |
---|
74 | AW_at.o: aw_root.hxx |
---|
75 | AW_at.o: aw_window.hxx |
---|
76 | AW_at.o: aw_xfig.hxx |
---|
77 | AW_at.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
78 | AW_at.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
79 | AW_at.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
80 | AW_at.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
81 | AW_at.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
82 | AW_at.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
83 | AW_at.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
84 | AW_at.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
85 | AW_at.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
86 | AW_at.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
87 | AW_at.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
88 | AW_at.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
89 | AW_at.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
90 | AW_at.o: $(ARBHOME)/INCLUDE/cb.h |
---|
91 | AW_at.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
92 | AW_at.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
93 | AW_at.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
94 | AW_at.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
95 | AW_at.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
96 | AW_at.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
97 | AW_at.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
98 | AW_at.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
99 | AW_at.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
100 | AW_at.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
101 | |
---|
102 | AW_awar.o: aw_awar.hxx |
---|
103 | AW_awar.o: aw_base.hxx |
---|
104 | AW_awar.o: aw_keysym.hxx |
---|
105 | AW_awar.o: aw_msg.hxx |
---|
106 | AW_awar.o: aw_nawar.hxx |
---|
107 | AW_awar.o: aw_root.hxx |
---|
108 | AW_awar.o: aw_scalar.hxx |
---|
109 | AW_awar.o: aw_select.hxx |
---|
110 | AW_awar.o: aw_window.hxx |
---|
111 | AW_awar.o: $(ARBHOME)/INCLUDE/ad_cb.h |
---|
112 | AW_awar.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h |
---|
113 | AW_awar.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
114 | AW_awar.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
115 | AW_awar.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
116 | AW_awar.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
117 | AW_awar.o: $(ARBHOME)/INCLUDE/arb_file.h |
---|
118 | AW_awar.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
119 | AW_awar.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
120 | AW_awar.o: $(ARBHOME)/INCLUDE/arb_str.h |
---|
121 | AW_awar.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
122 | AW_awar.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
123 | AW_awar.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
124 | AW_awar.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
125 | AW_awar.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
126 | AW_awar.o: $(ARBHOME)/INCLUDE/cb.h |
---|
127 | AW_awar.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
128 | AW_awar.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
129 | AW_awar.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
130 | AW_awar.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
131 | AW_awar.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
132 | AW_awar.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
133 | AW_awar.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
134 | AW_awar.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
135 | AW_awar.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
136 | AW_awar.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
137 | |
---|
138 | AW_button.o: aw_at.hxx |
---|
139 | AW_button.o: aw_awar.hxx |
---|
140 | AW_button.o: aw_base.hxx |
---|
141 | AW_button.o: aw_device.hxx |
---|
142 | AW_button.o: aw_font_limits.hxx |
---|
143 | AW_button.o: aw_keysym.hxx |
---|
144 | AW_button.o: aw_msg.hxx |
---|
145 | AW_button.o: aw_position.hxx |
---|
146 | AW_button.o: aw_root.hxx |
---|
147 | AW_button.o: aw_scalar.hxx |
---|
148 | AW_button.o: aw_select.hxx |
---|
149 | AW_button.o: aw_varupdate.hxx |
---|
150 | AW_button.o: aw_window.hxx |
---|
151 | AW_button.o: aw_window_Xm.hxx |
---|
152 | AW_button.o: aw_xargs.hxx |
---|
153 | AW_button.o: $(ARBHOME)/INCLUDE/ad_cb.h |
---|
154 | AW_button.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h |
---|
155 | AW_button.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
156 | AW_button.o: $(ARBHOME)/INCLUDE/arb_algo.h |
---|
157 | AW_button.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
158 | AW_button.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
159 | AW_button.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
160 | AW_button.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
161 | AW_button.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
162 | AW_button.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
163 | AW_button.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
164 | AW_button.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
165 | AW_button.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
166 | AW_button.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
167 | AW_button.o: $(ARBHOME)/INCLUDE/cb.h |
---|
168 | AW_button.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
169 | AW_button.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
170 | AW_button.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
171 | AW_button.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
172 | AW_button.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
173 | AW_button.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
174 | AW_button.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
175 | AW_button.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
176 | AW_button.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
177 | |
---|
178 | AW_cb_struct.o: aw_base.hxx |
---|
179 | AW_cb_struct.o: aw_device.hxx |
---|
180 | AW_cb_struct.o: aw_font_limits.hxx |
---|
181 | AW_cb_struct.o: aw_keysym.hxx |
---|
182 | AW_cb_struct.o: aw_msg.hxx |
---|
183 | AW_cb_struct.o: aw_position.hxx |
---|
184 | AW_cb_struct.o: aw_root.hxx |
---|
185 | AW_cb_struct.o: aw_scalar.hxx |
---|
186 | AW_cb_struct.o: aw_window.hxx |
---|
187 | AW_cb_struct.o: aw_window_Xm.hxx |
---|
188 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
189 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
190 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
191 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
192 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
193 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
194 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
195 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
196 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
197 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/cb.h |
---|
198 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
199 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
200 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
201 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
202 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
203 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
204 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
205 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
206 | AW_cb_struct.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
207 | |
---|
208 | AW_clipable.o: aw_base.hxx |
---|
209 | AW_clipable.o: aw_common.hxx |
---|
210 | AW_clipable.o: aw_common_xm.hxx |
---|
211 | AW_clipable.o: aw_device.hxx |
---|
212 | AW_clipable.o: aw_font_limits.hxx |
---|
213 | AW_clipable.o: aw_keysym.hxx |
---|
214 | AW_clipable.o: aw_position.hxx |
---|
215 | AW_clipable.o: aw_root.hxx |
---|
216 | AW_clipable.o: aw_window.hxx |
---|
217 | AW_clipable.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
218 | AW_clipable.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
219 | AW_clipable.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
220 | AW_clipable.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
221 | AW_clipable.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
222 | AW_clipable.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
223 | AW_clipable.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
224 | AW_clipable.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
225 | AW_clipable.o: $(ARBHOME)/INCLUDE/cb.h |
---|
226 | AW_clipable.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
227 | AW_clipable.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
228 | AW_clipable.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
229 | AW_clipable.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
230 | AW_clipable.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
231 | AW_clipable.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
232 | AW_clipable.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
233 | AW_clipable.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
234 | AW_clipable.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
235 | AW_clipable.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
236 | |
---|
237 | AW_device.o: aw_base.hxx |
---|
238 | AW_device.o: aw_common.hxx |
---|
239 | AW_device.o: aw_common_xm.hxx |
---|
240 | AW_device.o: aw_device.hxx |
---|
241 | AW_device.o: aw_font_limits.hxx |
---|
242 | AW_device.o: aw_keysym.hxx |
---|
243 | AW_device.o: aw_position.hxx |
---|
244 | AW_device.o: aw_root.hxx |
---|
245 | AW_device.o: aw_window.hxx |
---|
246 | AW_device.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
247 | AW_device.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
248 | AW_device.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
249 | AW_device.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
250 | AW_device.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
251 | AW_device.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
252 | AW_device.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
253 | AW_device.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
254 | AW_device.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
255 | AW_device.o: $(ARBHOME)/INCLUDE/cb.h |
---|
256 | AW_device.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
257 | AW_device.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
258 | AW_device.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
259 | AW_device.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
260 | AW_device.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
261 | AW_device.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
262 | AW_device.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
263 | AW_device.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
264 | AW_device.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
265 | AW_device.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
266 | |
---|
267 | AW_device_click.o: aw_base.hxx |
---|
268 | AW_device_click.o: aw_common.hxx |
---|
269 | AW_device_click.o: aw_device.hxx |
---|
270 | AW_device_click.o: aw_device_click.hxx |
---|
271 | AW_device_click.o: aw_font_limits.hxx |
---|
272 | AW_device_click.o: aw_position.hxx |
---|
273 | AW_device_click.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
274 | AW_device_click.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
275 | AW_device_click.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
276 | AW_device_click.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
277 | AW_device_click.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
278 | AW_device_click.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
279 | AW_device_click.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
280 | AW_device_click.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
281 | AW_device_click.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
282 | AW_device_click.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
283 | AW_device_click.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
284 | |
---|
285 | AW_device_size.o: aw_base.hxx |
---|
286 | AW_device_size.o: aw_common.hxx |
---|
287 | AW_device_size.o: aw_device.hxx |
---|
288 | AW_device_size.o: aw_font_limits.hxx |
---|
289 | AW_device_size.o: aw_position.hxx |
---|
290 | AW_device_size.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
291 | AW_device_size.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
292 | AW_device_size.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
293 | AW_device_size.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
294 | AW_device_size.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
295 | AW_device_size.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
296 | AW_device_size.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
297 | AW_device_size.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
298 | AW_device_size.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
299 | AW_device_size.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
300 | AW_device_size.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
301 | |
---|
302 | AW_edit.o: aw_base.hxx |
---|
303 | AW_edit.o: aw_edit.hxx |
---|
304 | AW_edit.o: aw_keysym.hxx |
---|
305 | AW_edit.o: aw_msg.hxx |
---|
306 | AW_edit.o: aw_root.hxx |
---|
307 | AW_edit.o: aw_window.hxx |
---|
308 | AW_edit.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
309 | AW_edit.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
310 | AW_edit.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
311 | AW_edit.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
312 | AW_edit.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
313 | AW_edit.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
314 | AW_edit.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
315 | AW_edit.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
316 | AW_edit.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
317 | AW_edit.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
318 | AW_edit.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
319 | AW_edit.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
320 | AW_edit.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
321 | AW_edit.o: $(ARBHOME)/INCLUDE/cb.h |
---|
322 | AW_edit.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
323 | AW_edit.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
324 | AW_edit.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
325 | AW_edit.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
326 | AW_edit.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
327 | AW_edit.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
328 | AW_edit.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
329 | AW_edit.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
330 | AW_edit.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
331 | AW_edit.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
332 | |
---|
333 | AW_file.o: aw_awar.hxx |
---|
334 | AW_file.o: aw_base.hxx |
---|
335 | AW_file.o: aw_file.hxx |
---|
336 | AW_file.o: aw_keysym.hxx |
---|
337 | AW_file.o: aw_msg.hxx |
---|
338 | AW_file.o: aw_question.hxx |
---|
339 | AW_file.o: aw_root.hxx |
---|
340 | AW_file.o: aw_scalar.hxx |
---|
341 | AW_file.o: aw_select.hxx |
---|
342 | AW_file.o: aw_window.hxx |
---|
343 | AW_file.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
344 | AW_file.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
345 | AW_file.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
346 | AW_file.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
347 | AW_file.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
348 | AW_file.o: $(ARBHOME)/INCLUDE/arb_file.h |
---|
349 | AW_file.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
350 | AW_file.o: $(ARBHOME)/INCLUDE/arb_misc.h |
---|
351 | AW_file.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
352 | AW_file.o: $(ARBHOME)/INCLUDE/arb_str.h |
---|
353 | AW_file.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
354 | AW_file.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
---|
355 | AW_file.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
356 | AW_file.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
357 | AW_file.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
358 | AW_file.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
359 | AW_file.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
360 | AW_file.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
361 | AW_file.o: $(ARBHOME)/INCLUDE/cb.h |
---|
362 | AW_file.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
363 | AW_file.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
364 | AW_file.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
365 | AW_file.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
366 | AW_file.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
367 | AW_file.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
368 | AW_file.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
369 | AW_file.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
370 | AW_file.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
371 | AW_file.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
372 | AW_file.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
373 | |
---|
374 | AW_font_group.o: aw_base.hxx |
---|
375 | AW_font_group.o: aw_common.hxx |
---|
376 | AW_font_group.o: aw_device.hxx |
---|
377 | AW_font_group.o: aw_font_group.hxx |
---|
378 | AW_font_group.o: aw_font_limits.hxx |
---|
379 | AW_font_group.o: aw_position.hxx |
---|
380 | AW_font_group.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
381 | AW_font_group.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
382 | AW_font_group.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
383 | AW_font_group.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
384 | AW_font_group.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
385 | AW_font_group.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
386 | AW_font_group.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
387 | AW_font_group.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
388 | AW_font_group.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
389 | AW_font_group.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
390 | AW_font_group.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
391 | |
---|
392 | AW_global_awars.o: aw_awar.hxx |
---|
393 | AW_global_awars.o: aw_awar_defs.hxx |
---|
394 | AW_global_awars.o: aw_awars.hxx |
---|
395 | AW_global_awars.o: aw_base.hxx |
---|
396 | AW_global_awars.o: aw_global_awars.hxx |
---|
397 | AW_global_awars.o: aw_keysym.hxx |
---|
398 | AW_global_awars.o: aw_root.hxx |
---|
399 | AW_global_awars.o: aw_window.hxx |
---|
400 | AW_global_awars.o: $(ARBHOME)/INCLUDE/ad_cb.h |
---|
401 | AW_global_awars.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h |
---|
402 | AW_global_awars.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
403 | AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
404 | AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
405 | AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
406 | AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
407 | AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
408 | AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
409 | AW_global_awars.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
410 | AW_global_awars.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
411 | AW_global_awars.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
412 | AW_global_awars.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
413 | AW_global_awars.o: $(ARBHOME)/INCLUDE/cb.h |
---|
414 | AW_global_awars.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
415 | AW_global_awars.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
416 | AW_global_awars.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
417 | AW_global_awars.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
418 | AW_global_awars.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
419 | AW_global_awars.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
420 | AW_global_awars.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
421 | AW_global_awars.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
422 | AW_global_awars.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
423 | |
---|
424 | AW_help.o: aw_awar.hxx |
---|
425 | AW_help.o: aw_base.hxx |
---|
426 | AW_help.o: aw_edit.hxx |
---|
427 | AW_help.o: aw_global_awars.hxx |
---|
428 | AW_help.o: aw_keysym.hxx |
---|
429 | AW_help.o: aw_msg.hxx |
---|
430 | AW_help.o: aw_root.hxx |
---|
431 | AW_help.o: aw_scalar.hxx |
---|
432 | AW_help.o: aw_select.hxx |
---|
433 | AW_help.o: aw_window.hxx |
---|
434 | AW_help.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
435 | AW_help.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
436 | AW_help.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
437 | AW_help.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
438 | AW_help.o: $(ARBHOME)/INCLUDE/arb_file.h |
---|
439 | AW_help.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
440 | AW_help.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
441 | AW_help.o: $(ARBHOME)/INCLUDE/arb_str.h |
---|
442 | AW_help.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
443 | AW_help.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
444 | AW_help.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
445 | AW_help.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
446 | AW_help.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
447 | AW_help.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
448 | AW_help.o: $(ARBHOME)/INCLUDE/cb.h |
---|
449 | AW_help.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
450 | AW_help.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
451 | AW_help.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
452 | AW_help.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
453 | AW_help.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
454 | AW_help.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
455 | AW_help.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
456 | AW_help.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
457 | AW_help.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
458 | |
---|
459 | AW_modal.o: aw_advice.hxx |
---|
460 | AW_modal.o: aw_awar.hxx |
---|
461 | AW_modal.o: aw_base.hxx |
---|
462 | AW_modal.o: aw_device.hxx |
---|
463 | AW_modal.o: aw_file.hxx |
---|
464 | AW_modal.o: aw_font_limits.hxx |
---|
465 | AW_modal.o: aw_global.hxx |
---|
466 | AW_modal.o: aw_keysym.hxx |
---|
467 | AW_modal.o: aw_msg.hxx |
---|
468 | AW_modal.o: aw_position.hxx |
---|
469 | AW_modal.o: aw_question.hxx |
---|
470 | AW_modal.o: aw_root.hxx |
---|
471 | AW_modal.o: aw_scalar.hxx |
---|
472 | AW_modal.o: aw_select.hxx |
---|
473 | AW_modal.o: aw_window.hxx |
---|
474 | AW_modal.o: aw_window_Xm.hxx |
---|
475 | AW_modal.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
476 | AW_modal.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
477 | AW_modal.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
478 | AW_modal.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
479 | AW_modal.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
480 | AW_modal.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
481 | AW_modal.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
482 | AW_modal.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
483 | AW_modal.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
484 | AW_modal.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
485 | AW_modal.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
486 | AW_modal.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
487 | AW_modal.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
488 | AW_modal.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
489 | AW_modal.o: $(ARBHOME)/INCLUDE/cb.h |
---|
490 | AW_modal.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
491 | AW_modal.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
492 | AW_modal.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
493 | AW_modal.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
494 | AW_modal.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
495 | AW_modal.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
496 | AW_modal.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
497 | AW_modal.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
498 | AW_modal.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
499 | AW_modal.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
500 | |
---|
501 | AW_option_toggle.o: aw_at.hxx |
---|
502 | AW_option_toggle.o: aw_awar.hxx |
---|
503 | AW_option_toggle.o: aw_base.hxx |
---|
504 | AW_option_toggle.o: aw_device.hxx |
---|
505 | AW_option_toggle.o: aw_font_limits.hxx |
---|
506 | AW_option_toggle.o: aw_keysym.hxx |
---|
507 | AW_option_toggle.o: aw_position.hxx |
---|
508 | AW_option_toggle.o: aw_root.hxx |
---|
509 | AW_option_toggle.o: aw_scalar.hxx |
---|
510 | AW_option_toggle.o: aw_varupdate.hxx |
---|
511 | AW_option_toggle.o: aw_window.hxx |
---|
512 | AW_option_toggle.o: aw_window_Xm.hxx |
---|
513 | AW_option_toggle.o: aw_xargs.hxx |
---|
514 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
515 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
516 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
517 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
518 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
519 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
520 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
521 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
522 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
523 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/cb.h |
---|
524 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
525 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
526 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
527 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
528 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
529 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
530 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
531 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
532 | AW_option_toggle.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
533 | |
---|
534 | AW_position.o: aw_base.hxx |
---|
535 | AW_position.o: aw_position.hxx |
---|
536 | AW_position.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
537 | AW_position.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
538 | AW_position.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
539 | AW_position.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
540 | AW_position.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
541 | AW_position.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
542 | AW_position.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
543 | AW_position.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
544 | |
---|
545 | AW_preset.o: aw_advice.hxx |
---|
546 | AW_preset.o: aw_awar.hxx |
---|
547 | AW_preset.o: aw_base.hxx |
---|
548 | AW_preset.o: aw_color_groups.hxx |
---|
549 | AW_preset.o: aw_common.hxx |
---|
550 | AW_preset.o: aw_common_xm.hxx |
---|
551 | AW_preset.o: aw_def.hxx |
---|
552 | AW_preset.o: aw_device.hxx |
---|
553 | AW_preset.o: aw_font_limits.hxx |
---|
554 | AW_preset.o: aw_keysym.hxx |
---|
555 | AW_preset.o: aw_msg.hxx |
---|
556 | AW_preset.o: aw_nawar.hxx |
---|
557 | AW_preset.o: aw_position.hxx |
---|
558 | AW_preset.o: aw_preset.hxx |
---|
559 | AW_preset.o: aw_question.hxx |
---|
560 | AW_preset.o: aw_rgb.hxx |
---|
561 | AW_preset.o: aw_root.hxx |
---|
562 | AW_preset.o: aw_window.hxx |
---|
563 | AW_preset.o: aw_xfont.hxx |
---|
564 | AW_preset.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
565 | AW_preset.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
566 | AW_preset.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
567 | AW_preset.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
568 | AW_preset.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
569 | AW_preset.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
570 | AW_preset.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
571 | AW_preset.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
572 | AW_preset.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
573 | AW_preset.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
574 | AW_preset.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
575 | AW_preset.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
576 | AW_preset.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
577 | AW_preset.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
578 | AW_preset.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
579 | AW_preset.o: $(ARBHOME)/INCLUDE/cb.h |
---|
580 | AW_preset.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
581 | AW_preset.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
582 | AW_preset.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
583 | AW_preset.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
584 | AW_preset.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
585 | AW_preset.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
586 | AW_preset.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
587 | AW_preset.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
588 | AW_preset.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
589 | AW_preset.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
590 | AW_preset.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
591 | |
---|
592 | AW_print.o: aw_base.hxx |
---|
593 | AW_print.o: aw_common.hxx |
---|
594 | AW_print.o: aw_common_xm.hxx |
---|
595 | AW_print.o: aw_def.hxx |
---|
596 | AW_print.o: aw_device.hxx |
---|
597 | AW_print.o: aw_font_limits.hxx |
---|
598 | AW_print.o: aw_position.hxx |
---|
599 | AW_print.o: aw_root.hxx |
---|
600 | AW_print.o: aw_xfont.hxx |
---|
601 | AW_print.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
602 | AW_print.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
603 | AW_print.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
604 | AW_print.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
605 | AW_print.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
606 | AW_print.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
607 | AW_print.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
608 | AW_print.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
609 | AW_print.o: $(ARBHOME)/INCLUDE/cb.h |
---|
610 | AW_print.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
611 | AW_print.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
612 | AW_print.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
613 | AW_print.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
614 | AW_print.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
615 | AW_print.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
616 | AW_print.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
617 | AW_print.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
618 | AW_print.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
619 | AW_print.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
620 | |
---|
621 | AW_question.o: aw_advice.hxx |
---|
622 | AW_question.o: aw_awar.hxx |
---|
623 | AW_question.o: aw_base.hxx |
---|
624 | AW_question.o: aw_device.hxx |
---|
625 | AW_question.o: aw_font_limits.hxx |
---|
626 | AW_question.o: aw_global.hxx |
---|
627 | AW_question.o: aw_keysym.hxx |
---|
628 | AW_question.o: aw_msg.hxx |
---|
629 | AW_question.o: aw_position.hxx |
---|
630 | AW_question.o: aw_question.hxx |
---|
631 | AW_question.o: aw_root.hxx |
---|
632 | AW_question.o: aw_scalar.hxx |
---|
633 | AW_question.o: aw_window.hxx |
---|
634 | AW_question.o: aw_window_Xm.hxx |
---|
635 | AW_question.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
636 | AW_question.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
637 | AW_question.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
638 | AW_question.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
639 | AW_question.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
640 | AW_question.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
641 | AW_question.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
642 | AW_question.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
643 | AW_question.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
644 | AW_question.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
645 | AW_question.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
646 | AW_question.o: $(ARBHOME)/INCLUDE/cb.h |
---|
647 | AW_question.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
648 | AW_question.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
649 | AW_question.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
650 | AW_question.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
651 | AW_question.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
652 | AW_question.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
653 | AW_question.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
654 | AW_question.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
655 | AW_question.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
656 | |
---|
657 | AW_rgb.o: aw_base.hxx |
---|
658 | AW_rgb.o: aw_device.hxx |
---|
659 | AW_rgb.o: aw_font_limits.hxx |
---|
660 | AW_rgb.o: aw_keysym.hxx |
---|
661 | AW_rgb.o: aw_position.hxx |
---|
662 | AW_rgb.o: aw_rgb.hxx |
---|
663 | AW_rgb.o: aw_root.hxx |
---|
664 | AW_rgb.o: aw_scalar.hxx |
---|
665 | AW_rgb.o: aw_window.hxx |
---|
666 | AW_rgb.o: aw_window_Xm.hxx |
---|
667 | AW_rgb.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
668 | AW_rgb.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
669 | AW_rgb.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
670 | AW_rgb.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
671 | AW_rgb.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
672 | AW_rgb.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
673 | AW_rgb.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
674 | AW_rgb.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
675 | AW_rgb.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
676 | AW_rgb.o: $(ARBHOME)/INCLUDE/cb.h |
---|
677 | AW_rgb.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
678 | AW_rgb.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
679 | AW_rgb.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
680 | AW_rgb.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
681 | AW_rgb.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
682 | AW_rgb.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
683 | AW_rgb.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
684 | AW_rgb.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
685 | AW_rgb.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
686 | AW_rgb.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
687 | |
---|
688 | AW_root.o: aw_awar.hxx |
---|
689 | AW_root.o: aw_base.hxx |
---|
690 | AW_root.o: aw_device.hxx |
---|
691 | AW_root.o: aw_font_limits.hxx |
---|
692 | AW_root.o: aw_keysym.hxx |
---|
693 | AW_root.o: aw_msg.hxx |
---|
694 | AW_root.o: aw_nawar.hxx |
---|
695 | AW_root.o: aw_position.hxx |
---|
696 | AW_root.o: aw_root.hxx |
---|
697 | AW_root.o: aw_scalar.hxx |
---|
698 | AW_root.o: aw_status.hxx |
---|
699 | AW_root.o: aw_window.hxx |
---|
700 | AW_root.o: aw_window_Xm.hxx |
---|
701 | AW_root.o: aw_xkey.hxx |
---|
702 | AW_root.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
703 | AW_root.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
704 | AW_root.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
705 | AW_root.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
706 | AW_root.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
707 | AW_root.o: $(ARBHOME)/INCLUDE/arb_handlers.h |
---|
708 | AW_root.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
709 | AW_root.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
710 | AW_root.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
711 | AW_root.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
712 | AW_root.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
713 | AW_root.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
714 | AW_root.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
715 | AW_root.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
716 | AW_root.o: $(ARBHOME)/INCLUDE/cb.h |
---|
717 | AW_root.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
718 | AW_root.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
719 | AW_root.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
720 | AW_root.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
721 | AW_root.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
722 | AW_root.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
723 | AW_root.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
724 | AW_root.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
725 | AW_root.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
726 | AW_root.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
727 | |
---|
728 | AW_root_debug.o: aw_base.hxx |
---|
729 | AW_root_debug.o: aw_common.hxx |
---|
730 | AW_root_debug.o: aw_common_xm.hxx |
---|
731 | AW_root_debug.o: aw_device.hxx |
---|
732 | AW_root_debug.o: aw_font_limits.hxx |
---|
733 | AW_root_debug.o: aw_keysym.hxx |
---|
734 | AW_root_debug.o: aw_msg.hxx |
---|
735 | AW_root_debug.o: aw_position.hxx |
---|
736 | AW_root_debug.o: aw_root.hxx |
---|
737 | AW_root_debug.o: aw_scalar.hxx |
---|
738 | AW_root_debug.o: aw_window.hxx |
---|
739 | AW_root_debug.o: aw_window_Xm.hxx |
---|
740 | AW_root_debug.o: aw_Xm.hxx |
---|
741 | AW_root_debug.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
742 | AW_root_debug.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
743 | AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
744 | AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
745 | AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
746 | AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
747 | AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
748 | AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
749 | AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
750 | AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
751 | AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
752 | AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
753 | AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
754 | AW_root_debug.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
755 | AW_root_debug.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
756 | AW_root_debug.o: $(ARBHOME)/INCLUDE/cb.h |
---|
757 | AW_root_debug.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
758 | AW_root_debug.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
759 | AW_root_debug.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
760 | AW_root_debug.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
761 | AW_root_debug.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
762 | AW_root_debug.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
763 | AW_root_debug.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
764 | AW_root_debug.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
765 | AW_root_debug.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
766 | AW_root_debug.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
767 | |
---|
768 | aw_scalar.o: aw_awar.hxx |
---|
769 | aw_scalar.o: aw_base.hxx |
---|
770 | aw_scalar.o: aw_scalar.hxx |
---|
771 | aw_scalar.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
772 | aw_scalar.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
773 | aw_scalar.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
774 | aw_scalar.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
775 | aw_scalar.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
776 | aw_scalar.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
777 | aw_scalar.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
778 | aw_scalar.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
779 | aw_scalar.o: $(ARBHOME)/INCLUDE/cb.h |
---|
780 | aw_scalar.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
781 | aw_scalar.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
782 | aw_scalar.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
783 | aw_scalar.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
784 | aw_scalar.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
785 | aw_scalar.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
786 | aw_scalar.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
787 | aw_scalar.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
788 | aw_scalar.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
789 | |
---|
790 | AW_select.o: aw_awar.hxx |
---|
791 | AW_select.o: aw_base.hxx |
---|
792 | AW_select.o: aw_device.hxx |
---|
793 | AW_select.o: aw_font_limits.hxx |
---|
794 | AW_select.o: aw_keysym.hxx |
---|
795 | AW_select.o: aw_position.hxx |
---|
796 | AW_select.o: aw_root.hxx |
---|
797 | AW_select.o: aw_scalar.hxx |
---|
798 | AW_select.o: aw_select.hxx |
---|
799 | AW_select.o: aw_window.hxx |
---|
800 | AW_select.o: aw_window_Xm.hxx |
---|
801 | AW_select.o: $(ARBHOME)/INCLUDE/ad_cb.h |
---|
802 | AW_select.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h |
---|
803 | AW_select.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
804 | AW_select.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
805 | AW_select.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
806 | AW_select.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
807 | AW_select.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
808 | AW_select.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
809 | AW_select.o: $(ARBHOME)/INCLUDE/arb_sort.h |
---|
810 | AW_select.o: $(ARBHOME)/INCLUDE/arb_str.h |
---|
811 | AW_select.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
812 | AW_select.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
---|
813 | AW_select.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
814 | AW_select.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
815 | AW_select.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
816 | AW_select.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
817 | AW_select.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
818 | AW_select.o: $(ARBHOME)/INCLUDE/cb.h |
---|
819 | AW_select.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
820 | AW_select.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
821 | AW_select.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
822 | AW_select.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
823 | AW_select.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
824 | AW_select.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
825 | AW_select.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
826 | AW_select.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
827 | AW_select.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
828 | AW_select.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
829 | |
---|
830 | AW_status.o: aw_awar.hxx |
---|
831 | AW_status.o: aw_awar_defs.hxx |
---|
832 | AW_status.o: aw_awars.hxx |
---|
833 | AW_status.o: aw_base.hxx |
---|
834 | AW_status.o: aw_keysym.hxx |
---|
835 | AW_status.o: aw_msg.hxx |
---|
836 | AW_status.o: aw_question.hxx |
---|
837 | AW_status.o: aw_root.hxx |
---|
838 | AW_status.o: aw_status.hxx |
---|
839 | AW_status.o: aw_window.hxx |
---|
840 | AW_status.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
841 | AW_status.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
842 | AW_status.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
843 | AW_status.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
844 | AW_status.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
845 | AW_status.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
846 | AW_status.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
847 | AW_status.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
---|
848 | AW_status.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
849 | AW_status.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
850 | AW_status.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
851 | AW_status.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
852 | AW_status.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
853 | AW_status.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
854 | AW_status.o: $(ARBHOME)/INCLUDE/cb.h |
---|
855 | AW_status.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
856 | AW_status.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
857 | AW_status.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
858 | AW_status.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
859 | AW_status.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
860 | AW_status.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
861 | AW_status.o: $(ARBHOME)/INCLUDE/SigHandler.h |
---|
862 | AW_status.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
863 | AW_status.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
864 | AW_status.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
865 | AW_status.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
866 | |
---|
867 | AW_window.o: aw_at.hxx |
---|
868 | AW_window.o: aw_awar.hxx |
---|
869 | AW_window.o: aw_base.hxx |
---|
870 | AW_window.o: aw_common.hxx |
---|
871 | AW_window.o: aw_common_xm.hxx |
---|
872 | AW_window.o: aw_device.hxx |
---|
873 | AW_window.o: aw_device_click.hxx |
---|
874 | AW_window.o: aw_font_limits.hxx |
---|
875 | AW_window.o: aw_keysym.hxx |
---|
876 | AW_window.o: aw_msg.hxx |
---|
877 | AW_window.o: aw_nawar.hxx |
---|
878 | AW_window.o: aw_position.hxx |
---|
879 | AW_window.o: aw_question.hxx |
---|
880 | AW_window.o: aw_root.hxx |
---|
881 | AW_window.o: aw_scalar.hxx |
---|
882 | AW_window.o: aw_select.hxx |
---|
883 | AW_window.o: aw_window.hxx |
---|
884 | AW_window.o: aw_window_Xm.hxx |
---|
885 | AW_window.o: aw_xargs.hxx |
---|
886 | AW_window.o: aw_xfig.hxx |
---|
887 | AW_window.o: aw_xkey.hxx |
---|
888 | AW_window.o: aw_Xm.hxx |
---|
889 | AW_window.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
890 | AW_window.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
891 | AW_window.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
892 | AW_window.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
893 | AW_window.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
894 | AW_window.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
895 | AW_window.o: $(ARBHOME)/INCLUDE/arb_file.h |
---|
896 | AW_window.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
897 | AW_window.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
898 | AW_window.o: $(ARBHOME)/INCLUDE/arb_str.h |
---|
899 | AW_window.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
900 | AW_window.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
901 | AW_window.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
902 | AW_window.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
903 | AW_window.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
904 | AW_window.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
905 | AW_window.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
906 | AW_window.o: $(ARBHOME)/INCLUDE/cb.h |
---|
907 | AW_window.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
908 | AW_window.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
909 | AW_window.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
910 | AW_window.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
911 | AW_window.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
912 | AW_window.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
913 | AW_window.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
914 | AW_window.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
915 | AW_window.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
916 | AW_window.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
917 | |
---|
918 | AW_window_Xm_interface.o: aw_base.hxx |
---|
919 | AW_window_Xm_interface.o: aw_common.hxx |
---|
920 | AW_window_Xm_interface.o: aw_common_xm.hxx |
---|
921 | AW_window_Xm_interface.o: aw_device.hxx |
---|
922 | AW_window_Xm_interface.o: aw_font_limits.hxx |
---|
923 | AW_window_Xm_interface.o: aw_keysym.hxx |
---|
924 | AW_window_Xm_interface.o: aw_position.hxx |
---|
925 | AW_window_Xm_interface.o: aw_root.hxx |
---|
926 | AW_window_Xm_interface.o: aw_scalar.hxx |
---|
927 | AW_window_Xm_interface.o: aw_window.hxx |
---|
928 | AW_window_Xm_interface.o: aw_window_Xm.hxx |
---|
929 | AW_window_Xm_interface.o: aw_window_Xm_interface.hxx |
---|
930 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
931 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
932 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
933 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
934 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
935 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
936 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
937 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
938 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
939 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
940 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cb.h |
---|
941 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
942 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
943 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
944 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
945 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
946 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
947 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
948 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
949 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
950 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
951 | |
---|
952 | AW_xfig.o: aw_base.hxx |
---|
953 | AW_xfig.o: aw_device.hxx |
---|
954 | AW_xfig.o: aw_font_limits.hxx |
---|
955 | AW_xfig.o: aw_msg.hxx |
---|
956 | AW_xfig.o: aw_position.hxx |
---|
957 | AW_xfig.o: aw_xfig.hxx |
---|
958 | AW_xfig.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
959 | AW_xfig.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
960 | AW_xfig.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
961 | AW_xfig.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
962 | AW_xfig.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
963 | AW_xfig.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
964 | AW_xfig.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
965 | AW_xfig.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
966 | AW_xfig.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
967 | AW_xfig.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
968 | AW_xfig.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
969 | AW_xfig.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
970 | AW_xfig.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
971 | AW_xfig.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
972 | AW_xfig.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
973 | AW_xfig.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
974 | |
---|
975 | AW_xfont.o: aw_base.hxx |
---|
976 | AW_xfont.o: aw_common.hxx |
---|
977 | AW_xfont.o: aw_common_xm.hxx |
---|
978 | AW_xfont.o: aw_def.hxx |
---|
979 | AW_xfont.o: aw_device.hxx |
---|
980 | AW_xfont.o: aw_font_limits.hxx |
---|
981 | AW_xfont.o: aw_position.hxx |
---|
982 | AW_xfont.o: aw_root.hxx |
---|
983 | AW_xfont.o: aw_xfont.hxx |
---|
984 | AW_xfont.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
985 | AW_xfont.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
986 | AW_xfont.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
987 | AW_xfont.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
988 | AW_xfont.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
989 | AW_xfont.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
990 | AW_xfont.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
991 | AW_xfont.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
992 | AW_xfont.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
993 | AW_xfont.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
994 | AW_xfont.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
995 | AW_xfont.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
996 | AW_xfont.o: $(ARBHOME)/INCLUDE/cb.h |
---|
997 | AW_xfont.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
998 | AW_xfont.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
999 | AW_xfont.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
1000 | AW_xfont.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
1001 | AW_xfont.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
1002 | AW_xfont.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
1003 | AW_xfont.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
1004 | AW_xfont.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
1005 | AW_xfont.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
1006 | AW_xfont.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
1007 | |
---|
1008 | AW_xkey.o: aw_keysym.hxx |
---|
1009 | AW_xkey.o: aw_msg.hxx |
---|
1010 | AW_xkey.o: aw_xkey.hxx |
---|
1011 | AW_xkey.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
1012 | AW_xkey.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
1013 | AW_xkey.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
1014 | AW_xkey.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
1015 | AW_xkey.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
1016 | AW_xkey.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
1017 | AW_xkey.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
1018 | AW_xkey.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
1019 | AW_xkey.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
1020 | AW_xkey.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
1021 | AW_xkey.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
1022 | AW_xkey.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
1023 | AW_xkey.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
1024 | AW_xkey.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
1025 | AW_xkey.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
1026 | AW_xkey.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
1027 | AW_xkey.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
1028 | AW_xkey.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
1029 | AW_xkey.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
1030 | AW_xkey.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
1031 | AW_xkey.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
1032 | |
---|
1033 | AW_Xm.o: aw_base.hxx |
---|
1034 | AW_Xm.o: aw_common.hxx |
---|
1035 | AW_Xm.o: aw_common_xm.hxx |
---|
1036 | AW_Xm.o: aw_device.hxx |
---|
1037 | AW_Xm.o: aw_font_limits.hxx |
---|
1038 | AW_Xm.o: aw_position.hxx |
---|
1039 | AW_Xm.o: aw_Xm.hxx |
---|
1040 | AW_Xm.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
1041 | AW_Xm.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
1042 | AW_Xm.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
1043 | AW_Xm.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
1044 | AW_Xm.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
1045 | AW_Xm.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
1046 | AW_Xm.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
1047 | AW_Xm.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
1048 | AW_Xm.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
1049 | AW_Xm.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
1050 | AW_Xm.o: $(ARBHOME)/INCLUDE/test_global.h |
---|