source: tags/ms_r16q3/EDIT4/Makefile

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