source: tags/ms_r18q1/WINDOW/Makefile

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