source: tags/ms_r17q3/EDIT4/Makefile

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