source: trunk/EDIT4/Makefile

Last change on this file was 19376, checked in by westram, 17 months ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 71.3 KB
Line 
1# for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt
2
3.SUFFIXES: .o .cxx .depend
4
5OBJECTS=$(subst .cxx,.o,$(wildcard *.cxx))
6
7$(MAIN): $(OBJECTS)
8        $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS)
9
10.cxx.o:
11        $(A_CXX) $(cflags) $(cxxflags) -c -o $@ $(@:.o=.cxx)  $(CXX_INCLUDES) $(POST_COMPILE) $<
12
13clean:
14        rm -f $(OBJECTS) *.a
15
16DEPENDS = $(OBJECTS:.o=.depend)
17depends: $(DEPENDS)
18        @cat $(DEPENDS) | grep -v '^#' >>Makefile
19        @rm $(DEPENDS)
20$(DEPENDS): depend.init
21depend.init:
22        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
23.c.depend:
24        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
25.cxx.depend:
26        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
27
28# DO NOT DELETE THIS LINE -- make depend depends on it.
29
30# Do not add dependencies manually - use 'make depend' in $ARBHOME
31# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main)
32
33ED4_base.o: ed4_awars.hxx
34ED4_base.o: ed4_class.hxx
35ED4_base.o: ed4_defs.hxx
36ED4_base.o: ed4_edit_string.hxx
37ED4_base.o: ed4_extern.hxx
38ED4_base.o: ed4_list.hxx
39ED4_base.o: ed4_search.hxx
40ED4_base.o: $(ARBHOME)/INCLUDE/ad_cb.h
41ED4_base.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
42ED4_base.o: $(ARBHOME)/INCLUDE/ad_colorset.h
43ED4_base.o: $(ARBHOME)/INCLUDE/ad_prot.h
44ED4_base.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
45ED4_base.o: $(ARBHOME)/INCLUDE/arb_assert.h
46ED4_base.o: $(ARBHOME)/INCLUDE/arb_core.h
47ED4_base.o: $(ARBHOME)/INCLUDE/arb_error.h
48ED4_base.o: $(ARBHOME)/INCLUDE/arb_mem.h
49ED4_base.o: $(ARBHOME)/INCLUDE/arb_msg.h
50ED4_base.o: $(ARBHOME)/INCLUDE/arb_progress.h
51ED4_base.o: $(ARBHOME)/INCLUDE/arb_strarray.h
52ED4_base.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
53ED4_base.o: $(ARBHOME)/INCLUDE/arb_string.h
54ED4_base.o: $(ARBHOME)/INCLUDE/arbdb.h
55ED4_base.o: $(ARBHOME)/INCLUDE/arbdb_base.h
56ED4_base.o: $(ARBHOME)/INCLUDE/arbdbt.h
57ED4_base.o: $(ARBHOME)/INCLUDE/arbtools.h
58ED4_base.o: $(ARBHOME)/INCLUDE/attributes.h
59ED4_base.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
60ED4_base.o: $(ARBHOME)/INCLUDE/aw_base.hxx
61ED4_base.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
62ED4_base.o: $(ARBHOME)/INCLUDE/aw_device.hxx
63ED4_base.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
64ED4_base.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
65ED4_base.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
66ED4_base.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
67ED4_base.o: $(ARBHOME)/INCLUDE/aw_position.hxx
68ED4_base.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
69ED4_base.o: $(ARBHOME)/INCLUDE/aw_question.hxx
70ED4_base.o: $(ARBHOME)/INCLUDE/aw_root.hxx
71ED4_base.o: $(ARBHOME)/INCLUDE/aw_window.hxx
72ED4_base.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
73ED4_base.o: $(ARBHOME)/INCLUDE/cb.h
74ED4_base.o: $(ARBHOME)/INCLUDE/cb_base.h
75ED4_base.o: $(ARBHOME)/INCLUDE/cbtypes.h
76ED4_base.o: $(ARBHOME)/INCLUDE/chartable.h
77ED4_base.o: $(ARBHOME)/INCLUDE/cxxforward.h
78ED4_base.o: $(ARBHOME)/INCLUDE/downcast.h
79ED4_base.o: $(ARBHOME)/INCLUDE/dupstr.h
80ED4_base.o: $(ARBHOME)/INCLUDE/gccver.h
81ED4_base.o: $(ARBHOME)/INCLUDE/pos_range.h
82ED4_base.o: $(ARBHOME)/INCLUDE/sized_cstr.h
83ED4_base.o: $(ARBHOME)/INCLUDE/smartptr.h
84ED4_base.o: $(ARBHOME)/INCLUDE/static_assert.h
85ED4_base.o: $(ARBHOME)/INCLUDE/stringize.h
86ED4_base.o: $(ARBHOME)/INCLUDE/test_global.h
87ED4_base.o: $(ARBHOME)/INCLUDE/ttypes.h
88
89ED4_block.o: ed4_awars.hxx
90ED4_block.o: ed4_block.hxx
91ED4_block.o: ed4_class.hxx
92ED4_block.o: ed4_defs.hxx
93ED4_block.o: ed4_edit_string.hxx
94ED4_block.o: ed4_list.hxx
95ED4_block.o: ed4_search.hxx
96ED4_block.o: ed4_tools.hxx
97ED4_block.o: $(ARBHOME)/INCLUDE/ad_colorset.h
98ED4_block.o: $(ARBHOME)/INCLUDE/ad_prot.h
99ED4_block.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
100ED4_block.o: $(ARBHOME)/INCLUDE/arb_assert.h
101ED4_block.o: $(ARBHOME)/INCLUDE/arb_core.h
102ED4_block.o: $(ARBHOME)/INCLUDE/arb_defs.h
103ED4_block.o: $(ARBHOME)/INCLUDE/arb_error.h
104ED4_block.o: $(ARBHOME)/INCLUDE/arb_mem.h
105ED4_block.o: $(ARBHOME)/INCLUDE/arb_msg.h
106ED4_block.o: $(ARBHOME)/INCLUDE/arb_str.h
107ED4_block.o: $(ARBHOME)/INCLUDE/arb_strarray.h
108ED4_block.o: $(ARBHOME)/INCLUDE/arb_string.h
109ED4_block.o: $(ARBHOME)/INCLUDE/arbdb.h
110ED4_block.o: $(ARBHOME)/INCLUDE/arbdb_base.h
111ED4_block.o: $(ARBHOME)/INCLUDE/arbdbt.h
112ED4_block.o: $(ARBHOME)/INCLUDE/arbtools.h
113ED4_block.o: $(ARBHOME)/INCLUDE/attributes.h
114ED4_block.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
115ED4_block.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
116ED4_block.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
117ED4_block.o: $(ARBHOME)/INCLUDE/aw_base.hxx
118ED4_block.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
119ED4_block.o: $(ARBHOME)/INCLUDE/aw_device.hxx
120ED4_block.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
121ED4_block.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
122ED4_block.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
123ED4_block.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
124ED4_block.o: $(ARBHOME)/INCLUDE/aw_position.hxx
125ED4_block.o: $(ARBHOME)/INCLUDE/aw_root.hxx
126ED4_block.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
127ED4_block.o: $(ARBHOME)/INCLUDE/aw_select.hxx
128ED4_block.o: $(ARBHOME)/INCLUDE/aw_window.hxx
129ED4_block.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
130ED4_block.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
131ED4_block.o: $(ARBHOME)/INCLUDE/cb.h
132ED4_block.o: $(ARBHOME)/INCLUDE/cb_base.h
133ED4_block.o: $(ARBHOME)/INCLUDE/cbtypes.h
134ED4_block.o: $(ARBHOME)/INCLUDE/chartable.h
135ED4_block.o: $(ARBHOME)/INCLUDE/cxxforward.h
136ED4_block.o: $(ARBHOME)/INCLUDE/downcast.h
137ED4_block.o: $(ARBHOME)/INCLUDE/dupstr.h
138ED4_block.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
139ED4_block.o: $(ARBHOME)/INCLUDE/gb_aci.h
140ED4_block.o: $(ARBHOME)/INCLUDE/gccver.h
141ED4_block.o: $(ARBHOME)/INCLUDE/pos_range.h
142ED4_block.o: $(ARBHOME)/INCLUDE/sized_cstr.h
143ED4_block.o: $(ARBHOME)/INCLUDE/smartptr.h
144ED4_block.o: $(ARBHOME)/INCLUDE/static_assert.h
145ED4_block.o: $(ARBHOME)/INCLUDE/stringize.h
146ED4_block.o: $(ARBHOME)/INCLUDE/test_global.h
147ED4_block.o: $(ARBHOME)/INCLUDE/test_unit.h
148ED4_block.o: $(ARBHOME)/INCLUDE/ttypes.h
149
150ED4_colStat.o: ed4_class.hxx
151ED4_colStat.o: ed4_colStat.hxx
152ED4_colStat.o: ed4_defs.hxx
153ED4_colStat.o: ed4_extern.hxx
154ED4_colStat.o: ed4_search.hxx
155ED4_colStat.o: $(ARBHOME)/INCLUDE/ad_colorset.h
156ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_assert.h
157ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_core.h
158ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_error.h
159ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_mem.h
160ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_strarray.h
161ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_string.h
162ED4_colStat.o: $(ARBHOME)/INCLUDE/arbdb_base.h
163ED4_colStat.o: $(ARBHOME)/INCLUDE/arbtools.h
164ED4_colStat.o: $(ARBHOME)/INCLUDE/attributes.h
165ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_base.hxx
166ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
167ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_device.hxx
168ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
169ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
170ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
171ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
172ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_position.hxx
173ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_root.hxx
174ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_window.hxx
175ED4_colStat.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
176ED4_colStat.o: $(ARBHOME)/INCLUDE/cb.h
177ED4_colStat.o: $(ARBHOME)/INCLUDE/cb_base.h
178ED4_colStat.o: $(ARBHOME)/INCLUDE/cbtypes.h
179ED4_colStat.o: $(ARBHOME)/INCLUDE/chartable.h
180ED4_colStat.o: $(ARBHOME)/INCLUDE/cxxforward.h
181ED4_colStat.o: $(ARBHOME)/INCLUDE/downcast.h
182ED4_colStat.o: $(ARBHOME)/INCLUDE/dupstr.h
183ED4_colStat.o: $(ARBHOME)/INCLUDE/gccver.h
184ED4_colStat.o: $(ARBHOME)/INCLUDE/pos_range.h
185ED4_colStat.o: $(ARBHOME)/INCLUDE/sized_cstr.h
186ED4_colStat.o: $(ARBHOME)/INCLUDE/smartptr.h
187ED4_colStat.o: $(ARBHOME)/INCLUDE/st_window.hxx
188ED4_colStat.o: $(ARBHOME)/INCLUDE/static_assert.h
189ED4_colStat.o: $(ARBHOME)/INCLUDE/stringize.h
190ED4_colStat.o: $(ARBHOME)/INCLUDE/test_global.h
191ED4_colStat.o: $(ARBHOME)/INCLUDE/ttypes.h
192
193ED4_consensus.o: ed4_awars.hxx
194ED4_consensus.o: ed4_class.hxx
195ED4_consensus.o: ed4_defs.hxx
196ED4_consensus.o: ed4_search.hxx
197ED4_consensus.o: ed4_seq_colors.hxx
198ED4_consensus.o: $(ARBHOME)/INCLUDE/ad_colorset.h
199ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_assert.h
200ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_core.h
201ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_error.h
202ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_mem.h
203ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_strarray.h
204ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_string.h
205ED4_consensus.o: $(ARBHOME)/INCLUDE/arbdb_base.h
206ED4_consensus.o: $(ARBHOME)/INCLUDE/arbtools.h
207ED4_consensus.o: $(ARBHOME)/INCLUDE/attributes.h
208ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
209ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_base.hxx
210ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
211ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_device.hxx
212ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
213ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
214ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
215ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_position.hxx
216ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_root.hxx
217ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_window.hxx
218ED4_consensus.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
219ED4_consensus.o: $(ARBHOME)/INCLUDE/cb.h
220ED4_consensus.o: $(ARBHOME)/INCLUDE/cb_base.h
221ED4_consensus.o: $(ARBHOME)/INCLUDE/cbtypes.h
222ED4_consensus.o: $(ARBHOME)/INCLUDE/chartable.h
223ED4_consensus.o: $(ARBHOME)/INCLUDE/consensus.h
224ED4_consensus.o: $(ARBHOME)/INCLUDE/cxxforward.h
225ED4_consensus.o: $(ARBHOME)/INCLUDE/downcast.h
226ED4_consensus.o: $(ARBHOME)/INCLUDE/dupstr.h
227ED4_consensus.o: $(ARBHOME)/INCLUDE/gccver.h
228ED4_consensus.o: $(ARBHOME)/INCLUDE/pos_range.h
229ED4_consensus.o: $(ARBHOME)/INCLUDE/sized_cstr.h
230ED4_consensus.o: $(ARBHOME)/INCLUDE/smartptr.h
231ED4_consensus.o: $(ARBHOME)/INCLUDE/static_assert.h
232ED4_consensus.o: $(ARBHOME)/INCLUDE/stringize.h
233ED4_consensus.o: $(ARBHOME)/INCLUDE/test_global.h
234ED4_consensus.o: $(ARBHOME)/INCLUDE/ttypes.h
235
236ED4_container.o: ed4_class.hxx
237ED4_container.o: ed4_defs.hxx
238ED4_container.o: ed4_search.hxx
239ED4_container.o: $(ARBHOME)/INCLUDE/ad_colorset.h
240ED4_container.o: $(ARBHOME)/INCLUDE/ad_prot.h
241ED4_container.o: $(ARBHOME)/INCLUDE/arb_assert.h
242ED4_container.o: $(ARBHOME)/INCLUDE/arb_core.h
243ED4_container.o: $(ARBHOME)/INCLUDE/arb_error.h
244ED4_container.o: $(ARBHOME)/INCLUDE/arb_mem.h
245ED4_container.o: $(ARBHOME)/INCLUDE/arb_msg.h
246ED4_container.o: $(ARBHOME)/INCLUDE/arb_strarray.h
247ED4_container.o: $(ARBHOME)/INCLUDE/arb_string.h
248ED4_container.o: $(ARBHOME)/INCLUDE/arbdb.h
249ED4_container.o: $(ARBHOME)/INCLUDE/arbdb_base.h
250ED4_container.o: $(ARBHOME)/INCLUDE/arbtools.h
251ED4_container.o: $(ARBHOME)/INCLUDE/attributes.h
252ED4_container.o: $(ARBHOME)/INCLUDE/aw_base.hxx
253ED4_container.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
254ED4_container.o: $(ARBHOME)/INCLUDE/aw_device.hxx
255ED4_container.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
256ED4_container.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
257ED4_container.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
258ED4_container.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
259ED4_container.o: $(ARBHOME)/INCLUDE/aw_position.hxx
260ED4_container.o: $(ARBHOME)/INCLUDE/aw_question.hxx
261ED4_container.o: $(ARBHOME)/INCLUDE/aw_window.hxx
262ED4_container.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
263ED4_container.o: $(ARBHOME)/INCLUDE/cb.h
264ED4_container.o: $(ARBHOME)/INCLUDE/cb_base.h
265ED4_container.o: $(ARBHOME)/INCLUDE/cbtypes.h
266ED4_container.o: $(ARBHOME)/INCLUDE/chartable.h
267ED4_container.o: $(ARBHOME)/INCLUDE/cxxforward.h
268ED4_container.o: $(ARBHOME)/INCLUDE/downcast.h
269ED4_container.o: $(ARBHOME)/INCLUDE/dupstr.h
270ED4_container.o: $(ARBHOME)/INCLUDE/gccver.h
271ED4_container.o: $(ARBHOME)/INCLUDE/pos_range.h
272ED4_container.o: $(ARBHOME)/INCLUDE/sized_cstr.h
273ED4_container.o: $(ARBHOME)/INCLUDE/smartptr.h
274ED4_container.o: $(ARBHOME)/INCLUDE/static_assert.h
275ED4_container.o: $(ARBHOME)/INCLUDE/stringize.h
276ED4_container.o: $(ARBHOME)/INCLUDE/test_global.h
277ED4_container.o: $(ARBHOME)/INCLUDE/ttypes.h
278
279ED4_cursor.o: ed4_awars.hxx
280ED4_cursor.o: ed4_class.hxx
281ED4_cursor.o: ed4_defs.hxx
282ED4_cursor.o: ed4_edit_string.hxx
283ED4_cursor.o: ed4_extern.hxx
284ED4_cursor.o: ed4_ProteinViewer.hxx
285ED4_cursor.o: ed4_search.hxx
286ED4_cursor.o: ed4_seq_colors.hxx
287ED4_cursor.o: ed4_tools.hxx
288ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_colorset.h
289ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_prot.h
290ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
291ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_assert.h
292ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_core.h
293ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_defs.h
294ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_error.h
295ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_mem.h
296ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_msg.h
297ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_progress.h
298ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_strarray.h
299ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
300ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_string.h
301ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdb.h
302ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdb_base.h
303ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdbt.h
304ED4_cursor.o: $(ARBHOME)/INCLUDE/arbtools.h
305ED4_cursor.o: $(ARBHOME)/INCLUDE/attributes.h
306ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
307ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
308ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
309ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_base.hxx
310ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
311ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_device.hxx
312ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
313ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
314ED4_cursor.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
315ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
316ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
317ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_position.hxx
318ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_root.hxx
319ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_window.hxx
320ED4_cursor.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
321ED4_cursor.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
322ED4_cursor.o: $(ARBHOME)/INCLUDE/cb.h
323ED4_cursor.o: $(ARBHOME)/INCLUDE/cb_base.h
324ED4_cursor.o: $(ARBHOME)/INCLUDE/cbtypes.h
325ED4_cursor.o: $(ARBHOME)/INCLUDE/chartable.h
326ED4_cursor.o: $(ARBHOME)/INCLUDE/cxxforward.h
327ED4_cursor.o: $(ARBHOME)/INCLUDE/downcast.h
328ED4_cursor.o: $(ARBHOME)/INCLUDE/dupstr.h
329ED4_cursor.o: $(ARBHOME)/INCLUDE/gccver.h
330ED4_cursor.o: $(ARBHOME)/INCLUDE/iupac.h
331ED4_cursor.o: $(ARBHOME)/INCLUDE/pos_range.h
332ED4_cursor.o: $(ARBHOME)/INCLUDE/sized_cstr.h
333ED4_cursor.o: $(ARBHOME)/INCLUDE/smartptr.h
334ED4_cursor.o: $(ARBHOME)/INCLUDE/static_assert.h
335ED4_cursor.o: $(ARBHOME)/INCLUDE/stringize.h
336ED4_cursor.o: $(ARBHOME)/INCLUDE/test_global.h
337ED4_cursor.o: $(ARBHOME)/INCLUDE/test_helpers.h
338ED4_cursor.o: $(ARBHOME)/INCLUDE/test_unit.h
339ED4_cursor.o: $(ARBHOME)/INCLUDE/ttypes.h
340
341ED4_detect_bad_ali.o: ed4_class.hxx
342ED4_detect_bad_ali.o: ed4_defs.hxx
343ED4_detect_bad_ali.o: ed4_detect_bad_ali.hxx
344ED4_detect_bad_ali.o: ed4_search.hxx
345ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/ad_colorset.h
346ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/ad_prot.h
347ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
348ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_assert.h
349ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_core.h
350ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_defs.h
351ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_error.h
352ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_mem.h
353ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_msg.h
354ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_strarray.h
355ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
356ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_string.h
357ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arbdb.h
358ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arbdb_base.h
359ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arbdbt.h
360ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arbtools.h
361ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/attributes.h
362ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
363ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
364ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_base.hxx
365ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
366ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_device.hxx
367ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
368ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
369ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
370ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
371ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
372ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_position.hxx
373ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_root.hxx
374ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
375ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_select.hxx
376ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_window.hxx
377ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
378ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
379ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/cb.h
380ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/cb_base.h
381ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/cbtypes.h
382ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/chartable.h
383ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/cxxforward.h
384ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/downcast.h
385ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/dupstr.h
386ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/gccver.h
387ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/item_sel_list.h
388ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/items.h
389ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/pos_range.h
390ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/sized_cstr.h
391ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/smartptr.h
392ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/static_assert.h
393ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/stringize.h
394ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/test_global.h
395ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/test_unit.h
396ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/ttypes.h
397
398ED4_dots.o: ed4_class.hxx
399ED4_dots.o: ed4_defs.hxx
400ED4_dots.o: ed4_dots.hxx
401ED4_dots.o: ed4_search.hxx
402ED4_dots.o: $(ARBHOME)/INCLUDE/ad_colorset.h
403ED4_dots.o: $(ARBHOME)/INCLUDE/ad_prot.h
404ED4_dots.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
405ED4_dots.o: $(ARBHOME)/INCLUDE/arb_assert.h
406ED4_dots.o: $(ARBHOME)/INCLUDE/arb_core.h
407ED4_dots.o: $(ARBHOME)/INCLUDE/arb_error.h
408ED4_dots.o: $(ARBHOME)/INCLUDE/arb_mem.h
409ED4_dots.o: $(ARBHOME)/INCLUDE/arb_msg.h
410ED4_dots.o: $(ARBHOME)/INCLUDE/arb_strarray.h
411ED4_dots.o: $(ARBHOME)/INCLUDE/arb_string.h
412ED4_dots.o: $(ARBHOME)/INCLUDE/arbdb.h
413ED4_dots.o: $(ARBHOME)/INCLUDE/arbdb_base.h
414ED4_dots.o: $(ARBHOME)/INCLUDE/arbdbt.h
415ED4_dots.o: $(ARBHOME)/INCLUDE/arbtools.h
416ED4_dots.o: $(ARBHOME)/INCLUDE/attributes.h
417ED4_dots.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
418ED4_dots.o: $(ARBHOME)/INCLUDE/aw_base.hxx
419ED4_dots.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
420ED4_dots.o: $(ARBHOME)/INCLUDE/aw_device.hxx
421ED4_dots.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
422ED4_dots.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
423ED4_dots.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
424ED4_dots.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
425ED4_dots.o: $(ARBHOME)/INCLUDE/aw_position.hxx
426ED4_dots.o: $(ARBHOME)/INCLUDE/aw_root.hxx
427ED4_dots.o: $(ARBHOME)/INCLUDE/aw_window.hxx
428ED4_dots.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
429ED4_dots.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
430ED4_dots.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
431ED4_dots.o: $(ARBHOME)/INCLUDE/cb.h
432ED4_dots.o: $(ARBHOME)/INCLUDE/cb_base.h
433ED4_dots.o: $(ARBHOME)/INCLUDE/cbtypes.h
434ED4_dots.o: $(ARBHOME)/INCLUDE/chartable.h
435ED4_dots.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
436ED4_dots.o: $(ARBHOME)/INCLUDE/cxxforward.h
437ED4_dots.o: $(ARBHOME)/INCLUDE/downcast.h
438ED4_dots.o: $(ARBHOME)/INCLUDE/dupstr.h
439ED4_dots.o: $(ARBHOME)/INCLUDE/gccver.h
440ED4_dots.o: $(ARBHOME)/INCLUDE/pos_range.h
441ED4_dots.o: $(ARBHOME)/INCLUDE/sized_cstr.h
442ED4_dots.o: $(ARBHOME)/INCLUDE/smartptr.h
443ED4_dots.o: $(ARBHOME)/INCLUDE/static_assert.h
444ED4_dots.o: $(ARBHOME)/INCLUDE/stringize.h
445ED4_dots.o: $(ARBHOME)/INCLUDE/test_global.h
446ED4_dots.o: $(ARBHOME)/INCLUDE/ttypes.h
447
448ED4_dump.o: ed4_class.hxx
449ED4_dump.o: ed4_defs.hxx
450ED4_dump.o: ed4_search.hxx
451ED4_dump.o: $(ARBHOME)/INCLUDE/ad_colorset.h
452ED4_dump.o: $(ARBHOME)/INCLUDE/ad_prot.h
453ED4_dump.o: $(ARBHOME)/INCLUDE/arb_assert.h
454ED4_dump.o: $(ARBHOME)/INCLUDE/arb_core.h
455ED4_dump.o: $(ARBHOME)/INCLUDE/arb_error.h
456ED4_dump.o: $(ARBHOME)/INCLUDE/arb_mem.h
457ED4_dump.o: $(ARBHOME)/INCLUDE/arb_msg.h
458ED4_dump.o: $(ARBHOME)/INCLUDE/arb_strarray.h
459ED4_dump.o: $(ARBHOME)/INCLUDE/arb_string.h
460ED4_dump.o: $(ARBHOME)/INCLUDE/arbdb.h
461ED4_dump.o: $(ARBHOME)/INCLUDE/arbdb_base.h
462ED4_dump.o: $(ARBHOME)/INCLUDE/arbtools.h
463ED4_dump.o: $(ARBHOME)/INCLUDE/attributes.h
464ED4_dump.o: $(ARBHOME)/INCLUDE/aw_base.hxx
465ED4_dump.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
466ED4_dump.o: $(ARBHOME)/INCLUDE/aw_device.hxx
467ED4_dump.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
468ED4_dump.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
469ED4_dump.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
470ED4_dump.o: $(ARBHOME)/INCLUDE/aw_position.hxx
471ED4_dump.o: $(ARBHOME)/INCLUDE/aw_window.hxx
472ED4_dump.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
473ED4_dump.o: $(ARBHOME)/INCLUDE/cb.h
474ED4_dump.o: $(ARBHOME)/INCLUDE/cb_base.h
475ED4_dump.o: $(ARBHOME)/INCLUDE/cbtypes.h
476ED4_dump.o: $(ARBHOME)/INCLUDE/chartable.h
477ED4_dump.o: $(ARBHOME)/INCLUDE/cxxforward.h
478ED4_dump.o: $(ARBHOME)/INCLUDE/downcast.h
479ED4_dump.o: $(ARBHOME)/INCLUDE/dupstr.h
480ED4_dump.o: $(ARBHOME)/INCLUDE/gccver.h
481ED4_dump.o: $(ARBHOME)/INCLUDE/pos_range.h
482ED4_dump.o: $(ARBHOME)/INCLUDE/sized_cstr.h
483ED4_dump.o: $(ARBHOME)/INCLUDE/smartptr.h
484ED4_dump.o: $(ARBHOME)/INCLUDE/static_assert.h
485ED4_dump.o: $(ARBHOME)/INCLUDE/stringize.h
486ED4_dump.o: $(ARBHOME)/INCLUDE/test_global.h
487ED4_dump.o: $(ARBHOME)/INCLUDE/ttypes.h
488
489ED4_edit_string.o: ed4_awars.hxx
490ED4_edit_string.o: ed4_class.hxx
491ED4_edit_string.o: ed4_defs.hxx
492ED4_edit_string.o: ed4_edit_string.hxx
493ED4_edit_string.o: ed4_search.hxx
494ED4_edit_string.o: ed4_seq_colors.hxx
495ED4_edit_string.o: $(ARBHOME)/INCLUDE/ad_colorset.h
496ED4_edit_string.o: $(ARBHOME)/INCLUDE/ad_prot.h
497ED4_edit_string.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
498ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_assert.h
499ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_core.h
500ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_error.h
501ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_mem.h
502ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_msg.h
503ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_strarray.h
504ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_string.h
505ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdb.h
506ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdb_base.h
507ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdbt.h
508ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbtools.h
509ED4_edit_string.o: $(ARBHOME)/INCLUDE/attributes.h
510ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
511ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
512ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_base.hxx
513ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
514ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_device.hxx
515ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
516ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
517ED4_edit_string.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
518ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
519ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
520ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_position.hxx
521ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_question.hxx
522ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_root.hxx
523ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_window.hxx
524ED4_edit_string.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx
525ED4_edit_string.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
526ED4_edit_string.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
527ED4_edit_string.o: $(ARBHOME)/INCLUDE/cb.h
528ED4_edit_string.o: $(ARBHOME)/INCLUDE/cb_base.h
529ED4_edit_string.o: $(ARBHOME)/INCLUDE/cbtypes.h
530ED4_edit_string.o: $(ARBHOME)/INCLUDE/chartable.h
531ED4_edit_string.o: $(ARBHOME)/INCLUDE/cxxforward.h
532ED4_edit_string.o: $(ARBHOME)/INCLUDE/downcast.h
533ED4_edit_string.o: $(ARBHOME)/INCLUDE/dupstr.h
534ED4_edit_string.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
535ED4_edit_string.o: $(ARBHOME)/INCLUDE/gccver.h
536ED4_edit_string.o: $(ARBHOME)/INCLUDE/pos_range.h
537ED4_edit_string.o: $(ARBHOME)/INCLUDE/sized_cstr.h
538ED4_edit_string.o: $(ARBHOME)/INCLUDE/smartptr.h
539ED4_edit_string.o: $(ARBHOME)/INCLUDE/static_assert.h
540ED4_edit_string.o: $(ARBHOME)/INCLUDE/stringize.h
541ED4_edit_string.o: $(ARBHOME)/INCLUDE/test_global.h
542ED4_edit_string.o: $(ARBHOME)/INCLUDE/ttypes.h
543
544ED4_flags.o: ed4_class.hxx
545ED4_flags.o: ed4_defs.hxx
546ED4_flags.o: ed4_flags.hxx
547ED4_flags.o: ed4_search.hxx
548ED4_flags.o: $(ARBHOME)/INCLUDE/ad_colorset.h
549ED4_flags.o: $(ARBHOME)/INCLUDE/ad_prot.h
550ED4_flags.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
551ED4_flags.o: $(ARBHOME)/INCLUDE/arb_assert.h
552ED4_flags.o: $(ARBHOME)/INCLUDE/arb_core.h
553ED4_flags.o: $(ARBHOME)/INCLUDE/arb_error.h
554ED4_flags.o: $(ARBHOME)/INCLUDE/arb_mem.h
555ED4_flags.o: $(ARBHOME)/INCLUDE/arb_msg.h
556ED4_flags.o: $(ARBHOME)/INCLUDE/arb_strarray.h
557ED4_flags.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
558ED4_flags.o: $(ARBHOME)/INCLUDE/arb_string.h
559ED4_flags.o: $(ARBHOME)/INCLUDE/arbdb.h
560ED4_flags.o: $(ARBHOME)/INCLUDE/arbdb_base.h
561ED4_flags.o: $(ARBHOME)/INCLUDE/arbdbt.h
562ED4_flags.o: $(ARBHOME)/INCLUDE/arbtools.h
563ED4_flags.o: $(ARBHOME)/INCLUDE/attributes.h
564ED4_flags.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
565ED4_flags.o: $(ARBHOME)/INCLUDE/aw_base.hxx
566ED4_flags.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
567ED4_flags.o: $(ARBHOME)/INCLUDE/aw_device.hxx
568ED4_flags.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
569ED4_flags.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
570ED4_flags.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
571ED4_flags.o: $(ARBHOME)/INCLUDE/aw_position.hxx
572ED4_flags.o: $(ARBHOME)/INCLUDE/aw_root.hxx
573ED4_flags.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
574ED4_flags.o: $(ARBHOME)/INCLUDE/aw_select.hxx
575ED4_flags.o: $(ARBHOME)/INCLUDE/aw_window.hxx
576ED4_flags.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
577ED4_flags.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
578ED4_flags.o: $(ARBHOME)/INCLUDE/cb.h
579ED4_flags.o: $(ARBHOME)/INCLUDE/cb_base.h
580ED4_flags.o: $(ARBHOME)/INCLUDE/cbtypes.h
581ED4_flags.o: $(ARBHOME)/INCLUDE/chartable.h
582ED4_flags.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
583ED4_flags.o: $(ARBHOME)/INCLUDE/cxxforward.h
584ED4_flags.o: $(ARBHOME)/INCLUDE/downcast.h
585ED4_flags.o: $(ARBHOME)/INCLUDE/dupstr.h
586ED4_flags.o: $(ARBHOME)/INCLUDE/gccver.h
587ED4_flags.o: $(ARBHOME)/INCLUDE/item_sel_list.h
588ED4_flags.o: $(ARBHOME)/INCLUDE/items.h
589ED4_flags.o: $(ARBHOME)/INCLUDE/pos_range.h
590ED4_flags.o: $(ARBHOME)/INCLUDE/sized_cstr.h
591ED4_flags.o: $(ARBHOME)/INCLUDE/smartptr.h
592ED4_flags.o: $(ARBHOME)/INCLUDE/static_assert.h
593ED4_flags.o: $(ARBHOME)/INCLUDE/stringize.h
594ED4_flags.o: $(ARBHOME)/INCLUDE/test_global.h
595ED4_flags.o: $(ARBHOME)/INCLUDE/ttypes.h
596
597ED4_main.o: ed4_awars.hxx
598ED4_main.o: ed4_class.hxx
599ED4_main.o: ed4_defs.hxx
600ED4_main.o: ed4_detect_bad_ali.hxx
601ED4_main.o: ed4_dots.hxx
602ED4_main.o: ed4_edit_string.hxx
603ED4_main.o: ed4_extern.hxx
604ED4_main.o: ed4_naligner.hxx
605ED4_main.o: ed4_nds.hxx
606ED4_main.o: ed4_protein_2nd_structure.hxx
607ED4_main.o: ed4_ProteinViewer.hxx
608ED4_main.o: ed4_search.hxx
609ED4_main.o: ed4_seq_colors.hxx
610ED4_main.o: ed4_visualizeSAI.hxx
611ED4_main.o: graph_aligner_gui.hxx
612ED4_main.o: $(ARBHOME)/INCLUDE/ad_colorset.h
613ED4_main.o: $(ARBHOME)/INCLUDE/ad_config.h
614ED4_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
615ED4_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
616ED4_main.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
617ED4_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
618ED4_main.o: $(ARBHOME)/INCLUDE/arb_core.h
619ED4_main.o: $(ARBHOME)/INCLUDE/arb_defs.h
620ED4_main.o: $(ARBHOME)/INCLUDE/arb_error.h
621ED4_main.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
622ED4_main.o: $(ARBHOME)/INCLUDE/arb_mem.h
623ED4_main.o: $(ARBHOME)/INCLUDE/arb_msg.h
624ED4_main.o: $(ARBHOME)/INCLUDE/arb_strarray.h
625ED4_main.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
626ED4_main.o: $(ARBHOME)/INCLUDE/arb_string.h
627ED4_main.o: $(ARBHOME)/INCLUDE/arbdb.h
628ED4_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
629ED4_main.o: $(ARBHOME)/INCLUDE/arbdbt.h
630ED4_main.o: $(ARBHOME)/INCLUDE/arbtools.h
631ED4_main.o: $(ARBHOME)/INCLUDE/attributes.h
632ED4_main.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
633ED4_main.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
634ED4_main.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
635ED4_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
636ED4_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx
637ED4_main.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
638ED4_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx
639ED4_main.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
640ED4_main.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
641ED4_main.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
642ED4_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
643ED4_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
644ED4_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
645ED4_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
646ED4_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx
647ED4_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
648ED4_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
649ED4_main.o: $(ARBHOME)/INCLUDE/awt.hxx
650ED4_main.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx
651ED4_main.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
652ED4_main.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
653ED4_main.o: $(ARBHOME)/INCLUDE/cb.h
654ED4_main.o: $(ARBHOME)/INCLUDE/cb_base.h
655ED4_main.o: $(ARBHOME)/INCLUDE/cbtypes.h
656ED4_main.o: $(ARBHOME)/INCLUDE/chartable.h
657ED4_main.o: $(ARBHOME)/INCLUDE/cxxforward.h
658ED4_main.o: $(ARBHOME)/INCLUDE/downcast.h
659ED4_main.o: $(ARBHOME)/INCLUDE/dupstr.h
660ED4_main.o: $(ARBHOME)/INCLUDE/gccver.h
661ED4_main.o: $(ARBHOME)/INCLUDE/gde.hxx
662ED4_main.o: $(ARBHOME)/INCLUDE/macros.hxx
663ED4_main.o: $(ARBHOME)/INCLUDE/pos_range.h
664ED4_main.o: $(ARBHOME)/INCLUDE/sized_cstr.h
665ED4_main.o: $(ARBHOME)/INCLUDE/smartptr.h
666ED4_main.o: $(ARBHOME)/INCLUDE/st_window.hxx
667ED4_main.o: $(ARBHOME)/INCLUDE/static_assert.h
668ED4_main.o: $(ARBHOME)/INCLUDE/stringize.h
669ED4_main.o: $(ARBHOME)/INCLUDE/test_global.h
670ED4_main.o: $(ARBHOME)/INCLUDE/ttypes.h
671
672ED4_manager.o: ed4_awars.hxx
673ED4_manager.o: ed4_class.hxx
674ED4_manager.o: ed4_defs.hxx
675ED4_manager.o: ed4_edit_string.hxx
676ED4_manager.o: ed4_list.hxx
677ED4_manager.o: ed4_protein_2nd_structure.hxx
678ED4_manager.o: ed4_ProteinViewer.hxx
679ED4_manager.o: ed4_search.hxx
680ED4_manager.o: ed4_seq_colors.hxx
681ED4_manager.o: ed4_tools.hxx
682ED4_manager.o: $(ARBHOME)/INCLUDE/ad_colorset.h
683ED4_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h
684ED4_manager.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
685ED4_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h
686ED4_manager.o: $(ARBHOME)/INCLUDE/arb_core.h
687ED4_manager.o: $(ARBHOME)/INCLUDE/arb_error.h
688ED4_manager.o: $(ARBHOME)/INCLUDE/arb_mem.h
689ED4_manager.o: $(ARBHOME)/INCLUDE/arb_msg.h
690ED4_manager.o: $(ARBHOME)/INCLUDE/arb_strarray.h
691ED4_manager.o: $(ARBHOME)/INCLUDE/arb_string.h
692ED4_manager.o: $(ARBHOME)/INCLUDE/arbdb.h
693ED4_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
694ED4_manager.o: $(ARBHOME)/INCLUDE/arbdbt.h
695ED4_manager.o: $(ARBHOME)/INCLUDE/arbtools.h
696ED4_manager.o: $(ARBHOME)/INCLUDE/attributes.h
697ED4_manager.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
698ED4_manager.o: $(ARBHOME)/INCLUDE/aw_base.hxx
699ED4_manager.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
700ED4_manager.o: $(ARBHOME)/INCLUDE/aw_device.hxx
701ED4_manager.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
702ED4_manager.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
703ED4_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
704ED4_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
705ED4_manager.o: $(ARBHOME)/INCLUDE/aw_position.hxx
706ED4_manager.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
707ED4_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx
708ED4_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx
709ED4_manager.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
710ED4_manager.o: $(ARBHOME)/INCLUDE/cb.h
711ED4_manager.o: $(ARBHOME)/INCLUDE/cb_base.h
712ED4_manager.o: $(ARBHOME)/INCLUDE/cbtypes.h
713ED4_manager.o: $(ARBHOME)/INCLUDE/chartable.h
714ED4_manager.o: $(ARBHOME)/INCLUDE/cxxforward.h
715ED4_manager.o: $(ARBHOME)/INCLUDE/downcast.h
716ED4_manager.o: $(ARBHOME)/INCLUDE/dupstr.h
717ED4_manager.o: $(ARBHOME)/INCLUDE/gccver.h
718ED4_manager.o: $(ARBHOME)/INCLUDE/pos_range.h
719ED4_manager.o: $(ARBHOME)/INCLUDE/sized_cstr.h
720ED4_manager.o: $(ARBHOME)/INCLUDE/smartptr.h
721ED4_manager.o: $(ARBHOME)/INCLUDE/static_assert.h
722ED4_manager.o: $(ARBHOME)/INCLUDE/stringize.h
723ED4_manager.o: $(ARBHOME)/INCLUDE/test_global.h
724ED4_manager.o: $(ARBHOME)/INCLUDE/ttypes.h
725
726ED4_naligner.o: ed4_naligner.hxx
727ED4_naligner.o: $(ARBHOME)/INCLUDE/ad_prot.h
728ED4_naligner.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
729ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_assert.h
730ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_core.h
731ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_error.h
732ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_mem.h
733ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_msg.h
734ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
735ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_string.h
736ED4_naligner.o: $(ARBHOME)/INCLUDE/arbdb.h
737ED4_naligner.o: $(ARBHOME)/INCLUDE/arbdb_base.h
738ED4_naligner.o: $(ARBHOME)/INCLUDE/arbdbt.h
739ED4_naligner.o: $(ARBHOME)/INCLUDE/arbtools.h
740ED4_naligner.o: $(ARBHOME)/INCLUDE/attributes.h
741ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
742ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
743ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
744ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_base.hxx
745ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
746ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_root.hxx
747ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_window.hxx
748ED4_naligner.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
749ED4_naligner.o: $(ARBHOME)/INCLUDE/cb.h
750ED4_naligner.o: $(ARBHOME)/INCLUDE/cb_base.h
751ED4_naligner.o: $(ARBHOME)/INCLUDE/cbtypes.h
752ED4_naligner.o: $(ARBHOME)/INCLUDE/cxxforward.h
753ED4_naligner.o: $(ARBHOME)/INCLUDE/downcast.h
754ED4_naligner.o: $(ARBHOME)/INCLUDE/dupstr.h
755ED4_naligner.o: $(ARBHOME)/INCLUDE/gccver.h
756ED4_naligner.o: $(ARBHOME)/INCLUDE/smartptr.h
757ED4_naligner.o: $(ARBHOME)/INCLUDE/static_assert.h
758ED4_naligner.o: $(ARBHOME)/INCLUDE/stringize.h
759ED4_naligner.o: $(ARBHOME)/INCLUDE/test_global.h
760ED4_naligner.o: $(ARBHOME)/INCLUDE/ttypes.h
761
762ED4_nds.o: ed4_awars.hxx
763ED4_nds.o: ed4_class.hxx
764ED4_nds.o: ed4_defs.hxx
765ED4_nds.o: ed4_search.hxx
766ED4_nds.o: $(ARBHOME)/INCLUDE/ad_colorset.h
767ED4_nds.o: $(ARBHOME)/INCLUDE/ad_prot.h
768ED4_nds.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
769ED4_nds.o: $(ARBHOME)/INCLUDE/arb_assert.h
770ED4_nds.o: $(ARBHOME)/INCLUDE/arb_core.h
771ED4_nds.o: $(ARBHOME)/INCLUDE/arb_error.h
772ED4_nds.o: $(ARBHOME)/INCLUDE/arb_mem.h
773ED4_nds.o: $(ARBHOME)/INCLUDE/arb_msg.h
774ED4_nds.o: $(ARBHOME)/INCLUDE/arb_str.h
775ED4_nds.o: $(ARBHOME)/INCLUDE/arb_strarray.h
776ED4_nds.o: $(ARBHOME)/INCLUDE/arb_string.h
777ED4_nds.o: $(ARBHOME)/INCLUDE/arbdb.h
778ED4_nds.o: $(ARBHOME)/INCLUDE/arbdb_base.h
779ED4_nds.o: $(ARBHOME)/INCLUDE/arbdbt.h
780ED4_nds.o: $(ARBHOME)/INCLUDE/arbtools.h
781ED4_nds.o: $(ARBHOME)/INCLUDE/attributes.h
782ED4_nds.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
783ED4_nds.o: $(ARBHOME)/INCLUDE/aw_base.hxx
784ED4_nds.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
785ED4_nds.o: $(ARBHOME)/INCLUDE/aw_device.hxx
786ED4_nds.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
787ED4_nds.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
788ED4_nds.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
789ED4_nds.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
790ED4_nds.o: $(ARBHOME)/INCLUDE/aw_position.hxx
791ED4_nds.o: $(ARBHOME)/INCLUDE/aw_root.hxx
792ED4_nds.o: $(ARBHOME)/INCLUDE/aw_window.hxx
793ED4_nds.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
794ED4_nds.o: $(ARBHOME)/INCLUDE/cb.h
795ED4_nds.o: $(ARBHOME)/INCLUDE/cb_base.h
796ED4_nds.o: $(ARBHOME)/INCLUDE/cbtypes.h
797ED4_nds.o: $(ARBHOME)/INCLUDE/chartable.h
798ED4_nds.o: $(ARBHOME)/INCLUDE/cxxforward.h
799ED4_nds.o: $(ARBHOME)/INCLUDE/downcast.h
800ED4_nds.o: $(ARBHOME)/INCLUDE/dupstr.h
801ED4_nds.o: $(ARBHOME)/INCLUDE/gb_aci.h
802ED4_nds.o: $(ARBHOME)/INCLUDE/gccver.h
803ED4_nds.o: $(ARBHOME)/INCLUDE/nds.h
804ED4_nds.o: $(ARBHOME)/INCLUDE/pos_range.h
805ED4_nds.o: $(ARBHOME)/INCLUDE/sized_cstr.h
806ED4_nds.o: $(ARBHOME)/INCLUDE/smartptr.h
807ED4_nds.o: $(ARBHOME)/INCLUDE/static_assert.h
808ED4_nds.o: $(ARBHOME)/INCLUDE/stringize.h
809ED4_nds.o: $(ARBHOME)/INCLUDE/test_global.h
810ED4_nds.o: $(ARBHOME)/INCLUDE/TreeLabeler.h
811ED4_nds.o: $(ARBHOME)/INCLUDE/ttypes.h
812
813ED4_no_class.o: ed4_awars.hxx
814ED4_no_class.o: ed4_class.hxx
815ED4_no_class.o: ed4_defs.hxx
816ED4_no_class.o: ed4_edit_string.hxx
817ED4_no_class.o: ed4_extern.hxx
818ED4_no_class.o: ed4_flags.hxx
819ED4_no_class.o: ed4_list.hxx
820ED4_no_class.o: ed4_nds.hxx
821ED4_no_class.o: ed4_search.hxx
822ED4_no_class.o: ed4_seq_colors.hxx
823ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_colorset.h
824ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_config.h
825ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_prot.h
826ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
827ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_assert.h
828ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_core.h
829ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_defs.h
830ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_error.h
831ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
832ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_mem.h
833ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_msg.h
834ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_progress.h
835ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_strarray.h
836ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
837ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_string.h
838ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdb.h
839ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdb_base.h
840ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdbt.h
841ED4_no_class.o: $(ARBHOME)/INCLUDE/arbtools.h
842ED4_no_class.o: $(ARBHOME)/INCLUDE/attributes.h
843ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
844ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
845ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
846ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_base.hxx
847ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
848ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_device.hxx
849ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
850ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
851ED4_no_class.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
852ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
853ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
854ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_position.hxx
855ED4_no_class.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
856ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_root.hxx
857ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
858ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_select.hxx
859ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_window.hxx
860ED4_no_class.o: $(ARBHOME)/INCLUDE/awt.hxx
861ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
862ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_misc.hxx
863ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
864ED4_no_class.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
865ED4_no_class.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
866ED4_no_class.o: $(ARBHOME)/INCLUDE/cb.h
867ED4_no_class.o: $(ARBHOME)/INCLUDE/cb_base.h
868ED4_no_class.o: $(ARBHOME)/INCLUDE/cbtypes.h
869ED4_no_class.o: $(ARBHOME)/INCLUDE/chartable.h
870ED4_no_class.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
871ED4_no_class.o: $(ARBHOME)/INCLUDE/consensus_config.h
872ED4_no_class.o: $(ARBHOME)/INCLUDE/cxxforward.h
873ED4_no_class.o: $(ARBHOME)/INCLUDE/downcast.h
874ED4_no_class.o: $(ARBHOME)/INCLUDE/dupstr.h
875ED4_no_class.o: $(ARBHOME)/INCLUDE/gccver.h
876ED4_no_class.o: $(ARBHOME)/INCLUDE/item_sel_list.h
877ED4_no_class.o: $(ARBHOME)/INCLUDE/items.h
878ED4_no_class.o: $(ARBHOME)/INCLUDE/iupac.h
879ED4_no_class.o: $(ARBHOME)/INCLUDE/macros.hxx
880ED4_no_class.o: $(ARBHOME)/INCLUDE/pos_range.h
881ED4_no_class.o: $(ARBHOME)/INCLUDE/sized_cstr.h
882ED4_no_class.o: $(ARBHOME)/INCLUDE/smartptr.h
883ED4_no_class.o: $(ARBHOME)/INCLUDE/static_assert.h
884ED4_no_class.o: $(ARBHOME)/INCLUDE/stringize.h
885ED4_no_class.o: $(ARBHOME)/INCLUDE/test_global.h
886ED4_no_class.o: $(ARBHOME)/INCLUDE/ttypes.h
887
888ED4_objspec.o: ed4_class.hxx
889ED4_objspec.o: ed4_defs.hxx
890ED4_objspec.o: ed4_search.hxx
891ED4_objspec.o: $(ARBHOME)/INCLUDE/ad_colorset.h
892ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_assert.h
893ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_core.h
894ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_error.h
895ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_mem.h
896ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_strarray.h
897ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_string.h
898ED4_objspec.o: $(ARBHOME)/INCLUDE/arbdb_base.h
899ED4_objspec.o: $(ARBHOME)/INCLUDE/arbtools.h
900ED4_objspec.o: $(ARBHOME)/INCLUDE/attributes.h
901ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_base.hxx
902ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
903ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_device.hxx
904ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
905ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
906ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
907ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_position.hxx
908ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_window.hxx
909ED4_objspec.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
910ED4_objspec.o: $(ARBHOME)/INCLUDE/cb.h
911ED4_objspec.o: $(ARBHOME)/INCLUDE/cb_base.h
912ED4_objspec.o: $(ARBHOME)/INCLUDE/cbtypes.h
913ED4_objspec.o: $(ARBHOME)/INCLUDE/chartable.h
914ED4_objspec.o: $(ARBHOME)/INCLUDE/cxxforward.h
915ED4_objspec.o: $(ARBHOME)/INCLUDE/downcast.h
916ED4_objspec.o: $(ARBHOME)/INCLUDE/dupstr.h
917ED4_objspec.o: $(ARBHOME)/INCLUDE/gccver.h
918ED4_objspec.o: $(ARBHOME)/INCLUDE/pos_range.h
919ED4_objspec.o: $(ARBHOME)/INCLUDE/sized_cstr.h
920ED4_objspec.o: $(ARBHOME)/INCLUDE/smartptr.h
921ED4_objspec.o: $(ARBHOME)/INCLUDE/static_assert.h
922ED4_objspec.o: $(ARBHOME)/INCLUDE/stringize.h
923ED4_objspec.o: $(ARBHOME)/INCLUDE/test_global.h
924ED4_objspec.o: $(ARBHOME)/INCLUDE/test_unit.h
925ED4_objspec.o: $(ARBHOME)/INCLUDE/ttypes.h
926
927ED4_plugins.o: ed4_class.hxx
928ED4_plugins.o: ed4_defs.hxx
929ED4_plugins.o: ed4_plugins.hxx
930ED4_plugins.o: ed4_search.hxx
931ED4_plugins.o: ed4_visualizeSAI.hxx
932ED4_plugins.o: $(ARBHOME)/INCLUDE/ad_colorset.h
933ED4_plugins.o: $(ARBHOME)/INCLUDE/ad_prot.h
934ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_assert.h
935ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_core.h
936ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_defs.h
937ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_error.h
938ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_mem.h
939ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_msg.h
940ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_strarray.h
941ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_string.h
942ED4_plugins.o: $(ARBHOME)/INCLUDE/arbdb.h
943ED4_plugins.o: $(ARBHOME)/INCLUDE/arbdb_base.h
944ED4_plugins.o: $(ARBHOME)/INCLUDE/arbtools.h
945ED4_plugins.o: $(ARBHOME)/INCLUDE/attributes.h
946ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_base.hxx
947ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
948ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_device.hxx
949ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
950ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
951ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
952ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
953ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_position.hxx
954ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_window.hxx
955ED4_plugins.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
956ED4_plugins.o: $(ARBHOME)/INCLUDE/cb.h
957ED4_plugins.o: $(ARBHOME)/INCLUDE/cb_base.h
958ED4_plugins.o: $(ARBHOME)/INCLUDE/cbtypes.h
959ED4_plugins.o: $(ARBHOME)/INCLUDE/chartable.h
960ED4_plugins.o: $(ARBHOME)/INCLUDE/cxxforward.h
961ED4_plugins.o: $(ARBHOME)/INCLUDE/downcast.h
962ED4_plugins.o: $(ARBHOME)/INCLUDE/dupstr.h
963ED4_plugins.o: $(ARBHOME)/INCLUDE/gccver.h
964ED4_plugins.o: $(ARBHOME)/INCLUDE/pos_range.h
965ED4_plugins.o: $(ARBHOME)/INCLUDE/rna3d_extern.hxx
966ED4_plugins.o: $(ARBHOME)/INCLUDE/secedit_extern.hxx
967ED4_plugins.o: $(ARBHOME)/INCLUDE/sized_cstr.h
968ED4_plugins.o: $(ARBHOME)/INCLUDE/smartptr.h
969ED4_plugins.o: $(ARBHOME)/INCLUDE/static_assert.h
970ED4_plugins.o: $(ARBHOME)/INCLUDE/stringize.h
971ED4_plugins.o: $(ARBHOME)/INCLUDE/test_global.h
972ED4_plugins.o: $(ARBHOME)/INCLUDE/test_unit.h
973ED4_plugins.o: $(ARBHOME)/INCLUDE/ttypes.h
974
975ED4_protein_2nd_structure.o: ed4_awars.hxx
976ED4_protein_2nd_structure.o: ed4_class.hxx
977ED4_protein_2nd_structure.o: ed4_defs.hxx
978ED4_protein_2nd_structure.o: ed4_protein_2nd_structure.hxx
979ED4_protein_2nd_structure.o: ed4_search.hxx
980ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_colorset.h
981ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_prot.h
982ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
983ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_assert.h
984ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_core.h
985ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_error.h
986ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_mem.h
987ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_msg.h
988ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_strarray.h
989ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_string.h
990ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdb.h
991ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdb_base.h
992ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdbt.h
993ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbtools.h
994ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/attributes.h
995ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
996ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_base.hxx
997ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
998ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_device.hxx
999ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1000ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1001ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1002ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1003ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1004ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1005ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1006ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
1007ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1008ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cb.h
1009ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cb_base.h
1010ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cbtypes.h
1011ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/chartable.h
1012ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
1013ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cxxforward.h
1014ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/downcast.h
1015ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/dupstr.h
1016ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/gccver.h
1017ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/pos_range.h
1018ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1019ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/smartptr.h
1020ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/static_assert.h
1021ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/stringize.h
1022ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/test_global.h
1023ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ttypes.h
1024
1025ED4_ProteinViewer.o: ed4_class.hxx
1026ED4_ProteinViewer.o: ed4_defs.hxx
1027ED4_ProteinViewer.o: ed4_edit_string.hxx
1028ED4_ProteinViewer.o: ed4_ProteinViewer.hxx
1029ED4_ProteinViewer.o: ed4_search.hxx
1030ED4_ProteinViewer.o: ed4_seq_colors.hxx
1031ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1032ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_prot.h
1033ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1034ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/AP_codon_table.hxx
1035ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
1036ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_assert.h
1037ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_core.h
1038ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_error.h
1039ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_mem.h
1040ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_msg.h
1041ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1042ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_string.h
1043ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdb.h
1044ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1045ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdbt.h
1046ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbtools.h
1047ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/attributes.h
1048ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1049ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1050ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
1051ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1052ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1053ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1054ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1055ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1056ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1057ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1058ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1059ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
1060ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_question.hxx
1061ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1062ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1063ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1064ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cb.h
1065ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cb_base.h
1066ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cbtypes.h
1067ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/chartable.h
1068ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cxxforward.h
1069ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/downcast.h
1070ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/dupstr.h
1071ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/gccver.h
1072ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/pos_range.h
1073ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1074ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/smartptr.h
1075ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/static_assert.h
1076ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/stringize.h
1077ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/test_global.h
1078ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/Translate.hxx
1079ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ttypes.h
1080
1081ED4_root.o: ../WINDOW/aw_status.hxx
1082ED4_root.o: ed4_awars.hxx
1083ED4_root.o: ed4_block.hxx
1084ED4_root.o: ed4_class.hxx
1085ED4_root.o: ed4_colStat.hxx
1086ED4_root.o: ed4_defs.hxx
1087ED4_root.o: ed4_detect_bad_ali.hxx
1088ED4_root.o: ed4_dots.hxx
1089ED4_root.o: ed4_extern.hxx
1090ED4_root.o: ed4_flags.hxx
1091ED4_root.o: ed4_list.hxx
1092ED4_root.o: ed4_naligner.hxx
1093ED4_root.o: ed4_nds.hxx
1094ED4_root.o: ed4_plugins.hxx
1095ED4_root.o: ed4_protein_2nd_structure.hxx
1096ED4_root.o: ed4_ProteinViewer.hxx
1097ED4_root.o: ed4_search.hxx
1098ED4_root.o: ed4_seq_colors.hxx
1099ED4_root.o: ed4_tools.hxx
1100ED4_root.o: ed4_visualizeSAI.hxx
1101ED4_root.o: graph_aligner_gui.hxx
1102ED4_root.o: $(ARBHOME)/INCLUDE/ad_cb.h
1103ED4_root.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
1104ED4_root.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1105ED4_root.o: $(ARBHOME)/INCLUDE/ad_prot.h
1106ED4_root.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1107ED4_root.o: $(ARBHOME)/INCLUDE/arb_assert.h
1108ED4_root.o: $(ARBHOME)/INCLUDE/arb_build.h
1109ED4_root.o: $(ARBHOME)/INCLUDE/arb_core.h
1110ED4_root.o: $(ARBHOME)/INCLUDE/arb_defs.h
1111ED4_root.o: $(ARBHOME)/INCLUDE/arb_error.h
1112ED4_root.o: $(ARBHOME)/INCLUDE/arb_file.h
1113ED4_root.o: $(ARBHOME)/INCLUDE/arb_mem.h
1114ED4_root.o: $(ARBHOME)/INCLUDE/arb_msg.h
1115ED4_root.o: $(ARBHOME)/INCLUDE/arb_progress.h
1116ED4_root.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1117ED4_root.o: $(ARBHOME)/INCLUDE/arb_string.h
1118ED4_root.o: $(ARBHOME)/INCLUDE/arb_version.h
1119ED4_root.o: $(ARBHOME)/INCLUDE/arbdb.h
1120ED4_root.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1121ED4_root.o: $(ARBHOME)/INCLUDE/arbdbt.h
1122ED4_root.o: $(ARBHOME)/INCLUDE/arbtools.h
1123ED4_root.o: $(ARBHOME)/INCLUDE/attributes.h
1124ED4_root.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
1125ED4_root.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1126ED4_root.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1127ED4_root.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
1128ED4_root.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1129ED4_root.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1130ED4_root.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1131ED4_root.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1132ED4_root.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1133ED4_root.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
1134ED4_root.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1135ED4_root.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1136ED4_root.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1137ED4_root.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
1138ED4_root.o: $(ARBHOME)/INCLUDE/aw_question.hxx
1139ED4_root.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1140ED4_root.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1141ED4_root.o: $(ARBHOME)/INCLUDE/awt.hxx
1142ED4_root.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx
1143ED4_root.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1144ED4_root.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
1145ED4_root.o: $(ARBHOME)/INCLUDE/cb.h
1146ED4_root.o: $(ARBHOME)/INCLUDE/cb_base.h
1147ED4_root.o: $(ARBHOME)/INCLUDE/cbtypes.h
1148ED4_root.o: $(ARBHOME)/INCLUDE/chartable.h
1149ED4_root.o: $(ARBHOME)/INCLUDE/cxxforward.h
1150ED4_root.o: $(ARBHOME)/INCLUDE/downcast.h
1151ED4_root.o: $(ARBHOME)/INCLUDE/dupstr.h
1152ED4_root.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
1153ED4_root.o: $(ARBHOME)/INCLUDE/gccver.h
1154ED4_root.o: $(ARBHOME)/INCLUDE/gde.hxx
1155ED4_root.o: $(ARBHOME)/INCLUDE/macros.hxx
1156ED4_root.o: $(ARBHOME)/INCLUDE/pos_range.h
1157ED4_root.o: $(ARBHOME)/INCLUDE/rootAsWin.h
1158ED4_root.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1159ED4_root.o: $(ARBHOME)/INCLUDE/smartptr.h
1160ED4_root.o: $(ARBHOME)/INCLUDE/st_window.hxx
1161ED4_root.o: $(ARBHOME)/INCLUDE/static_assert.h
1162ED4_root.o: $(ARBHOME)/INCLUDE/stringize.h
1163ED4_root.o: $(ARBHOME)/INCLUDE/svn_revision.h
1164ED4_root.o: $(ARBHOME)/INCLUDE/test_global.h
1165ED4_root.o: $(ARBHOME)/INCLUDE/test_unit.h
1166ED4_root.o: $(ARBHOME)/INCLUDE/ttypes.h
1167
1168ED4_search.o: ed4_awars.hxx
1169ED4_search.o: ed4_class.hxx
1170ED4_search.o: ed4_defs.hxx
1171ED4_search.o: ed4_edit_string.hxx
1172ED4_search.o: ed4_extern.hxx
1173ED4_search.o: ed4_search.hxx
1174ED4_search.o: ed4_tools.hxx
1175ED4_search.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1176ED4_search.o: $(ARBHOME)/INCLUDE/ad_prot.h
1177ED4_search.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1178ED4_search.o: $(ARBHOME)/INCLUDE/arb_assert.h
1179ED4_search.o: $(ARBHOME)/INCLUDE/arb_core.h
1180ED4_search.o: $(ARBHOME)/INCLUDE/arb_error.h
1181ED4_search.o: $(ARBHOME)/INCLUDE/arb_mem.h
1182ED4_search.o: $(ARBHOME)/INCLUDE/arb_msg.h
1183ED4_search.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1184ED4_search.o: $(ARBHOME)/INCLUDE/arb_string.h
1185ED4_search.o: $(ARBHOME)/INCLUDE/arbdb.h
1186ED4_search.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1187ED4_search.o: $(ARBHOME)/INCLUDE/arbdbt.h
1188ED4_search.o: $(ARBHOME)/INCLUDE/arbtools.h
1189ED4_search.o: $(ARBHOME)/INCLUDE/attributes.h
1190ED4_search.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1191ED4_search.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1192ED4_search.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
1193ED4_search.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1194ED4_search.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1195ED4_search.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1196ED4_search.o: $(ARBHOME)/INCLUDE/aw_file.hxx
1197ED4_search.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1198ED4_search.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1199ED4_search.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1200ED4_search.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1201ED4_search.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1202ED4_search.o: $(ARBHOME)/INCLUDE/aw_question.hxx
1203ED4_search.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1204ED4_search.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1205ED4_search.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
1206ED4_search.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1207ED4_search.o: $(ARBHOME)/INCLUDE/cb.h
1208ED4_search.o: $(ARBHOME)/INCLUDE/cb_base.h
1209ED4_search.o: $(ARBHOME)/INCLUDE/cbtypes.h
1210ED4_search.o: $(ARBHOME)/INCLUDE/chartable.h
1211ED4_search.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
1212ED4_search.o: $(ARBHOME)/INCLUDE/cxxforward.h
1213ED4_search.o: $(ARBHOME)/INCLUDE/downcast.h
1214ED4_search.o: $(ARBHOME)/INCLUDE/dupstr.h
1215ED4_search.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
1216ED4_search.o: $(ARBHOME)/INCLUDE/gccver.h
1217ED4_search.o: $(ARBHOME)/INCLUDE/pos_range.h
1218ED4_search.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1219ED4_search.o: $(ARBHOME)/INCLUDE/smartptr.h
1220ED4_search.o: $(ARBHOME)/INCLUDE/static_assert.h
1221ED4_search.o: $(ARBHOME)/INCLUDE/stringize.h
1222ED4_search.o: $(ARBHOME)/INCLUDE/test_global.h
1223ED4_search.o: $(ARBHOME)/INCLUDE/ttypes.h
1224
1225ED4_seq_colors.o: ed4_class.hxx
1226ED4_seq_colors.o: ed4_defs.hxx
1227ED4_seq_colors.o: ed4_extern.hxx
1228ED4_seq_colors.o: ed4_search.hxx
1229ED4_seq_colors.o: ed4_seq_colors.hxx
1230ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1231ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ad_prot.h
1232ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1233ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_assert.h
1234ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_core.h
1235ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_error.h
1236ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
1237ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_mem.h
1238ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_msg.h
1239ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1240ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_string.h
1241ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb.h
1242ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1243ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbdbt.h
1244ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbtools.h
1245ED4_seq_colors.o: $(ARBHOME)/INCLUDE/attributes.h
1246ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1247ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1248ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1249ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1250ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1251ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1252ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1253ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1254ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1255ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1256ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1257ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1258ED4_seq_colors.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1259ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cb.h
1260ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cb_base.h
1261ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cbtypes.h
1262ED4_seq_colors.o: $(ARBHOME)/INCLUDE/chartable.h
1263ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cxxforward.h
1264ED4_seq_colors.o: $(ARBHOME)/INCLUDE/downcast.h
1265ED4_seq_colors.o: $(ARBHOME)/INCLUDE/dupstr.h
1266ED4_seq_colors.o: $(ARBHOME)/INCLUDE/gccver.h
1267ED4_seq_colors.o: $(ARBHOME)/INCLUDE/pos_range.h
1268ED4_seq_colors.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1269ED4_seq_colors.o: $(ARBHOME)/INCLUDE/smartptr.h
1270ED4_seq_colors.o: $(ARBHOME)/INCLUDE/static_assert.h
1271ED4_seq_colors.o: $(ARBHOME)/INCLUDE/stringize.h
1272ED4_seq_colors.o: $(ARBHOME)/INCLUDE/test_global.h
1273ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ttypes.h
1274
1275ED4_terminal.o: ed4_awars.hxx
1276ED4_terminal.o: ed4_block.hxx
1277ED4_terminal.o: ed4_class.hxx
1278ED4_terminal.o: ed4_defs.hxx
1279ED4_terminal.o: ed4_edit_string.hxx
1280ED4_terminal.o: ed4_extern.hxx
1281ED4_terminal.o: ed4_flags.hxx
1282ED4_terminal.o: ed4_nds.hxx
1283ED4_terminal.o: ed4_ProteinViewer.hxx
1284ED4_terminal.o: ed4_search.hxx
1285ED4_terminal.o: ed4_seq_colors.hxx
1286ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1287ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_prot.h
1288ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1289ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_assert.h
1290ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_core.h
1291ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_error.h
1292ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_mem.h
1293ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_msg.h
1294ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1295ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_string.h
1296ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdb.h
1297ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1298ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdbt.h
1299ED4_terminal.o: $(ARBHOME)/INCLUDE/arbtools.h
1300ED4_terminal.o: $(ARBHOME)/INCLUDE/attributes.h
1301ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1302ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1303ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1304ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1305ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1306ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1307ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1308ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1309ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1310ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1311ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
1312ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_question.hxx
1313ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1314ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1315ED4_terminal.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1316ED4_terminal.o: $(ARBHOME)/INCLUDE/cb.h
1317ED4_terminal.o: $(ARBHOME)/INCLUDE/cb_base.h
1318ED4_terminal.o: $(ARBHOME)/INCLUDE/cbtypes.h
1319ED4_terminal.o: $(ARBHOME)/INCLUDE/chartable.h
1320ED4_terminal.o: $(ARBHOME)/INCLUDE/cxxforward.h
1321ED4_terminal.o: $(ARBHOME)/INCLUDE/downcast.h
1322ED4_terminal.o: $(ARBHOME)/INCLUDE/dupstr.h
1323ED4_terminal.o: $(ARBHOME)/INCLUDE/gccver.h
1324ED4_terminal.o: $(ARBHOME)/INCLUDE/items.h
1325ED4_terminal.o: $(ARBHOME)/INCLUDE/pos_range.h
1326ED4_terminal.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1327ED4_terminal.o: $(ARBHOME)/INCLUDE/smartptr.h
1328ED4_terminal.o: $(ARBHOME)/INCLUDE/st_window.hxx
1329ED4_terminal.o: $(ARBHOME)/INCLUDE/static_assert.h
1330ED4_terminal.o: $(ARBHOME)/INCLUDE/stringize.h
1331ED4_terminal.o: $(ARBHOME)/INCLUDE/test_global.h
1332ED4_terminal.o: $(ARBHOME)/INCLUDE/ttypes.h
1333
1334ED4_text_terminals.o: ed4_awars.hxx
1335ED4_text_terminals.o: ed4_block.hxx
1336ED4_text_terminals.o: ed4_class.hxx
1337ED4_text_terminals.o: ed4_defs.hxx
1338ED4_text_terminals.o: ed4_edit_string.hxx
1339ED4_text_terminals.o: ed4_extern.hxx
1340ED4_text_terminals.o: ed4_nds.hxx
1341ED4_text_terminals.o: ed4_protein_2nd_structure.hxx
1342ED4_text_terminals.o: ed4_ProteinViewer.hxx
1343ED4_text_terminals.o: ed4_search.hxx
1344ED4_text_terminals.o: ed4_seq_colors.hxx
1345ED4_text_terminals.o: ed4_visualizeSAI.hxx
1346ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1347ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_prot.h
1348ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1349ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_assert.h
1350ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_core.h
1351ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_error.h
1352ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_mem.h
1353ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_msg.h
1354ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1355ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_string.h
1356ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdb.h
1357ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1358ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdbt.h
1359ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbtools.h
1360ED4_text_terminals.o: $(ARBHOME)/INCLUDE/attributes.h
1361ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1362ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1363ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1364ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1365ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1366ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1367ED4_text_terminals.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
1368ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1369ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1370ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1371ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
1372ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1373ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1374ED4_text_terminals.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1375ED4_text_terminals.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
1376ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cb.h
1377ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cb_base.h
1378ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cbtypes.h
1379ED4_text_terminals.o: $(ARBHOME)/INCLUDE/chartable.h
1380ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cxxforward.h
1381ED4_text_terminals.o: $(ARBHOME)/INCLUDE/downcast.h
1382ED4_text_terminals.o: $(ARBHOME)/INCLUDE/dupstr.h
1383ED4_text_terminals.o: $(ARBHOME)/INCLUDE/gccver.h
1384ED4_text_terminals.o: $(ARBHOME)/INCLUDE/pos_range.h
1385ED4_text_terminals.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1386ED4_text_terminals.o: $(ARBHOME)/INCLUDE/smartptr.h
1387ED4_text_terminals.o: $(ARBHOME)/INCLUDE/st_window.hxx
1388ED4_text_terminals.o: $(ARBHOME)/INCLUDE/static_assert.h
1389ED4_text_terminals.o: $(ARBHOME)/INCLUDE/stringize.h
1390ED4_text_terminals.o: $(ARBHOME)/INCLUDE/test_global.h
1391ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ttypes.h
1392
1393ED4_tools.o: ed4_class.hxx
1394ED4_tools.o: ed4_defs.hxx
1395ED4_tools.o: ed4_search.hxx
1396ED4_tools.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1397ED4_tools.o: $(ARBHOME)/INCLUDE/arb_assert.h
1398ED4_tools.o: $(ARBHOME)/INCLUDE/arb_core.h
1399ED4_tools.o: $(ARBHOME)/INCLUDE/arb_error.h
1400ED4_tools.o: $(ARBHOME)/INCLUDE/arb_mem.h
1401ED4_tools.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1402ED4_tools.o: $(ARBHOME)/INCLUDE/arb_string.h
1403ED4_tools.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1404ED4_tools.o: $(ARBHOME)/INCLUDE/arbtools.h
1405ED4_tools.o: $(ARBHOME)/INCLUDE/attributes.h
1406ED4_tools.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1407ED4_tools.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1408ED4_tools.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1409ED4_tools.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1410ED4_tools.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1411ED4_tools.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1412ED4_tools.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1413ED4_tools.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1414ED4_tools.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1415ED4_tools.o: $(ARBHOME)/INCLUDE/cb.h
1416ED4_tools.o: $(ARBHOME)/INCLUDE/cb_base.h
1417ED4_tools.o: $(ARBHOME)/INCLUDE/cbtypes.h
1418ED4_tools.o: $(ARBHOME)/INCLUDE/chartable.h
1419ED4_tools.o: $(ARBHOME)/INCLUDE/cxxforward.h
1420ED4_tools.o: $(ARBHOME)/INCLUDE/downcast.h
1421ED4_tools.o: $(ARBHOME)/INCLUDE/dupstr.h
1422ED4_tools.o: $(ARBHOME)/INCLUDE/gccver.h
1423ED4_tools.o: $(ARBHOME)/INCLUDE/pos_range.h
1424ED4_tools.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1425ED4_tools.o: $(ARBHOME)/INCLUDE/smartptr.h
1426ED4_tools.o: $(ARBHOME)/INCLUDE/static_assert.h
1427ED4_tools.o: $(ARBHOME)/INCLUDE/stringize.h
1428ED4_tools.o: $(ARBHOME)/INCLUDE/test_global.h
1429ED4_tools.o: $(ARBHOME)/INCLUDE/ttypes.h
1430
1431ED4_visualizeSAI.o: ed4_class.hxx
1432ED4_visualizeSAI.o: ed4_defs.hxx
1433ED4_visualizeSAI.o: ed4_extern.hxx
1434ED4_visualizeSAI.o: ed4_search.hxx
1435ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_cb.h
1436ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
1437ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1438ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_prot.h
1439ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1440ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_assert.h
1441ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_core.h
1442ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_error.h
1443ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_mem.h
1444ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_msg.h
1445ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1446ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
1447ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_string.h
1448ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdb.h
1449ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1450ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdbt.h
1451ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbtools.h
1452ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/attributes.h
1453ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1454ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1455ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
1456ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1457ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1458ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1459ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
1460ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1461ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1462ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1463ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1464ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1465ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
1466ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_question.hxx
1467ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1468ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
1469ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_select.hxx
1470ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1471ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
1472ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_prompt.hxx
1473ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
1474ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1475ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cb.h
1476ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cb_base.h
1477ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cbtypes.h
1478ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/chartable.h
1479ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cxxforward.h
1480ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/downcast.h
1481ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/dupstr.h
1482ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/gccver.h
1483ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/pos_range.h
1484ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1485ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/smartptr.h
1486ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/static_assert.h
1487ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/stringize.h
1488ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/test_global.h
1489ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ttypes.h
1490
1491ED4_window.o: ed4_class.hxx
1492ED4_window.o: ed4_defs.hxx
1493ED4_window.o: ed4_extern.hxx
1494ED4_window.o: ed4_search.hxx
1495ED4_window.o: ed4_tools.hxx
1496ED4_window.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1497ED4_window.o: $(ARBHOME)/INCLUDE/ad_prot.h
1498ED4_window.o: $(ARBHOME)/INCLUDE/arb_assert.h
1499ED4_window.o: $(ARBHOME)/INCLUDE/arb_core.h
1500ED4_window.o: $(ARBHOME)/INCLUDE/arb_error.h
1501ED4_window.o: $(ARBHOME)/INCLUDE/arb_mem.h
1502ED4_window.o: $(ARBHOME)/INCLUDE/arb_msg.h
1503ED4_window.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1504ED4_window.o: $(ARBHOME)/INCLUDE/arb_string.h
1505ED4_window.o: $(ARBHOME)/INCLUDE/arbdb.h
1506ED4_window.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1507ED4_window.o: $(ARBHOME)/INCLUDE/arbtools.h
1508ED4_window.o: $(ARBHOME)/INCLUDE/attributes.h
1509ED4_window.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1510ED4_window.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1511ED4_window.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1512ED4_window.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1513ED4_window.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1514ED4_window.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1515ED4_window.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1516ED4_window.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1517ED4_window.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1518ED4_window.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1519ED4_window.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1520ED4_window.o: $(ARBHOME)/INCLUDE/cb.h
1521ED4_window.o: $(ARBHOME)/INCLUDE/cb_base.h
1522ED4_window.o: $(ARBHOME)/INCLUDE/cbtypes.h
1523ED4_window.o: $(ARBHOME)/INCLUDE/chartable.h
1524ED4_window.o: $(ARBHOME)/INCLUDE/cxxforward.h
1525ED4_window.o: $(ARBHOME)/INCLUDE/downcast.h
1526ED4_window.o: $(ARBHOME)/INCLUDE/dupstr.h
1527ED4_window.o: $(ARBHOME)/INCLUDE/gccver.h
1528ED4_window.o: $(ARBHOME)/INCLUDE/pos_range.h
1529ED4_window.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1530ED4_window.o: $(ARBHOME)/INCLUDE/smartptr.h
1531ED4_window.o: $(ARBHOME)/INCLUDE/static_assert.h
1532ED4_window.o: $(ARBHOME)/INCLUDE/stringize.h
1533ED4_window.o: $(ARBHOME)/INCLUDE/test_global.h
1534ED4_window.o: $(ARBHOME)/INCLUDE/ttypes.h
1535
1536EDB_root_bact.o: ed4_class.hxx
1537EDB_root_bact.o: ed4_defs.hxx
1538EDB_root_bact.o: ed4_extern.hxx
1539EDB_root_bact.o: ed4_search.hxx
1540EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1541EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_config.h
1542EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_prot.h
1543EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1544EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_assert.h
1545EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_core.h
1546EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_error.h
1547EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_mem.h
1548EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_msg.h
1549EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_progress.h
1550EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1551EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
1552EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_string.h
1553EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdb.h
1554EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1555EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdbt.h
1556EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbtools.h
1557EDB_root_bact.o: $(ARBHOME)/INCLUDE/attributes.h
1558EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1559EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1560EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1561EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1562EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1563EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1564EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1565EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1566EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1567EDB_root_bact.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1568EDB_root_bact.o: $(ARBHOME)/INCLUDE/cb.h
1569EDB_root_bact.o: $(ARBHOME)/INCLUDE/cb_base.h
1570EDB_root_bact.o: $(ARBHOME)/INCLUDE/cbtypes.h
1571EDB_root_bact.o: $(ARBHOME)/INCLUDE/chartable.h
1572EDB_root_bact.o: $(ARBHOME)/INCLUDE/cxxforward.h
1573EDB_root_bact.o: $(ARBHOME)/INCLUDE/downcast.h
1574EDB_root_bact.o: $(ARBHOME)/INCLUDE/dupstr.h
1575EDB_root_bact.o: $(ARBHOME)/INCLUDE/gccver.h
1576EDB_root_bact.o: $(ARBHOME)/INCLUDE/pos_range.h
1577EDB_root_bact.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1578EDB_root_bact.o: $(ARBHOME)/INCLUDE/smartptr.h
1579EDB_root_bact.o: $(ARBHOME)/INCLUDE/static_assert.h
1580EDB_root_bact.o: $(ARBHOME)/INCLUDE/stringize.h
1581EDB_root_bact.o: $(ARBHOME)/INCLUDE/test_global.h
1582EDB_root_bact.o: $(ARBHOME)/INCLUDE/ttypes.h
1583
1584graph_aligner_gui.o: ed4_defs.hxx
1585graph_aligner_gui.o: graph_aligner_gui.hxx
1586graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1587graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_prot.h
1588graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1589graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aisc_global.h
1590graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_assert.h
1591graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_core.h
1592graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_error.h
1593graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_file.h
1594graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_mem.h
1595graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_misc.h
1596graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_msg.h
1597graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1598graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
1599graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_string.h
1600graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdb.h
1601graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1602graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdbt.h
1603graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbtools.h
1604graph_aligner_gui.o: $(ARBHOME)/INCLUDE/attributes.h
1605graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1606graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1607graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
1608graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1609graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1610graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
1611graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1612graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1613graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1614graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1615graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1616graph_aligner_gui.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
1617graph_aligner_gui.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
1618graph_aligner_gui.o: $(ARBHOME)/INCLUDE/bytestring.h
1619graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cb.h
1620graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cb_base.h
1621graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cbtypes.h
1622graph_aligner_gui.o: $(ARBHOME)/INCLUDE/client.h
1623graph_aligner_gui.o: $(ARBHOME)/INCLUDE/client_types.h
1624graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
1625graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cxxforward.h
1626graph_aligner_gui.o: $(ARBHOME)/INCLUDE/downcast.h
1627graph_aligner_gui.o: $(ARBHOME)/INCLUDE/dupstr.h
1628graph_aligner_gui.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
1629graph_aligner_gui.o: $(ARBHOME)/INCLUDE/gccver.h
1630graph_aligner_gui.o: $(ARBHOME)/INCLUDE/pos_range.h
1631graph_aligner_gui.o: $(ARBHOME)/INCLUDE/PT_com.h
1632graph_aligner_gui.o: $(ARBHOME)/INCLUDE/servercntrl.h
1633graph_aligner_gui.o: $(ARBHOME)/INCLUDE/smartptr.h
1634graph_aligner_gui.o: $(ARBHOME)/INCLUDE/static_assert.h
1635graph_aligner_gui.o: $(ARBHOME)/INCLUDE/stringize.h
1636graph_aligner_gui.o: $(ARBHOME)/INCLUDE/test_global.h
1637graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.