root/trunk/EDIT4/Makefile

Revision 8723, 44.7 KB (checked in by westram, 2 weeks ago)
  • moved functionality from AW_window into AW_selection_list
  • removed
    • AW_selection_list::first_element/next_element (using AW_selection_list_iterator)
    • removed AW_root param from selection list interface
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2
3.SUFFIXES: .o .cxx .depend
4
5SOURCES=$(wildcard *.cxx)
6OBJECTS=$(subst .cxx,.o,$(SOURCES))
7
8$(MAIN): $(OBJECTS)
9        $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS)
10
11.cxx.o:
12        $(CPP) $(cflags) -c -o $@ $(@:.o=.cxx)  $(CPPINCLUDES) $(POST_COMPILE)
13
14clean:
15        rm -f $(OBJECTS) *.a
16
17DEPENDS = $(OBJECTS:.o=.depend)
18depends: $(DEPENDS)
19        @cat $(DEPENDS) | grep -v '^#' >>Makefile
20        @rm $(DEPENDS)
21$(DEPENDS): depend.init
22depend.init:
23        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
24.c.depend:
25        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
26.cxx.depend:
27        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
28
29# DO NOT DELETE THIS LINE -- make depend depends on it.
30
31# Do not add dependencies manually - use 'make depend' in $ARBHOME
32# For formatting issues see SOURCE_TOOLS/fix_depends.pl
33
34ED4_base.o: ed4_awars.hxx
35ED4_base.o: ed4_class.hxx
36ED4_base.o: ed4_defs.hxx
37ED4_base.o: ed4_edit_string.hxx
38ED4_base.o: ed4_extern.hxx
39ED4_base.o: ed4_list.hxx
40ED4_base.o: ed4_search.hxx
41ED4_base.o: $(ARBHOME)/INCLUDE/ad_prot.h
42ED4_base.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
43ED4_base.o: $(ARBHOME)/INCLUDE/arb_assert.h
44ED4_base.o: $(ARBHOME)/INCLUDE/arb_core.h
45ED4_base.o: $(ARBHOME)/INCLUDE/arb_error.h
46ED4_base.o: $(ARBHOME)/INCLUDE/arb_msg.h
47ED4_base.o: $(ARBHOME)/INCLUDE/arb_progress.h
48ED4_base.o: $(ARBHOME)/INCLUDE/arb_string.h
49ED4_base.o: $(ARBHOME)/INCLUDE/arbdb.h
50ED4_base.o: $(ARBHOME)/INCLUDE/arbdb_base.h
51ED4_base.o: $(ARBHOME)/INCLUDE/arbdbt.h
52ED4_base.o: $(ARBHOME)/INCLUDE/arbtools.h
53ED4_base.o: $(ARBHOME)/INCLUDE/attributes.h
54ED4_base.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
55ED4_base.o: $(ARBHOME)/INCLUDE/aw_base.hxx
56ED4_base.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
57ED4_base.o: $(ARBHOME)/INCLUDE/aw_device.hxx
58ED4_base.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
59ED4_base.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
60ED4_base.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
61ED4_base.o: $(ARBHOME)/INCLUDE/aw_position.hxx
62ED4_base.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
63ED4_base.o: $(ARBHOME)/INCLUDE/aw_question.hxx
64ED4_base.o: $(ARBHOME)/INCLUDE/aw_root.hxx
65ED4_base.o: $(ARBHOME)/INCLUDE/aw_window.hxx
66ED4_base.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
67ED4_base.o: $(ARBHOME)/INCLUDE/cb.h
68ED4_base.o: $(ARBHOME)/INCLUDE/downcast.h
69ED4_base.o: $(ARBHOME)/INCLUDE/dupstr.h
70ED4_base.o: $(ARBHOME)/INCLUDE/pos_range.h
71ED4_base.o: $(ARBHOME)/INCLUDE/smartptr.h
72ED4_base.o: $(ARBHOME)/INCLUDE/test_global.h
73
74ED4_block.o: ed4_awars.hxx
75ED4_block.o: ed4_block.hxx
76ED4_block.o: ed4_class.hxx
77ED4_block.o: ed4_defs.hxx
78ED4_block.o: ed4_edit_string.hxx
79ED4_block.o: ed4_list.hxx
80ED4_block.o: ed4_search.hxx
81ED4_block.o: ed4_tools.hxx
82ED4_block.o: $(ARBHOME)/INCLUDE/ad_prot.h
83ED4_block.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
84ED4_block.o: $(ARBHOME)/INCLUDE/arb_assert.h
85ED4_block.o: $(ARBHOME)/INCLUDE/arb_core.h
86ED4_block.o: $(ARBHOME)/INCLUDE/arb_error.h
87ED4_block.o: $(ARBHOME)/INCLUDE/arb_msg.h
88ED4_block.o: $(ARBHOME)/INCLUDE/arb_string.h
89ED4_block.o: $(ARBHOME)/INCLUDE/arbdb.h
90ED4_block.o: $(ARBHOME)/INCLUDE/arbdb_base.h
91ED4_block.o: $(ARBHOME)/INCLUDE/arbdbt.h
92ED4_block.o: $(ARBHOME)/INCLUDE/arbtools.h
93ED4_block.o: $(ARBHOME)/INCLUDE/attributes.h
94ED4_block.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
95ED4_block.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
96ED4_block.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
97ED4_block.o: $(ARBHOME)/INCLUDE/aw_base.hxx
98ED4_block.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
99ED4_block.o: $(ARBHOME)/INCLUDE/aw_device.hxx
100ED4_block.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
101ED4_block.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
102ED4_block.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
103ED4_block.o: $(ARBHOME)/INCLUDE/aw_position.hxx
104ED4_block.o: $(ARBHOME)/INCLUDE/aw_root.hxx
105ED4_block.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
106ED4_block.o: $(ARBHOME)/INCLUDE/aw_select.hxx
107ED4_block.o: $(ARBHOME)/INCLUDE/aw_window.hxx
108ED4_block.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
109ED4_block.o: $(ARBHOME)/INCLUDE/cb.h
110ED4_block.o: $(ARBHOME)/INCLUDE/downcast.h
111ED4_block.o: $(ARBHOME)/INCLUDE/dupstr.h
112ED4_block.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
113ED4_block.o: $(ARBHOME)/INCLUDE/pos_range.h
114ED4_block.o: $(ARBHOME)/INCLUDE/smartptr.h
115ED4_block.o: $(ARBHOME)/INCLUDE/test_global.h
116ED4_block.o: $(ARBHOME)/INCLUDE/test_unit.h
117
118ED4_cursor.o: ed4_awars.hxx
119ED4_cursor.o: ed4_class.hxx
120ED4_cursor.o: ed4_defs.hxx
121ED4_cursor.o: ed4_edit_string.hxx
122ED4_cursor.o: ed4_extern.hxx
123ED4_cursor.o: ed4_ProteinViewer.hxx
124ED4_cursor.o: ed4_search.hxx
125ED4_cursor.o: ed4_tools.hxx
126ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_prot.h
127ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
128ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_assert.h
129ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_core.h
130ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_defs.h
131ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_error.h
132ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_msg.h
133ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_progress.h
134ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
135ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_string.h
136ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdb.h
137ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdb_base.h
138ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdbt.h
139ED4_cursor.o: $(ARBHOME)/INCLUDE/arbtools.h
140ED4_cursor.o: $(ARBHOME)/INCLUDE/attributes.h
141ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
142ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
143ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
144ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_base.hxx
145ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
146ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_device.hxx
147ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
148ED4_cursor.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
149ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
150ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
151ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_position.hxx
152ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_root.hxx
153ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_window.hxx
154ED4_cursor.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
155ED4_cursor.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
156ED4_cursor.o: $(ARBHOME)/INCLUDE/cb.h
157ED4_cursor.o: $(ARBHOME)/INCLUDE/downcast.h
158ED4_cursor.o: $(ARBHOME)/INCLUDE/dupstr.h
159ED4_cursor.o: $(ARBHOME)/INCLUDE/pos_range.h
160ED4_cursor.o: $(ARBHOME)/INCLUDE/smartptr.h
161ED4_cursor.o: $(ARBHOME)/INCLUDE/test_global.h
162ED4_cursor.o: $(ARBHOME)/INCLUDE/test_helpers.h
163ED4_cursor.o: $(ARBHOME)/INCLUDE/test_unit.h
164
165ED4_dots.o: ed4_class.hxx
166ED4_dots.o: ed4_defs.hxx
167ED4_dots.o: ed4_dots.hxx
168ED4_dots.o: ed4_search.hxx
169ED4_dots.o: $(ARBHOME)/INCLUDE/ad_prot.h
170ED4_dots.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
171ED4_dots.o: $(ARBHOME)/INCLUDE/arb_assert.h
172ED4_dots.o: $(ARBHOME)/INCLUDE/arb_core.h
173ED4_dots.o: $(ARBHOME)/INCLUDE/arb_error.h
174ED4_dots.o: $(ARBHOME)/INCLUDE/arb_msg.h
175ED4_dots.o: $(ARBHOME)/INCLUDE/arb_string.h
176ED4_dots.o: $(ARBHOME)/INCLUDE/arbdb.h
177ED4_dots.o: $(ARBHOME)/INCLUDE/arbdb_base.h
178ED4_dots.o: $(ARBHOME)/INCLUDE/arbdbt.h
179ED4_dots.o: $(ARBHOME)/INCLUDE/arbtools.h
180ED4_dots.o: $(ARBHOME)/INCLUDE/attributes.h
181ED4_dots.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
182ED4_dots.o: $(ARBHOME)/INCLUDE/aw_base.hxx
183ED4_dots.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
184ED4_dots.o: $(ARBHOME)/INCLUDE/aw_device.hxx
185ED4_dots.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
186ED4_dots.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
187ED4_dots.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
188ED4_dots.o: $(ARBHOME)/INCLUDE/aw_position.hxx
189ED4_dots.o: $(ARBHOME)/INCLUDE/aw_root.hxx
190ED4_dots.o: $(ARBHOME)/INCLUDE/aw_window.hxx
191ED4_dots.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
192ED4_dots.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
193ED4_dots.o: $(ARBHOME)/INCLUDE/cb.h
194ED4_dots.o: $(ARBHOME)/INCLUDE/downcast.h
195ED4_dots.o: $(ARBHOME)/INCLUDE/dupstr.h
196ED4_dots.o: $(ARBHOME)/INCLUDE/pos_range.h
197ED4_dots.o: $(ARBHOME)/INCLUDE/smartptr.h
198ED4_dots.o: $(ARBHOME)/INCLUDE/test_global.h
199
200ED4_dump.o: ed4_class.hxx
201ED4_dump.o: ed4_defs.hxx
202ED4_dump.o: ed4_search.hxx
203ED4_dump.o: $(ARBHOME)/INCLUDE/ad_prot.h
204ED4_dump.o: $(ARBHOME)/INCLUDE/arb_assert.h
205ED4_dump.o: $(ARBHOME)/INCLUDE/arb_core.h
206ED4_dump.o: $(ARBHOME)/INCLUDE/arb_error.h
207ED4_dump.o: $(ARBHOME)/INCLUDE/arb_msg.h
208ED4_dump.o: $(ARBHOME)/INCLUDE/arb_string.h
209ED4_dump.o: $(ARBHOME)/INCLUDE/arbdb.h
210ED4_dump.o: $(ARBHOME)/INCLUDE/arbdb_base.h
211ED4_dump.o: $(ARBHOME)/INCLUDE/arbtools.h
212ED4_dump.o: $(ARBHOME)/INCLUDE/attributes.h
213ED4_dump.o: $(ARBHOME)/INCLUDE/aw_base.hxx
214ED4_dump.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
215ED4_dump.o: $(ARBHOME)/INCLUDE/aw_device.hxx
216ED4_dump.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
217ED4_dump.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
218ED4_dump.o: $(ARBHOME)/INCLUDE/aw_position.hxx
219ED4_dump.o: $(ARBHOME)/INCLUDE/aw_window.hxx
220ED4_dump.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
221ED4_dump.o: $(ARBHOME)/INCLUDE/downcast.h
222ED4_dump.o: $(ARBHOME)/INCLUDE/dupstr.h
223ED4_dump.o: $(ARBHOME)/INCLUDE/pos_range.h
224ED4_dump.o: $(ARBHOME)/INCLUDE/smartptr.h
225ED4_dump.o: $(ARBHOME)/INCLUDE/test_global.h
226
227ED4_edit_string.o: ed4_awars.hxx
228ED4_edit_string.o: ed4_class.hxx
229ED4_edit_string.o: ed4_defs.hxx
230ED4_edit_string.o: ed4_edit_string.hxx
231ED4_edit_string.o: ed4_search.hxx
232ED4_edit_string.o: $(ARBHOME)/INCLUDE/ad_prot.h
233ED4_edit_string.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
234ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_assert.h
235ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_core.h
236ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_error.h
237ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_msg.h
238ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_string.h
239ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdb.h
240ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdb_base.h
241ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdbt.h
242ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbtools.h
243ED4_edit_string.o: $(ARBHOME)/INCLUDE/attributes.h
244ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
245ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
246ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_base.hxx
247ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
248ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_device.hxx
249ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
250ED4_edit_string.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
251ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
252ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
253ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_position.hxx
254ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_question.hxx
255ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_root.hxx
256ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_window.hxx
257ED4_edit_string.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx
258ED4_edit_string.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
259ED4_edit_string.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
260ED4_edit_string.o: $(ARBHOME)/INCLUDE/cb.h
261ED4_edit_string.o: $(ARBHOME)/INCLUDE/downcast.h
262ED4_edit_string.o: $(ARBHOME)/INCLUDE/dupstr.h
263ED4_edit_string.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
264ED4_edit_string.o: $(ARBHOME)/INCLUDE/pos_range.h
265ED4_edit_string.o: $(ARBHOME)/INCLUDE/smartptr.h
266ED4_edit_string.o: $(ARBHOME)/INCLUDE/test_global.h
267
268ED4_main.o: ed4_awars.hxx
269ED4_main.o: ed4_class.hxx
270ED4_main.o: ed4_defs.hxx
271ED4_main.o: ed4_dots.hxx
272ED4_main.o: ed4_edit_string.hxx
273ED4_main.o: ed4_extern.hxx
274ED4_main.o: ed4_naligner.hxx
275ED4_main.o: ed4_nds.hxx
276ED4_main.o: ed4_protein_2nd_structure.hxx
277ED4_main.o: ed4_ProteinViewer.hxx
278ED4_main.o: ed4_search.hxx
279ED4_main.o: ed4_visualizeSAI.hxx
280ED4_main.o: graph_aligner_gui.hxx
281ED4_main.o: $(ARBHOME)/INCLUDE/ad_config.h
282ED4_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
283ED4_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
284ED4_main.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
285ED4_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
286ED4_main.o: $(ARBHOME)/INCLUDE/arb_core.h
287ED4_main.o: $(ARBHOME)/INCLUDE/arb_defs.h
288ED4_main.o: $(ARBHOME)/INCLUDE/arb_error.h
289ED4_main.o: $(ARBHOME)/INCLUDE/arb_msg.h
290ED4_main.o: $(ARBHOME)/INCLUDE/arb_string.h
291ED4_main.o: $(ARBHOME)/INCLUDE/arbdb.h
292ED4_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
293ED4_main.o: $(ARBHOME)/INCLUDE/arbdbt.h
294ED4_main.o: $(ARBHOME)/INCLUDE/arbtools.h
295ED4_main.o: $(ARBHOME)/INCLUDE/attributes.h
296ED4_main.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
297ED4_main.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
298ED4_main.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
299ED4_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
300ED4_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx
301ED4_main.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
302ED4_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx
303ED4_main.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
304ED4_main.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
305ED4_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
306ED4_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
307ED4_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
308ED4_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
309ED4_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
310ED4_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
311ED4_main.o: $(ARBHOME)/INCLUDE/awt.hxx
312ED4_main.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx
313ED4_main.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
314ED4_main.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
315ED4_main.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
316ED4_main.o: $(ARBHOME)/INCLUDE/cb.h
317ED4_main.o: $(ARBHOME)/INCLUDE/downcast.h
318ED4_main.o: $(ARBHOME)/INCLUDE/dupstr.h
319ED4_main.o: $(ARBHOME)/INCLUDE/gde.hxx
320ED4_main.o: $(ARBHOME)/INCLUDE/pos_range.h
321ED4_main.o: $(ARBHOME)/INCLUDE/smartptr.h
322ED4_main.o: $(ARBHOME)/INCLUDE/st_window.hxx
323ED4_main.o: $(ARBHOME)/INCLUDE/test_global.h
324
325ED4_manager.o: ed4_awars.hxx
326ED4_manager.o: ed4_class.hxx
327ED4_manager.o: ed4_defs.hxx
328ED4_manager.o: ed4_edit_string.hxx
329ED4_manager.o: ed4_list.hxx
330ED4_manager.o: ed4_protein_2nd_structure.hxx
331ED4_manager.o: ed4_ProteinViewer.hxx
332ED4_manager.o: ed4_search.hxx
333ED4_manager.o: ed4_tools.hxx
334ED4_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h
335ED4_manager.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
336ED4_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h
337ED4_manager.o: $(ARBHOME)/INCLUDE/arb_core.h
338ED4_manager.o: $(ARBHOME)/INCLUDE/arb_error.h
339ED4_manager.o: $(ARBHOME)/INCLUDE/arb_msg.h
340ED4_manager.o: $(ARBHOME)/INCLUDE/arb_string.h
341ED4_manager.o: $(ARBHOME)/INCLUDE/arbdb.h
342ED4_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
343ED4_manager.o: $(ARBHOME)/INCLUDE/arbdbt.h
344ED4_manager.o: $(ARBHOME)/INCLUDE/arbtools.h
345ED4_manager.o: $(ARBHOME)/INCLUDE/attributes.h
346ED4_manager.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
347ED4_manager.o: $(ARBHOME)/INCLUDE/aw_base.hxx
348ED4_manager.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
349ED4_manager.o: $(ARBHOME)/INCLUDE/aw_device.hxx
350ED4_manager.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
351ED4_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
352ED4_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
353ED4_manager.o: $(ARBHOME)/INCLUDE/aw_position.hxx
354ED4_manager.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
355ED4_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx
356ED4_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx
357ED4_manager.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
358ED4_manager.o: $(ARBHOME)/INCLUDE/cb.h
359ED4_manager.o: $(ARBHOME)/INCLUDE/downcast.h
360ED4_manager.o: $(ARBHOME)/INCLUDE/dupstr.h
361ED4_manager.o: $(ARBHOME)/INCLUDE/pos_range.h
362ED4_manager.o: $(ARBHOME)/INCLUDE/smartptr.h
363ED4_manager.o: $(ARBHOME)/INCLUDE/test_global.h
364
365ED4_members.o: ed4_class.hxx
366ED4_members.o: ed4_defs.hxx
367ED4_members.o: ed4_search.hxx
368ED4_members.o: $(ARBHOME)/INCLUDE/ad_prot.h
369ED4_members.o: $(ARBHOME)/INCLUDE/arb_assert.h
370ED4_members.o: $(ARBHOME)/INCLUDE/arb_core.h
371ED4_members.o: $(ARBHOME)/INCLUDE/arb_error.h
372ED4_members.o: $(ARBHOME)/INCLUDE/arb_msg.h
373ED4_members.o: $(ARBHOME)/INCLUDE/arb_string.h
374ED4_members.o: $(ARBHOME)/INCLUDE/arbdb.h
375ED4_members.o: $(ARBHOME)/INCLUDE/arbdb_base.h
376ED4_members.o: $(ARBHOME)/INCLUDE/arbtools.h
377ED4_members.o: $(ARBHOME)/INCLUDE/attributes.h
378ED4_members.o: $(ARBHOME)/INCLUDE/aw_base.hxx
379ED4_members.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
380ED4_members.o: $(ARBHOME)/INCLUDE/aw_device.hxx
381ED4_members.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
382ED4_members.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
383ED4_members.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
384ED4_members.o: $(ARBHOME)/INCLUDE/aw_position.hxx
385ED4_members.o: $(ARBHOME)/INCLUDE/aw_question.hxx
386ED4_members.o: $(ARBHOME)/INCLUDE/aw_window.hxx
387ED4_members.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
388ED4_members.o: $(ARBHOME)/INCLUDE/downcast.h
389ED4_members.o: $(ARBHOME)/INCLUDE/dupstr.h
390ED4_members.o: $(ARBHOME)/INCLUDE/pos_range.h
391ED4_members.o: $(ARBHOME)/INCLUDE/smartptr.h
392ED4_members.o: $(ARBHOME)/INCLUDE/test_global.h
393
394ED4_mini_classes.o: ed4_awars.hxx
395ED4_mini_classes.o: ed4_class.hxx
396ED4_mini_classes.o: ed4_defs.hxx
397ED4_mini_classes.o: ed4_edit_string.hxx
398ED4_mini_classes.o: ed4_search.hxx
399ED4_mini_classes.o: ed4_tools.hxx
400ED4_mini_classes.o: $(ARBHOME)/INCLUDE/arb_assert.h
401ED4_mini_classes.o: $(ARBHOME)/INCLUDE/arb_core.h
402ED4_mini_classes.o: $(ARBHOME)/INCLUDE/arb_error.h
403ED4_mini_classes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
404ED4_mini_classes.o: $(ARBHOME)/INCLUDE/arbtools.h
405ED4_mini_classes.o: $(ARBHOME)/INCLUDE/attributes.h
406ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
407ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_base.hxx
408ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
409ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_device.hxx
410ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
411ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
412ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_position.hxx
413ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_root.hxx
414ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_window.hxx
415ED4_mini_classes.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
416ED4_mini_classes.o: $(ARBHOME)/INCLUDE/cb.h
417ED4_mini_classes.o: $(ARBHOME)/INCLUDE/downcast.h
418ED4_mini_classes.o: $(ARBHOME)/INCLUDE/dupstr.h
419ED4_mini_classes.o: $(ARBHOME)/INCLUDE/iupac.h
420ED4_mini_classes.o: $(ARBHOME)/INCLUDE/pos_range.h
421ED4_mini_classes.o: $(ARBHOME)/INCLUDE/smartptr.h
422ED4_mini_classes.o: $(ARBHOME)/INCLUDE/test_global.h
423ED4_mini_classes.o: $(ARBHOME)/INCLUDE/test_unit.h
424
425ED4_naligner.o: ed4_naligner.hxx
426ED4_naligner.o: $(ARBHOME)/INCLUDE/ad_prot.h
427ED4_naligner.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
428ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_assert.h
429ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_core.h
430ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_error.h
431ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_msg.h
432ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
433ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_string.h
434ED4_naligner.o: $(ARBHOME)/INCLUDE/arbdb.h
435ED4_naligner.o: $(ARBHOME)/INCLUDE/arbdb_base.h
436ED4_naligner.o: $(ARBHOME)/INCLUDE/arbdbt.h
437ED4_naligner.o: $(ARBHOME)/INCLUDE/arbtools.h
438ED4_naligner.o: $(ARBHOME)/INCLUDE/attributes.h
439ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
440ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
441ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
442ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_base.hxx
443ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
444ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_root.hxx
445ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_window.hxx
446ED4_naligner.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
447ED4_naligner.o: $(ARBHOME)/INCLUDE/cb.h
448ED4_naligner.o: $(ARBHOME)/INCLUDE/dupstr.h
449ED4_naligner.o: $(ARBHOME)/INCLUDE/smartptr.h
450ED4_naligner.o: $(ARBHOME)/INCLUDE/test_global.h
451
452ED4_nds.o: ed4_awars.hxx
453ED4_nds.o: ed4_class.hxx
454ED4_nds.o: ed4_defs.hxx
455ED4_nds.o: ed4_search.hxx
456ED4_nds.o: $(ARBHOME)/INCLUDE/ad_prot.h
457ED4_nds.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
458ED4_nds.o: $(ARBHOME)/INCLUDE/arb_assert.h
459ED4_nds.o: $(ARBHOME)/INCLUDE/arb_core.h
460ED4_nds.o: $(ARBHOME)/INCLUDE/arb_error.h
461ED4_nds.o: $(ARBHOME)/INCLUDE/arb_msg.h
462ED4_nds.o: $(ARBHOME)/INCLUDE/arb_string.h
463ED4_nds.o: $(ARBHOME)/INCLUDE/arbdb.h
464ED4_nds.o: $(ARBHOME)/INCLUDE/arbdb_base.h
465ED4_nds.o: $(ARBHOME)/INCLUDE/arbdbt.h
466ED4_nds.o: $(ARBHOME)/INCLUDE/arbtools.h
467ED4_nds.o: $(ARBHOME)/INCLUDE/attributes.h
468ED4_nds.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
469ED4_nds.o: $(ARBHOME)/INCLUDE/aw_base.hxx
470ED4_nds.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
471ED4_nds.o: $(ARBHOME)/INCLUDE/aw_device.hxx
472ED4_nds.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
473ED4_nds.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
474ED4_nds.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
475ED4_nds.o: $(ARBHOME)/INCLUDE/aw_position.hxx
476ED4_nds.o: $(ARBHOME)/INCLUDE/aw_root.hxx
477ED4_nds.o: $(ARBHOME)/INCLUDE/aw_window.hxx
478ED4_nds.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
479ED4_nds.o: $(ARBHOME)/INCLUDE/cb.h
480ED4_nds.o: $(ARBHOME)/INCLUDE/downcast.h
481ED4_nds.o: $(ARBHOME)/INCLUDE/dupstr.h
482ED4_nds.o: $(ARBHOME)/INCLUDE/pos_range.h
483ED4_nds.o: $(ARBHOME)/INCLUDE/smartptr.h
484ED4_nds.o: $(ARBHOME)/INCLUDE/test_global.h
485
486ED4_no_class.o: ed4_awars.hxx
487ED4_no_class.o: ed4_class.hxx
488ED4_no_class.o: ed4_defs.hxx
489ED4_no_class.o: ed4_edit_string.hxx
490ED4_no_class.o: ed4_extern.hxx
491ED4_no_class.o: ed4_list.hxx
492ED4_no_class.o: ed4_nds.hxx
493ED4_no_class.o: ed4_search.hxx
494ED4_no_class.o: ed4_tools.hxx
495ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_config.h
496ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_prot.h
497ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
498ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_assert.h
499ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_core.h
500ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_defs.h
501ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_error.h
502ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_msg.h
503ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_progress.h
504ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_string.h
505ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdb.h
506ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdb_base.h
507ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdbt.h
508ED4_no_class.o: $(ARBHOME)/INCLUDE/arbtools.h
509ED4_no_class.o: $(ARBHOME)/INCLUDE/attributes.h
510ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
511ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
512ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
513ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_base.hxx
514ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
515ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_device.hxx
516ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
517ED4_no_class.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
518ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
519ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
520ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_position.hxx
521ED4_no_class.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
522ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_root.hxx
523ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
524ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_select.hxx
525ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_window.hxx
526ED4_no_class.o: $(ARBHOME)/INCLUDE/awt.hxx
527ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
528ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
529ED4_no_class.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
530ED4_no_class.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
531ED4_no_class.o: $(ARBHOME)/INCLUDE/cb.h
532ED4_no_class.o: $(ARBHOME)/INCLUDE/downcast.h
533ED4_no_class.o: $(ARBHOME)/INCLUDE/dupstr.h
534ED4_no_class.o: $(ARBHOME)/INCLUDE/item_sel_list.h
535ED4_no_class.o: $(ARBHOME)/INCLUDE/items.h
536ED4_no_class.o: $(ARBHOME)/INCLUDE/pos_range.h
537ED4_no_class.o: $(ARBHOME)/INCLUDE/smartptr.h
538ED4_no_class.o: $(ARBHOME)/INCLUDE/st_window.hxx
539ED4_no_class.o: $(ARBHOME)/INCLUDE/test_global.h
540
541ED4_objspec.o: ed4_class.hxx
542ED4_objspec.o: ed4_defs.hxx
543ED4_objspec.o: ed4_search.hxx
544ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_assert.h
545ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_core.h
546ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_error.h
547ED4_objspec.o: $(ARBHOME)/INCLUDE/arbdb_base.h
548ED4_objspec.o: $(ARBHOME)/INCLUDE/arbtools.h
549ED4_objspec.o: $(ARBHOME)/INCLUDE/attributes.h
550ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_base.hxx
551ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
552ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_device.hxx
553ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
554ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
555ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_position.hxx
556ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_window.hxx
557ED4_objspec.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
558ED4_objspec.o: $(ARBHOME)/INCLUDE/downcast.h
559ED4_objspec.o: $(ARBHOME)/INCLUDE/dupstr.h
560ED4_objspec.o: $(ARBHOME)/INCLUDE/pos_range.h
561ED4_objspec.o: $(ARBHOME)/INCLUDE/smartptr.h
562ED4_objspec.o: $(ARBHOME)/INCLUDE/static_assert.h
563ED4_objspec.o: $(ARBHOME)/INCLUDE/test_global.h
564ED4_objspec.o: $(ARBHOME)/INCLUDE/test_unit.h
565
566ED4_plugins.o: ed4_class.hxx
567ED4_plugins.o: ed4_defs.hxx
568ED4_plugins.o: ed4_plugins.hxx
569ED4_plugins.o: ed4_search.hxx
570ED4_plugins.o: ed4_visualizeSAI.hxx
571ED4_plugins.o: $(ARBHOME)/INCLUDE/ad_prot.h
572ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_assert.h
573ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_core.h
574ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_defs.h
575ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_error.h
576ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_msg.h
577ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_string.h
578ED4_plugins.o: $(ARBHOME)/INCLUDE/arbdb.h
579ED4_plugins.o: $(ARBHOME)/INCLUDE/arbdb_base.h
580ED4_plugins.o: $(ARBHOME)/INCLUDE/arbtools.h
581ED4_plugins.o: $(ARBHOME)/INCLUDE/attributes.h
582ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_base.hxx
583ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
584ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_device.hxx
585ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
586ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
587ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
588ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_position.hxx
589ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_window.hxx
590ED4_plugins.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
591ED4_plugins.o: $(ARBHOME)/INCLUDE/downcast.h
592ED4_plugins.o: $(ARBHOME)/INCLUDE/dupstr.h
593ED4_plugins.o: $(ARBHOME)/INCLUDE/pos_range.h
594ED4_plugins.o: $(ARBHOME)/INCLUDE/rna3d_extern.hxx
595ED4_plugins.o: $(ARBHOME)/INCLUDE/secedit_extern.hxx
596ED4_plugins.o: $(ARBHOME)/INCLUDE/smartptr.h
597ED4_plugins.o: $(ARBHOME)/INCLUDE/test_global.h
598ED4_plugins.o: $(ARBHOME)/INCLUDE/test_unit.h
599
600ED4_protein_2nd_structure.o: ed4_awars.hxx
601ED4_protein_2nd_structure.o: ed4_class.hxx
602ED4_protein_2nd_structure.o: ed4_defs.hxx
603ED4_protein_2nd_structure.o: ed4_protein_2nd_structure.hxx
604ED4_protein_2nd_structure.o: ed4_search.hxx
605ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_prot.h
606ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
607ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_assert.h
608ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_core.h
609ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_error.h
610ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_msg.h
611ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_string.h
612ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdb.h
613ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdb_base.h
614ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdbt.h
615ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbtools.h
616ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/attributes.h
617ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
618ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_base.hxx
619ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
620ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_device.hxx
621ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
622ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
623ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
624ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_position.hxx
625ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_root.hxx
626ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_window.hxx
627ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
628ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cb.h
629ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/downcast.h
630ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/dupstr.h
631ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/pos_range.h
632ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/smartptr.h
633ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/test_global.h
634
635ED4_ProteinViewer.o: ed4_class.hxx
636ED4_ProteinViewer.o: ed4_defs.hxx
637ED4_ProteinViewer.o: ed4_ProteinViewer.hxx
638ED4_ProteinViewer.o: ed4_search.hxx
639ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_prot.h
640ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
641ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/AP_codon_table.hxx
642ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
643ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_assert.h
644ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_core.h
645ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_error.h
646ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_msg.h
647ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_string.h
648ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdb.h
649ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdb_base.h
650ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdbt.h
651ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbtools.h
652ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/attributes.h
653ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
654ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
655ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
656ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_base.hxx
657ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
658ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_device.hxx
659ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
660ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
661ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
662ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_position.hxx
663ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
664ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_question.hxx
665ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_root.hxx
666ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_window.hxx
667ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
668ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
669ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cb.h
670ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/downcast.h
671ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/dupstr.h
672ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/pos_range.h
673ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/smartptr.h
674ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/test_global.h
675ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/Translate.hxx
676
677ED4_root.o: ../WINDOW/aw_status.hxx
678ED4_root.o: ed4_awars.hxx
679ED4_root.o: ed4_block.hxx
680ED4_root.o: ed4_class.hxx
681ED4_root.o: ed4_defs.hxx
682ED4_root.o: ed4_dots.hxx
683ED4_root.o: ed4_extern.hxx
684ED4_root.o: ed4_list.hxx
685ED4_root.o: ed4_naligner.hxx
686ED4_root.o: ed4_nds.hxx
687ED4_root.o: ed4_plugins.hxx
688ED4_root.o: ed4_protein_2nd_structure.hxx
689ED4_root.o: ed4_ProteinViewer.hxx
690ED4_root.o: ed4_search.hxx
691ED4_root.o: ed4_tools.hxx
692ED4_root.o: ed4_visualizeSAI.hxx
693ED4_root.o: graph_aligner_gui.hxx
694ED4_root.o: $(ARBHOME)/INCLUDE/ad_prot.h
695ED4_root.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
696ED4_root.o: $(ARBHOME)/INCLUDE/arb_assert.h
697ED4_root.o: $(ARBHOME)/INCLUDE/arb_build.h
698ED4_root.o: $(ARBHOME)/INCLUDE/arb_core.h
699ED4_root.o: $(ARBHOME)/INCLUDE/arb_error.h
700ED4_root.o: $(ARBHOME)/INCLUDE/arb_file.h
701ED4_root.o: $(ARBHOME)/INCLUDE/arb_msg.h
702ED4_root.o: $(ARBHOME)/INCLUDE/arb_progress.h
703ED4_root.o: $(ARBHOME)/INCLUDE/arb_string.h
704ED4_root.o: $(ARBHOME)/INCLUDE/arb_version.h
705ED4_root.o: $(ARBHOME)/INCLUDE/arbdb.h
706ED4_root.o: $(ARBHOME)/INCLUDE/arbdb_base.h
707ED4_root.o: $(ARBHOME)/INCLUDE/arbdbt.h
708ED4_root.o: $(ARBHOME)/INCLUDE/arbtools.h
709ED4_root.o: $(ARBHOME)/INCLUDE/attributes.h
710ED4_root.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
711ED4_root.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
712ED4_root.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
713ED4_root.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
714ED4_root.o: $(ARBHOME)/INCLUDE/aw_base.hxx
715ED4_root.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
716ED4_root.o: $(ARBHOME)/INCLUDE/aw_device.hxx
717ED4_root.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
718ED4_root.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
719ED4_root.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
720ED4_root.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
721ED4_root.o: $(ARBHOME)/INCLUDE/aw_position.hxx
722ED4_root.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
723ED4_root.o: $(ARBHOME)/INCLUDE/aw_question.hxx
724ED4_root.o: $(ARBHOME)/INCLUDE/aw_root.hxx
725ED4_root.o: $(ARBHOME)/INCLUDE/aw_window.hxx
726ED4_root.o: $(ARBHOME)/INCLUDE/awt.hxx
727ED4_root.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx
728ED4_root.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
729ED4_root.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
730ED4_root.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
731ED4_root.o: $(ARBHOME)/INCLUDE/cb.h
732ED4_root.o: $(ARBHOME)/INCLUDE/downcast.h
733ED4_root.o: $(ARBHOME)/INCLUDE/dupstr.h
734ED4_root.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
735ED4_root.o: $(ARBHOME)/INCLUDE/gde.hxx
736ED4_root.o: $(ARBHOME)/INCLUDE/pos_range.h
737ED4_root.o: $(ARBHOME)/INCLUDE/smartptr.h
738ED4_root.o: $(ARBHOME)/INCLUDE/st_window.hxx
739ED4_root.o: $(ARBHOME)/INCLUDE/svn_revision.h
740ED4_root.o: $(ARBHOME)/INCLUDE/test_global.h
741ED4_root.o: $(ARBHOME)/INCLUDE/test_unit.h
742
743ED4_search.o: ed4_awars.hxx
744ED4_search.o: ed4_class.hxx
745ED4_search.o: ed4_defs.hxx
746ED4_search.o: ed4_extern.hxx
747ED4_search.o: ed4_search.hxx
748ED4_search.o: ed4_tools.hxx
749ED4_search.o: $(ARBHOME)/INCLUDE/ad_prot.h
750ED4_search.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
751ED4_search.o: $(ARBHOME)/INCLUDE/arb_assert.h
752ED4_search.o: $(ARBHOME)/INCLUDE/arb_core.h
753ED4_search.o: $(ARBHOME)/INCLUDE/arb_error.h
754ED4_search.o: $(ARBHOME)/INCLUDE/arb_msg.h
755ED4_search.o: $(ARBHOME)/INCLUDE/arb_string.h
756ED4_search.o: $(ARBHOME)/INCLUDE/arbdb.h
757ED4_search.o: $(ARBHOME)/INCLUDE/arbdb_base.h
758ED4_search.o: $(ARBHOME)/INCLUDE/arbdbt.h
759ED4_search.o: $(ARBHOME)/INCLUDE/arbtools.h
760ED4_search.o: $(ARBHOME)/INCLUDE/attributes.h
761ED4_search.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
762ED4_search.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
763ED4_search.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
764ED4_search.o: $(ARBHOME)/INCLUDE/aw_base.hxx
765ED4_search.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
766ED4_search.o: $(ARBHOME)/INCLUDE/aw_device.hxx
767ED4_search.o: $(ARBHOME)/INCLUDE/aw_file.hxx
768ED4_search.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
769ED4_search.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
770ED4_search.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
771ED4_search.o: $(ARBHOME)/INCLUDE/aw_position.hxx
772ED4_search.o: $(ARBHOME)/INCLUDE/aw_question.hxx
773ED4_search.o: $(ARBHOME)/INCLUDE/aw_root.hxx
774ED4_search.o: $(ARBHOME)/INCLUDE/aw_window.hxx
775ED4_search.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
776ED4_search.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
777ED4_search.o: $(ARBHOME)/INCLUDE/cb.h
778ED4_search.o: $(ARBHOME)/INCLUDE/downcast.h
779ED4_search.o: $(ARBHOME)/INCLUDE/dupstr.h
780ED4_search.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
781ED4_search.o: $(ARBHOME)/INCLUDE/pos_range.h
782ED4_search.o: $(ARBHOME)/INCLUDE/smartptr.h
783ED4_search.o: $(ARBHOME)/INCLUDE/test_global.h
784
785ED4_terminal.o: ed4_awars.hxx
786ED4_terminal.o: ed4_block.hxx
787ED4_terminal.o: ed4_class.hxx
788ED4_terminal.o: ed4_defs.hxx
789ED4_terminal.o: ed4_edit_string.hxx
790ED4_terminal.o: ed4_extern.hxx
791ED4_terminal.o: ed4_nds.hxx
792ED4_terminal.o: ed4_ProteinViewer.hxx
793ED4_terminal.o: ed4_search.hxx
794ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_prot.h
795ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_assert.h
796ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_core.h
797ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_error.h
798ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_msg.h
799ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_string.h
800ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdb.h
801ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdb_base.h
802ED4_terminal.o: $(ARBHOME)/INCLUDE/arbtools.h
803ED4_terminal.o: $(ARBHOME)/INCLUDE/attributes.h
804ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
805ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_base.hxx
806ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
807ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_device.hxx
808ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
809ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
810ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
811ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_position.hxx
812ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
813ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_question.hxx
814ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_root.hxx
815ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_window.hxx
816ED4_terminal.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
817ED4_terminal.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
818ED4_terminal.o: $(ARBHOME)/INCLUDE/cb.h
819ED4_terminal.o: $(ARBHOME)/INCLUDE/downcast.h
820ED4_terminal.o: $(ARBHOME)/INCLUDE/dupstr.h
821ED4_terminal.o: $(ARBHOME)/INCLUDE/pos_range.h
822ED4_terminal.o: $(ARBHOME)/INCLUDE/smartptr.h
823ED4_terminal.o: $(ARBHOME)/INCLUDE/st_window.hxx
824ED4_terminal.o: $(ARBHOME)/INCLUDE/test_global.h
825
826ED4_text_terminals.o: ed4_awars.hxx
827ED4_text_terminals.o: ed4_block.hxx
828ED4_text_terminals.o: ed4_class.hxx
829ED4_text_terminals.o: ed4_defs.hxx
830ED4_text_terminals.o: ed4_edit_string.hxx
831ED4_text_terminals.o: ed4_extern.hxx
832ED4_text_terminals.o: ed4_nds.hxx
833ED4_text_terminals.o: ed4_protein_2nd_structure.hxx
834ED4_text_terminals.o: ed4_ProteinViewer.hxx
835ED4_text_terminals.o: ed4_search.hxx
836ED4_text_terminals.o: ed4_visualizeSAI.hxx
837ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_prot.h
838ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
839ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_assert.h
840ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_core.h
841ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_error.h
842ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_msg.h
843ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_string.h
844ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdb.h
845ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdb_base.h
846ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdbt.h
847ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbtools.h
848ED4_text_terminals.o: $(ARBHOME)/INCLUDE/attributes.h
849ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
850ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_base.hxx
851ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
852ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_device.hxx
853ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
854ED4_text_terminals.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
855ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
856ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
857ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_position.hxx
858ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
859ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_root.hxx
860ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_window.hxx
861ED4_text_terminals.o: $(ARBHOME)/INCLUDE/awt_attributes.hxx
862ED4_text_terminals.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
863ED4_text_terminals.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
864ED4_text_terminals.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
865ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cb.h
866ED4_text_terminals.o: $(ARBHOME)/INCLUDE/downcast.h
867ED4_text_terminals.o: $(ARBHOME)/INCLUDE/dupstr.h
868ED4_text_terminals.o: $(ARBHOME)/INCLUDE/pos_range.h
869ED4_text_terminals.o: $(ARBHOME)/INCLUDE/smartptr.h
870ED4_text_terminals.o: $(ARBHOME)/INCLUDE/st_window.hxx
871ED4_text_terminals.o: $(ARBHOME)/INCLUDE/test_global.h
872
873ED4_tools.o: ed4_awars.hxx
874ED4_tools.o: ed4_class.hxx
875ED4_tools.o: ed4_defs.hxx
876ED4_tools.o: ed4_edit_string.hxx
877ED4_tools.o: ed4_search.hxx
878ED4_tools.o: ed4_tools.hxx
879ED4_tools.o: $(ARBHOME)/INCLUDE/ad_prot.h
880ED4_tools.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
881ED4_tools.o: $(ARBHOME)/INCLUDE/arb_assert.h
882ED4_tools.o: $(ARBHOME)/INCLUDE/arb_core.h
883ED4_tools.o: $(ARBHOME)/INCLUDE/arb_error.h
884ED4_tools.o: $(ARBHOME)/INCLUDE/arb_msg.h
885ED4_tools.o: $(ARBHOME)/INCLUDE/arb_string.h
886ED4_tools.o: $(ARBHOME)/INCLUDE/arbdb.h
887ED4_tools.o: $(ARBHOME)/INCLUDE/arbdb_base.h
888ED4_tools.o: $(ARBHOME)/INCLUDE/arbdbt.h
889ED4_tools.o: $(ARBHOME)/INCLUDE/arbtools.h
890ED4_tools.o: $(ARBHOME)/INCLUDE/attributes.h
891ED4_tools.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
892ED4_tools.o: $(ARBHOME)/INCLUDE/aw_base.hxx
893ED4_tools.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
894ED4_tools.o: $(ARBHOME)/INCLUDE/aw_device.hxx
895ED4_tools.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
896ED4_tools.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
897ED4_tools.o: $(ARBHOME)/INCLUDE/aw_position.hxx
898ED4_tools.o: $(ARBHOME)/INCLUDE/aw_root.hxx
899ED4_tools.o: $(ARBHOME)/INCLUDE/aw_window.hxx
900ED4_tools.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
901ED4_tools.o: $(ARBHOME)/INCLUDE/cb.h
902ED4_tools.o: $(ARBHOME)/INCLUDE/downcast.h
903ED4_tools.o: $(ARBHOME)/INCLUDE/dupstr.h
904ED4_tools.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
905ED4_tools.o: $(ARBHOME)/INCLUDE/iupac.h
906ED4_tools.o: $(ARBHOME)/INCLUDE/pos_range.h
907ED4_tools.o: $(ARBHOME)/INCLUDE/smartptr.h
908ED4_tools.o: $(ARBHOME)/INCLUDE/test_global.h
909
910ED4_visualizeSAI.o: ed4_class.hxx
911ED4_visualizeSAI.o: ed4_defs.hxx
912ED4_visualizeSAI.o: ed4_extern.hxx
913ED4_visualizeSAI.o: ed4_search.hxx
914ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_prot.h
915ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
916ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_assert.h
917ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_core.h
918ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_error.h
919ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_msg.h
920ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
921ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_string.h
922ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdb.h
923ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdb_base.h
924ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdbt.h
925ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbtools.h
926ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/attributes.h
927ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
928ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
929ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
930ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_base.hxx
931ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
932ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_device.hxx
933ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
934ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
935ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
936ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_position.hxx
937ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
938ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_question.hxx
939ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_root.hxx
940ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
941ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_select.hxx
942ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_window.hxx
943ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
944ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
945ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
946ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cb.h
947ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/downcast.h
948ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/dupstr.h
949ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/pos_range.h
950ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/smartptr.h
951ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/test_global.h
952
953ED4_window.o: ed4_class.hxx
954ED4_window.o: ed4_defs.hxx
955ED4_window.o: ed4_extern.hxx
956ED4_window.o: ed4_search.hxx
957ED4_window.o: ed4_tools.hxx
958ED4_window.o: $(ARBHOME)/INCLUDE/ad_prot.h
959ED4_window.o: $(ARBHOME)/INCLUDE/arb_assert.h
960ED4_window.o: $(ARBHOME)/INCLUDE/arb_core.h
961ED4_window.o: $(ARBHOME)/INCLUDE/arb_error.h
962ED4_window.o: $(ARBHOME)/INCLUDE/arb_msg.h
963ED4_window.o: $(ARBHOME)/INCLUDE/arb_string.h
964ED4_window.o: $(ARBHOME)/INCLUDE/arbdb.h
965ED4_window.o: $(ARBHOME)/INCLUDE/arbdb_base.h
966ED4_window.o: $(ARBHOME)/INCLUDE/arbtools.h
967ED4_window.o: $(ARBHOME)/INCLUDE/attributes.h
968ED4_window.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
969ED4_window.o: $(ARBHOME)/INCLUDE/aw_base.hxx
970ED4_window.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
971ED4_window.o: $(ARBHOME)/INCLUDE/aw_device.hxx
972ED4_window.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
973ED4_window.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
974ED4_window.o: $(ARBHOME)/INCLUDE/aw_position.hxx
975ED4_window.o: $(ARBHOME)/INCLUDE/aw_root.hxx
976ED4_window.o: $(ARBHOME)/INCLUDE/aw_window.hxx
977ED4_window.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
978ED4_window.o: $(ARBHOME)/INCLUDE/cb.h
979ED4_window.o: $(ARBHOME)/INCLUDE/downcast.h
980ED4_window.o: $(ARBHOME)/INCLUDE/dupstr.h
981ED4_window.o: $(ARBHOME)/INCLUDE/pos_range.h
982ED4_window.o: $(ARBHOME)/INCLUDE/smartptr.h
983ED4_window.o: $(ARBHOME)/INCLUDE/test_global.h
984
985EDB_root_bact.o: ed4_class.hxx
986EDB_root_bact.o: ed4_defs.hxx
987EDB_root_bact.o: ed4_extern.hxx
988EDB_root_bact.o: ed4_search.hxx
989EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_config.h
990EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_prot.h
991EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
992EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_assert.h
993EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_core.h
994EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_error.h
995EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_msg.h
996EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_progress.h
997EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
998EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_string.h
999EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdb.h
1000EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1001EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdbt.h
1002EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbtools.h
1003EDB_root_bact.o: $(ARBHOME)/INCLUDE/attributes.h
1004EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1005EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1006EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1007EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1008EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1009EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1010EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1011EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1012EDB_root_bact.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1013EDB_root_bact.o: $(ARBHOME)/INCLUDE/downcast.h
1014EDB_root_bact.o: $(ARBHOME)/INCLUDE/dupstr.h
1015EDB_root_bact.o: $(ARBHOME)/INCLUDE/pos_range.h
1016EDB_root_bact.o: $(ARBHOME)/INCLUDE/smartptr.h
1017EDB_root_bact.o: $(ARBHOME)/INCLUDE/test_global.h
1018
1019graph_aligner_gui.o: ed4_defs.hxx
1020graph_aligner_gui.o: graph_aligner_gui.hxx
1021graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_prot.h
1022graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1023graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aisc_global.h
1024graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_assert.h
1025graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_core.h
1026graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_error.h
1027graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_msg.h
1028graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
1029graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_string.h
1030graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdb.h
1031graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1032graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdbt.h
1033graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbtools.h
1034graph_aligner_gui.o: $(ARBHOME)/INCLUDE/attributes.h
1035graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1036graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1037graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
1038graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1039graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1040graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1041graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1042graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1043graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1044graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1045graph_aligner_gui.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
1046graph_aligner_gui.o: $(ARBHOME)/INCLUDE/bytestring.h
1047graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cb.h
1048graph_aligner_gui.o: $(ARBHOME)/INCLUDE/client.h
1049graph_aligner_gui.o: $(ARBHOME)/INCLUDE/client_types.h
1050graph_aligner_gui.o: $(ARBHOME)/INCLUDE/dupstr.h
1051graph_aligner_gui.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
1052graph_aligner_gui.o: $(ARBHOME)/INCLUDE/pos_range.h
1053graph_aligner_gui.o: $(ARBHOME)/INCLUDE/PT_com.h
1054graph_aligner_gui.o: $(ARBHOME)/INCLUDE/servercntrl.h
1055graph_aligner_gui.o: $(ARBHOME)/INCLUDE/smartptr.h
1056graph_aligner_gui.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the browser.