source: trunk/WINDOW/Makefile

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