source: branches/profile/EDIT4/Makefile

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