source: branches/port5/AWT/Makefile

Last change on this file was 6777, checked in by westram, 15 years ago
  • missing dependency
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 26.4 KB
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2
3.SUFFIXES: .o .cxx .depend
4
5OBJECTS =       \
6                AWT_input_mask.o AWT_hotkeys.o \
7                AWT_www.o AWT_tables.o AWT_irstree.o \
8                AWT_asciiprint.o AWT_map_key.o AWT_tree_cmp.o AWT_seq_colors.o \
9                AWT_pro_a_nucs.o AWT_csp.o AWT_canvas.o AWT_dtree.o AWT_tree.o AWT_tree_cb.o AWT_nei.o \
10                AWT_filter.o AWT_sel_boxes.o AWT_canio.o AWT_nds.o \
11                AWT_query_and_functions.o AWT_file_selection.o \
12                AWT_preset.o AWT_seq_dna.o AWT_seq_protein.o AWT_seq_simple_pro.o \
13                AWT_codon_table.o AWT_iupac.o AWT_config_manager.o AWT_advice.o AWT_db_browser.o \
14                AWT_attributes.o AWT_changekey.o AWT_item_sel_list.o AWT_macro.o AWT_translate.o
15
16$(MAIN): $(OBJECTS)
17        $(LINK_SHARED_LIB) $(@:.a=).$(SHARED_LIB_SUFFIX) $(OBJECTS)
18        touch $@
19
20.cxx.o:
21        $(CPPLIB) $(cflags) -c $<  $(CPPINCLUDES)
22
23#       $(CPPLIB) $(cflags) -c -D_USE_AW_WINDOW $<  $(CPPINCLUDES)
24
25awt_tree_cb.hxx: AWT_tree_cb.cxx
26        rm -f $@
27        ../MAKEBIN/aisc_mkpt -w $@ -C $? >$@
28
29clean:
30        rm -f $(OBJECTS) *.a *.so
31
32DEPENDS = $(OBJECTS:.o=.depend)
33depends: $(DEPENDS)
34        @cat $(DEPENDS) | grep -v '^#' >>Makefile
35        @rm $(DEPENDS)
36$(DEPENDS): depend.init
37depend.init:
38        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
39.cxx.depend:
40        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
41
42# DO NOT DELETE THIS LINE -- make depend depends on it.
43
44# Do not add dependencies manually - use 'make depend' in $ARBHOME
45# For formatting issues see SOURCE_TOOLS/fix_depends.pl
46
47AWT_advice.o: awt.hxx
48AWT_advice.o: awt_advice.hxx
49AWT_advice.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
50AWT_advice.o: $(ARBHOME)/INCLUDE/ad_prot.h
51AWT_advice.o: $(ARBHOME)/INCLUDE/arb_assert.h
52AWT_advice.o: $(ARBHOME)/INCLUDE/arbdb.h
53AWT_advice.o: $(ARBHOME)/INCLUDE/arbdb_base.h
54AWT_advice.o: $(ARBHOME)/INCLUDE/attributes.h
55AWT_advice.o: $(ARBHOME)/INCLUDE/aw_device.hxx
56AWT_advice.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
57AWT_advice.o: $(ARBHOME)/INCLUDE/aw_position.hxx
58AWT_advice.o: $(ARBHOME)/INCLUDE/aw_root.hxx
59AWT_advice.o: $(ARBHOME)/INCLUDE/aw_window.hxx
60
61AWT_asciiprint.o: awt.hxx
62AWT_asciiprint.o: awt_asciiprint.hxx
63AWT_asciiprint.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
64AWT_asciiprint.o: $(ARBHOME)/INCLUDE/ad_prot.h
65AWT_asciiprint.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
66AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arb_assert.h
67AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arbdb.h
68AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arbdb_base.h
69AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arbdbt.h
70AWT_asciiprint.o: $(ARBHOME)/INCLUDE/attributes.h
71AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_device.hxx
72AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
73AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_position.hxx
74AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_root.hxx
75AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_window.hxx
76
77AWT_attributes.o: awt_attributes.hxx
78AWT_attributes.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
79AWT_attributes.o: $(ARBHOME)/INCLUDE/ad_prot.h
80AWT_attributes.o: $(ARBHOME)/INCLUDE/arb_assert.h
81AWT_attributes.o: $(ARBHOME)/INCLUDE/arbdb.h
82AWT_attributes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
83AWT_attributes.o: $(ARBHOME)/INCLUDE/attributes.h
84AWT_attributes.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
85AWT_attributes.o: $(ARBHOME)/INCLUDE/aw_root.hxx
86
87AWT_canio.o: awt.hxx
88AWT_canio.o: awt_canvas.hxx
89AWT_canio.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
90AWT_canio.o: $(ARBHOME)/INCLUDE/ad_prot.h
91AWT_canio.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
92AWT_canio.o: $(ARBHOME)/INCLUDE/arb_assert.h
93AWT_canio.o: $(ARBHOME)/INCLUDE/arbdb.h
94AWT_canio.o: $(ARBHOME)/INCLUDE/arbdb_base.h
95AWT_canio.o: $(ARBHOME)/INCLUDE/arbdbt.h
96AWT_canio.o: $(ARBHOME)/INCLUDE/attributes.h
97AWT_canio.o: $(ARBHOME)/INCLUDE/aw_device.hxx
98AWT_canio.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
99AWT_canio.o: $(ARBHOME)/INCLUDE/aw_position.hxx
100AWT_canio.o: $(ARBHOME)/INCLUDE/aw_root.hxx
101AWT_canio.o: $(ARBHOME)/INCLUDE/aw_window.hxx
102
103AWT_canvas.o: awt.hxx
104AWT_canvas.o: awt_canvas.hxx
105AWT_canvas.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
106AWT_canvas.o: $(ARBHOME)/INCLUDE/ad_prot.h
107AWT_canvas.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
108AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_assert.h
109AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdb.h
110AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdb_base.h
111AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdbt.h
112AWT_canvas.o: $(ARBHOME)/INCLUDE/attributes.h
113AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_device.hxx
114AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
115AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_position.hxx
116AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_root.hxx
117AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_window.hxx
118
119AWT_changekey.o: awt.hxx
120AWT_changekey.o: awt_item_sel_list.hxx
121AWT_changekey.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
122AWT_changekey.o: $(ARBHOME)/INCLUDE/ad_prot.h
123AWT_changekey.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
124AWT_changekey.o: $(ARBHOME)/INCLUDE/arb_assert.h
125AWT_changekey.o: $(ARBHOME)/INCLUDE/arbdb.h
126AWT_changekey.o: $(ARBHOME)/INCLUDE/arbdb_base.h
127AWT_changekey.o: $(ARBHOME)/INCLUDE/arbdbt.h
128AWT_changekey.o: $(ARBHOME)/INCLUDE/attributes.h
129AWT_changekey.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
130AWT_changekey.o: $(ARBHOME)/INCLUDE/aw_device.hxx
131AWT_changekey.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
132AWT_changekey.o: $(ARBHOME)/INCLUDE/aw_position.hxx
133AWT_changekey.o: $(ARBHOME)/INCLUDE/aw_root.hxx
134AWT_changekey.o: $(ARBHOME)/INCLUDE/aw_window.hxx
135
136AWT_codon_table.o: awt.hxx
137AWT_codon_table.o: awt_codon_table.hxx
138AWT_codon_table.o: awt_iupac.hxx
139AWT_codon_table.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
140AWT_codon_table.o: $(ARBHOME)/INCLUDE/ad_prot.h
141AWT_codon_table.o: $(ARBHOME)/INCLUDE/arb_assert.h
142AWT_codon_table.o: $(ARBHOME)/INCLUDE/arbdb.h
143AWT_codon_table.o: $(ARBHOME)/INCLUDE/arbdb_base.h
144AWT_codon_table.o: $(ARBHOME)/INCLUDE/attributes.h
145AWT_codon_table.o: $(ARBHOME)/INCLUDE/aw_device.hxx
146AWT_codon_table.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
147AWT_codon_table.o: $(ARBHOME)/INCLUDE/aw_position.hxx
148AWT_codon_table.o: $(ARBHOME)/INCLUDE/aw_root.hxx
149AWT_codon_table.o: $(ARBHOME)/INCLUDE/aw_window.hxx
150
151AWT_config_manager.o: awt.hxx
152AWT_config_manager.o: awt_config_manager.hxx
153AWT_config_manager.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
154AWT_config_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h
155AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h
156AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbdb.h
157AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
158AWT_config_manager.o: $(ARBHOME)/INCLUDE/attributes.h
159AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_device.hxx
160AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
161AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_position.hxx
162AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx
163AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx
164
165AWT_csp.o: awt.hxx
166AWT_csp.o: awt_csp.hxx
167AWT_csp.o: awt_pro_a_nucs.hxx
168AWT_csp.o: awt_sel_boxes.hxx
169AWT_csp.o: awt_tree.hxx
170AWT_csp.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
171AWT_csp.o: $(ARBHOME)/INCLUDE/ad_prot.h
172AWT_csp.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
173AWT_csp.o: $(ARBHOME)/INCLUDE/arb_assert.h
174AWT_csp.o: $(ARBHOME)/INCLUDE/arbdb.h
175AWT_csp.o: $(ARBHOME)/INCLUDE/arbdb_base.h
176AWT_csp.o: $(ARBHOME)/INCLUDE/arbdbt.h
177AWT_csp.o: $(ARBHOME)/INCLUDE/attributes.h
178AWT_csp.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
179AWT_csp.o: $(ARBHOME)/INCLUDE/aw_device.hxx
180AWT_csp.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
181AWT_csp.o: $(ARBHOME)/INCLUDE/aw_position.hxx
182AWT_csp.o: $(ARBHOME)/INCLUDE/aw_root.hxx
183AWT_csp.o: $(ARBHOME)/INCLUDE/aw_window.hxx
184AWT_csp.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
185
186AWT_db_browser.o: awt.hxx
187AWT_db_browser.o: awt_pro_a_nucs.hxx
188AWT_db_browser.o: awt_tree.hxx
189AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
190AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_prot.h
191AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
192AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_assert.h
193AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdb.h
194AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdb_base.h
195AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdbt.h
196AWT_db_browser.o: $(ARBHOME)/INCLUDE/attributes.h
197AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
198AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_device.hxx
199AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
200AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_position.hxx
201AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_root.hxx
202AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_window.hxx
203AWT_db_browser.o: $(ARBHOME)/INCLUDE/inline.h
204AWT_db_browser.o: $(ARBHOME)/INCLUDE/smartptr.h
205
206AWT_dtree.o: awt.hxx
207AWT_dtree.o: awt_attributes.hxx
208AWT_dtree.o: awt_canvas.hxx
209AWT_dtree.o: awt_dtree.hxx
210AWT_dtree.o: awt_nds.hxx
211AWT_dtree.o: awt_pro_a_nucs.hxx
212AWT_dtree.o: awt_tree.hxx
213AWT_dtree.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
214AWT_dtree.o: $(ARBHOME)/INCLUDE/ad_prot.h
215AWT_dtree.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
216AWT_dtree.o: $(ARBHOME)/INCLUDE/arb_assert.h
217AWT_dtree.o: $(ARBHOME)/INCLUDE/arbdb.h
218AWT_dtree.o: $(ARBHOME)/INCLUDE/arbdb_base.h
219AWT_dtree.o: $(ARBHOME)/INCLUDE/arbdbt.h
220AWT_dtree.o: $(ARBHOME)/INCLUDE/attributes.h
221AWT_dtree.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
222AWT_dtree.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
223AWT_dtree.o: $(ARBHOME)/INCLUDE/aw_device.hxx
224AWT_dtree.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
225AWT_dtree.o: $(ARBHOME)/INCLUDE/aw_position.hxx
226AWT_dtree.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
227AWT_dtree.o: $(ARBHOME)/INCLUDE/aw_root.hxx
228AWT_dtree.o: $(ARBHOME)/INCLUDE/aw_window.hxx
229
230AWT_file_selection.o: awt.hxx
231AWT_file_selection.o: awtlocal.hxx
232AWT_file_selection.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
233AWT_file_selection.o: $(ARBHOME)/INCLUDE/ad_prot.h
234AWT_file_selection.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
235AWT_file_selection.o: $(ARBHOME)/INCLUDE/arb_assert.h
236AWT_file_selection.o: $(ARBHOME)/INCLUDE/arbdb.h
237AWT_file_selection.o: $(ARBHOME)/INCLUDE/arbdb_base.h
238AWT_file_selection.o: $(ARBHOME)/INCLUDE/arbdbt.h
239AWT_file_selection.o: $(ARBHOME)/INCLUDE/attributes.h
240AWT_file_selection.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
241AWT_file_selection.o: $(ARBHOME)/INCLUDE/aw_device.hxx
242AWT_file_selection.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
243AWT_file_selection.o: $(ARBHOME)/INCLUDE/aw_position.hxx
244AWT_file_selection.o: $(ARBHOME)/INCLUDE/aw_root.hxx
245AWT_file_selection.o: $(ARBHOME)/INCLUDE/aw_window.hxx
246
247AWT_filter.o: awt.hxx
248AWT_filter.o: awt_pro_a_nucs.hxx
249AWT_filter.o: awt_sel_boxes.hxx
250AWT_filter.o: awt_tree.hxx
251AWT_filter.o: awtfilter.hxx
252AWT_filter.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
253AWT_filter.o: $(ARBHOME)/INCLUDE/ad_prot.h
254AWT_filter.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
255AWT_filter.o: $(ARBHOME)/INCLUDE/arb_assert.h
256AWT_filter.o: $(ARBHOME)/INCLUDE/arbdb.h
257AWT_filter.o: $(ARBHOME)/INCLUDE/arbdb_base.h
258AWT_filter.o: $(ARBHOME)/INCLUDE/arbdbt.h
259AWT_filter.o: $(ARBHOME)/INCLUDE/attributes.h
260AWT_filter.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
261AWT_filter.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
262AWT_filter.o: $(ARBHOME)/INCLUDE/aw_device.hxx
263AWT_filter.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
264AWT_filter.o: $(ARBHOME)/INCLUDE/aw_position.hxx
265AWT_filter.o: $(ARBHOME)/INCLUDE/aw_root.hxx
266AWT_filter.o: $(ARBHOME)/INCLUDE/aw_window.hxx
267
268AWT_hotkeys.o: awt_hotkeys.hxx
269
270AWT_input_mask.o: awt.hxx
271AWT_input_mask.o: awt_hotkeys.hxx
272AWT_input_mask.o: awt_input_mask.hxx
273AWT_input_mask.o: awt_input_mask_internal.hxx
274AWT_input_mask.o: awt_www.hxx
275AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
276AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_prot.h
277AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
278AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_assert.h
279AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdb.h
280AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdb_base.h
281AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdbt.h
282AWT_input_mask.o: $(ARBHOME)/INCLUDE/attributes.h
283AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_device.hxx
284AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
285AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_position.hxx
286AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_root.hxx
287AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_window.hxx
288AWT_input_mask.o: $(ARBHOME)/INCLUDE/smartptr.h
289
290AWT_irstree.o: awt_canvas.hxx
291AWT_irstree.o: awt_dtree.hxx
292AWT_irstree.o: awt_nds.hxx
293AWT_irstree.o: awt_pro_a_nucs.hxx
294AWT_irstree.o: awt_tree.hxx
295AWT_irstree.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
296AWT_irstree.o: $(ARBHOME)/INCLUDE/ad_prot.h
297AWT_irstree.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
298AWT_irstree.o: $(ARBHOME)/INCLUDE/arb_assert.h
299AWT_irstree.o: $(ARBHOME)/INCLUDE/arbdb.h
300AWT_irstree.o: $(ARBHOME)/INCLUDE/arbdb_base.h
301AWT_irstree.o: $(ARBHOME)/INCLUDE/arbdbt.h
302AWT_irstree.o: $(ARBHOME)/INCLUDE/attributes.h
303AWT_irstree.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
304AWT_irstree.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
305AWT_irstree.o: $(ARBHOME)/INCLUDE/aw_device.hxx
306AWT_irstree.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
307AWT_irstree.o: $(ARBHOME)/INCLUDE/aw_position.hxx
308AWT_irstree.o: $(ARBHOME)/INCLUDE/aw_root.hxx
309AWT_irstree.o: $(ARBHOME)/INCLUDE/aw_window.hxx
310
311AWT_item_sel_list.o: awt.hxx
312AWT_item_sel_list.o: awt_item_sel_list.hxx
313AWT_item_sel_list.o: awtlocal.hxx
314AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
315AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/ad_prot.h
316AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
317AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/arb_assert.h
318AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/arbdb.h
319AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/arbdb_base.h
320AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/arbdbt.h
321AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/attributes.h
322AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
323AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/aw_device.hxx
324AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
325AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/aw_position.hxx
326AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/aw_root.hxx
327AWT_item_sel_list.o: $(ARBHOME)/INCLUDE/aw_window.hxx
328
329AWT_iupac.o: awt_iupac.hxx
330AWT_iupac.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
331AWT_iupac.o: $(ARBHOME)/INCLUDE/ad_prot.h
332AWT_iupac.o: $(ARBHOME)/INCLUDE/arb_assert.h
333AWT_iupac.o: $(ARBHOME)/INCLUDE/arbdb.h
334AWT_iupac.o: $(ARBHOME)/INCLUDE/arbdb_base.h
335AWT_iupac.o: $(ARBHOME)/INCLUDE/attributes.h
336
337AWT_macro.o: awt.hxx
338AWT_macro.o: awt_macro.hxx
339AWT_macro.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
340AWT_macro.o: $(ARBHOME)/INCLUDE/ad_prot.h
341AWT_macro.o: $(ARBHOME)/INCLUDE/arb_assert.h
342AWT_macro.o: $(ARBHOME)/INCLUDE/arbdb.h
343AWT_macro.o: $(ARBHOME)/INCLUDE/arbdb_base.h
344AWT_macro.o: $(ARBHOME)/INCLUDE/attributes.h
345AWT_macro.o: $(ARBHOME)/INCLUDE/aw_device.hxx
346AWT_macro.o: $(ARBHOME)/INCLUDE/aw_global.hxx
347AWT_macro.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
348AWT_macro.o: $(ARBHOME)/INCLUDE/aw_position.hxx
349AWT_macro.o: $(ARBHOME)/INCLUDE/aw_root.hxx
350AWT_macro.o: $(ARBHOME)/INCLUDE/aw_window.hxx
351
352AWT_map_key.o: awt_map_key.hxx
353AWT_map_key.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
354AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_assert.h
355AWT_map_key.o: $(ARBHOME)/INCLUDE/arbdb_base.h
356AWT_map_key.o: $(ARBHOME)/INCLUDE/attributes.h
357AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_device.hxx
358AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
359AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_position.hxx
360AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_root.hxx
361AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_window.hxx
362
363AWT_nds.o: awt.hxx
364AWT_nds.o: awt_config_manager.hxx
365AWT_nds.o: awt_nds.hxx
366AWT_nds.o: awt_sel_boxes.hxx
367AWT_nds.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
368AWT_nds.o: $(ARBHOME)/INCLUDE/ad_prot.h
369AWT_nds.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
370AWT_nds.o: $(ARBHOME)/INCLUDE/arb_assert.h
371AWT_nds.o: $(ARBHOME)/INCLUDE/arbdb.h
372AWT_nds.o: $(ARBHOME)/INCLUDE/arbdb_base.h
373AWT_nds.o: $(ARBHOME)/INCLUDE/arbdbt.h
374AWT_nds.o: $(ARBHOME)/INCLUDE/attributes.h
375AWT_nds.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
376AWT_nds.o: $(ARBHOME)/INCLUDE/aw_device.hxx
377AWT_nds.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
378AWT_nds.o: $(ARBHOME)/INCLUDE/aw_position.hxx
379AWT_nds.o: $(ARBHOME)/INCLUDE/aw_root.hxx
380AWT_nds.o: $(ARBHOME)/INCLUDE/aw_window.hxx
381
382AWT_nei.o: awt_nei.hxx
383AWT_nei.o: awt_pro_a_nucs.hxx
384AWT_nei.o: awt_tree.hxx
385AWT_nei.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
386AWT_nei.o: $(ARBHOME)/INCLUDE/ad_prot.h
387AWT_nei.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
388AWT_nei.o: $(ARBHOME)/INCLUDE/arb_assert.h
389AWT_nei.o: $(ARBHOME)/INCLUDE/arbdb.h
390AWT_nei.o: $(ARBHOME)/INCLUDE/arbdb_base.h
391AWT_nei.o: $(ARBHOME)/INCLUDE/arbdbt.h
392AWT_nei.o: $(ARBHOME)/INCLUDE/attributes.h
393AWT_nei.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
394AWT_nei.o: $(ARBHOME)/INCLUDE/aw_root.hxx
395
396AWT_preset.o: aw_def.hxx
397AWT_preset.o: awt.hxx
398AWT_preset.o: awt_advice.hxx
399AWT_preset.o: awt_canvas.hxx
400AWT_preset.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
401AWT_preset.o: $(ARBHOME)/INCLUDE/ad_prot.h
402AWT_preset.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
403AWT_preset.o: $(ARBHOME)/INCLUDE/arb_assert.h
404AWT_preset.o: $(ARBHOME)/INCLUDE/arbdb.h
405AWT_preset.o: $(ARBHOME)/INCLUDE/arbdb_base.h
406AWT_preset.o: $(ARBHOME)/INCLUDE/arbdbt.h
407AWT_preset.o: $(ARBHOME)/INCLUDE/attributes.h
408AWT_preset.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
409AWT_preset.o: $(ARBHOME)/INCLUDE/aw_device.hxx
410AWT_preset.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
411AWT_preset.o: $(ARBHOME)/INCLUDE/aw_position.hxx
412AWT_preset.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
413AWT_preset.o: $(ARBHOME)/INCLUDE/aw_root.hxx
414AWT_preset.o: $(ARBHOME)/INCLUDE/aw_window.hxx
415
416AWT_pro_a_nucs.o: awt.hxx
417AWT_pro_a_nucs.o: awt_codon_table.hxx
418AWT_pro_a_nucs.o: awt_pro_a_nucs.hxx
419AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
420AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/ad_prot.h
421AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
422AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/arb_assert.h
423AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/arbdb.h
424AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/arbdb_base.h
425AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/arbdbt.h
426AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/attributes.h
427AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/aw_device.hxx
428AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
429AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/aw_position.hxx
430AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/aw_root.hxx
431AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/aw_window.hxx
432AWT_pro_a_nucs.o: $(ARBHOME)/INCLUDE/inline.h
433
434AWT_query_and_functions.o: awt.hxx
435AWT_query_and_functions.o: awt_advice.hxx
436AWT_query_and_functions.o: awt_config_manager.hxx
437AWT_query_and_functions.o: awt_item_sel_list.hxx
438AWT_query_and_functions.o: awt_sel_boxes.hxx
439AWT_query_and_functions.o: awtlocal.hxx
440AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
441AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/ad_prot.h
442AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
443AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/adGene.h
444AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/arb_assert.h
445AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/arbdb.h
446AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/arbdb_base.h
447AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/arbdbt.h
448AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/attributes.h
449AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
450AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
451AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/aw_device.hxx
452AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
453AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/aw_position.hxx
454AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
455AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/aw_root.hxx
456AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/aw_window.hxx
457AWT_query_and_functions.o: $(ARBHOME)/INCLUDE/GEN.hxx
458
459AWT_sel_boxes.o: awt.hxx
460AWT_sel_boxes.o: awt_item_sel_list.hxx
461AWT_sel_boxes.o: awt_sel_boxes.hxx
462AWT_sel_boxes.o: awtlocal.hxx
463AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_config.h
464AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
465AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_prot.h
466AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
467AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_assert.h
468AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb.h
469AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
470AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdbt.h
471AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/attributes.h
472AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
473AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_device.hxx
474AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_global.hxx
475AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
476AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_position.hxx
477AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_root.hxx
478AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_window.hxx
479
480AWT_seq_colors.o: awt.hxx
481AWT_seq_colors.o: awt_seq_colors.hxx
482AWT_seq_colors.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
483AWT_seq_colors.o: $(ARBHOME)/INCLUDE/ad_prot.h
484AWT_seq_colors.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
485AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arb_assert.h
486AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb.h
487AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb_base.h
488AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arbdbt.h
489AWT_seq_colors.o: $(ARBHOME)/INCLUDE/attributes.h
490AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_device.hxx
491AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
492AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_position.hxx
493AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_root.hxx
494AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_window.hxx
495
496AWT_seq_dna.o: awt_parsimony_defaults.hxx
497AWT_seq_dna.o: awt_pro_a_nucs.hxx
498AWT_seq_dna.o: awt_seq_dna.hxx
499AWT_seq_dna.o: awt_tree.hxx
500AWT_seq_dna.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
501AWT_seq_dna.o: $(ARBHOME)/INCLUDE/ad_prot.h
502AWT_seq_dna.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
503AWT_seq_dna.o: $(ARBHOME)/INCLUDE/arb_assert.h
504AWT_seq_dna.o: $(ARBHOME)/INCLUDE/arbdb.h
505AWT_seq_dna.o: $(ARBHOME)/INCLUDE/arbdb_base.h
506AWT_seq_dna.o: $(ARBHOME)/INCLUDE/arbdbt.h
507AWT_seq_dna.o: $(ARBHOME)/INCLUDE/attributes.h
508AWT_seq_dna.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
509AWT_seq_dna.o: $(ARBHOME)/INCLUDE/aw_root.hxx
510
511AWT_seq_protein.o: awt_parsimony_defaults.hxx
512AWT_seq_protein.o: awt_pro_a_nucs.hxx
513AWT_seq_protein.o: awt_seq_protein.hxx
514AWT_seq_protein.o: awt_tree.hxx
515AWT_seq_protein.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
516AWT_seq_protein.o: $(ARBHOME)/INCLUDE/ad_prot.h
517AWT_seq_protein.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
518AWT_seq_protein.o: $(ARBHOME)/INCLUDE/arb_assert.h
519AWT_seq_protein.o: $(ARBHOME)/INCLUDE/arbdb.h
520AWT_seq_protein.o: $(ARBHOME)/INCLUDE/arbdb_base.h
521AWT_seq_protein.o: $(ARBHOME)/INCLUDE/arbdbt.h
522AWT_seq_protein.o: $(ARBHOME)/INCLUDE/attributes.h
523AWT_seq_protein.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
524AWT_seq_protein.o: $(ARBHOME)/INCLUDE/aw_root.hxx
525AWT_seq_protein.o: $(ARBHOME)/INCLUDE/inline.h
526
527AWT_seq_simple_pro.o: awt_pro_a_nucs.hxx
528AWT_seq_simple_pro.o: awt_seq_simple_pro.hxx
529AWT_seq_simple_pro.o: awt_tree.hxx
530AWT_seq_simple_pro.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
531AWT_seq_simple_pro.o: $(ARBHOME)/INCLUDE/ad_prot.h
532AWT_seq_simple_pro.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
533AWT_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_assert.h
534AWT_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbdb.h
535AWT_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbdb_base.h
536AWT_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbdbt.h
537AWT_seq_simple_pro.o: $(ARBHOME)/INCLUDE/attributes.h
538AWT_seq_simple_pro.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
539AWT_seq_simple_pro.o: $(ARBHOME)/INCLUDE/aw_root.hxx
540
541AWT_tables.o: awt.hxx
542AWT_tables.o: awt_sel_boxes.hxx
543AWT_tables.o: awtlocal.hxx
544AWT_tables.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
545AWT_tables.o: $(ARBHOME)/INCLUDE/ad_prot.h
546AWT_tables.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
547AWT_tables.o: $(ARBHOME)/INCLUDE/arb_assert.h
548AWT_tables.o: $(ARBHOME)/INCLUDE/arbdb.h
549AWT_tables.o: $(ARBHOME)/INCLUDE/arbdb_base.h
550AWT_tables.o: $(ARBHOME)/INCLUDE/arbdbt.h
551AWT_tables.o: $(ARBHOME)/INCLUDE/attributes.h
552AWT_tables.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
553AWT_tables.o: $(ARBHOME)/INCLUDE/aw_device.hxx
554AWT_tables.o: $(ARBHOME)/INCLUDE/aw_global.hxx
555AWT_tables.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
556AWT_tables.o: $(ARBHOME)/INCLUDE/aw_position.hxx
557AWT_tables.o: $(ARBHOME)/INCLUDE/aw_root.hxx
558AWT_tables.o: $(ARBHOME)/INCLUDE/aw_window.hxx
559
560AWT_translate.o: awt.hxx
561AWT_translate.o: awt_codon_table.hxx
562AWT_translate.o: awt_pro_a_nucs.hxx
563AWT_translate.o: awt_translate.hxx
564AWT_translate.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
565AWT_translate.o: $(ARBHOME)/INCLUDE/ad_prot.h
566AWT_translate.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
567AWT_translate.o: $(ARBHOME)/INCLUDE/arb_assert.h
568AWT_translate.o: $(ARBHOME)/INCLUDE/arbdb.h
569AWT_translate.o: $(ARBHOME)/INCLUDE/arbdb_base.h
570AWT_translate.o: $(ARBHOME)/INCLUDE/arbdbt.h
571AWT_translate.o: $(ARBHOME)/INCLUDE/attributes.h
572AWT_translate.o: $(ARBHOME)/INCLUDE/aw_device.hxx
573AWT_translate.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
574AWT_translate.o: $(ARBHOME)/INCLUDE/aw_position.hxx
575AWT_translate.o: $(ARBHOME)/INCLUDE/aw_root.hxx
576AWT_translate.o: $(ARBHOME)/INCLUDE/aw_window.hxx
577
578AWT_tree.o: awt.hxx
579AWT_tree.o: awt_attributes.hxx
580AWT_tree.o: awt_canvas.hxx
581AWT_tree.o: awt_pro_a_nucs.hxx
582AWT_tree.o: awt_tree.hxx
583AWT_tree.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
584AWT_tree.o: $(ARBHOME)/INCLUDE/ad_prot.h
585AWT_tree.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
586AWT_tree.o: $(ARBHOME)/INCLUDE/arb_assert.h
587AWT_tree.o: $(ARBHOME)/INCLUDE/arbdb.h
588AWT_tree.o: $(ARBHOME)/INCLUDE/arbdb_base.h
589AWT_tree.o: $(ARBHOME)/INCLUDE/arbdbt.h
590AWT_tree.o: $(ARBHOME)/INCLUDE/attributes.h
591AWT_tree.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
592AWT_tree.o: $(ARBHOME)/INCLUDE/aw_device.hxx
593AWT_tree.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
594AWT_tree.o: $(ARBHOME)/INCLUDE/aw_position.hxx
595AWT_tree.o: $(ARBHOME)/INCLUDE/aw_root.hxx
596AWT_tree.o: $(ARBHOME)/INCLUDE/aw_window.hxx
597
598AWT_tree_cb.o: awt.hxx
599AWT_tree_cb.o: awt_advice.hxx
600AWT_tree_cb.o: awt_canvas.hxx
601AWT_tree_cb.o: awt_dtree.hxx
602AWT_tree_cb.o: awt_pro_a_nucs.hxx
603AWT_tree_cb.o: awt_tree.hxx
604AWT_tree_cb.o: awt_tree_cb.hxx
605AWT_tree_cb.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
606AWT_tree_cb.o: $(ARBHOME)/INCLUDE/ad_prot.h
607AWT_tree_cb.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
608AWT_tree_cb.o: $(ARBHOME)/INCLUDE/arb_assert.h
609AWT_tree_cb.o: $(ARBHOME)/INCLUDE/arbdb.h
610AWT_tree_cb.o: $(ARBHOME)/INCLUDE/arbdb_base.h
611AWT_tree_cb.o: $(ARBHOME)/INCLUDE/arbdbt.h
612AWT_tree_cb.o: $(ARBHOME)/INCLUDE/attributes.h
613AWT_tree_cb.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
614AWT_tree_cb.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
615AWT_tree_cb.o: $(ARBHOME)/INCLUDE/aw_device.hxx
616AWT_tree_cb.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
617AWT_tree_cb.o: $(ARBHOME)/INCLUDE/aw_position.hxx
618AWT_tree_cb.o: $(ARBHOME)/INCLUDE/aw_root.hxx
619AWT_tree_cb.o: $(ARBHOME)/INCLUDE/aw_window.hxx
620
621AWT_tree_cmp.o: awt.hxx
622AWT_tree_cmp.o: awt_pro_a_nucs.hxx
623AWT_tree_cmp.o: awt_tree.hxx
624AWT_tree_cmp.o: awt_tree_cmp.hxx
625AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
626AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/ad_prot.h
627AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
628AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/arb_assert.h
629AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/arbdb.h
630AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/arbdb_base.h
631AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/arbdbt.h
632AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/attributes.h
633AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
634AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/aw_device.hxx
635AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
636AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/aw_position.hxx
637AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/aw_root.hxx
638AWT_tree_cmp.o: $(ARBHOME)/INCLUDE/aw_window.hxx
639
640AWT_www.o: awt.hxx
641AWT_www.o: awt_config_manager.hxx
642AWT_www.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
643AWT_www.o: $(ARBHOME)/INCLUDE/ad_prot.h
644AWT_www.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
645AWT_www.o: $(ARBHOME)/INCLUDE/arb_assert.h
646AWT_www.o: $(ARBHOME)/INCLUDE/arbdb.h
647AWT_www.o: $(ARBHOME)/INCLUDE/arbdb_base.h
648AWT_www.o: $(ARBHOME)/INCLUDE/arbdbt.h
649AWT_www.o: $(ARBHOME)/INCLUDE/attributes.h
650AWT_www.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
651AWT_www.o: $(ARBHOME)/INCLUDE/aw_device.hxx
652AWT_www.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
653AWT_www.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
654AWT_www.o: $(ARBHOME)/INCLUDE/aw_position.hxx
655AWT_www.o: $(ARBHOME)/INCLUDE/aw_root.hxx
656AWT_www.o: $(ARBHOME)/INCLUDE/aw_window.hxx
657AWT_www.o: $(ARBHOME)/INCLUDE/inline.h
658AWT_www.o: $(ARBHOME)/INCLUDE/static_assert.h
Note: See TracBrowser for help on using the repository browser.