source: tags/ms_r16q2/WINDOW/Makefile

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