source: tags/ms_r16q3/WINDOW/Makefile

Last change on this file was 15254, checked in by westram, 8 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 38.0 KB
Line 
1.SUFFIXES: .o .c .cxx .depend
2
3OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx))
4
5LIB_SHARED=../lib/$(MAIN:.a=).$(SHARED_LIB_SUFFIX)
6
7it: do_$(MAIN)
8
9do_WINDOW.a:
10        @echo "Error: MAIN='$(MAIN)' is set wrong"
11        false
12
13do_libWINDOW.a: $(LIB_SHARED)
14
15$(LIB_SHARED): $(OBJECTS)
16        $(LINK_SHARED_LIB) $(LIB_SHARED) $(OBJECTS)
17
18.cxx.o:
19        $(A_CXX) $(shared_cflags) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $<
20
21clean:
22        rm -f $(OBJECTS) *.a *.so
23
24DEPENDS = $(OBJECTS:.o=.depend)
25depends: $(DEPENDS)
26        @cat $(DEPENDS) | grep -v '^#' >>Makefile
27        @rm $(DEPENDS)
28$(DEPENDS): depend.init
29depend.init:
30        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
31.c.depend:
32        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
33.cxx.depend:
34        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
35
36# DO NOT DELETE THIS LINE -- make depend depends on it.
37
38# Do not add dependencies manually - use 'make depend' in $ARBHOME
39# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main)
40
41AW_advice.o: aw_advice.hxx
42AW_advice.o: aw_awar.hxx
43AW_advice.o: aw_base.hxx
44AW_advice.o: aw_keysym.hxx
45AW_advice.o: aw_msg.hxx
46AW_advice.o: aw_root.hxx
47AW_advice.o: aw_window.hxx
48AW_advice.o: $(ARBHOME)/INCLUDE/ad_prot.h
49AW_advice.o: $(ARBHOME)/INCLUDE/arb_assert.h
50AW_advice.o: $(ARBHOME)/INCLUDE/arb_core.h
51AW_advice.o: $(ARBHOME)/INCLUDE/arb_error.h
52AW_advice.o: $(ARBHOME)/INCLUDE/arb_mem.h
53AW_advice.o: $(ARBHOME)/INCLUDE/arb_msg.h
54AW_advice.o: $(ARBHOME)/INCLUDE/arb_string.h
55AW_advice.o: $(ARBHOME)/INCLUDE/arbdb.h
56AW_advice.o: $(ARBHOME)/INCLUDE/arbdb_base.h
57AW_advice.o: $(ARBHOME)/INCLUDE/arbtools.h
58AW_advice.o: $(ARBHOME)/INCLUDE/attributes.h
59AW_advice.o: $(ARBHOME)/INCLUDE/cb.h
60AW_advice.o: $(ARBHOME)/INCLUDE/cb_base.h
61AW_advice.o: $(ARBHOME)/INCLUDE/cbtypes.h
62AW_advice.o: $(ARBHOME)/INCLUDE/cxxforward.h
63AW_advice.o: $(ARBHOME)/INCLUDE/dupstr.h
64AW_advice.o: $(ARBHOME)/INCLUDE/gccver.h
65AW_advice.o: $(ARBHOME)/INCLUDE/smartptr.h
66AW_advice.o: $(ARBHOME)/INCLUDE/static_assert.h
67AW_advice.o: $(ARBHOME)/INCLUDE/test_global.h
68AW_advice.o: $(ARBHOME)/INCLUDE/test_unit.h
69AW_advice.o: $(ARBHOME)/INCLUDE/ttypes.h
70
71AW_at.o: aw_at.hxx
72AW_at.o: aw_base.hxx
73AW_at.o: aw_keysym.hxx
74AW_at.o: aw_root.hxx
75AW_at.o: aw_window.hxx
76AW_at.o: aw_xfig.hxx
77AW_at.o: $(ARBHOME)/INCLUDE/ad_prot.h
78AW_at.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
79AW_at.o: $(ARBHOME)/INCLUDE/arb_assert.h
80AW_at.o: $(ARBHOME)/INCLUDE/arb_core.h
81AW_at.o: $(ARBHOME)/INCLUDE/arb_error.h
82AW_at.o: $(ARBHOME)/INCLUDE/arb_mem.h
83AW_at.o: $(ARBHOME)/INCLUDE/arb_msg.h
84AW_at.o: $(ARBHOME)/INCLUDE/arb_string.h
85AW_at.o: $(ARBHOME)/INCLUDE/arbdb.h
86AW_at.o: $(ARBHOME)/INCLUDE/arbdb_base.h
87AW_at.o: $(ARBHOME)/INCLUDE/arbdbt.h
88AW_at.o: $(ARBHOME)/INCLUDE/arbtools.h
89AW_at.o: $(ARBHOME)/INCLUDE/attributes.h
90AW_at.o: $(ARBHOME)/INCLUDE/cb.h
91AW_at.o: $(ARBHOME)/INCLUDE/cb_base.h
92AW_at.o: $(ARBHOME)/INCLUDE/cbtypes.h
93AW_at.o: $(ARBHOME)/INCLUDE/cxxforward.h
94AW_at.o: $(ARBHOME)/INCLUDE/downcast.h
95AW_at.o: $(ARBHOME)/INCLUDE/dupstr.h
96AW_at.o: $(ARBHOME)/INCLUDE/gccver.h
97AW_at.o: $(ARBHOME)/INCLUDE/smartptr.h
98AW_at.o: $(ARBHOME)/INCLUDE/static_assert.h
99AW_at.o: $(ARBHOME)/INCLUDE/test_global.h
100AW_at.o: $(ARBHOME)/INCLUDE/ttypes.h
101
102AW_awar.o: aw_awar.hxx
103AW_awar.o: aw_base.hxx
104AW_awar.o: aw_keysym.hxx
105AW_awar.o: aw_msg.hxx
106AW_awar.o: aw_nawar.hxx
107AW_awar.o: aw_root.hxx
108AW_awar.o: aw_scalar.hxx
109AW_awar.o: aw_select.hxx
110AW_awar.o: aw_window.hxx
111AW_awar.o: $(ARBHOME)/INCLUDE/ad_cb.h
112AW_awar.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
113AW_awar.o: $(ARBHOME)/INCLUDE/ad_prot.h
114AW_awar.o: $(ARBHOME)/INCLUDE/arb_assert.h
115AW_awar.o: $(ARBHOME)/INCLUDE/arb_core.h
116AW_awar.o: $(ARBHOME)/INCLUDE/arb_error.h
117AW_awar.o: $(ARBHOME)/INCLUDE/arb_file.h
118AW_awar.o: $(ARBHOME)/INCLUDE/arb_mem.h
119AW_awar.o: $(ARBHOME)/INCLUDE/arb_msg.h
120AW_awar.o: $(ARBHOME)/INCLUDE/arb_str.h
121AW_awar.o: $(ARBHOME)/INCLUDE/arb_string.h
122AW_awar.o: $(ARBHOME)/INCLUDE/arbdb.h
123AW_awar.o: $(ARBHOME)/INCLUDE/arbdb_base.h
124AW_awar.o: $(ARBHOME)/INCLUDE/arbtools.h
125AW_awar.o: $(ARBHOME)/INCLUDE/attributes.h
126AW_awar.o: $(ARBHOME)/INCLUDE/cb.h
127AW_awar.o: $(ARBHOME)/INCLUDE/cb_base.h
128AW_awar.o: $(ARBHOME)/INCLUDE/cbtypes.h
129AW_awar.o: $(ARBHOME)/INCLUDE/cxxforward.h
130AW_awar.o: $(ARBHOME)/INCLUDE/dupstr.h
131AW_awar.o: $(ARBHOME)/INCLUDE/gccver.h
132AW_awar.o: $(ARBHOME)/INCLUDE/smartptr.h
133AW_awar.o: $(ARBHOME)/INCLUDE/static_assert.h
134AW_awar.o: $(ARBHOME)/INCLUDE/test_global.h
135AW_awar.o: $(ARBHOME)/INCLUDE/test_unit.h
136AW_awar.o: $(ARBHOME)/INCLUDE/ttypes.h
137
138AW_button.o: aw_at.hxx
139AW_button.o: aw_awar.hxx
140AW_button.o: aw_base.hxx
141AW_button.o: aw_device.hxx
142AW_button.o: aw_font_limits.hxx
143AW_button.o: aw_keysym.hxx
144AW_button.o: aw_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_base.hxx
303AW_edit.o: aw_edit.hxx
304AW_edit.o: aw_keysym.hxx
305AW_edit.o: aw_msg.hxx
306AW_edit.o: aw_root.hxx
307AW_edit.o: aw_window.hxx
308AW_edit.o: $(ARBHOME)/INCLUDE/ad_prot.h
309AW_edit.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
310AW_edit.o: $(ARBHOME)/INCLUDE/arb_assert.h
311AW_edit.o: $(ARBHOME)/INCLUDE/arb_core.h
312AW_edit.o: $(ARBHOME)/INCLUDE/arb_error.h
313AW_edit.o: $(ARBHOME)/INCLUDE/arb_mem.h
314AW_edit.o: $(ARBHOME)/INCLUDE/arb_msg.h
315AW_edit.o: $(ARBHOME)/INCLUDE/arb_string.h
316AW_edit.o: $(ARBHOME)/INCLUDE/arbdb.h
317AW_edit.o: $(ARBHOME)/INCLUDE/arbdb_base.h
318AW_edit.o: $(ARBHOME)/INCLUDE/arbdbt.h
319AW_edit.o: $(ARBHOME)/INCLUDE/arbtools.h
320AW_edit.o: $(ARBHOME)/INCLUDE/attributes.h
321AW_edit.o: $(ARBHOME)/INCLUDE/cb.h
322AW_edit.o: $(ARBHOME)/INCLUDE/cb_base.h
323AW_edit.o: $(ARBHOME)/INCLUDE/cbtypes.h
324AW_edit.o: $(ARBHOME)/INCLUDE/cxxforward.h
325AW_edit.o: $(ARBHOME)/INCLUDE/downcast.h
326AW_edit.o: $(ARBHOME)/INCLUDE/dupstr.h
327AW_edit.o: $(ARBHOME)/INCLUDE/gccver.h
328AW_edit.o: $(ARBHOME)/INCLUDE/smartptr.h
329AW_edit.o: $(ARBHOME)/INCLUDE/static_assert.h
330AW_edit.o: $(ARBHOME)/INCLUDE/test_global.h
331AW_edit.o: $(ARBHOME)/INCLUDE/ttypes.h
332
333AW_file.o: aw_awar.hxx
334AW_file.o: aw_base.hxx
335AW_file.o: aw_file.hxx
336AW_file.o: aw_keysym.hxx
337AW_file.o: aw_msg.hxx
338AW_file.o: aw_question.hxx
339AW_file.o: aw_root.hxx
340AW_file.o: aw_scalar.hxx
341AW_file.o: aw_select.hxx
342AW_file.o: aw_window.hxx
343AW_file.o: $(ARBHOME)/INCLUDE/ad_prot.h
344AW_file.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
345AW_file.o: $(ARBHOME)/INCLUDE/arb_assert.h
346AW_file.o: $(ARBHOME)/INCLUDE/arb_core.h
347AW_file.o: $(ARBHOME)/INCLUDE/arb_error.h
348AW_file.o: $(ARBHOME)/INCLUDE/arb_file.h
349AW_file.o: $(ARBHOME)/INCLUDE/arb_mem.h
350AW_file.o: $(ARBHOME)/INCLUDE/arb_misc.h
351AW_file.o: $(ARBHOME)/INCLUDE/arb_msg.h
352AW_file.o: $(ARBHOME)/INCLUDE/arb_str.h
353AW_file.o: $(ARBHOME)/INCLUDE/arb_strarray.h
354AW_file.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
355AW_file.o: $(ARBHOME)/INCLUDE/arb_string.h
356AW_file.o: $(ARBHOME)/INCLUDE/arbdb.h
357AW_file.o: $(ARBHOME)/INCLUDE/arbdb_base.h
358AW_file.o: $(ARBHOME)/INCLUDE/arbdbt.h
359AW_file.o: $(ARBHOME)/INCLUDE/arbtools.h
360AW_file.o: $(ARBHOME)/INCLUDE/attributes.h
361AW_file.o: $(ARBHOME)/INCLUDE/cb.h
362AW_file.o: $(ARBHOME)/INCLUDE/cb_base.h
363AW_file.o: $(ARBHOME)/INCLUDE/cbtypes.h
364AW_file.o: $(ARBHOME)/INCLUDE/cxxforward.h
365AW_file.o: $(ARBHOME)/INCLUDE/downcast.h
366AW_file.o: $(ARBHOME)/INCLUDE/dupstr.h
367AW_file.o: $(ARBHOME)/INCLUDE/gccver.h
368AW_file.o: $(ARBHOME)/INCLUDE/smartptr.h
369AW_file.o: $(ARBHOME)/INCLUDE/static_assert.h
370AW_file.o: $(ARBHOME)/INCLUDE/test_global.h
371AW_file.o: $(ARBHOME)/INCLUDE/test_unit.h
372AW_file.o: $(ARBHOME)/INCLUDE/ttypes.h
373
374AW_font_group.o: aw_base.hxx
375AW_font_group.o: aw_common.hxx
376AW_font_group.o: aw_device.hxx
377AW_font_group.o: aw_font_group.hxx
378AW_font_group.o: aw_font_limits.hxx
379AW_font_group.o: aw_position.hxx
380AW_font_group.o: $(ARBHOME)/INCLUDE/arb_assert.h
381AW_font_group.o: $(ARBHOME)/INCLUDE/arb_core.h
382AW_font_group.o: $(ARBHOME)/INCLUDE/arb_defs.h
383AW_font_group.o: $(ARBHOME)/INCLUDE/arbtools.h
384AW_font_group.o: $(ARBHOME)/INCLUDE/attributes.h
385AW_font_group.o: $(ARBHOME)/INCLUDE/cxxforward.h
386AW_font_group.o: $(ARBHOME)/INCLUDE/downcast.h
387AW_font_group.o: $(ARBHOME)/INCLUDE/dupstr.h
388AW_font_group.o: $(ARBHOME)/INCLUDE/gccver.h
389AW_font_group.o: $(ARBHOME)/INCLUDE/static_assert.h
390AW_font_group.o: $(ARBHOME)/INCLUDE/test_global.h
391
392AW_global_awars.o: aw_awar.hxx
393AW_global_awars.o: aw_awar_defs.hxx
394AW_global_awars.o: aw_awars.hxx
395AW_global_awars.o: aw_base.hxx
396AW_global_awars.o: aw_global_awars.hxx
397AW_global_awars.o: aw_keysym.hxx
398AW_global_awars.o: aw_root.hxx
399AW_global_awars.o: aw_window.hxx
400AW_global_awars.o: $(ARBHOME)/INCLUDE/ad_cb.h
401AW_global_awars.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
402AW_global_awars.o: $(ARBHOME)/INCLUDE/ad_prot.h
403AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_assert.h
404AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_core.h
405AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_error.h
406AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_mem.h
407AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_msg.h
408AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_string.h
409AW_global_awars.o: $(ARBHOME)/INCLUDE/arbdb.h
410AW_global_awars.o: $(ARBHOME)/INCLUDE/arbdb_base.h
411AW_global_awars.o: $(ARBHOME)/INCLUDE/arbtools.h
412AW_global_awars.o: $(ARBHOME)/INCLUDE/attributes.h
413AW_global_awars.o: $(ARBHOME)/INCLUDE/cb.h
414AW_global_awars.o: $(ARBHOME)/INCLUDE/cb_base.h
415AW_global_awars.o: $(ARBHOME)/INCLUDE/cbtypes.h
416AW_global_awars.o: $(ARBHOME)/INCLUDE/cxxforward.h
417AW_global_awars.o: $(ARBHOME)/INCLUDE/dupstr.h
418AW_global_awars.o: $(ARBHOME)/INCLUDE/gccver.h
419AW_global_awars.o: $(ARBHOME)/INCLUDE/smartptr.h
420AW_global_awars.o: $(ARBHOME)/INCLUDE/static_assert.h
421AW_global_awars.o: $(ARBHOME)/INCLUDE/test_global.h
422AW_global_awars.o: $(ARBHOME)/INCLUDE/ttypes.h
423
424AW_help.o: aw_awar.hxx
425AW_help.o: aw_base.hxx
426AW_help.o: aw_edit.hxx
427AW_help.o: aw_global_awars.hxx
428AW_help.o: aw_keysym.hxx
429AW_help.o: aw_msg.hxx
430AW_help.o: aw_root.hxx
431AW_help.o: aw_scalar.hxx
432AW_help.o: aw_select.hxx
433AW_help.o: aw_window.hxx
434AW_help.o: $(ARBHOME)/INCLUDE/ad_prot.h
435AW_help.o: $(ARBHOME)/INCLUDE/arb_assert.h
436AW_help.o: $(ARBHOME)/INCLUDE/arb_core.h
437AW_help.o: $(ARBHOME)/INCLUDE/arb_error.h
438AW_help.o: $(ARBHOME)/INCLUDE/arb_file.h
439AW_help.o: $(ARBHOME)/INCLUDE/arb_mem.h
440AW_help.o: $(ARBHOME)/INCLUDE/arb_msg.h
441AW_help.o: $(ARBHOME)/INCLUDE/arb_str.h
442AW_help.o: $(ARBHOME)/INCLUDE/arb_strarray.h
443AW_help.o: $(ARBHOME)/INCLUDE/arb_string.h
444AW_help.o: $(ARBHOME)/INCLUDE/arbdb.h
445AW_help.o: $(ARBHOME)/INCLUDE/arbdb_base.h
446AW_help.o: $(ARBHOME)/INCLUDE/arbtools.h
447AW_help.o: $(ARBHOME)/INCLUDE/attributes.h
448AW_help.o: $(ARBHOME)/INCLUDE/cb.h
449AW_help.o: $(ARBHOME)/INCLUDE/cb_base.h
450AW_help.o: $(ARBHOME)/INCLUDE/cbtypes.h
451AW_help.o: $(ARBHOME)/INCLUDE/cxxforward.h
452AW_help.o: $(ARBHOME)/INCLUDE/dupstr.h
453AW_help.o: $(ARBHOME)/INCLUDE/gccver.h
454AW_help.o: $(ARBHOME)/INCLUDE/smartptr.h
455AW_help.o: $(ARBHOME)/INCLUDE/static_assert.h
456AW_help.o: $(ARBHOME)/INCLUDE/test_global.h
457AW_help.o: $(ARBHOME)/INCLUDE/ttypes.h
458
459AW_modal.o: aw_advice.hxx
460AW_modal.o: aw_awar.hxx
461AW_modal.o: aw_base.hxx
462AW_modal.o: aw_device.hxx
463AW_modal.o: aw_file.hxx
464AW_modal.o: aw_font_limits.hxx
465AW_modal.o: aw_global.hxx
466AW_modal.o: aw_keysym.hxx
467AW_modal.o: aw_msg.hxx
468AW_modal.o: aw_position.hxx
469AW_modal.o: aw_question.hxx
470AW_modal.o: aw_root.hxx
471AW_modal.o: aw_scalar.hxx
472AW_modal.o: aw_select.hxx
473AW_modal.o: aw_window.hxx
474AW_modal.o: aw_window_Xm.hxx
475AW_modal.o: $(ARBHOME)/INCLUDE/ad_prot.h
476AW_modal.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
477AW_modal.o: $(ARBHOME)/INCLUDE/arb_assert.h
478AW_modal.o: $(ARBHOME)/INCLUDE/arb_core.h
479AW_modal.o: $(ARBHOME)/INCLUDE/arb_error.h
480AW_modal.o: $(ARBHOME)/INCLUDE/arb_mem.h
481AW_modal.o: $(ARBHOME)/INCLUDE/arb_msg.h
482AW_modal.o: $(ARBHOME)/INCLUDE/arb_strarray.h
483AW_modal.o: $(ARBHOME)/INCLUDE/arb_string.h
484AW_modal.o: $(ARBHOME)/INCLUDE/arbdb.h
485AW_modal.o: $(ARBHOME)/INCLUDE/arbdb_base.h
486AW_modal.o: $(ARBHOME)/INCLUDE/arbdbt.h
487AW_modal.o: $(ARBHOME)/INCLUDE/arbtools.h
488AW_modal.o: $(ARBHOME)/INCLUDE/attributes.h
489AW_modal.o: $(ARBHOME)/INCLUDE/cb.h
490AW_modal.o: $(ARBHOME)/INCLUDE/cb_base.h
491AW_modal.o: $(ARBHOME)/INCLUDE/cbtypes.h
492AW_modal.o: $(ARBHOME)/INCLUDE/cxxforward.h
493AW_modal.o: $(ARBHOME)/INCLUDE/downcast.h
494AW_modal.o: $(ARBHOME)/INCLUDE/dupstr.h
495AW_modal.o: $(ARBHOME)/INCLUDE/gccver.h
496AW_modal.o: $(ARBHOME)/INCLUDE/smartptr.h
497AW_modal.o: $(ARBHOME)/INCLUDE/static_assert.h
498AW_modal.o: $(ARBHOME)/INCLUDE/test_global.h
499AW_modal.o: $(ARBHOME)/INCLUDE/ttypes.h
500
501AW_option_toggle.o: aw_at.hxx
502AW_option_toggle.o: aw_awar.hxx
503AW_option_toggle.o: aw_base.hxx
504AW_option_toggle.o: aw_device.hxx
505AW_option_toggle.o: aw_font_limits.hxx
506AW_option_toggle.o: aw_keysym.hxx
507AW_option_toggle.o: aw_position.hxx
508AW_option_toggle.o: aw_root.hxx
509AW_option_toggle.o: aw_scalar.hxx
510AW_option_toggle.o: aw_varupdate.hxx
511AW_option_toggle.o: aw_window.hxx
512AW_option_toggle.o: aw_window_Xm.hxx
513AW_option_toggle.o: aw_xargs.hxx
514AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_assert.h
515AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_core.h
516AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_error.h
517AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_mem.h
518AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_msg.h
519AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_string.h
520AW_option_toggle.o: $(ARBHOME)/INCLUDE/arbdb_base.h
521AW_option_toggle.o: $(ARBHOME)/INCLUDE/arbtools.h
522AW_option_toggle.o: $(ARBHOME)/INCLUDE/attributes.h
523AW_option_toggle.o: $(ARBHOME)/INCLUDE/cb.h
524AW_option_toggle.o: $(ARBHOME)/INCLUDE/cb_base.h
525AW_option_toggle.o: $(ARBHOME)/INCLUDE/cbtypes.h
526AW_option_toggle.o: $(ARBHOME)/INCLUDE/cxxforward.h
527AW_option_toggle.o: $(ARBHOME)/INCLUDE/dupstr.h
528AW_option_toggle.o: $(ARBHOME)/INCLUDE/gccver.h
529AW_option_toggle.o: $(ARBHOME)/INCLUDE/smartptr.h
530AW_option_toggle.o: $(ARBHOME)/INCLUDE/static_assert.h
531AW_option_toggle.o: $(ARBHOME)/INCLUDE/test_global.h
532AW_option_toggle.o: $(ARBHOME)/INCLUDE/ttypes.h
533
534AW_position.o: aw_base.hxx
535AW_position.o: aw_position.hxx
536AW_position.o: $(ARBHOME)/INCLUDE/arb_assert.h
537AW_position.o: $(ARBHOME)/INCLUDE/arb_core.h
538AW_position.o: $(ARBHOME)/INCLUDE/arbtools.h
539AW_position.o: $(ARBHOME)/INCLUDE/attributes.h
540AW_position.o: $(ARBHOME)/INCLUDE/cxxforward.h
541AW_position.o: $(ARBHOME)/INCLUDE/dupstr.h
542AW_position.o: $(ARBHOME)/INCLUDE/gccver.h
543AW_position.o: $(ARBHOME)/INCLUDE/test_global.h
544
545AW_preset.o: aw_advice.hxx
546AW_preset.o: aw_awar.hxx
547AW_preset.o: aw_base.hxx
548AW_preset.o: aw_color_groups.hxx
549AW_preset.o: aw_common.hxx
550AW_preset.o: aw_common_xm.hxx
551AW_preset.o: aw_def.hxx
552AW_preset.o: aw_device.hxx
553AW_preset.o: aw_font_limits.hxx
554AW_preset.o: aw_keysym.hxx
555AW_preset.o: aw_msg.hxx
556AW_preset.o: aw_nawar.hxx
557AW_preset.o: aw_position.hxx
558AW_preset.o: aw_preset.hxx
559AW_preset.o: aw_question.hxx
560AW_preset.o: aw_rgb.hxx
561AW_preset.o: aw_root.hxx
562AW_preset.o: aw_window.hxx
563AW_preset.o: aw_xfont.hxx
564AW_preset.o: $(ARBHOME)/INCLUDE/ad_prot.h
565AW_preset.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
566AW_preset.o: $(ARBHOME)/INCLUDE/arb_assert.h
567AW_preset.o: $(ARBHOME)/INCLUDE/arb_core.h
568AW_preset.o: $(ARBHOME)/INCLUDE/arb_defs.h
569AW_preset.o: $(ARBHOME)/INCLUDE/arb_error.h
570AW_preset.o: $(ARBHOME)/INCLUDE/arb_mem.h
571AW_preset.o: $(ARBHOME)/INCLUDE/arb_msg.h
572AW_preset.o: $(ARBHOME)/INCLUDE/arb_strarray.h
573AW_preset.o: $(ARBHOME)/INCLUDE/arb_string.h
574AW_preset.o: $(ARBHOME)/INCLUDE/arbdb.h
575AW_preset.o: $(ARBHOME)/INCLUDE/arbdb_base.h
576AW_preset.o: $(ARBHOME)/INCLUDE/arbdbt.h
577AW_preset.o: $(ARBHOME)/INCLUDE/arbtools.h
578AW_preset.o: $(ARBHOME)/INCLUDE/attributes.h
579AW_preset.o: $(ARBHOME)/INCLUDE/cb.h
580AW_preset.o: $(ARBHOME)/INCLUDE/cb_base.h
581AW_preset.o: $(ARBHOME)/INCLUDE/cbtypes.h
582AW_preset.o: $(ARBHOME)/INCLUDE/cxxforward.h
583AW_preset.o: $(ARBHOME)/INCLUDE/downcast.h
584AW_preset.o: $(ARBHOME)/INCLUDE/dupstr.h
585AW_preset.o: $(ARBHOME)/INCLUDE/gccver.h
586AW_preset.o: $(ARBHOME)/INCLUDE/smartptr.h
587AW_preset.o: $(ARBHOME)/INCLUDE/static_assert.h
588AW_preset.o: $(ARBHOME)/INCLUDE/test_global.h
589AW_preset.o: $(ARBHOME)/INCLUDE/test_unit.h
590AW_preset.o: $(ARBHOME)/INCLUDE/ttypes.h
591
592AW_print.o: aw_base.hxx
593AW_print.o: aw_common.hxx
594AW_print.o: aw_common_xm.hxx
595AW_print.o: aw_def.hxx
596AW_print.o: aw_device.hxx
597AW_print.o: aw_font_limits.hxx
598AW_print.o: aw_position.hxx
599AW_print.o: aw_root.hxx
600AW_print.o: aw_xfont.hxx
601AW_print.o: $(ARBHOME)/INCLUDE/arb_assert.h
602AW_print.o: $(ARBHOME)/INCLUDE/arb_core.h
603AW_print.o: $(ARBHOME)/INCLUDE/arb_defs.h
604AW_print.o: $(ARBHOME)/INCLUDE/arb_error.h
605AW_print.o: $(ARBHOME)/INCLUDE/arb_msg.h
606AW_print.o: $(ARBHOME)/INCLUDE/arbdb_base.h
607AW_print.o: $(ARBHOME)/INCLUDE/arbtools.h
608AW_print.o: $(ARBHOME)/INCLUDE/attributes.h
609AW_print.o: $(ARBHOME)/INCLUDE/cb.h
610AW_print.o: $(ARBHOME)/INCLUDE/cb_base.h
611AW_print.o: $(ARBHOME)/INCLUDE/cbtypes.h
612AW_print.o: $(ARBHOME)/INCLUDE/cxxforward.h
613AW_print.o: $(ARBHOME)/INCLUDE/downcast.h
614AW_print.o: $(ARBHOME)/INCLUDE/dupstr.h
615AW_print.o: $(ARBHOME)/INCLUDE/gccver.h
616AW_print.o: $(ARBHOME)/INCLUDE/smartptr.h
617AW_print.o: $(ARBHOME)/INCLUDE/static_assert.h
618AW_print.o: $(ARBHOME)/INCLUDE/test_global.h
619AW_print.o: $(ARBHOME)/INCLUDE/ttypes.h
620
621AW_question.o: aw_advice.hxx
622AW_question.o: aw_awar.hxx
623AW_question.o: aw_base.hxx
624AW_question.o: aw_device.hxx
625AW_question.o: aw_font_limits.hxx
626AW_question.o: aw_global.hxx
627AW_question.o: aw_keysym.hxx
628AW_question.o: aw_msg.hxx
629AW_question.o: aw_position.hxx
630AW_question.o: aw_question.hxx
631AW_question.o: aw_root.hxx
632AW_question.o: aw_scalar.hxx
633AW_question.o: aw_window.hxx
634AW_question.o: aw_window_Xm.hxx
635AW_question.o: $(ARBHOME)/INCLUDE/ad_prot.h
636AW_question.o: $(ARBHOME)/INCLUDE/arb_assert.h
637AW_question.o: $(ARBHOME)/INCLUDE/arb_core.h
638AW_question.o: $(ARBHOME)/INCLUDE/arb_error.h
639AW_question.o: $(ARBHOME)/INCLUDE/arb_mem.h
640AW_question.o: $(ARBHOME)/INCLUDE/arb_msg.h
641AW_question.o: $(ARBHOME)/INCLUDE/arb_string.h
642AW_question.o: $(ARBHOME)/INCLUDE/arbdb.h
643AW_question.o: $(ARBHOME)/INCLUDE/arbdb_base.h
644AW_question.o: $(ARBHOME)/INCLUDE/arbtools.h
645AW_question.o: $(ARBHOME)/INCLUDE/attributes.h
646AW_question.o: $(ARBHOME)/INCLUDE/cb.h
647AW_question.o: $(ARBHOME)/INCLUDE/cb_base.h
648AW_question.o: $(ARBHOME)/INCLUDE/cbtypes.h
649AW_question.o: $(ARBHOME)/INCLUDE/cxxforward.h
650AW_question.o: $(ARBHOME)/INCLUDE/dupstr.h
651AW_question.o: $(ARBHOME)/INCLUDE/gccver.h
652AW_question.o: $(ARBHOME)/INCLUDE/smartptr.h
653AW_question.o: $(ARBHOME)/INCLUDE/static_assert.h
654AW_question.o: $(ARBHOME)/INCLUDE/test_global.h
655AW_question.o: $(ARBHOME)/INCLUDE/ttypes.h
656
657AW_rgb.o: aw_base.hxx
658AW_rgb.o: aw_device.hxx
659AW_rgb.o: aw_font_limits.hxx
660AW_rgb.o: aw_keysym.hxx
661AW_rgb.o: aw_position.hxx
662AW_rgb.o: aw_rgb.hxx
663AW_rgb.o: aw_root.hxx
664AW_rgb.o: aw_scalar.hxx
665AW_rgb.o: aw_window.hxx
666AW_rgb.o: aw_window_Xm.hxx
667AW_rgb.o: $(ARBHOME)/INCLUDE/arb_assert.h
668AW_rgb.o: $(ARBHOME)/INCLUDE/arb_core.h
669AW_rgb.o: $(ARBHOME)/INCLUDE/arb_error.h
670AW_rgb.o: $(ARBHOME)/INCLUDE/arb_mem.h
671AW_rgb.o: $(ARBHOME)/INCLUDE/arb_msg.h
672AW_rgb.o: $(ARBHOME)/INCLUDE/arb_string.h
673AW_rgb.o: $(ARBHOME)/INCLUDE/arbdb_base.h
674AW_rgb.o: $(ARBHOME)/INCLUDE/arbtools.h
675AW_rgb.o: $(ARBHOME)/INCLUDE/attributes.h
676AW_rgb.o: $(ARBHOME)/INCLUDE/cb.h
677AW_rgb.o: $(ARBHOME)/INCLUDE/cb_base.h
678AW_rgb.o: $(ARBHOME)/INCLUDE/cbtypes.h
679AW_rgb.o: $(ARBHOME)/INCLUDE/cxxforward.h
680AW_rgb.o: $(ARBHOME)/INCLUDE/dupstr.h
681AW_rgb.o: $(ARBHOME)/INCLUDE/gccver.h
682AW_rgb.o: $(ARBHOME)/INCLUDE/smartptr.h
683AW_rgb.o: $(ARBHOME)/INCLUDE/static_assert.h
684AW_rgb.o: $(ARBHOME)/INCLUDE/test_global.h
685AW_rgb.o: $(ARBHOME)/INCLUDE/test_unit.h
686AW_rgb.o: $(ARBHOME)/INCLUDE/ttypes.h
687
688AW_root.o: aw_awar.hxx
689AW_root.o: aw_base.hxx
690AW_root.o: aw_device.hxx
691AW_root.o: aw_font_limits.hxx
692AW_root.o: aw_keysym.hxx
693AW_root.o: aw_msg.hxx
694AW_root.o: aw_nawar.hxx
695AW_root.o: aw_position.hxx
696AW_root.o: aw_root.hxx
697AW_root.o: aw_scalar.hxx
698AW_root.o: aw_status.hxx
699AW_root.o: aw_window.hxx
700AW_root.o: aw_window_Xm.hxx
701AW_root.o: aw_xkey.hxx
702AW_root.o: $(ARBHOME)/INCLUDE/ad_prot.h
703AW_root.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
704AW_root.o: $(ARBHOME)/INCLUDE/arb_assert.h
705AW_root.o: $(ARBHOME)/INCLUDE/arb_core.h
706AW_root.o: $(ARBHOME)/INCLUDE/arb_error.h
707AW_root.o: $(ARBHOME)/INCLUDE/arb_handlers.h
708AW_root.o: $(ARBHOME)/INCLUDE/arb_mem.h
709AW_root.o: $(ARBHOME)/INCLUDE/arb_msg.h
710AW_root.o: $(ARBHOME)/INCLUDE/arb_string.h
711AW_root.o: $(ARBHOME)/INCLUDE/arbdb.h
712AW_root.o: $(ARBHOME)/INCLUDE/arbdb_base.h
713AW_root.o: $(ARBHOME)/INCLUDE/arbdbt.h
714AW_root.o: $(ARBHOME)/INCLUDE/arbtools.h
715AW_root.o: $(ARBHOME)/INCLUDE/attributes.h
716AW_root.o: $(ARBHOME)/INCLUDE/cb.h
717AW_root.o: $(ARBHOME)/INCLUDE/cb_base.h
718AW_root.o: $(ARBHOME)/INCLUDE/cbtypes.h
719AW_root.o: $(ARBHOME)/INCLUDE/cxxforward.h
720AW_root.o: $(ARBHOME)/INCLUDE/downcast.h
721AW_root.o: $(ARBHOME)/INCLUDE/dupstr.h
722AW_root.o: $(ARBHOME)/INCLUDE/gccver.h
723AW_root.o: $(ARBHOME)/INCLUDE/smartptr.h
724AW_root.o: $(ARBHOME)/INCLUDE/static_assert.h
725AW_root.o: $(ARBHOME)/INCLUDE/test_global.h
726AW_root.o: $(ARBHOME)/INCLUDE/ttypes.h
727
728AW_root_debug.o: aw_base.hxx
729AW_root_debug.o: aw_common.hxx
730AW_root_debug.o: aw_common_xm.hxx
731AW_root_debug.o: aw_device.hxx
732AW_root_debug.o: aw_font_limits.hxx
733AW_root_debug.o: aw_keysym.hxx
734AW_root_debug.o: aw_msg.hxx
735AW_root_debug.o: aw_position.hxx
736AW_root_debug.o: aw_root.hxx
737AW_root_debug.o: aw_scalar.hxx
738AW_root_debug.o: aw_window.hxx
739AW_root_debug.o: aw_window_Xm.hxx
740AW_root_debug.o: aw_Xm.hxx
741AW_root_debug.o: $(ARBHOME)/INCLUDE/ad_prot.h
742AW_root_debug.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
743AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_assert.h
744AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_core.h
745AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_defs.h
746AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_error.h
747AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_mem.h
748AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_msg.h
749AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_strarray.h
750AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_string.h
751AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdb.h
752AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdb_base.h
753AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdbt.h
754AW_root_debug.o: $(ARBHOME)/INCLUDE/arbtools.h
755AW_root_debug.o: $(ARBHOME)/INCLUDE/attributes.h
756AW_root_debug.o: $(ARBHOME)/INCLUDE/cb.h
757AW_root_debug.o: $(ARBHOME)/INCLUDE/cb_base.h
758AW_root_debug.o: $(ARBHOME)/INCLUDE/cbtypes.h
759AW_root_debug.o: $(ARBHOME)/INCLUDE/cxxforward.h
760AW_root_debug.o: $(ARBHOME)/INCLUDE/downcast.h
761AW_root_debug.o: $(ARBHOME)/INCLUDE/dupstr.h
762AW_root_debug.o: $(ARBHOME)/INCLUDE/gccver.h
763AW_root_debug.o: $(ARBHOME)/INCLUDE/smartptr.h
764AW_root_debug.o: $(ARBHOME)/INCLUDE/static_assert.h
765AW_root_debug.o: $(ARBHOME)/INCLUDE/test_global.h
766AW_root_debug.o: $(ARBHOME)/INCLUDE/ttypes.h
767
768aw_scalar.o: aw_awar.hxx
769aw_scalar.o: aw_base.hxx
770aw_scalar.o: aw_scalar.hxx
771aw_scalar.o: $(ARBHOME)/INCLUDE/arb_assert.h
772aw_scalar.o: $(ARBHOME)/INCLUDE/arb_core.h
773aw_scalar.o: $(ARBHOME)/INCLUDE/arb_mem.h
774aw_scalar.o: $(ARBHOME)/INCLUDE/arb_msg.h
775aw_scalar.o: $(ARBHOME)/INCLUDE/arb_string.h
776aw_scalar.o: $(ARBHOME)/INCLUDE/arbdb_base.h
777aw_scalar.o: $(ARBHOME)/INCLUDE/arbtools.h
778aw_scalar.o: $(ARBHOME)/INCLUDE/attributes.h
779aw_scalar.o: $(ARBHOME)/INCLUDE/cb.h
780aw_scalar.o: $(ARBHOME)/INCLUDE/cb_base.h
781aw_scalar.o: $(ARBHOME)/INCLUDE/cbtypes.h
782aw_scalar.o: $(ARBHOME)/INCLUDE/cxxforward.h
783aw_scalar.o: $(ARBHOME)/INCLUDE/dupstr.h
784aw_scalar.o: $(ARBHOME)/INCLUDE/gccver.h
785aw_scalar.o: $(ARBHOME)/INCLUDE/smartptr.h
786aw_scalar.o: $(ARBHOME)/INCLUDE/static_assert.h
787aw_scalar.o: $(ARBHOME)/INCLUDE/test_global.h
788aw_scalar.o: $(ARBHOME)/INCLUDE/ttypes.h
789
790AW_select.o: aw_awar.hxx
791AW_select.o: aw_base.hxx
792AW_select.o: aw_device.hxx
793AW_select.o: aw_font_limits.hxx
794AW_select.o: aw_keysym.hxx
795AW_select.o: aw_position.hxx
796AW_select.o: aw_root.hxx
797AW_select.o: aw_scalar.hxx
798AW_select.o: aw_select.hxx
799AW_select.o: aw_window.hxx
800AW_select.o: aw_window_Xm.hxx
801AW_select.o: $(ARBHOME)/INCLUDE/ad_cb.h
802AW_select.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
803AW_select.o: $(ARBHOME)/INCLUDE/ad_prot.h
804AW_select.o: $(ARBHOME)/INCLUDE/arb_assert.h
805AW_select.o: $(ARBHOME)/INCLUDE/arb_core.h
806AW_select.o: $(ARBHOME)/INCLUDE/arb_error.h
807AW_select.o: $(ARBHOME)/INCLUDE/arb_mem.h
808AW_select.o: $(ARBHOME)/INCLUDE/arb_msg.h
809AW_select.o: $(ARBHOME)/INCLUDE/arb_sort.h
810AW_select.o: $(ARBHOME)/INCLUDE/arb_str.h
811AW_select.o: $(ARBHOME)/INCLUDE/arb_strarray.h
812AW_select.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
813AW_select.o: $(ARBHOME)/INCLUDE/arb_string.h
814AW_select.o: $(ARBHOME)/INCLUDE/arbdb.h
815AW_select.o: $(ARBHOME)/INCLUDE/arbdb_base.h
816AW_select.o: $(ARBHOME)/INCLUDE/arbtools.h
817AW_select.o: $(ARBHOME)/INCLUDE/attributes.h
818AW_select.o: $(ARBHOME)/INCLUDE/cb.h
819AW_select.o: $(ARBHOME)/INCLUDE/cb_base.h
820AW_select.o: $(ARBHOME)/INCLUDE/cbtypes.h
821AW_select.o: $(ARBHOME)/INCLUDE/cxxforward.h
822AW_select.o: $(ARBHOME)/INCLUDE/dupstr.h
823AW_select.o: $(ARBHOME)/INCLUDE/gccver.h
824AW_select.o: $(ARBHOME)/INCLUDE/smartptr.h
825AW_select.o: $(ARBHOME)/INCLUDE/static_assert.h
826AW_select.o: $(ARBHOME)/INCLUDE/test_global.h
827AW_select.o: $(ARBHOME)/INCLUDE/test_unit.h
828AW_select.o: $(ARBHOME)/INCLUDE/ttypes.h
829
830AW_status.o: aw_awar.hxx
831AW_status.o: aw_awar_defs.hxx
832AW_status.o: aw_awars.hxx
833AW_status.o: aw_base.hxx
834AW_status.o: aw_keysym.hxx
835AW_status.o: aw_msg.hxx
836AW_status.o: aw_question.hxx
837AW_status.o: aw_root.hxx
838AW_status.o: aw_status.hxx
839AW_status.o: aw_window.hxx
840AW_status.o: $(ARBHOME)/INCLUDE/ad_prot.h
841AW_status.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
842AW_status.o: $(ARBHOME)/INCLUDE/arb_assert.h
843AW_status.o: $(ARBHOME)/INCLUDE/arb_core.h
844AW_status.o: $(ARBHOME)/INCLUDE/arb_error.h
845AW_status.o: $(ARBHOME)/INCLUDE/arb_mem.h
846AW_status.o: $(ARBHOME)/INCLUDE/arb_msg.h
847AW_status.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
848AW_status.o: $(ARBHOME)/INCLUDE/arb_string.h
849AW_status.o: $(ARBHOME)/INCLUDE/arbdb.h
850AW_status.o: $(ARBHOME)/INCLUDE/arbdb_base.h
851AW_status.o: $(ARBHOME)/INCLUDE/arbdbt.h
852AW_status.o: $(ARBHOME)/INCLUDE/arbtools.h
853AW_status.o: $(ARBHOME)/INCLUDE/attributes.h
854AW_status.o: $(ARBHOME)/INCLUDE/cb.h
855AW_status.o: $(ARBHOME)/INCLUDE/cb_base.h
856AW_status.o: $(ARBHOME)/INCLUDE/cbtypes.h
857AW_status.o: $(ARBHOME)/INCLUDE/cxxforward.h
858AW_status.o: $(ARBHOME)/INCLUDE/downcast.h
859AW_status.o: $(ARBHOME)/INCLUDE/dupstr.h
860AW_status.o: $(ARBHOME)/INCLUDE/gccver.h
861AW_status.o: $(ARBHOME)/INCLUDE/SigHandler.h
862AW_status.o: $(ARBHOME)/INCLUDE/smartptr.h
863AW_status.o: $(ARBHOME)/INCLUDE/static_assert.h
864AW_status.o: $(ARBHOME)/INCLUDE/test_global.h
865AW_status.o: $(ARBHOME)/INCLUDE/ttypes.h
866
867AW_window.o: aw_at.hxx
868AW_window.o: aw_awar.hxx
869AW_window.o: aw_base.hxx
870AW_window.o: aw_common.hxx
871AW_window.o: aw_common_xm.hxx
872AW_window.o: aw_device.hxx
873AW_window.o: aw_device_click.hxx
874AW_window.o: aw_font_limits.hxx
875AW_window.o: aw_keysym.hxx
876AW_window.o: aw_msg.hxx
877AW_window.o: aw_nawar.hxx
878AW_window.o: aw_position.hxx
879AW_window.o: aw_question.hxx
880AW_window.o: aw_root.hxx
881AW_window.o: aw_scalar.hxx
882AW_window.o: aw_select.hxx
883AW_window.o: aw_window.hxx
884AW_window.o: aw_window_Xm.hxx
885AW_window.o: aw_xargs.hxx
886AW_window.o: aw_xfig.hxx
887AW_window.o: aw_xkey.hxx
888AW_window.o: aw_Xm.hxx
889AW_window.o: $(ARBHOME)/INCLUDE/ad_prot.h
890AW_window.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
891AW_window.o: $(ARBHOME)/INCLUDE/arb_assert.h
892AW_window.o: $(ARBHOME)/INCLUDE/arb_core.h
893AW_window.o: $(ARBHOME)/INCLUDE/arb_defs.h
894AW_window.o: $(ARBHOME)/INCLUDE/arb_error.h
895AW_window.o: $(ARBHOME)/INCLUDE/arb_file.h
896AW_window.o: $(ARBHOME)/INCLUDE/arb_mem.h
897AW_window.o: $(ARBHOME)/INCLUDE/arb_msg.h
898AW_window.o: $(ARBHOME)/INCLUDE/arb_str.h
899AW_window.o: $(ARBHOME)/INCLUDE/arb_strarray.h
900AW_window.o: $(ARBHOME)/INCLUDE/arb_string.h
901AW_window.o: $(ARBHOME)/INCLUDE/arbdb.h
902AW_window.o: $(ARBHOME)/INCLUDE/arbdb_base.h
903AW_window.o: $(ARBHOME)/INCLUDE/arbdbt.h
904AW_window.o: $(ARBHOME)/INCLUDE/arbtools.h
905AW_window.o: $(ARBHOME)/INCLUDE/attributes.h
906AW_window.o: $(ARBHOME)/INCLUDE/cb.h
907AW_window.o: $(ARBHOME)/INCLUDE/cb_base.h
908AW_window.o: $(ARBHOME)/INCLUDE/cbtypes.h
909AW_window.o: $(ARBHOME)/INCLUDE/cxxforward.h
910AW_window.o: $(ARBHOME)/INCLUDE/downcast.h
911AW_window.o: $(ARBHOME)/INCLUDE/dupstr.h
912AW_window.o: $(ARBHOME)/INCLUDE/gccver.h
913AW_window.o: $(ARBHOME)/INCLUDE/smartptr.h
914AW_window.o: $(ARBHOME)/INCLUDE/static_assert.h
915AW_window.o: $(ARBHOME)/INCLUDE/test_global.h
916AW_window.o: $(ARBHOME)/INCLUDE/ttypes.h
917
918AW_window_Xm_interface.o: aw_base.hxx
919AW_window_Xm_interface.o: aw_common.hxx
920AW_window_Xm_interface.o: aw_common_xm.hxx
921AW_window_Xm_interface.o: aw_device.hxx
922AW_window_Xm_interface.o: aw_font_limits.hxx
923AW_window_Xm_interface.o: aw_keysym.hxx
924AW_window_Xm_interface.o: aw_position.hxx
925AW_window_Xm_interface.o: aw_root.hxx
926AW_window_Xm_interface.o: aw_scalar.hxx
927AW_window_Xm_interface.o: aw_window.hxx
928AW_window_Xm_interface.o: aw_window_Xm.hxx
929AW_window_Xm_interface.o: aw_window_Xm_interface.hxx
930AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_assert.h
931AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_core.h
932AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_defs.h
933AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_error.h
934AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_mem.h
935AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_msg.h
936AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_string.h
937AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arbdb_base.h
938AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arbtools.h
939AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/attributes.h
940AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cb.h
941AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cb_base.h
942AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cbtypes.h
943AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cxxforward.h
944AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/downcast.h
945AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/dupstr.h
946AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/gccver.h
947AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/smartptr.h
948AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/static_assert.h
949AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/test_global.h
950AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/ttypes.h
951
952AW_xfig.o: aw_base.hxx
953AW_xfig.o: aw_device.hxx
954AW_xfig.o: aw_font_limits.hxx
955AW_xfig.o: aw_msg.hxx
956AW_xfig.o: aw_position.hxx
957AW_xfig.o: aw_xfig.hxx
958AW_xfig.o: $(ARBHOME)/INCLUDE/ad_prot.h
959AW_xfig.o: $(ARBHOME)/INCLUDE/arb_assert.h
960AW_xfig.o: $(ARBHOME)/INCLUDE/arb_core.h
961AW_xfig.o: $(ARBHOME)/INCLUDE/arb_error.h
962AW_xfig.o: $(ARBHOME)/INCLUDE/arb_mem.h
963AW_xfig.o: $(ARBHOME)/INCLUDE/arb_msg.h
964AW_xfig.o: $(ARBHOME)/INCLUDE/arb_string.h
965AW_xfig.o: $(ARBHOME)/INCLUDE/arbdb.h
966AW_xfig.o: $(ARBHOME)/INCLUDE/arbdb_base.h
967AW_xfig.o: $(ARBHOME)/INCLUDE/arbtools.h
968AW_xfig.o: $(ARBHOME)/INCLUDE/attributes.h
969AW_xfig.o: $(ARBHOME)/INCLUDE/cxxforward.h
970AW_xfig.o: $(ARBHOME)/INCLUDE/dupstr.h
971AW_xfig.o: $(ARBHOME)/INCLUDE/gccver.h
972AW_xfig.o: $(ARBHOME)/INCLUDE/smartptr.h
973AW_xfig.o: $(ARBHOME)/INCLUDE/test_global.h
974
975AW_xfont.o: aw_base.hxx
976AW_xfont.o: aw_common.hxx
977AW_xfont.o: aw_common_xm.hxx
978AW_xfont.o: aw_def.hxx
979AW_xfont.o: aw_device.hxx
980AW_xfont.o: aw_font_limits.hxx
981AW_xfont.o: aw_position.hxx
982AW_xfont.o: aw_root.hxx
983AW_xfont.o: aw_xfont.hxx
984AW_xfont.o: $(ARBHOME)/INCLUDE/ad_prot.h
985AW_xfont.o: $(ARBHOME)/INCLUDE/arb_assert.h
986AW_xfont.o: $(ARBHOME)/INCLUDE/arb_core.h
987AW_xfont.o: $(ARBHOME)/INCLUDE/arb_defs.h
988AW_xfont.o: $(ARBHOME)/INCLUDE/arb_error.h
989AW_xfont.o: $(ARBHOME)/INCLUDE/arb_mem.h
990AW_xfont.o: $(ARBHOME)/INCLUDE/arb_msg.h
991AW_xfont.o: $(ARBHOME)/INCLUDE/arb_string.h
992AW_xfont.o: $(ARBHOME)/INCLUDE/arbdb.h
993AW_xfont.o: $(ARBHOME)/INCLUDE/arbdb_base.h
994AW_xfont.o: $(ARBHOME)/INCLUDE/arbtools.h
995AW_xfont.o: $(ARBHOME)/INCLUDE/attributes.h
996AW_xfont.o: $(ARBHOME)/INCLUDE/cb.h
997AW_xfont.o: $(ARBHOME)/INCLUDE/cb_base.h
998AW_xfont.o: $(ARBHOME)/INCLUDE/cbtypes.h
999AW_xfont.o: $(ARBHOME)/INCLUDE/cxxforward.h
1000AW_xfont.o: $(ARBHOME)/INCLUDE/downcast.h
1001AW_xfont.o: $(ARBHOME)/INCLUDE/dupstr.h
1002AW_xfont.o: $(ARBHOME)/INCLUDE/gccver.h
1003AW_xfont.o: $(ARBHOME)/INCLUDE/smartptr.h
1004AW_xfont.o: $(ARBHOME)/INCLUDE/static_assert.h
1005AW_xfont.o: $(ARBHOME)/INCLUDE/test_global.h
1006AW_xfont.o: $(ARBHOME)/INCLUDE/ttypes.h
1007
1008AW_xkey.o: aw_keysym.hxx
1009AW_xkey.o: aw_msg.hxx
1010AW_xkey.o: aw_xkey.hxx
1011AW_xkey.o: $(ARBHOME)/INCLUDE/ad_prot.h
1012AW_xkey.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1013AW_xkey.o: $(ARBHOME)/INCLUDE/arb_assert.h
1014AW_xkey.o: $(ARBHOME)/INCLUDE/arb_core.h
1015AW_xkey.o: $(ARBHOME)/INCLUDE/arb_defs.h
1016AW_xkey.o: $(ARBHOME)/INCLUDE/arb_error.h
1017AW_xkey.o: $(ARBHOME)/INCLUDE/arb_mem.h
1018AW_xkey.o: $(ARBHOME)/INCLUDE/arb_msg.h
1019AW_xkey.o: $(ARBHOME)/INCLUDE/arb_string.h
1020AW_xkey.o: $(ARBHOME)/INCLUDE/arbdb.h
1021AW_xkey.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1022AW_xkey.o: $(ARBHOME)/INCLUDE/arbdbt.h
1023AW_xkey.o: $(ARBHOME)/INCLUDE/arbtools.h
1024AW_xkey.o: $(ARBHOME)/INCLUDE/attributes.h
1025AW_xkey.o: $(ARBHOME)/INCLUDE/cxxforward.h
1026AW_xkey.o: $(ARBHOME)/INCLUDE/downcast.h
1027AW_xkey.o: $(ARBHOME)/INCLUDE/dupstr.h
1028AW_xkey.o: $(ARBHOME)/INCLUDE/gccver.h
1029AW_xkey.o: $(ARBHOME)/INCLUDE/smartptr.h
1030AW_xkey.o: $(ARBHOME)/INCLUDE/static_assert.h
1031AW_xkey.o: $(ARBHOME)/INCLUDE/test_global.h
1032
1033AW_Xm.o: aw_base.hxx
1034AW_Xm.o: aw_common.hxx
1035AW_Xm.o: aw_common_xm.hxx
1036AW_Xm.o: aw_device.hxx
1037AW_Xm.o: aw_font_limits.hxx
1038AW_Xm.o: aw_position.hxx
1039AW_Xm.o: aw_Xm.hxx
1040AW_Xm.o: $(ARBHOME)/INCLUDE/arb_assert.h
1041AW_Xm.o: $(ARBHOME)/INCLUDE/arb_core.h
1042AW_Xm.o: $(ARBHOME)/INCLUDE/arb_defs.h
1043AW_Xm.o: $(ARBHOME)/INCLUDE/arbtools.h
1044AW_Xm.o: $(ARBHOME)/INCLUDE/attributes.h
1045AW_Xm.o: $(ARBHOME)/INCLUDE/cxxforward.h
1046AW_Xm.o: $(ARBHOME)/INCLUDE/downcast.h
1047AW_Xm.o: $(ARBHOME)/INCLUDE/dupstr.h
1048AW_Xm.o: $(ARBHOME)/INCLUDE/gccver.h
1049AW_Xm.o: $(ARBHOME)/INCLUDE/static_assert.h
1050AW_Xm.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the repository browser.