source: tags/svn.1.5.4/EDIT4/Makefile

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