source: tags/ms_r16q2/EDIT4/Makefile

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