source: tags/ms_r18q1/EDIT4/Makefile

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