source: branches/gcc/EDIT4/Makefile

Last change on this file was 19922, checked in by westram, 2 weeks ago
  • remove naligner
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 69.6 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) *.o *.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/BI_basepos.hxx
130ED4_block.o: $(ARBHOME)/INCLUDE/cb.h
131ED4_block.o: $(ARBHOME)/INCLUDE/cb_base.h
132ED4_block.o: $(ARBHOME)/INCLUDE/cbtypes.h
133ED4_block.o: $(ARBHOME)/INCLUDE/chartable.h
134ED4_block.o: $(ARBHOME)/INCLUDE/cxxforward.h
135ED4_block.o: $(ARBHOME)/INCLUDE/downcast.h
136ED4_block.o: $(ARBHOME)/INCLUDE/dupstr.h
137ED4_block.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
138ED4_block.o: $(ARBHOME)/INCLUDE/gb_aci.h
139ED4_block.o: $(ARBHOME)/INCLUDE/gccver.h
140ED4_block.o: $(ARBHOME)/INCLUDE/pos_range.h
141ED4_block.o: $(ARBHOME)/INCLUDE/sel_boxes.hxx
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/BI_basepos.hxx
429ED4_dots.o: $(ARBHOME)/INCLUDE/cb.h
430ED4_dots.o: $(ARBHOME)/INCLUDE/cb_base.h
431ED4_dots.o: $(ARBHOME)/INCLUDE/cbtypes.h
432ED4_dots.o: $(ARBHOME)/INCLUDE/chartable.h
433ED4_dots.o: $(ARBHOME)/INCLUDE/config_manager.hxx
434ED4_dots.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
435ED4_dots.o: $(ARBHOME)/INCLUDE/cxxforward.h
436ED4_dots.o: $(ARBHOME)/INCLUDE/downcast.h
437ED4_dots.o: $(ARBHOME)/INCLUDE/dupstr.h
438ED4_dots.o: $(ARBHOME)/INCLUDE/gccver.h
439ED4_dots.o: $(ARBHOME)/INCLUDE/pos_range.h
440ED4_dots.o: $(ARBHOME)/INCLUDE/sel_boxes.hxx
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/BI_basepos.hxx
525ED4_edit_string.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
526ED4_edit_string.o: $(ARBHOME)/INCLUDE/cb.h
527ED4_edit_string.o: $(ARBHOME)/INCLUDE/cb_base.h
528ED4_edit_string.o: $(ARBHOME)/INCLUDE/cbtypes.h
529ED4_edit_string.o: $(ARBHOME)/INCLUDE/chartable.h
530ED4_edit_string.o: $(ARBHOME)/INCLUDE/cxxforward.h
531ED4_edit_string.o: $(ARBHOME)/INCLUDE/downcast.h
532ED4_edit_string.o: $(ARBHOME)/INCLUDE/dupstr.h
533ED4_edit_string.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
534ED4_edit_string.o: $(ARBHOME)/INCLUDE/gccver.h
535ED4_edit_string.o: $(ARBHOME)/INCLUDE/map_key.hxx
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/BI_basepos.hxx
577ED4_flags.o: $(ARBHOME)/INCLUDE/cb.h
578ED4_flags.o: $(ARBHOME)/INCLUDE/cb_base.h
579ED4_flags.o: $(ARBHOME)/INCLUDE/cbtypes.h
580ED4_flags.o: $(ARBHOME)/INCLUDE/chartable.h
581ED4_flags.o: $(ARBHOME)/INCLUDE/config_manager.hxx
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_nds.hxx
605ED4_main.o: ed4_protein_2nd_structure.hxx
606ED4_main.o: ed4_ProteinViewer.hxx
607ED4_main.o: ed4_search.hxx
608ED4_main.o: ed4_seq_colors.hxx
609ED4_main.o: ed4_visualizeSAI.hxx
610ED4_main.o: graph_aligner_gui.hxx
611ED4_main.o: $(ARBHOME)/INCLUDE/ad_colorset.h
612ED4_main.o: $(ARBHOME)/INCLUDE/ad_config.h
613ED4_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
614ED4_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
615ED4_main.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
616ED4_main.o: $(ARBHOME)/INCLUDE/app.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/BI_basepos.hxx
650ED4_main.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
651ED4_main.o: $(ARBHOME)/INCLUDE/cb.h
652ED4_main.o: $(ARBHOME)/INCLUDE/cb_base.h
653ED4_main.o: $(ARBHOME)/INCLUDE/cbtypes.h
654ED4_main.o: $(ARBHOME)/INCLUDE/chartable.h
655ED4_main.o: $(ARBHOME)/INCLUDE/cxxforward.h
656ED4_main.o: $(ARBHOME)/INCLUDE/downcast.h
657ED4_main.o: $(ARBHOME)/INCLUDE/dupstr.h
658ED4_main.o: $(ARBHOME)/INCLUDE/gccver.h
659ED4_main.o: $(ARBHOME)/INCLUDE/gde.hxx
660ED4_main.o: $(ARBHOME)/INCLUDE/macros.hxx
661ED4_main.o: $(ARBHOME)/INCLUDE/map_key.hxx
662ED4_main.o: $(ARBHOME)/INCLUDE/pos_range.h
663ED4_main.o: $(ARBHOME)/INCLUDE/sized_cstr.h
664ED4_main.o: $(ARBHOME)/INCLUDE/smartptr.h
665ED4_main.o: $(ARBHOME)/INCLUDE/st_window.hxx
666ED4_main.o: $(ARBHOME)/INCLUDE/static_assert.h
667ED4_main.o: $(ARBHOME)/INCLUDE/stringize.h
668ED4_main.o: $(ARBHOME)/INCLUDE/test_global.h
669ED4_main.o: $(ARBHOME)/INCLUDE/ttypes.h
670
671ED4_manager.o: ed4_awars.hxx
672ED4_manager.o: ed4_class.hxx
673ED4_manager.o: ed4_defs.hxx
674ED4_manager.o: ed4_edit_string.hxx
675ED4_manager.o: ed4_list.hxx
676ED4_manager.o: ed4_protein_2nd_structure.hxx
677ED4_manager.o: ed4_ProteinViewer.hxx
678ED4_manager.o: ed4_search.hxx
679ED4_manager.o: ed4_seq_colors.hxx
680ED4_manager.o: ed4_tools.hxx
681ED4_manager.o: $(ARBHOME)/INCLUDE/ad_colorset.h
682ED4_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h
683ED4_manager.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
684ED4_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h
685ED4_manager.o: $(ARBHOME)/INCLUDE/arb_core.h
686ED4_manager.o: $(ARBHOME)/INCLUDE/arb_error.h
687ED4_manager.o: $(ARBHOME)/INCLUDE/arb_mem.h
688ED4_manager.o: $(ARBHOME)/INCLUDE/arb_msg.h
689ED4_manager.o: $(ARBHOME)/INCLUDE/arb_strarray.h
690ED4_manager.o: $(ARBHOME)/INCLUDE/arb_string.h
691ED4_manager.o: $(ARBHOME)/INCLUDE/arbdb.h
692ED4_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
693ED4_manager.o: $(ARBHOME)/INCLUDE/arbdbt.h
694ED4_manager.o: $(ARBHOME)/INCLUDE/arbtools.h
695ED4_manager.o: $(ARBHOME)/INCLUDE/attributes.h
696ED4_manager.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
697ED4_manager.o: $(ARBHOME)/INCLUDE/aw_base.hxx
698ED4_manager.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
699ED4_manager.o: $(ARBHOME)/INCLUDE/aw_device.hxx
700ED4_manager.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
701ED4_manager.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
702ED4_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
703ED4_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
704ED4_manager.o: $(ARBHOME)/INCLUDE/aw_position.hxx
705ED4_manager.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
706ED4_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx
707ED4_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx
708ED4_manager.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
709ED4_manager.o: $(ARBHOME)/INCLUDE/cb.h
710ED4_manager.o: $(ARBHOME)/INCLUDE/cb_base.h
711ED4_manager.o: $(ARBHOME)/INCLUDE/cbtypes.h
712ED4_manager.o: $(ARBHOME)/INCLUDE/chartable.h
713ED4_manager.o: $(ARBHOME)/INCLUDE/cxxforward.h
714ED4_manager.o: $(ARBHOME)/INCLUDE/downcast.h
715ED4_manager.o: $(ARBHOME)/INCLUDE/dupstr.h
716ED4_manager.o: $(ARBHOME)/INCLUDE/gccver.h
717ED4_manager.o: $(ARBHOME)/INCLUDE/pos_range.h
718ED4_manager.o: $(ARBHOME)/INCLUDE/sized_cstr.h
719ED4_manager.o: $(ARBHOME)/INCLUDE/smartptr.h
720ED4_manager.o: $(ARBHOME)/INCLUDE/static_assert.h
721ED4_manager.o: $(ARBHOME)/INCLUDE/stringize.h
722ED4_manager.o: $(ARBHOME)/INCLUDE/test_global.h
723ED4_manager.o: $(ARBHOME)/INCLUDE/ttypes.h
724
725ED4_nds.o: ed4_awars.hxx
726ED4_nds.o: ed4_class.hxx
727ED4_nds.o: ed4_defs.hxx
728ED4_nds.o: ed4_search.hxx
729ED4_nds.o: $(ARBHOME)/INCLUDE/ad_colorset.h
730ED4_nds.o: $(ARBHOME)/INCLUDE/ad_prot.h
731ED4_nds.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
732ED4_nds.o: $(ARBHOME)/INCLUDE/arb_assert.h
733ED4_nds.o: $(ARBHOME)/INCLUDE/arb_core.h
734ED4_nds.o: $(ARBHOME)/INCLUDE/arb_error.h
735ED4_nds.o: $(ARBHOME)/INCLUDE/arb_mem.h
736ED4_nds.o: $(ARBHOME)/INCLUDE/arb_msg.h
737ED4_nds.o: $(ARBHOME)/INCLUDE/arb_str.h
738ED4_nds.o: $(ARBHOME)/INCLUDE/arb_strarray.h
739ED4_nds.o: $(ARBHOME)/INCLUDE/arb_string.h
740ED4_nds.o: $(ARBHOME)/INCLUDE/arbdb.h
741ED4_nds.o: $(ARBHOME)/INCLUDE/arbdb_base.h
742ED4_nds.o: $(ARBHOME)/INCLUDE/arbdbt.h
743ED4_nds.o: $(ARBHOME)/INCLUDE/arbtools.h
744ED4_nds.o: $(ARBHOME)/INCLUDE/attributes.h
745ED4_nds.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
746ED4_nds.o: $(ARBHOME)/INCLUDE/aw_base.hxx
747ED4_nds.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
748ED4_nds.o: $(ARBHOME)/INCLUDE/aw_device.hxx
749ED4_nds.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
750ED4_nds.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
751ED4_nds.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
752ED4_nds.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
753ED4_nds.o: $(ARBHOME)/INCLUDE/aw_position.hxx
754ED4_nds.o: $(ARBHOME)/INCLUDE/aw_root.hxx
755ED4_nds.o: $(ARBHOME)/INCLUDE/aw_window.hxx
756ED4_nds.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
757ED4_nds.o: $(ARBHOME)/INCLUDE/cb.h
758ED4_nds.o: $(ARBHOME)/INCLUDE/cb_base.h
759ED4_nds.o: $(ARBHOME)/INCLUDE/cbtypes.h
760ED4_nds.o: $(ARBHOME)/INCLUDE/chartable.h
761ED4_nds.o: $(ARBHOME)/INCLUDE/cxxforward.h
762ED4_nds.o: $(ARBHOME)/INCLUDE/downcast.h
763ED4_nds.o: $(ARBHOME)/INCLUDE/dupstr.h
764ED4_nds.o: $(ARBHOME)/INCLUDE/gb_aci.h
765ED4_nds.o: $(ARBHOME)/INCLUDE/gccver.h
766ED4_nds.o: $(ARBHOME)/INCLUDE/nds.h
767ED4_nds.o: $(ARBHOME)/INCLUDE/pos_range.h
768ED4_nds.o: $(ARBHOME)/INCLUDE/sized_cstr.h
769ED4_nds.o: $(ARBHOME)/INCLUDE/smartptr.h
770ED4_nds.o: $(ARBHOME)/INCLUDE/static_assert.h
771ED4_nds.o: $(ARBHOME)/INCLUDE/stringize.h
772ED4_nds.o: $(ARBHOME)/INCLUDE/test_global.h
773ED4_nds.o: $(ARBHOME)/INCLUDE/TreeLabeler.h
774ED4_nds.o: $(ARBHOME)/INCLUDE/ttypes.h
775
776ED4_no_class.o: ed4_awars.hxx
777ED4_no_class.o: ed4_class.hxx
778ED4_no_class.o: ed4_defs.hxx
779ED4_no_class.o: ed4_edit_string.hxx
780ED4_no_class.o: ed4_extern.hxx
781ED4_no_class.o: ed4_flags.hxx
782ED4_no_class.o: ed4_list.hxx
783ED4_no_class.o: ed4_nds.hxx
784ED4_no_class.o: ed4_search.hxx
785ED4_no_class.o: ed4_seq_colors.hxx
786ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_colorset.h
787ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_config.h
788ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_prot.h
789ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
790ED4_no_class.o: $(ARBHOME)/INCLUDE/app.hxx
791ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_assert.h
792ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_core.h
793ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_defs.h
794ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_error.h
795ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
796ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_mem.h
797ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_msg.h
798ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_progress.h
799ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_spec.hxx
800ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_strarray.h
801ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
802ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_string.h
803ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdb.h
804ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdb_base.h
805ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdbt.h
806ED4_no_class.o: $(ARBHOME)/INCLUDE/arbtools.h
807ED4_no_class.o: $(ARBHOME)/INCLUDE/attributes.h
808ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
809ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
810ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
811ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_base.hxx
812ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
813ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_device.hxx
814ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
815ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
816ED4_no_class.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
817ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
818ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
819ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_position.hxx
820ED4_no_class.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
821ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_root.hxx
822ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
823ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_select.hxx
824ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_window.hxx
825ED4_no_class.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
826ED4_no_class.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
827ED4_no_class.o: $(ARBHOME)/INCLUDE/cb.h
828ED4_no_class.o: $(ARBHOME)/INCLUDE/cb_base.h
829ED4_no_class.o: $(ARBHOME)/INCLUDE/cbtypes.h
830ED4_no_class.o: $(ARBHOME)/INCLUDE/chartable.h
831ED4_no_class.o: $(ARBHOME)/INCLUDE/config_manager.hxx
832ED4_no_class.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
833ED4_no_class.o: $(ARBHOME)/INCLUDE/consensus_config.h
834ED4_no_class.o: $(ARBHOME)/INCLUDE/cxxforward.h
835ED4_no_class.o: $(ARBHOME)/INCLUDE/downcast.h
836ED4_no_class.o: $(ARBHOME)/INCLUDE/dupstr.h
837ED4_no_class.o: $(ARBHOME)/INCLUDE/gccver.h
838ED4_no_class.o: $(ARBHOME)/INCLUDE/item_sel_list.h
839ED4_no_class.o: $(ARBHOME)/INCLUDE/items.h
840ED4_no_class.o: $(ARBHOME)/INCLUDE/iupac.h
841ED4_no_class.o: $(ARBHOME)/INCLUDE/macros.hxx
842ED4_no_class.o: $(ARBHOME)/INCLUDE/pos_range.h
843ED4_no_class.o: $(ARBHOME)/INCLUDE/sel_boxes.hxx
844ED4_no_class.o: $(ARBHOME)/INCLUDE/sized_cstr.h
845ED4_no_class.o: $(ARBHOME)/INCLUDE/smartptr.h
846ED4_no_class.o: $(ARBHOME)/INCLUDE/static_assert.h
847ED4_no_class.o: $(ARBHOME)/INCLUDE/stringize.h
848ED4_no_class.o: $(ARBHOME)/INCLUDE/test_global.h
849ED4_no_class.o: $(ARBHOME)/INCLUDE/ttypes.h
850
851ED4_objspec.o: ed4_class.hxx
852ED4_objspec.o: ed4_defs.hxx
853ED4_objspec.o: ed4_search.hxx
854ED4_objspec.o: $(ARBHOME)/INCLUDE/ad_colorset.h
855ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_assert.h
856ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_core.h
857ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_error.h
858ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_mem.h
859ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_strarray.h
860ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_string.h
861ED4_objspec.o: $(ARBHOME)/INCLUDE/arbdb_base.h
862ED4_objspec.o: $(ARBHOME)/INCLUDE/arbtools.h
863ED4_objspec.o: $(ARBHOME)/INCLUDE/attributes.h
864ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_base.hxx
865ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
866ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_device.hxx
867ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
868ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
869ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
870ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_position.hxx
871ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_window.hxx
872ED4_objspec.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
873ED4_objspec.o: $(ARBHOME)/INCLUDE/cb.h
874ED4_objspec.o: $(ARBHOME)/INCLUDE/cb_base.h
875ED4_objspec.o: $(ARBHOME)/INCLUDE/cbtypes.h
876ED4_objspec.o: $(ARBHOME)/INCLUDE/chartable.h
877ED4_objspec.o: $(ARBHOME)/INCLUDE/cxxforward.h
878ED4_objspec.o: $(ARBHOME)/INCLUDE/downcast.h
879ED4_objspec.o: $(ARBHOME)/INCLUDE/dupstr.h
880ED4_objspec.o: $(ARBHOME)/INCLUDE/gccver.h
881ED4_objspec.o: $(ARBHOME)/INCLUDE/pos_range.h
882ED4_objspec.o: $(ARBHOME)/INCLUDE/sized_cstr.h
883ED4_objspec.o: $(ARBHOME)/INCLUDE/smartptr.h
884ED4_objspec.o: $(ARBHOME)/INCLUDE/static_assert.h
885ED4_objspec.o: $(ARBHOME)/INCLUDE/stringize.h
886ED4_objspec.o: $(ARBHOME)/INCLUDE/test_global.h
887ED4_objspec.o: $(ARBHOME)/INCLUDE/test_unit.h
888ED4_objspec.o: $(ARBHOME)/INCLUDE/ttypes.h
889
890ED4_plugins.o: ed4_class.hxx
891ED4_plugins.o: ed4_defs.hxx
892ED4_plugins.o: ed4_plugins.hxx
893ED4_plugins.o: ed4_search.hxx
894ED4_plugins.o: ed4_visualizeSAI.hxx
895ED4_plugins.o: $(ARBHOME)/INCLUDE/ad_colorset.h
896ED4_plugins.o: $(ARBHOME)/INCLUDE/ad_prot.h
897ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_assert.h
898ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_core.h
899ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_defs.h
900ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_error.h
901ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_mem.h
902ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_msg.h
903ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_strarray.h
904ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_string.h
905ED4_plugins.o: $(ARBHOME)/INCLUDE/arbdb.h
906ED4_plugins.o: $(ARBHOME)/INCLUDE/arbdb_base.h
907ED4_plugins.o: $(ARBHOME)/INCLUDE/arbtools.h
908ED4_plugins.o: $(ARBHOME)/INCLUDE/attributes.h
909ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_base.hxx
910ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
911ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_device.hxx
912ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
913ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
914ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
915ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
916ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_position.hxx
917ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_window.hxx
918ED4_plugins.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
919ED4_plugins.o: $(ARBHOME)/INCLUDE/cb.h
920ED4_plugins.o: $(ARBHOME)/INCLUDE/cb_base.h
921ED4_plugins.o: $(ARBHOME)/INCLUDE/cbtypes.h
922ED4_plugins.o: $(ARBHOME)/INCLUDE/chartable.h
923ED4_plugins.o: $(ARBHOME)/INCLUDE/cxxforward.h
924ED4_plugins.o: $(ARBHOME)/INCLUDE/downcast.h
925ED4_plugins.o: $(ARBHOME)/INCLUDE/dupstr.h
926ED4_plugins.o: $(ARBHOME)/INCLUDE/gccver.h
927ED4_plugins.o: $(ARBHOME)/INCLUDE/pos_range.h
928ED4_plugins.o: $(ARBHOME)/INCLUDE/rna3d_extern.hxx
929ED4_plugins.o: $(ARBHOME)/INCLUDE/secedit_extern.hxx
930ED4_plugins.o: $(ARBHOME)/INCLUDE/sized_cstr.h
931ED4_plugins.o: $(ARBHOME)/INCLUDE/smartptr.h
932ED4_plugins.o: $(ARBHOME)/INCLUDE/static_assert.h
933ED4_plugins.o: $(ARBHOME)/INCLUDE/stringize.h
934ED4_plugins.o: $(ARBHOME)/INCLUDE/test_global.h
935ED4_plugins.o: $(ARBHOME)/INCLUDE/test_unit.h
936ED4_plugins.o: $(ARBHOME)/INCLUDE/ttypes.h
937
938ED4_protein_2nd_structure.o: ed4_awars.hxx
939ED4_protein_2nd_structure.o: ed4_class.hxx
940ED4_protein_2nd_structure.o: ed4_defs.hxx
941ED4_protein_2nd_structure.o: ed4_protein_2nd_structure.hxx
942ED4_protein_2nd_structure.o: ed4_search.hxx
943ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_colorset.h
944ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_prot.h
945ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
946ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_assert.h
947ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_core.h
948ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_error.h
949ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_mem.h
950ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_msg.h
951ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_strarray.h
952ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_string.h
953ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdb.h
954ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdb_base.h
955ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdbt.h
956ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbtools.h
957ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/attributes.h
958ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
959ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_base.hxx
960ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
961ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_device.hxx
962ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
963ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
964ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
965ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
966ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_position.hxx
967ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_root.hxx
968ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_window.hxx
969ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
970ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cb.h
971ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cb_base.h
972ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cbtypes.h
973ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/chartable.h
974ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/config_manager.hxx
975ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
976ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cxxforward.h
977ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/downcast.h
978ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/dupstr.h
979ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/gccver.h
980ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/pos_range.h
981ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/sized_cstr.h
982ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/smartptr.h
983ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/static_assert.h
984ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/stringize.h
985ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/test_global.h
986ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ttypes.h
987
988ED4_ProteinViewer.o: ed4_class.hxx
989ED4_ProteinViewer.o: ed4_defs.hxx
990ED4_ProteinViewer.o: ed4_edit_string.hxx
991ED4_ProteinViewer.o: ed4_ProteinViewer.hxx
992ED4_ProteinViewer.o: ed4_search.hxx
993ED4_ProteinViewer.o: ed4_seq_colors.hxx
994ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_colorset.h
995ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_prot.h
996ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
997ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/AP_codon_table.hxx
998ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
999ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_assert.h
1000ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_core.h
1001ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_error.h
1002ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_mem.h
1003ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_msg.h
1004ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1005ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_string.h
1006ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdb.h
1007ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1008ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdbt.h
1009ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbtools.h
1010ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/attributes.h
1011ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1012ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1013ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
1014ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1015ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1016ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1017ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1018ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1019ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1020ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1021ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1022ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
1023ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_question.hxx
1024ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1025ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1026ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1027ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cb.h
1028ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cb_base.h
1029ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cbtypes.h
1030ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/chartable.h
1031ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cxxforward.h
1032ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/downcast.h
1033ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/dupstr.h
1034ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/gccver.h
1035ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/pos_range.h
1036ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1037ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/smartptr.h
1038ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/static_assert.h
1039ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/stringize.h
1040ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/test_global.h
1041ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/Translate.hxx
1042ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ttypes.h
1043
1044ED4_root.o: ../WINDOW/aw_status.hxx
1045ED4_root.o: ed4_awars.hxx
1046ED4_root.o: ed4_block.hxx
1047ED4_root.o: ed4_class.hxx
1048ED4_root.o: ed4_colStat.hxx
1049ED4_root.o: ed4_defs.hxx
1050ED4_root.o: ed4_detect_bad_ali.hxx
1051ED4_root.o: ed4_dots.hxx
1052ED4_root.o: ed4_extern.hxx
1053ED4_root.o: ed4_flags.hxx
1054ED4_root.o: ed4_list.hxx
1055ED4_root.o: ed4_nds.hxx
1056ED4_root.o: ed4_plugins.hxx
1057ED4_root.o: ed4_protein_2nd_structure.hxx
1058ED4_root.o: ed4_ProteinViewer.hxx
1059ED4_root.o: ed4_search.hxx
1060ED4_root.o: ed4_seq_colors.hxx
1061ED4_root.o: ed4_tools.hxx
1062ED4_root.o: ed4_visualizeSAI.hxx
1063ED4_root.o: graph_aligner_gui.hxx
1064ED4_root.o: $(ARBHOME)/INCLUDE/ad_cb.h
1065ED4_root.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
1066ED4_root.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1067ED4_root.o: $(ARBHOME)/INCLUDE/ad_prot.h
1068ED4_root.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1069ED4_root.o: $(ARBHOME)/INCLUDE/app.hxx
1070ED4_root.o: $(ARBHOME)/INCLUDE/arb_assert.h
1071ED4_root.o: $(ARBHOME)/INCLUDE/arb_build.h
1072ED4_root.o: $(ARBHOME)/INCLUDE/arb_core.h
1073ED4_root.o: $(ARBHOME)/INCLUDE/arb_defs.h
1074ED4_root.o: $(ARBHOME)/INCLUDE/arb_error.h
1075ED4_root.o: $(ARBHOME)/INCLUDE/arb_file.h
1076ED4_root.o: $(ARBHOME)/INCLUDE/arb_mem.h
1077ED4_root.o: $(ARBHOME)/INCLUDE/arb_msg.h
1078ED4_root.o: $(ARBHOME)/INCLUDE/arb_progress.h
1079ED4_root.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1080ED4_root.o: $(ARBHOME)/INCLUDE/arb_string.h
1081ED4_root.o: $(ARBHOME)/INCLUDE/arb_version.h
1082ED4_root.o: $(ARBHOME)/INCLUDE/arbdb.h
1083ED4_root.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1084ED4_root.o: $(ARBHOME)/INCLUDE/arbdbt.h
1085ED4_root.o: $(ARBHOME)/INCLUDE/arbtools.h
1086ED4_root.o: $(ARBHOME)/INCLUDE/attributes.h
1087ED4_root.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
1088ED4_root.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1089ED4_root.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1090ED4_root.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
1091ED4_root.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1092ED4_root.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1093ED4_root.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1094ED4_root.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1095ED4_root.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1096ED4_root.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
1097ED4_root.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1098ED4_root.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1099ED4_root.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1100ED4_root.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
1101ED4_root.o: $(ARBHOME)/INCLUDE/aw_question.hxx
1102ED4_root.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1103ED4_root.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1104ED4_root.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1105ED4_root.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
1106ED4_root.o: $(ARBHOME)/INCLUDE/cb.h
1107ED4_root.o: $(ARBHOME)/INCLUDE/cb_base.h
1108ED4_root.o: $(ARBHOME)/INCLUDE/cbtypes.h
1109ED4_root.o: $(ARBHOME)/INCLUDE/chartable.h
1110ED4_root.o: $(ARBHOME)/INCLUDE/cxxforward.h
1111ED4_root.o: $(ARBHOME)/INCLUDE/downcast.h
1112ED4_root.o: $(ARBHOME)/INCLUDE/dupstr.h
1113ED4_root.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
1114ED4_root.o: $(ARBHOME)/INCLUDE/gccver.h
1115ED4_root.o: $(ARBHOME)/INCLUDE/gde.hxx
1116ED4_root.o: $(ARBHOME)/INCLUDE/macros.hxx
1117ED4_root.o: $(ARBHOME)/INCLUDE/map_key.hxx
1118ED4_root.o: $(ARBHOME)/INCLUDE/pos_range.h
1119ED4_root.o: $(ARBHOME)/INCLUDE/rootAsWin.h
1120ED4_root.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1121ED4_root.o: $(ARBHOME)/INCLUDE/smartptr.h
1122ED4_root.o: $(ARBHOME)/INCLUDE/st_window.hxx
1123ED4_root.o: $(ARBHOME)/INCLUDE/static_assert.h
1124ED4_root.o: $(ARBHOME)/INCLUDE/stringize.h
1125ED4_root.o: $(ARBHOME)/INCLUDE/svn_revision.h
1126ED4_root.o: $(ARBHOME)/INCLUDE/test_global.h
1127ED4_root.o: $(ARBHOME)/INCLUDE/test_unit.h
1128ED4_root.o: $(ARBHOME)/INCLUDE/ttypes.h
1129
1130ED4_search.o: ed4_awars.hxx
1131ED4_search.o: ed4_class.hxx
1132ED4_search.o: ed4_defs.hxx
1133ED4_search.o: ed4_edit_string.hxx
1134ED4_search.o: ed4_extern.hxx
1135ED4_search.o: ed4_search.hxx
1136ED4_search.o: ed4_tools.hxx
1137ED4_search.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1138ED4_search.o: $(ARBHOME)/INCLUDE/ad_prot.h
1139ED4_search.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1140ED4_search.o: $(ARBHOME)/INCLUDE/arb_assert.h
1141ED4_search.o: $(ARBHOME)/INCLUDE/arb_core.h
1142ED4_search.o: $(ARBHOME)/INCLUDE/arb_error.h
1143ED4_search.o: $(ARBHOME)/INCLUDE/arb_mem.h
1144ED4_search.o: $(ARBHOME)/INCLUDE/arb_msg.h
1145ED4_search.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1146ED4_search.o: $(ARBHOME)/INCLUDE/arb_string.h
1147ED4_search.o: $(ARBHOME)/INCLUDE/arbdb.h
1148ED4_search.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1149ED4_search.o: $(ARBHOME)/INCLUDE/arbdbt.h
1150ED4_search.o: $(ARBHOME)/INCLUDE/arbtools.h
1151ED4_search.o: $(ARBHOME)/INCLUDE/attributes.h
1152ED4_search.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1153ED4_search.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1154ED4_search.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
1155ED4_search.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1156ED4_search.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1157ED4_search.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1158ED4_search.o: $(ARBHOME)/INCLUDE/aw_file.hxx
1159ED4_search.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1160ED4_search.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1161ED4_search.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1162ED4_search.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1163ED4_search.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1164ED4_search.o: $(ARBHOME)/INCLUDE/aw_question.hxx
1165ED4_search.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1166ED4_search.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1167ED4_search.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1168ED4_search.o: $(ARBHOME)/INCLUDE/cb.h
1169ED4_search.o: $(ARBHOME)/INCLUDE/cb_base.h
1170ED4_search.o: $(ARBHOME)/INCLUDE/cbtypes.h
1171ED4_search.o: $(ARBHOME)/INCLUDE/chartable.h
1172ED4_search.o: $(ARBHOME)/INCLUDE/config_manager.hxx
1173ED4_search.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
1174ED4_search.o: $(ARBHOME)/INCLUDE/cxxforward.h
1175ED4_search.o: $(ARBHOME)/INCLUDE/downcast.h
1176ED4_search.o: $(ARBHOME)/INCLUDE/dupstr.h
1177ED4_search.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
1178ED4_search.o: $(ARBHOME)/INCLUDE/gccver.h
1179ED4_search.o: $(ARBHOME)/INCLUDE/pos_range.h
1180ED4_search.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1181ED4_search.o: $(ARBHOME)/INCLUDE/smartptr.h
1182ED4_search.o: $(ARBHOME)/INCLUDE/static_assert.h
1183ED4_search.o: $(ARBHOME)/INCLUDE/stringize.h
1184ED4_search.o: $(ARBHOME)/INCLUDE/test_global.h
1185ED4_search.o: $(ARBHOME)/INCLUDE/ttypes.h
1186
1187ED4_seq_colors.o: ed4_class.hxx
1188ED4_seq_colors.o: ed4_defs.hxx
1189ED4_seq_colors.o: ed4_extern.hxx
1190ED4_seq_colors.o: ed4_search.hxx
1191ED4_seq_colors.o: ed4_seq_colors.hxx
1192ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1193ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ad_prot.h
1194ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1195ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_assert.h
1196ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_core.h
1197ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_error.h
1198ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
1199ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_mem.h
1200ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_msg.h
1201ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1202ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_string.h
1203ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb.h
1204ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1205ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbdbt.h
1206ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbtools.h
1207ED4_seq_colors.o: $(ARBHOME)/INCLUDE/attributes.h
1208ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1209ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1210ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1211ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1212ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1213ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1214ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1215ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1216ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1217ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1218ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1219ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1220ED4_seq_colors.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1221ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cb.h
1222ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cb_base.h
1223ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cbtypes.h
1224ED4_seq_colors.o: $(ARBHOME)/INCLUDE/chartable.h
1225ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cxxforward.h
1226ED4_seq_colors.o: $(ARBHOME)/INCLUDE/downcast.h
1227ED4_seq_colors.o: $(ARBHOME)/INCLUDE/dupstr.h
1228ED4_seq_colors.o: $(ARBHOME)/INCLUDE/gccver.h
1229ED4_seq_colors.o: $(ARBHOME)/INCLUDE/pos_range.h
1230ED4_seq_colors.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1231ED4_seq_colors.o: $(ARBHOME)/INCLUDE/smartptr.h
1232ED4_seq_colors.o: $(ARBHOME)/INCLUDE/static_assert.h
1233ED4_seq_colors.o: $(ARBHOME)/INCLUDE/stringize.h
1234ED4_seq_colors.o: $(ARBHOME)/INCLUDE/test_global.h
1235ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ttypes.h
1236
1237ED4_terminal.o: ed4_awars.hxx
1238ED4_terminal.o: ed4_block.hxx
1239ED4_terminal.o: ed4_class.hxx
1240ED4_terminal.o: ed4_defs.hxx
1241ED4_terminal.o: ed4_edit_string.hxx
1242ED4_terminal.o: ed4_extern.hxx
1243ED4_terminal.o: ed4_flags.hxx
1244ED4_terminal.o: ed4_nds.hxx
1245ED4_terminal.o: ed4_ProteinViewer.hxx
1246ED4_terminal.o: ed4_search.hxx
1247ED4_terminal.o: ed4_seq_colors.hxx
1248ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1249ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_prot.h
1250ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1251ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_assert.h
1252ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_core.h
1253ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_error.h
1254ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_mem.h
1255ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_msg.h
1256ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1257ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_string.h
1258ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdb.h
1259ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1260ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdbt.h
1261ED4_terminal.o: $(ARBHOME)/INCLUDE/arbtools.h
1262ED4_terminal.o: $(ARBHOME)/INCLUDE/attributes.h
1263ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1264ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1265ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1266ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1267ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1268ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1269ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1270ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1271ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1272ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1273ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
1274ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_question.hxx
1275ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1276ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1277ED4_terminal.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1278ED4_terminal.o: $(ARBHOME)/INCLUDE/cb.h
1279ED4_terminal.o: $(ARBHOME)/INCLUDE/cb_base.h
1280ED4_terminal.o: $(ARBHOME)/INCLUDE/cbtypes.h
1281ED4_terminal.o: $(ARBHOME)/INCLUDE/chartable.h
1282ED4_terminal.o: $(ARBHOME)/INCLUDE/cxxforward.h
1283ED4_terminal.o: $(ARBHOME)/INCLUDE/downcast.h
1284ED4_terminal.o: $(ARBHOME)/INCLUDE/dupstr.h
1285ED4_terminal.o: $(ARBHOME)/INCLUDE/gccver.h
1286ED4_terminal.o: $(ARBHOME)/INCLUDE/items.h
1287ED4_terminal.o: $(ARBHOME)/INCLUDE/pos_range.h
1288ED4_terminal.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1289ED4_terminal.o: $(ARBHOME)/INCLUDE/smartptr.h
1290ED4_terminal.o: $(ARBHOME)/INCLUDE/st_window.hxx
1291ED4_terminal.o: $(ARBHOME)/INCLUDE/static_assert.h
1292ED4_terminal.o: $(ARBHOME)/INCLUDE/stringize.h
1293ED4_terminal.o: $(ARBHOME)/INCLUDE/test_global.h
1294ED4_terminal.o: $(ARBHOME)/INCLUDE/ttypes.h
1295
1296ED4_text_terminals.o: ed4_awars.hxx
1297ED4_text_terminals.o: ed4_block.hxx
1298ED4_text_terminals.o: ed4_class.hxx
1299ED4_text_terminals.o: ed4_defs.hxx
1300ED4_text_terminals.o: ed4_edit_string.hxx
1301ED4_text_terminals.o: ed4_extern.hxx
1302ED4_text_terminals.o: ed4_nds.hxx
1303ED4_text_terminals.o: ed4_protein_2nd_structure.hxx
1304ED4_text_terminals.o: ed4_ProteinViewer.hxx
1305ED4_text_terminals.o: ed4_search.hxx
1306ED4_text_terminals.o: ed4_seq_colors.hxx
1307ED4_text_terminals.o: ed4_visualizeSAI.hxx
1308ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1309ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_prot.h
1310ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1311ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_assert.h
1312ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_core.h
1313ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_error.h
1314ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_mem.h
1315ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_msg.h
1316ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1317ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_string.h
1318ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdb.h
1319ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1320ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdbt.h
1321ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbtools.h
1322ED4_text_terminals.o: $(ARBHOME)/INCLUDE/attributes.h
1323ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1324ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1325ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1326ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1327ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1328ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1329ED4_text_terminals.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
1330ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1331ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1332ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1333ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
1334ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1335ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1336ED4_text_terminals.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1337ED4_text_terminals.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
1338ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cb.h
1339ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cb_base.h
1340ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cbtypes.h
1341ED4_text_terminals.o: $(ARBHOME)/INCLUDE/chartable.h
1342ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cxxforward.h
1343ED4_text_terminals.o: $(ARBHOME)/INCLUDE/downcast.h
1344ED4_text_terminals.o: $(ARBHOME)/INCLUDE/dupstr.h
1345ED4_text_terminals.o: $(ARBHOME)/INCLUDE/gccver.h
1346ED4_text_terminals.o: $(ARBHOME)/INCLUDE/pos_range.h
1347ED4_text_terminals.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1348ED4_text_terminals.o: $(ARBHOME)/INCLUDE/smartptr.h
1349ED4_text_terminals.o: $(ARBHOME)/INCLUDE/st_window.hxx
1350ED4_text_terminals.o: $(ARBHOME)/INCLUDE/static_assert.h
1351ED4_text_terminals.o: $(ARBHOME)/INCLUDE/stringize.h
1352ED4_text_terminals.o: $(ARBHOME)/INCLUDE/test_global.h
1353ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ttypes.h
1354
1355ED4_tools.o: ed4_class.hxx
1356ED4_tools.o: ed4_defs.hxx
1357ED4_tools.o: ed4_search.hxx
1358ED4_tools.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1359ED4_tools.o: $(ARBHOME)/INCLUDE/arb_assert.h
1360ED4_tools.o: $(ARBHOME)/INCLUDE/arb_core.h
1361ED4_tools.o: $(ARBHOME)/INCLUDE/arb_error.h
1362ED4_tools.o: $(ARBHOME)/INCLUDE/arb_mem.h
1363ED4_tools.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1364ED4_tools.o: $(ARBHOME)/INCLUDE/arb_string.h
1365ED4_tools.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1366ED4_tools.o: $(ARBHOME)/INCLUDE/arbtools.h
1367ED4_tools.o: $(ARBHOME)/INCLUDE/attributes.h
1368ED4_tools.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1369ED4_tools.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1370ED4_tools.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1371ED4_tools.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1372ED4_tools.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1373ED4_tools.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1374ED4_tools.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1375ED4_tools.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1376ED4_tools.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1377ED4_tools.o: $(ARBHOME)/INCLUDE/cb.h
1378ED4_tools.o: $(ARBHOME)/INCLUDE/cb_base.h
1379ED4_tools.o: $(ARBHOME)/INCLUDE/cbtypes.h
1380ED4_tools.o: $(ARBHOME)/INCLUDE/chartable.h
1381ED4_tools.o: $(ARBHOME)/INCLUDE/cxxforward.h
1382ED4_tools.o: $(ARBHOME)/INCLUDE/downcast.h
1383ED4_tools.o: $(ARBHOME)/INCLUDE/dupstr.h
1384ED4_tools.o: $(ARBHOME)/INCLUDE/gccver.h
1385ED4_tools.o: $(ARBHOME)/INCLUDE/pos_range.h
1386ED4_tools.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1387ED4_tools.o: $(ARBHOME)/INCLUDE/smartptr.h
1388ED4_tools.o: $(ARBHOME)/INCLUDE/static_assert.h
1389ED4_tools.o: $(ARBHOME)/INCLUDE/stringize.h
1390ED4_tools.o: $(ARBHOME)/INCLUDE/test_global.h
1391ED4_tools.o: $(ARBHOME)/INCLUDE/ttypes.h
1392
1393ED4_visualizeSAI.o: ed4_class.hxx
1394ED4_visualizeSAI.o: ed4_defs.hxx
1395ED4_visualizeSAI.o: ed4_extern.hxx
1396ED4_visualizeSAI.o: ed4_search.hxx
1397ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_cb.h
1398ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
1399ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1400ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_prot.h
1401ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1402ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_assert.h
1403ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_core.h
1404ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_error.h
1405ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_mem.h
1406ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_msg.h
1407ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1408ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
1409ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_string.h
1410ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdb.h
1411ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1412ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdbt.h
1413ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbtools.h
1414ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/attributes.h
1415ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1416ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1417ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
1418ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1419ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1420ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1421ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
1422ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1423ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1424ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1425ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1426ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1427ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
1428ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_question.hxx
1429ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1430ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
1431ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_select.hxx
1432ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1433ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1434ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/canvas.hxx
1435ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cb.h
1436ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cb_base.h
1437ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cbtypes.h
1438ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/chartable.h
1439ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cxxforward.h
1440ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/downcast.h
1441ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/dupstr.h
1442ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/gccver.h
1443ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/pos_range.h
1444ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/prompt.hxx
1445ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/sel_boxes.hxx
1446ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1447ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/smartptr.h
1448ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/static_assert.h
1449ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/stringize.h
1450ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/test_global.h
1451ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ttypes.h
1452
1453ED4_window.o: ed4_class.hxx
1454ED4_window.o: ed4_defs.hxx
1455ED4_window.o: ed4_extern.hxx
1456ED4_window.o: ed4_search.hxx
1457ED4_window.o: ed4_tools.hxx
1458ED4_window.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1459ED4_window.o: $(ARBHOME)/INCLUDE/ad_prot.h
1460ED4_window.o: $(ARBHOME)/INCLUDE/arb_assert.h
1461ED4_window.o: $(ARBHOME)/INCLUDE/arb_core.h
1462ED4_window.o: $(ARBHOME)/INCLUDE/arb_error.h
1463ED4_window.o: $(ARBHOME)/INCLUDE/arb_mem.h
1464ED4_window.o: $(ARBHOME)/INCLUDE/arb_msg.h
1465ED4_window.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1466ED4_window.o: $(ARBHOME)/INCLUDE/arb_string.h
1467ED4_window.o: $(ARBHOME)/INCLUDE/arbdb.h
1468ED4_window.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1469ED4_window.o: $(ARBHOME)/INCLUDE/arbtools.h
1470ED4_window.o: $(ARBHOME)/INCLUDE/attributes.h
1471ED4_window.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1472ED4_window.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1473ED4_window.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1474ED4_window.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1475ED4_window.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1476ED4_window.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1477ED4_window.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1478ED4_window.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1479ED4_window.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1480ED4_window.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1481ED4_window.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1482ED4_window.o: $(ARBHOME)/INCLUDE/cb.h
1483ED4_window.o: $(ARBHOME)/INCLUDE/cb_base.h
1484ED4_window.o: $(ARBHOME)/INCLUDE/cbtypes.h
1485ED4_window.o: $(ARBHOME)/INCLUDE/chartable.h
1486ED4_window.o: $(ARBHOME)/INCLUDE/cxxforward.h
1487ED4_window.o: $(ARBHOME)/INCLUDE/downcast.h
1488ED4_window.o: $(ARBHOME)/INCLUDE/dupstr.h
1489ED4_window.o: $(ARBHOME)/INCLUDE/gccver.h
1490ED4_window.o: $(ARBHOME)/INCLUDE/pos_range.h
1491ED4_window.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1492ED4_window.o: $(ARBHOME)/INCLUDE/smartptr.h
1493ED4_window.o: $(ARBHOME)/INCLUDE/static_assert.h
1494ED4_window.o: $(ARBHOME)/INCLUDE/stringize.h
1495ED4_window.o: $(ARBHOME)/INCLUDE/test_global.h
1496ED4_window.o: $(ARBHOME)/INCLUDE/ttypes.h
1497
1498EDB_root_bact.o: ed4_class.hxx
1499EDB_root_bact.o: ed4_defs.hxx
1500EDB_root_bact.o: ed4_extern.hxx
1501EDB_root_bact.o: ed4_search.hxx
1502EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1503EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_config.h
1504EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_prot.h
1505EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1506EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_assert.h
1507EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_core.h
1508EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_error.h
1509EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_mem.h
1510EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_msg.h
1511EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_progress.h
1512EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1513EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
1514EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_string.h
1515EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdb.h
1516EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1517EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdbt.h
1518EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbtools.h
1519EDB_root_bact.o: $(ARBHOME)/INCLUDE/attributes.h
1520EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1521EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1522EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_device.hxx
1523EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
1524EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
1525EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1526EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1527EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1528EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1529EDB_root_bact.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
1530EDB_root_bact.o: $(ARBHOME)/INCLUDE/cb.h
1531EDB_root_bact.o: $(ARBHOME)/INCLUDE/cb_base.h
1532EDB_root_bact.o: $(ARBHOME)/INCLUDE/cbtypes.h
1533EDB_root_bact.o: $(ARBHOME)/INCLUDE/chartable.h
1534EDB_root_bact.o: $(ARBHOME)/INCLUDE/cxxforward.h
1535EDB_root_bact.o: $(ARBHOME)/INCLUDE/downcast.h
1536EDB_root_bact.o: $(ARBHOME)/INCLUDE/dupstr.h
1537EDB_root_bact.o: $(ARBHOME)/INCLUDE/gccver.h
1538EDB_root_bact.o: $(ARBHOME)/INCLUDE/pos_range.h
1539EDB_root_bact.o: $(ARBHOME)/INCLUDE/sized_cstr.h
1540EDB_root_bact.o: $(ARBHOME)/INCLUDE/smartptr.h
1541EDB_root_bact.o: $(ARBHOME)/INCLUDE/static_assert.h
1542EDB_root_bact.o: $(ARBHOME)/INCLUDE/stringize.h
1543EDB_root_bact.o: $(ARBHOME)/INCLUDE/test_global.h
1544EDB_root_bact.o: $(ARBHOME)/INCLUDE/ttypes.h
1545
1546graph_aligner_gui.o: ed4_defs.hxx
1547graph_aligner_gui.o: graph_aligner_gui.hxx
1548graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_colorset.h
1549graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_prot.h
1550graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
1551graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aisc_global.h
1552graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_assert.h
1553graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_core.h
1554graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_error.h
1555graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_file.h
1556graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_mem.h
1557graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_misc.h
1558graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_msg.h
1559graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_strarray.h
1560graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
1561graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_string.h
1562graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdb.h
1563graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdb_base.h
1564graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdbt.h
1565graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbtools.h
1566graph_aligner_gui.o: $(ARBHOME)/INCLUDE/attributes.h
1567graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
1568graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
1569graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
1570graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_base.hxx
1571graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
1572graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
1573graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
1574graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
1575graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_position.hxx
1576graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_root.hxx
1577graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_window.hxx
1578graph_aligner_gui.o: $(ARBHOME)/INCLUDE/bytestring.h
1579graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cb.h
1580graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cb_base.h
1581graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cbtypes.h
1582graph_aligner_gui.o: $(ARBHOME)/INCLUDE/client.h
1583graph_aligner_gui.o: $(ARBHOME)/INCLUDE/client_types.h
1584graph_aligner_gui.o: $(ARBHOME)/INCLUDE/config_manager.hxx
1585graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
1586graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cxxforward.h
1587graph_aligner_gui.o: $(ARBHOME)/INCLUDE/downcast.h
1588graph_aligner_gui.o: $(ARBHOME)/INCLUDE/dupstr.h
1589graph_aligner_gui.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
1590graph_aligner_gui.o: $(ARBHOME)/INCLUDE/gccver.h
1591graph_aligner_gui.o: $(ARBHOME)/INCLUDE/pos_range.h
1592graph_aligner_gui.o: $(ARBHOME)/INCLUDE/PT_com.h
1593graph_aligner_gui.o: $(ARBHOME)/INCLUDE/sel_boxes.hxx
1594graph_aligner_gui.o: $(ARBHOME)/INCLUDE/servercntrl.h
1595graph_aligner_gui.o: $(ARBHOME)/INCLUDE/smartptr.h
1596graph_aligner_gui.o: $(ARBHOME)/INCLUDE/static_assert.h
1597graph_aligner_gui.o: $(ARBHOME)/INCLUDE/stringize.h
1598graph_aligner_gui.o: $(ARBHOME)/INCLUDE/test_global.h
1599graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ttypes.h
1600graph_aligner_gui.o: $(ARBHOME)/INCLUDE/xcmd.hxx
Note: See TracBrowser for help on using the repository browser.