source: tags/ms_r17q3/WINDOW/Makefile

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