source: tags/arb-6.0/WINDOW/Makefile

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