source: branches/profile/WINDOW/Makefile

Last change on this file was 12904, checked in by westram, 10 years ago
  • sync code in AW_at and AW_window (trunk vs gtk; just moves code)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 33.7 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_msg.h
53AW_advice.o: $(ARBHOME)/INCLUDE/arb_string.h
54AW_advice.o: $(ARBHOME)/INCLUDE/arbdb.h
55AW_advice.o: $(ARBHOME)/INCLUDE/arbdb_base.h
56AW_advice.o: $(ARBHOME)/INCLUDE/arbtools.h
57AW_advice.o: $(ARBHOME)/INCLUDE/attributes.h
58AW_advice.o: $(ARBHOME)/INCLUDE/cb.h
59AW_advice.o: $(ARBHOME)/INCLUDE/cb_base.h
60AW_advice.o: $(ARBHOME)/INCLUDE/cbtypes.h
61AW_advice.o: $(ARBHOME)/INCLUDE/cxxforward.h
62AW_advice.o: $(ARBHOME)/INCLUDE/dupstr.h
63AW_advice.o: $(ARBHOME)/INCLUDE/gccver.h
64AW_advice.o: $(ARBHOME)/INCLUDE/smartptr.h
65AW_advice.o: $(ARBHOME)/INCLUDE/static_assert.h
66AW_advice.o: $(ARBHOME)/INCLUDE/test_global.h
67AW_advice.o: $(ARBHOME)/INCLUDE/test_unit.h
68AW_advice.o: $(ARBHOME)/INCLUDE/ttypes.h
69
70AW_at.o: aw_at.hxx
71AW_at.o: aw_base.hxx
72AW_at.o: aw_keysym.hxx
73AW_at.o: aw_root.hxx
74AW_at.o: aw_window.hxx
75AW_at.o: aw_xfig.hxx
76AW_at.o: $(ARBHOME)/INCLUDE/ad_prot.h
77AW_at.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
78AW_at.o: $(ARBHOME)/INCLUDE/arb_assert.h
79AW_at.o: $(ARBHOME)/INCLUDE/arb_core.h
80AW_at.o: $(ARBHOME)/INCLUDE/arb_error.h
81AW_at.o: $(ARBHOME)/INCLUDE/arb_msg.h
82AW_at.o: $(ARBHOME)/INCLUDE/arb_string.h
83AW_at.o: $(ARBHOME)/INCLUDE/arbdb.h
84AW_at.o: $(ARBHOME)/INCLUDE/arbdb_base.h
85AW_at.o: $(ARBHOME)/INCLUDE/arbdbt.h
86AW_at.o: $(ARBHOME)/INCLUDE/arbtools.h
87AW_at.o: $(ARBHOME)/INCLUDE/attributes.h
88AW_at.o: $(ARBHOME)/INCLUDE/cb.h
89AW_at.o: $(ARBHOME)/INCLUDE/cb_base.h
90AW_at.o: $(ARBHOME)/INCLUDE/cbtypes.h
91AW_at.o: $(ARBHOME)/INCLUDE/cxxforward.h
92AW_at.o: $(ARBHOME)/INCLUDE/downcast.h
93AW_at.o: $(ARBHOME)/INCLUDE/dupstr.h
94AW_at.o: $(ARBHOME)/INCLUDE/gccver.h
95AW_at.o: $(ARBHOME)/INCLUDE/smartptr.h
96AW_at.o: $(ARBHOME)/INCLUDE/static_assert.h
97AW_at.o: $(ARBHOME)/INCLUDE/test_global.h
98AW_at.o: $(ARBHOME)/INCLUDE/ttypes.h
99
100AW_awar.o: aw_awar.hxx
101AW_awar.o: aw_base.hxx
102AW_awar.o: aw_keysym.hxx
103AW_awar.o: aw_msg.hxx
104AW_awar.o: aw_nawar.hxx
105AW_awar.o: aw_root.hxx
106AW_awar.o: aw_scalar.hxx
107AW_awar.o: aw_select.hxx
108AW_awar.o: aw_window.hxx
109AW_awar.o: $(ARBHOME)/INCLUDE/ad_cb.h
110AW_awar.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
111AW_awar.o: $(ARBHOME)/INCLUDE/ad_prot.h
112AW_awar.o: $(ARBHOME)/INCLUDE/arb_assert.h
113AW_awar.o: $(ARBHOME)/INCLUDE/arb_core.h
114AW_awar.o: $(ARBHOME)/INCLUDE/arb_error.h
115AW_awar.o: $(ARBHOME)/INCLUDE/arb_file.h
116AW_awar.o: $(ARBHOME)/INCLUDE/arb_msg.h
117AW_awar.o: $(ARBHOME)/INCLUDE/arb_str.h
118AW_awar.o: $(ARBHOME)/INCLUDE/arb_string.h
119AW_awar.o: $(ARBHOME)/INCLUDE/arbdb.h
120AW_awar.o: $(ARBHOME)/INCLUDE/arbdb_base.h
121AW_awar.o: $(ARBHOME)/INCLUDE/arbtools.h
122AW_awar.o: $(ARBHOME)/INCLUDE/attributes.h
123AW_awar.o: $(ARBHOME)/INCLUDE/cb.h
124AW_awar.o: $(ARBHOME)/INCLUDE/cb_base.h
125AW_awar.o: $(ARBHOME)/INCLUDE/cbtypes.h
126AW_awar.o: $(ARBHOME)/INCLUDE/cxxforward.h
127AW_awar.o: $(ARBHOME)/INCLUDE/dupstr.h
128AW_awar.o: $(ARBHOME)/INCLUDE/gccver.h
129AW_awar.o: $(ARBHOME)/INCLUDE/smartptr.h
130AW_awar.o: $(ARBHOME)/INCLUDE/static_assert.h
131AW_awar.o: $(ARBHOME)/INCLUDE/test_global.h
132AW_awar.o: $(ARBHOME)/INCLUDE/test_unit.h
133AW_awar.o: $(ARBHOME)/INCLUDE/ttypes.h
134
135AW_button.o: aw_at.hxx
136AW_button.o: aw_awar.hxx
137AW_button.o: aw_base.hxx
138AW_button.o: aw_common.hxx
139AW_button.o: aw_common_xm.hxx
140AW_button.o: aw_device.hxx
141AW_button.o: aw_keysym.hxx
142AW_button.o: aw_msg.hxx
143AW_button.o: aw_nawar.hxx
144AW_button.o: aw_position.hxx
145AW_button.o: aw_question.hxx
146AW_button.o: aw_root.hxx
147AW_button.o: aw_scalar.hxx
148AW_button.o: aw_select.hxx
149AW_button.o: aw_window.hxx
150AW_button.o: aw_window_Xm.hxx
151AW_button.o: aw_xargs.hxx
152AW_button.o: aw_Xm.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_defs.h
160AW_button.o: $(ARBHOME)/INCLUDE/arb_error.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/downcast.h
172AW_button.o: $(ARBHOME)/INCLUDE/dupstr.h
173AW_button.o: $(ARBHOME)/INCLUDE/gccver.h
174AW_button.o: $(ARBHOME)/INCLUDE/smartptr.h
175AW_button.o: $(ARBHOME)/INCLUDE/static_assert.h
176AW_button.o: $(ARBHOME)/INCLUDE/test_global.h
177AW_button.o: $(ARBHOME)/INCLUDE/ttypes.h
178
179AW_cb_struct.o: aw_base.hxx
180AW_cb_struct.o: aw_device.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_msg.h
192AW_cb_struct.o: $(ARBHOME)/INCLUDE/arbdb_base.h
193AW_cb_struct.o: $(ARBHOME)/INCLUDE/arbtools.h
194AW_cb_struct.o: $(ARBHOME)/INCLUDE/attributes.h
195AW_cb_struct.o: $(ARBHOME)/INCLUDE/cb.h
196AW_cb_struct.o: $(ARBHOME)/INCLUDE/cb_base.h
197AW_cb_struct.o: $(ARBHOME)/INCLUDE/cbtypes.h
198AW_cb_struct.o: $(ARBHOME)/INCLUDE/cxxforward.h
199AW_cb_struct.o: $(ARBHOME)/INCLUDE/dupstr.h
200AW_cb_struct.o: $(ARBHOME)/INCLUDE/gccver.h
201AW_cb_struct.o: $(ARBHOME)/INCLUDE/smartptr.h
202AW_cb_struct.o: $(ARBHOME)/INCLUDE/static_assert.h
203AW_cb_struct.o: $(ARBHOME)/INCLUDE/test_global.h
204AW_cb_struct.o: $(ARBHOME)/INCLUDE/ttypes.h
205
206AW_clipable.o: aw_base.hxx
207AW_clipable.o: aw_common.hxx
208AW_clipable.o: aw_common_xm.hxx
209AW_clipable.o: aw_device.hxx
210AW_clipable.o: aw_keysym.hxx
211AW_clipable.o: aw_position.hxx
212AW_clipable.o: aw_root.hxx
213AW_clipable.o: aw_window.hxx
214AW_clipable.o: $(ARBHOME)/INCLUDE/arb_assert.h
215AW_clipable.o: $(ARBHOME)/INCLUDE/arb_core.h
216AW_clipable.o: $(ARBHOME)/INCLUDE/arb_defs.h
217AW_clipable.o: $(ARBHOME)/INCLUDE/arb_error.h
218AW_clipable.o: $(ARBHOME)/INCLUDE/arb_msg.h
219AW_clipable.o: $(ARBHOME)/INCLUDE/arbdb_base.h
220AW_clipable.o: $(ARBHOME)/INCLUDE/arbtools.h
221AW_clipable.o: $(ARBHOME)/INCLUDE/attributes.h
222AW_clipable.o: $(ARBHOME)/INCLUDE/cb.h
223AW_clipable.o: $(ARBHOME)/INCLUDE/cb_base.h
224AW_clipable.o: $(ARBHOME)/INCLUDE/cbtypes.h
225AW_clipable.o: $(ARBHOME)/INCLUDE/cxxforward.h
226AW_clipable.o: $(ARBHOME)/INCLUDE/downcast.h
227AW_clipable.o: $(ARBHOME)/INCLUDE/dupstr.h
228AW_clipable.o: $(ARBHOME)/INCLUDE/gccver.h
229AW_clipable.o: $(ARBHOME)/INCLUDE/smartptr.h
230AW_clipable.o: $(ARBHOME)/INCLUDE/static_assert.h
231AW_clipable.o: $(ARBHOME)/INCLUDE/test_global.h
232AW_clipable.o: $(ARBHOME)/INCLUDE/ttypes.h
233
234AW_device.o: aw_base.hxx
235AW_device.o: aw_common.hxx
236AW_device.o: aw_common_xm.hxx
237AW_device.o: aw_device.hxx
238AW_device.o: aw_keysym.hxx
239AW_device.o: aw_position.hxx
240AW_device.o: aw_root.hxx
241AW_device.o: aw_window.hxx
242AW_device.o: $(ARBHOME)/INCLUDE/arb_assert.h
243AW_device.o: $(ARBHOME)/INCLUDE/arb_core.h
244AW_device.o: $(ARBHOME)/INCLUDE/arb_defs.h
245AW_device.o: $(ARBHOME)/INCLUDE/arb_error.h
246AW_device.o: $(ARBHOME)/INCLUDE/arb_msg.h
247AW_device.o: $(ARBHOME)/INCLUDE/arbdb_base.h
248AW_device.o: $(ARBHOME)/INCLUDE/arbtools.h
249AW_device.o: $(ARBHOME)/INCLUDE/attributes.h
250AW_device.o: $(ARBHOME)/INCLUDE/cb.h
251AW_device.o: $(ARBHOME)/INCLUDE/cb_base.h
252AW_device.o: $(ARBHOME)/INCLUDE/cbtypes.h
253AW_device.o: $(ARBHOME)/INCLUDE/cxxforward.h
254AW_device.o: $(ARBHOME)/INCLUDE/downcast.h
255AW_device.o: $(ARBHOME)/INCLUDE/dupstr.h
256AW_device.o: $(ARBHOME)/INCLUDE/gccver.h
257AW_device.o: $(ARBHOME)/INCLUDE/smartptr.h
258AW_device.o: $(ARBHOME)/INCLUDE/static_assert.h
259AW_device.o: $(ARBHOME)/INCLUDE/test_global.h
260AW_device.o: $(ARBHOME)/INCLUDE/ttypes.h
261
262AW_device_click.o: aw_base.hxx
263AW_device_click.o: aw_common.hxx
264AW_device_click.o: aw_device.hxx
265AW_device_click.o: aw_device_click.hxx
266AW_device_click.o: aw_position.hxx
267AW_device_click.o: $(ARBHOME)/INCLUDE/arb_assert.h
268AW_device_click.o: $(ARBHOME)/INCLUDE/arb_core.h
269AW_device_click.o: $(ARBHOME)/INCLUDE/arb_defs.h
270AW_device_click.o: $(ARBHOME)/INCLUDE/arbtools.h
271AW_device_click.o: $(ARBHOME)/INCLUDE/attributes.h
272AW_device_click.o: $(ARBHOME)/INCLUDE/cxxforward.h
273AW_device_click.o: $(ARBHOME)/INCLUDE/downcast.h
274AW_device_click.o: $(ARBHOME)/INCLUDE/dupstr.h
275AW_device_click.o: $(ARBHOME)/INCLUDE/gccver.h
276AW_device_click.o: $(ARBHOME)/INCLUDE/static_assert.h
277AW_device_click.o: $(ARBHOME)/INCLUDE/test_global.h
278
279AW_device_size.o: aw_base.hxx
280AW_device_size.o: aw_common.hxx
281AW_device_size.o: aw_device.hxx
282AW_device_size.o: aw_position.hxx
283AW_device_size.o: $(ARBHOME)/INCLUDE/arb_assert.h
284AW_device_size.o: $(ARBHOME)/INCLUDE/arb_core.h
285AW_device_size.o: $(ARBHOME)/INCLUDE/arb_defs.h
286AW_device_size.o: $(ARBHOME)/INCLUDE/arbtools.h
287AW_device_size.o: $(ARBHOME)/INCLUDE/attributes.h
288AW_device_size.o: $(ARBHOME)/INCLUDE/cxxforward.h
289AW_device_size.o: $(ARBHOME)/INCLUDE/downcast.h
290AW_device_size.o: $(ARBHOME)/INCLUDE/dupstr.h
291AW_device_size.o: $(ARBHOME)/INCLUDE/gccver.h
292AW_device_size.o: $(ARBHOME)/INCLUDE/static_assert.h
293AW_device_size.o: $(ARBHOME)/INCLUDE/test_global.h
294
295AW_edit.o: aw_base.hxx
296AW_edit.o: aw_edit.hxx
297AW_edit.o: aw_keysym.hxx
298AW_edit.o: aw_msg.hxx
299AW_edit.o: aw_root.hxx
300AW_edit.o: aw_window.hxx
301AW_edit.o: $(ARBHOME)/INCLUDE/ad_prot.h
302AW_edit.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
303AW_edit.o: $(ARBHOME)/INCLUDE/arb_assert.h
304AW_edit.o: $(ARBHOME)/INCLUDE/arb_core.h
305AW_edit.o: $(ARBHOME)/INCLUDE/arb_error.h
306AW_edit.o: $(ARBHOME)/INCLUDE/arb_msg.h
307AW_edit.o: $(ARBHOME)/INCLUDE/arb_string.h
308AW_edit.o: $(ARBHOME)/INCLUDE/arbdb.h
309AW_edit.o: $(ARBHOME)/INCLUDE/arbdb_base.h
310AW_edit.o: $(ARBHOME)/INCLUDE/arbdbt.h
311AW_edit.o: $(ARBHOME)/INCLUDE/arbtools.h
312AW_edit.o: $(ARBHOME)/INCLUDE/attributes.h
313AW_edit.o: $(ARBHOME)/INCLUDE/cb.h
314AW_edit.o: $(ARBHOME)/INCLUDE/cb_base.h
315AW_edit.o: $(ARBHOME)/INCLUDE/cbtypes.h
316AW_edit.o: $(ARBHOME)/INCLUDE/cxxforward.h
317AW_edit.o: $(ARBHOME)/INCLUDE/downcast.h
318AW_edit.o: $(ARBHOME)/INCLUDE/dupstr.h
319AW_edit.o: $(ARBHOME)/INCLUDE/gccver.h
320AW_edit.o: $(ARBHOME)/INCLUDE/smartptr.h
321AW_edit.o: $(ARBHOME)/INCLUDE/static_assert.h
322AW_edit.o: $(ARBHOME)/INCLUDE/test_global.h
323AW_edit.o: $(ARBHOME)/INCLUDE/ttypes.h
324
325AW_file.o: aw_awar.hxx
326AW_file.o: aw_base.hxx
327AW_file.o: aw_file.hxx
328AW_file.o: aw_keysym.hxx
329AW_file.o: aw_msg.hxx
330AW_file.o: aw_question.hxx
331AW_file.o: aw_root.hxx
332AW_file.o: aw_scalar.hxx
333AW_file.o: aw_select.hxx
334AW_file.o: aw_window.hxx
335AW_file.o: $(ARBHOME)/INCLUDE/ad_prot.h
336AW_file.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
337AW_file.o: $(ARBHOME)/INCLUDE/arb_assert.h
338AW_file.o: $(ARBHOME)/INCLUDE/arb_core.h
339AW_file.o: $(ARBHOME)/INCLUDE/arb_error.h
340AW_file.o: $(ARBHOME)/INCLUDE/arb_file.h
341AW_file.o: $(ARBHOME)/INCLUDE/arb_misc.h
342AW_file.o: $(ARBHOME)/INCLUDE/arb_msg.h
343AW_file.o: $(ARBHOME)/INCLUDE/arb_str.h
344AW_file.o: $(ARBHOME)/INCLUDE/arb_strarray.h
345AW_file.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
346AW_file.o: $(ARBHOME)/INCLUDE/arb_string.h
347AW_file.o: $(ARBHOME)/INCLUDE/arbdb.h
348AW_file.o: $(ARBHOME)/INCLUDE/arbdb_base.h
349AW_file.o: $(ARBHOME)/INCLUDE/arbdbt.h
350AW_file.o: $(ARBHOME)/INCLUDE/arbtools.h
351AW_file.o: $(ARBHOME)/INCLUDE/attributes.h
352AW_file.o: $(ARBHOME)/INCLUDE/cb.h
353AW_file.o: $(ARBHOME)/INCLUDE/cb_base.h
354AW_file.o: $(ARBHOME)/INCLUDE/cbtypes.h
355AW_file.o: $(ARBHOME)/INCLUDE/cxxforward.h
356AW_file.o: $(ARBHOME)/INCLUDE/downcast.h
357AW_file.o: $(ARBHOME)/INCLUDE/dupstr.h
358AW_file.o: $(ARBHOME)/INCLUDE/gccver.h
359AW_file.o: $(ARBHOME)/INCLUDE/smartptr.h
360AW_file.o: $(ARBHOME)/INCLUDE/static_assert.h
361AW_file.o: $(ARBHOME)/INCLUDE/test_global.h
362AW_file.o: $(ARBHOME)/INCLUDE/test_unit.h
363AW_file.o: $(ARBHOME)/INCLUDE/ttypes.h
364
365AW_font_group.o: aw_base.hxx
366AW_font_group.o: aw_common.hxx
367AW_font_group.o: aw_device.hxx
368AW_font_group.o: aw_font_group.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_msg.h
397AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_string.h
398AW_global_awars.o: $(ARBHOME)/INCLUDE/arbdb.h
399AW_global_awars.o: $(ARBHOME)/INCLUDE/arbdb_base.h
400AW_global_awars.o: $(ARBHOME)/INCLUDE/arbtools.h
401AW_global_awars.o: $(ARBHOME)/INCLUDE/attributes.h
402AW_global_awars.o: $(ARBHOME)/INCLUDE/cb.h
403AW_global_awars.o: $(ARBHOME)/INCLUDE/cb_base.h
404AW_global_awars.o: $(ARBHOME)/INCLUDE/cbtypes.h
405AW_global_awars.o: $(ARBHOME)/INCLUDE/cxxforward.h
406AW_global_awars.o: $(ARBHOME)/INCLUDE/dupstr.h
407AW_global_awars.o: $(ARBHOME)/INCLUDE/gccver.h
408AW_global_awars.o: $(ARBHOME)/INCLUDE/smartptr.h
409AW_global_awars.o: $(ARBHOME)/INCLUDE/static_assert.h
410AW_global_awars.o: $(ARBHOME)/INCLUDE/test_global.h
411AW_global_awars.o: $(ARBHOME)/INCLUDE/ttypes.h
412
413AW_help.o: aw_awar.hxx
414AW_help.o: aw_base.hxx
415AW_help.o: aw_edit.hxx
416AW_help.o: aw_global_awars.hxx
417AW_help.o: aw_keysym.hxx
418AW_help.o: aw_msg.hxx
419AW_help.o: aw_root.hxx
420AW_help.o: aw_scalar.hxx
421AW_help.o: aw_select.hxx
422AW_help.o: aw_window.hxx
423AW_help.o: $(ARBHOME)/INCLUDE/ad_prot.h
424AW_help.o: $(ARBHOME)/INCLUDE/arb_assert.h
425AW_help.o: $(ARBHOME)/INCLUDE/arb_core.h
426AW_help.o: $(ARBHOME)/INCLUDE/arb_error.h
427AW_help.o: $(ARBHOME)/INCLUDE/arb_file.h
428AW_help.o: $(ARBHOME)/INCLUDE/arb_msg.h
429AW_help.o: $(ARBHOME)/INCLUDE/arb_str.h
430AW_help.o: $(ARBHOME)/INCLUDE/arb_string.h
431AW_help.o: $(ARBHOME)/INCLUDE/arbdb.h
432AW_help.o: $(ARBHOME)/INCLUDE/arbdb_base.h
433AW_help.o: $(ARBHOME)/INCLUDE/arbtools.h
434AW_help.o: $(ARBHOME)/INCLUDE/attributes.h
435AW_help.o: $(ARBHOME)/INCLUDE/cb.h
436AW_help.o: $(ARBHOME)/INCLUDE/cb_base.h
437AW_help.o: $(ARBHOME)/INCLUDE/cbtypes.h
438AW_help.o: $(ARBHOME)/INCLUDE/cxxforward.h
439AW_help.o: $(ARBHOME)/INCLUDE/dupstr.h
440AW_help.o: $(ARBHOME)/INCLUDE/gccver.h
441AW_help.o: $(ARBHOME)/INCLUDE/smartptr.h
442AW_help.o: $(ARBHOME)/INCLUDE/static_assert.h
443AW_help.o: $(ARBHOME)/INCLUDE/test_global.h
444AW_help.o: $(ARBHOME)/INCLUDE/ttypes.h
445
446AW_modal.o: aw_advice.hxx
447AW_modal.o: aw_awar.hxx
448AW_modal.o: aw_base.hxx
449AW_modal.o: aw_device.hxx
450AW_modal.o: aw_file.hxx
451AW_modal.o: aw_global.hxx
452AW_modal.o: aw_keysym.hxx
453AW_modal.o: aw_msg.hxx
454AW_modal.o: aw_position.hxx
455AW_modal.o: aw_question.hxx
456AW_modal.o: aw_root.hxx
457AW_modal.o: aw_scalar.hxx
458AW_modal.o: aw_select.hxx
459AW_modal.o: aw_window.hxx
460AW_modal.o: aw_window_Xm.hxx
461AW_modal.o: $(ARBHOME)/INCLUDE/ad_prot.h
462AW_modal.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
463AW_modal.o: $(ARBHOME)/INCLUDE/arb_assert.h
464AW_modal.o: $(ARBHOME)/INCLUDE/arb_core.h
465AW_modal.o: $(ARBHOME)/INCLUDE/arb_error.h
466AW_modal.o: $(ARBHOME)/INCLUDE/arb_msg.h
467AW_modal.o: $(ARBHOME)/INCLUDE/arb_strarray.h
468AW_modal.o: $(ARBHOME)/INCLUDE/arb_string.h
469AW_modal.o: $(ARBHOME)/INCLUDE/arbdb.h
470AW_modal.o: $(ARBHOME)/INCLUDE/arbdb_base.h
471AW_modal.o: $(ARBHOME)/INCLUDE/arbdbt.h
472AW_modal.o: $(ARBHOME)/INCLUDE/arbtools.h
473AW_modal.o: $(ARBHOME)/INCLUDE/attributes.h
474AW_modal.o: $(ARBHOME)/INCLUDE/cb.h
475AW_modal.o: $(ARBHOME)/INCLUDE/cb_base.h
476AW_modal.o: $(ARBHOME)/INCLUDE/cbtypes.h
477AW_modal.o: $(ARBHOME)/INCLUDE/cxxforward.h
478AW_modal.o: $(ARBHOME)/INCLUDE/downcast.h
479AW_modal.o: $(ARBHOME)/INCLUDE/dupstr.h
480AW_modal.o: $(ARBHOME)/INCLUDE/gccver.h
481AW_modal.o: $(ARBHOME)/INCLUDE/smartptr.h
482AW_modal.o: $(ARBHOME)/INCLUDE/static_assert.h
483AW_modal.o: $(ARBHOME)/INCLUDE/test_global.h
484AW_modal.o: $(ARBHOME)/INCLUDE/ttypes.h
485
486AW_position.o: aw_base.hxx
487AW_position.o: aw_position.hxx
488AW_position.o: $(ARBHOME)/INCLUDE/arb_assert.h
489AW_position.o: $(ARBHOME)/INCLUDE/arb_core.h
490AW_position.o: $(ARBHOME)/INCLUDE/arbtools.h
491AW_position.o: $(ARBHOME)/INCLUDE/attributes.h
492AW_position.o: $(ARBHOME)/INCLUDE/cxxforward.h
493AW_position.o: $(ARBHOME)/INCLUDE/dupstr.h
494AW_position.o: $(ARBHOME)/INCLUDE/gccver.h
495AW_position.o: $(ARBHOME)/INCLUDE/test_global.h
496
497AW_preset.o: aw_advice.hxx
498AW_preset.o: aw_awar.hxx
499AW_preset.o: aw_base.hxx
500AW_preset.o: aw_color_groups.hxx
501AW_preset.o: aw_def.hxx
502AW_preset.o: aw_device.hxx
503AW_preset.o: aw_keysym.hxx
504AW_preset.o: aw_msg.hxx
505AW_preset.o: aw_position.hxx
506AW_preset.o: aw_preset.hxx
507AW_preset.o: aw_question.hxx
508AW_preset.o: aw_root.hxx
509AW_preset.o: aw_window.hxx
510AW_preset.o: $(ARBHOME)/INCLUDE/ad_prot.h
511AW_preset.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
512AW_preset.o: $(ARBHOME)/INCLUDE/arb_assert.h
513AW_preset.o: $(ARBHOME)/INCLUDE/arb_core.h
514AW_preset.o: $(ARBHOME)/INCLUDE/arb_error.h
515AW_preset.o: $(ARBHOME)/INCLUDE/arb_msg.h
516AW_preset.o: $(ARBHOME)/INCLUDE/arb_string.h
517AW_preset.o: $(ARBHOME)/INCLUDE/arbdb.h
518AW_preset.o: $(ARBHOME)/INCLUDE/arbdb_base.h
519AW_preset.o: $(ARBHOME)/INCLUDE/arbdbt.h
520AW_preset.o: $(ARBHOME)/INCLUDE/arbtools.h
521AW_preset.o: $(ARBHOME)/INCLUDE/attributes.h
522AW_preset.o: $(ARBHOME)/INCLUDE/cb.h
523AW_preset.o: $(ARBHOME)/INCLUDE/cb_base.h
524AW_preset.o: $(ARBHOME)/INCLUDE/cbtypes.h
525AW_preset.o: $(ARBHOME)/INCLUDE/cxxforward.h
526AW_preset.o: $(ARBHOME)/INCLUDE/downcast.h
527AW_preset.o: $(ARBHOME)/INCLUDE/dupstr.h
528AW_preset.o: $(ARBHOME)/INCLUDE/gccver.h
529AW_preset.o: $(ARBHOME)/INCLUDE/smartptr.h
530AW_preset.o: $(ARBHOME)/INCLUDE/static_assert.h
531AW_preset.o: $(ARBHOME)/INCLUDE/test_global.h
532AW_preset.o: $(ARBHOME)/INCLUDE/ttypes.h
533
534AW_print.o: aw_base.hxx
535AW_print.o: aw_common.hxx
536AW_print.o: aw_device.hxx
537AW_print.o: aw_position.hxx
538AW_print.o: aw_root.hxx
539AW_print.o: $(ARBHOME)/INCLUDE/arb_assert.h
540AW_print.o: $(ARBHOME)/INCLUDE/arb_core.h
541AW_print.o: $(ARBHOME)/INCLUDE/arb_defs.h
542AW_print.o: $(ARBHOME)/INCLUDE/arb_error.h
543AW_print.o: $(ARBHOME)/INCLUDE/arb_msg.h
544AW_print.o: $(ARBHOME)/INCLUDE/arbdb_base.h
545AW_print.o: $(ARBHOME)/INCLUDE/arbtools.h
546AW_print.o: $(ARBHOME)/INCLUDE/attributes.h
547AW_print.o: $(ARBHOME)/INCLUDE/cb.h
548AW_print.o: $(ARBHOME)/INCLUDE/cb_base.h
549AW_print.o: $(ARBHOME)/INCLUDE/cbtypes.h
550AW_print.o: $(ARBHOME)/INCLUDE/cxxforward.h
551AW_print.o: $(ARBHOME)/INCLUDE/downcast.h
552AW_print.o: $(ARBHOME)/INCLUDE/dupstr.h
553AW_print.o: $(ARBHOME)/INCLUDE/gccver.h
554AW_print.o: $(ARBHOME)/INCLUDE/smartptr.h
555AW_print.o: $(ARBHOME)/INCLUDE/static_assert.h
556AW_print.o: $(ARBHOME)/INCLUDE/test_global.h
557AW_print.o: $(ARBHOME)/INCLUDE/ttypes.h
558
559AW_question.o: aw_advice.hxx
560AW_question.o: aw_awar.hxx
561AW_question.o: aw_base.hxx
562AW_question.o: aw_device.hxx
563AW_question.o: aw_global.hxx
564AW_question.o: aw_keysym.hxx
565AW_question.o: aw_msg.hxx
566AW_question.o: aw_position.hxx
567AW_question.o: aw_question.hxx
568AW_question.o: aw_root.hxx
569AW_question.o: aw_scalar.hxx
570AW_question.o: aw_window.hxx
571AW_question.o: aw_window_Xm.hxx
572AW_question.o: $(ARBHOME)/INCLUDE/ad_prot.h
573AW_question.o: $(ARBHOME)/INCLUDE/arb_assert.h
574AW_question.o: $(ARBHOME)/INCLUDE/arb_core.h
575AW_question.o: $(ARBHOME)/INCLUDE/arb_error.h
576AW_question.o: $(ARBHOME)/INCLUDE/arb_msg.h
577AW_question.o: $(ARBHOME)/INCLUDE/arb_string.h
578AW_question.o: $(ARBHOME)/INCLUDE/arbdb.h
579AW_question.o: $(ARBHOME)/INCLUDE/arbdb_base.h
580AW_question.o: $(ARBHOME)/INCLUDE/arbtools.h
581AW_question.o: $(ARBHOME)/INCLUDE/attributes.h
582AW_question.o: $(ARBHOME)/INCLUDE/cb.h
583AW_question.o: $(ARBHOME)/INCLUDE/cb_base.h
584AW_question.o: $(ARBHOME)/INCLUDE/cbtypes.h
585AW_question.o: $(ARBHOME)/INCLUDE/cxxforward.h
586AW_question.o: $(ARBHOME)/INCLUDE/dupstr.h
587AW_question.o: $(ARBHOME)/INCLUDE/gccver.h
588AW_question.o: $(ARBHOME)/INCLUDE/smartptr.h
589AW_question.o: $(ARBHOME)/INCLUDE/static_assert.h
590AW_question.o: $(ARBHOME)/INCLUDE/test_global.h
591AW_question.o: $(ARBHOME)/INCLUDE/ttypes.h
592
593AW_root.o: aw_awar.hxx
594AW_root.o: aw_base.hxx
595AW_root.o: aw_device.hxx
596AW_root.o: aw_keysym.hxx
597AW_root.o: aw_msg.hxx
598AW_root.o: aw_nawar.hxx
599AW_root.o: aw_position.hxx
600AW_root.o: aw_root.hxx
601AW_root.o: aw_scalar.hxx
602AW_root.o: aw_status.hxx
603AW_root.o: aw_window.hxx
604AW_root.o: aw_window_Xm.hxx
605AW_root.o: aw_xkey.hxx
606AW_root.o: $(ARBHOME)/INCLUDE/ad_prot.h
607AW_root.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
608AW_root.o: $(ARBHOME)/INCLUDE/arb_assert.h
609AW_root.o: $(ARBHOME)/INCLUDE/arb_core.h
610AW_root.o: $(ARBHOME)/INCLUDE/arb_error.h
611AW_root.o: $(ARBHOME)/INCLUDE/arb_handlers.h
612AW_root.o: $(ARBHOME)/INCLUDE/arb_msg.h
613AW_root.o: $(ARBHOME)/INCLUDE/arb_string.h
614AW_root.o: $(ARBHOME)/INCLUDE/arbdb.h
615AW_root.o: $(ARBHOME)/INCLUDE/arbdb_base.h
616AW_root.o: $(ARBHOME)/INCLUDE/arbdbt.h
617AW_root.o: $(ARBHOME)/INCLUDE/arbtools.h
618AW_root.o: $(ARBHOME)/INCLUDE/attributes.h
619AW_root.o: $(ARBHOME)/INCLUDE/cb.h
620AW_root.o: $(ARBHOME)/INCLUDE/cb_base.h
621AW_root.o: $(ARBHOME)/INCLUDE/cbtypes.h
622AW_root.o: $(ARBHOME)/INCLUDE/cxxforward.h
623AW_root.o: $(ARBHOME)/INCLUDE/downcast.h
624AW_root.o: $(ARBHOME)/INCLUDE/dupstr.h
625AW_root.o: $(ARBHOME)/INCLUDE/gccver.h
626AW_root.o: $(ARBHOME)/INCLUDE/smartptr.h
627AW_root.o: $(ARBHOME)/INCLUDE/static_assert.h
628AW_root.o: $(ARBHOME)/INCLUDE/test_global.h
629AW_root.o: $(ARBHOME)/INCLUDE/ttypes.h
630
631AW_root_debug.o: aw_base.hxx
632AW_root_debug.o: aw_common.hxx
633AW_root_debug.o: aw_common_xm.hxx
634AW_root_debug.o: aw_device.hxx
635AW_root_debug.o: aw_keysym.hxx
636AW_root_debug.o: aw_msg.hxx
637AW_root_debug.o: aw_position.hxx
638AW_root_debug.o: aw_root.hxx
639AW_root_debug.o: aw_scalar.hxx
640AW_root_debug.o: aw_window.hxx
641AW_root_debug.o: aw_window_Xm.hxx
642AW_root_debug.o: aw_Xm.hxx
643AW_root_debug.o: $(ARBHOME)/INCLUDE/ad_prot.h
644AW_root_debug.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
645AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_assert.h
646AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_core.h
647AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_defs.h
648AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_error.h
649AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_msg.h
650AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_strarray.h
651AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_string.h
652AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdb.h
653AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdb_base.h
654AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdbt.h
655AW_root_debug.o: $(ARBHOME)/INCLUDE/arbtools.h
656AW_root_debug.o: $(ARBHOME)/INCLUDE/attributes.h
657AW_root_debug.o: $(ARBHOME)/INCLUDE/cb.h
658AW_root_debug.o: $(ARBHOME)/INCLUDE/cb_base.h
659AW_root_debug.o: $(ARBHOME)/INCLUDE/cbtypes.h
660AW_root_debug.o: $(ARBHOME)/INCLUDE/cxxforward.h
661AW_root_debug.o: $(ARBHOME)/INCLUDE/downcast.h
662AW_root_debug.o: $(ARBHOME)/INCLUDE/dupstr.h
663AW_root_debug.o: $(ARBHOME)/INCLUDE/gccver.h
664AW_root_debug.o: $(ARBHOME)/INCLUDE/smartptr.h
665AW_root_debug.o: $(ARBHOME)/INCLUDE/static_assert.h
666AW_root_debug.o: $(ARBHOME)/INCLUDE/test_global.h
667AW_root_debug.o: $(ARBHOME)/INCLUDE/ttypes.h
668
669aw_scalar.o: aw_awar.hxx
670aw_scalar.o: aw_base.hxx
671aw_scalar.o: aw_scalar.hxx
672aw_scalar.o: $(ARBHOME)/INCLUDE/arb_assert.h
673aw_scalar.o: $(ARBHOME)/INCLUDE/arb_core.h
674aw_scalar.o: $(ARBHOME)/INCLUDE/arb_msg.h
675aw_scalar.o: $(ARBHOME)/INCLUDE/arbdb_base.h
676aw_scalar.o: $(ARBHOME)/INCLUDE/arbtools.h
677aw_scalar.o: $(ARBHOME)/INCLUDE/attributes.h
678aw_scalar.o: $(ARBHOME)/INCLUDE/cb.h
679aw_scalar.o: $(ARBHOME)/INCLUDE/cb_base.h
680aw_scalar.o: $(ARBHOME)/INCLUDE/cbtypes.h
681aw_scalar.o: $(ARBHOME)/INCLUDE/cxxforward.h
682aw_scalar.o: $(ARBHOME)/INCLUDE/dupstr.h
683aw_scalar.o: $(ARBHOME)/INCLUDE/gccver.h
684aw_scalar.o: $(ARBHOME)/INCLUDE/smartptr.h
685aw_scalar.o: $(ARBHOME)/INCLUDE/static_assert.h
686aw_scalar.o: $(ARBHOME)/INCLUDE/test_global.h
687aw_scalar.o: $(ARBHOME)/INCLUDE/ttypes.h
688
689AW_select.o: aw_awar.hxx
690AW_select.o: aw_base.hxx
691AW_select.o: aw_device.hxx
692AW_select.o: aw_keysym.hxx
693AW_select.o: aw_position.hxx
694AW_select.o: aw_root.hxx
695AW_select.o: aw_scalar.hxx
696AW_select.o: aw_select.hxx
697AW_select.o: aw_window.hxx
698AW_select.o: aw_window_Xm.hxx
699AW_select.o: $(ARBHOME)/INCLUDE/ad_cb.h
700AW_select.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
701AW_select.o: $(ARBHOME)/INCLUDE/ad_prot.h
702AW_select.o: $(ARBHOME)/INCLUDE/arb_assert.h
703AW_select.o: $(ARBHOME)/INCLUDE/arb_core.h
704AW_select.o: $(ARBHOME)/INCLUDE/arb_error.h
705AW_select.o: $(ARBHOME)/INCLUDE/arb_msg.h
706AW_select.o: $(ARBHOME)/INCLUDE/arb_sort.h
707AW_select.o: $(ARBHOME)/INCLUDE/arb_str.h
708AW_select.o: $(ARBHOME)/INCLUDE/arb_strarray.h
709AW_select.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
710AW_select.o: $(ARBHOME)/INCLUDE/arb_string.h
711AW_select.o: $(ARBHOME)/INCLUDE/arbdb.h
712AW_select.o: $(ARBHOME)/INCLUDE/arbdb_base.h
713AW_select.o: $(ARBHOME)/INCLUDE/arbtools.h
714AW_select.o: $(ARBHOME)/INCLUDE/attributes.h
715AW_select.o: $(ARBHOME)/INCLUDE/cb.h
716AW_select.o: $(ARBHOME)/INCLUDE/cb_base.h
717AW_select.o: $(ARBHOME)/INCLUDE/cbtypes.h
718AW_select.o: $(ARBHOME)/INCLUDE/cxxforward.h
719AW_select.o: $(ARBHOME)/INCLUDE/dupstr.h
720AW_select.o: $(ARBHOME)/INCLUDE/gccver.h
721AW_select.o: $(ARBHOME)/INCLUDE/smartptr.h
722AW_select.o: $(ARBHOME)/INCLUDE/static_assert.h
723AW_select.o: $(ARBHOME)/INCLUDE/test_global.h
724AW_select.o: $(ARBHOME)/INCLUDE/test_unit.h
725AW_select.o: $(ARBHOME)/INCLUDE/ttypes.h
726
727AW_status.o: aw_awar.hxx
728AW_status.o: aw_awar_defs.hxx
729AW_status.o: aw_awars.hxx
730AW_status.o: aw_base.hxx
731AW_status.o: aw_keysym.hxx
732AW_status.o: aw_msg.hxx
733AW_status.o: aw_question.hxx
734AW_status.o: aw_root.hxx
735AW_status.o: aw_status.hxx
736AW_status.o: aw_window.hxx
737AW_status.o: $(ARBHOME)/INCLUDE/ad_prot.h
738AW_status.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
739AW_status.o: $(ARBHOME)/INCLUDE/arb_assert.h
740AW_status.o: $(ARBHOME)/INCLUDE/arb_core.h
741AW_status.o: $(ARBHOME)/INCLUDE/arb_error.h
742AW_status.o: $(ARBHOME)/INCLUDE/arb_msg.h
743AW_status.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
744AW_status.o: $(ARBHOME)/INCLUDE/arb_string.h
745AW_status.o: $(ARBHOME)/INCLUDE/arbdb.h
746AW_status.o: $(ARBHOME)/INCLUDE/arbdb_base.h
747AW_status.o: $(ARBHOME)/INCLUDE/arbdbt.h
748AW_status.o: $(ARBHOME)/INCLUDE/arbtools.h
749AW_status.o: $(ARBHOME)/INCLUDE/attributes.h
750AW_status.o: $(ARBHOME)/INCLUDE/cb.h
751AW_status.o: $(ARBHOME)/INCLUDE/cb_base.h
752AW_status.o: $(ARBHOME)/INCLUDE/cbtypes.h
753AW_status.o: $(ARBHOME)/INCLUDE/cxxforward.h
754AW_status.o: $(ARBHOME)/INCLUDE/downcast.h
755AW_status.o: $(ARBHOME)/INCLUDE/dupstr.h
756AW_status.o: $(ARBHOME)/INCLUDE/gccver.h
757AW_status.o: $(ARBHOME)/INCLUDE/SigHandler.h
758AW_status.o: $(ARBHOME)/INCLUDE/smartptr.h
759AW_status.o: $(ARBHOME)/INCLUDE/static_assert.h
760AW_status.o: $(ARBHOME)/INCLUDE/test_global.h
761AW_status.o: $(ARBHOME)/INCLUDE/ttypes.h
762
763AW_window.o: aw_at.hxx
764AW_window.o: aw_awar.hxx
765AW_window.o: aw_base.hxx
766AW_window.o: aw_common.hxx
767AW_window.o: aw_common_xm.hxx
768AW_window.o: aw_device.hxx
769AW_window.o: aw_device_click.hxx
770AW_window.o: aw_keysym.hxx
771AW_window.o: aw_msg.hxx
772AW_window.o: aw_nawar.hxx
773AW_window.o: aw_position.hxx
774AW_window.o: aw_question.hxx
775AW_window.o: aw_root.hxx
776AW_window.o: aw_scalar.hxx
777AW_window.o: aw_select.hxx
778AW_window.o: aw_window.hxx
779AW_window.o: aw_window_Xm.hxx
780AW_window.o: aw_xargs.hxx
781AW_window.o: aw_xfig.hxx
782AW_window.o: aw_xkey.hxx
783AW_window.o: aw_Xm.hxx
784AW_window.o: $(ARBHOME)/INCLUDE/ad_prot.h
785AW_window.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
786AW_window.o: $(ARBHOME)/INCLUDE/arb_assert.h
787AW_window.o: $(ARBHOME)/INCLUDE/arb_core.h
788AW_window.o: $(ARBHOME)/INCLUDE/arb_defs.h
789AW_window.o: $(ARBHOME)/INCLUDE/arb_error.h
790AW_window.o: $(ARBHOME)/INCLUDE/arb_file.h
791AW_window.o: $(ARBHOME)/INCLUDE/arb_msg.h
792AW_window.o: $(ARBHOME)/INCLUDE/arb_str.h
793AW_window.o: $(ARBHOME)/INCLUDE/arb_strarray.h
794AW_window.o: $(ARBHOME)/INCLUDE/arb_string.h
795AW_window.o: $(ARBHOME)/INCLUDE/arbdb.h
796AW_window.o: $(ARBHOME)/INCLUDE/arbdb_base.h
797AW_window.o: $(ARBHOME)/INCLUDE/arbdbt.h
798AW_window.o: $(ARBHOME)/INCLUDE/arbtools.h
799AW_window.o: $(ARBHOME)/INCLUDE/attributes.h
800AW_window.o: $(ARBHOME)/INCLUDE/cb.h
801AW_window.o: $(ARBHOME)/INCLUDE/cb_base.h
802AW_window.o: $(ARBHOME)/INCLUDE/cbtypes.h
803AW_window.o: $(ARBHOME)/INCLUDE/cxxforward.h
804AW_window.o: $(ARBHOME)/INCLUDE/downcast.h
805AW_window.o: $(ARBHOME)/INCLUDE/dupstr.h
806AW_window.o: $(ARBHOME)/INCLUDE/gccver.h
807AW_window.o: $(ARBHOME)/INCLUDE/smartptr.h
808AW_window.o: $(ARBHOME)/INCLUDE/static_assert.h
809AW_window.o: $(ARBHOME)/INCLUDE/test_global.h
810AW_window.o: $(ARBHOME)/INCLUDE/ttypes.h
811
812AW_window_Xm_interface.o: aw_base.hxx
813AW_window_Xm_interface.o: aw_common.hxx
814AW_window_Xm_interface.o: aw_common_xm.hxx
815AW_window_Xm_interface.o: aw_device.hxx
816AW_window_Xm_interface.o: aw_keysym.hxx
817AW_window_Xm_interface.o: aw_position.hxx
818AW_window_Xm_interface.o: aw_root.hxx
819AW_window_Xm_interface.o: aw_scalar.hxx
820AW_window_Xm_interface.o: aw_window.hxx
821AW_window_Xm_interface.o: aw_window_Xm.hxx
822AW_window_Xm_interface.o: aw_window_Xm_interface.hxx
823AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_assert.h
824AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_core.h
825AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_defs.h
826AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_error.h
827AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_msg.h
828AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arbdb_base.h
829AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arbtools.h
830AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/attributes.h
831AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cb.h
832AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cb_base.h
833AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cbtypes.h
834AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cxxforward.h
835AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/downcast.h
836AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/dupstr.h
837AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/gccver.h
838AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/smartptr.h
839AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/static_assert.h
840AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/test_global.h
841AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/ttypes.h
842
843AW_xfig.o: aw_base.hxx
844AW_xfig.o: aw_device.hxx
845AW_xfig.o: aw_msg.hxx
846AW_xfig.o: aw_position.hxx
847AW_xfig.o: aw_xfig.hxx
848AW_xfig.o: $(ARBHOME)/INCLUDE/ad_prot.h
849AW_xfig.o: $(ARBHOME)/INCLUDE/arb_assert.h
850AW_xfig.o: $(ARBHOME)/INCLUDE/arb_core.h
851AW_xfig.o: $(ARBHOME)/INCLUDE/arb_error.h
852AW_xfig.o: $(ARBHOME)/INCLUDE/arb_msg.h
853AW_xfig.o: $(ARBHOME)/INCLUDE/arb_string.h
854AW_xfig.o: $(ARBHOME)/INCLUDE/arbdb.h
855AW_xfig.o: $(ARBHOME)/INCLUDE/arbdb_base.h
856AW_xfig.o: $(ARBHOME)/INCLUDE/arbtools.h
857AW_xfig.o: $(ARBHOME)/INCLUDE/attributes.h
858AW_xfig.o: $(ARBHOME)/INCLUDE/cxxforward.h
859AW_xfig.o: $(ARBHOME)/INCLUDE/dupstr.h
860AW_xfig.o: $(ARBHOME)/INCLUDE/gccver.h
861AW_xfig.o: $(ARBHOME)/INCLUDE/smartptr.h
862AW_xfig.o: $(ARBHOME)/INCLUDE/test_global.h
863
864AW_xfont.o: aw_base.hxx
865AW_xfont.o: aw_common.hxx
866AW_xfont.o: aw_common_xm.hxx
867AW_xfont.o: aw_def.hxx
868AW_xfont.o: aw_device.hxx
869AW_xfont.o: aw_position.hxx
870AW_xfont.o: aw_root.hxx
871AW_xfont.o: aw_xfont.hxx
872AW_xfont.o: $(ARBHOME)/INCLUDE/ad_prot.h
873AW_xfont.o: $(ARBHOME)/INCLUDE/arb_assert.h
874AW_xfont.o: $(ARBHOME)/INCLUDE/arb_core.h
875AW_xfont.o: $(ARBHOME)/INCLUDE/arb_defs.h
876AW_xfont.o: $(ARBHOME)/INCLUDE/arb_error.h
877AW_xfont.o: $(ARBHOME)/INCLUDE/arb_msg.h
878AW_xfont.o: $(ARBHOME)/INCLUDE/arb_string.h
879AW_xfont.o: $(ARBHOME)/INCLUDE/arbdb.h
880AW_xfont.o: $(ARBHOME)/INCLUDE/arbdb_base.h
881AW_xfont.o: $(ARBHOME)/INCLUDE/arbtools.h
882AW_xfont.o: $(ARBHOME)/INCLUDE/attributes.h
883AW_xfont.o: $(ARBHOME)/INCLUDE/cb.h
884AW_xfont.o: $(ARBHOME)/INCLUDE/cb_base.h
885AW_xfont.o: $(ARBHOME)/INCLUDE/cbtypes.h
886AW_xfont.o: $(ARBHOME)/INCLUDE/cxxforward.h
887AW_xfont.o: $(ARBHOME)/INCLUDE/downcast.h
888AW_xfont.o: $(ARBHOME)/INCLUDE/dupstr.h
889AW_xfont.o: $(ARBHOME)/INCLUDE/gccver.h
890AW_xfont.o: $(ARBHOME)/INCLUDE/smartptr.h
891AW_xfont.o: $(ARBHOME)/INCLUDE/static_assert.h
892AW_xfont.o: $(ARBHOME)/INCLUDE/test_global.h
893AW_xfont.o: $(ARBHOME)/INCLUDE/ttypes.h
894
895AW_xkey.o: aw_keysym.hxx
896AW_xkey.o: aw_msg.hxx
897AW_xkey.o: aw_xkey.hxx
898AW_xkey.o: $(ARBHOME)/INCLUDE/ad_prot.h
899AW_xkey.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
900AW_xkey.o: $(ARBHOME)/INCLUDE/arb_assert.h
901AW_xkey.o: $(ARBHOME)/INCLUDE/arb_core.h
902AW_xkey.o: $(ARBHOME)/INCLUDE/arb_defs.h
903AW_xkey.o: $(ARBHOME)/INCLUDE/arb_error.h
904AW_xkey.o: $(ARBHOME)/INCLUDE/arb_msg.h
905AW_xkey.o: $(ARBHOME)/INCLUDE/arb_string.h
906AW_xkey.o: $(ARBHOME)/INCLUDE/arbdb.h
907AW_xkey.o: $(ARBHOME)/INCLUDE/arbdb_base.h
908AW_xkey.o: $(ARBHOME)/INCLUDE/arbdbt.h
909AW_xkey.o: $(ARBHOME)/INCLUDE/arbtools.h
910AW_xkey.o: $(ARBHOME)/INCLUDE/attributes.h
911AW_xkey.o: $(ARBHOME)/INCLUDE/cxxforward.h
912AW_xkey.o: $(ARBHOME)/INCLUDE/downcast.h
913AW_xkey.o: $(ARBHOME)/INCLUDE/dupstr.h
914AW_xkey.o: $(ARBHOME)/INCLUDE/gccver.h
915AW_xkey.o: $(ARBHOME)/INCLUDE/smartptr.h
916AW_xkey.o: $(ARBHOME)/INCLUDE/static_assert.h
917AW_xkey.o: $(ARBHOME)/INCLUDE/test_global.h
918
919AW_Xm.o: aw_base.hxx
920AW_Xm.o: aw_common.hxx
921AW_Xm.o: aw_common_xm.hxx
922AW_Xm.o: aw_device.hxx
923AW_Xm.o: aw_position.hxx
924AW_Xm.o: aw_Xm.hxx
925AW_Xm.o: $(ARBHOME)/INCLUDE/arb_assert.h
926AW_Xm.o: $(ARBHOME)/INCLUDE/arb_core.h
927AW_Xm.o: $(ARBHOME)/INCLUDE/arb_defs.h
928AW_Xm.o: $(ARBHOME)/INCLUDE/arbtools.h
929AW_Xm.o: $(ARBHOME)/INCLUDE/attributes.h
930AW_Xm.o: $(ARBHOME)/INCLUDE/cxxforward.h
931AW_Xm.o: $(ARBHOME)/INCLUDE/downcast.h
932AW_Xm.o: $(ARBHOME)/INCLUDE/dupstr.h
933AW_Xm.o: $(ARBHOME)/INCLUDE/gccver.h
934AW_Xm.o: $(ARBHOME)/INCLUDE/static_assert.h
935AW_Xm.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the repository browser.