1 | # for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt |
---|
2 | |
---|
3 | .SUFFIXES: .o .cxx .depend |
---|
4 | |
---|
5 | CPP_OBJECTS = \ |
---|
6 | DI_foundclusters.o \ |
---|
7 | DI_clusters.o \ |
---|
8 | DI_clustertree.o \ |
---|
9 | DI_compress_matrix.o \ |
---|
10 | DI_main.o \ |
---|
11 | DI_matr.o \ |
---|
12 | DI_protdist.o \ |
---|
13 | DI_save_matr.o \ |
---|
14 | DI_view_matrix.o \ |
---|
15 | distanalyse.o \ |
---|
16 | |
---|
17 | $(MAIN): $(CPP_OBJECTS) |
---|
18 | $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS) |
---|
19 | .cxx.o: |
---|
20 | $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $< |
---|
21 | |
---|
22 | clean: |
---|
23 | rm -f $(CPP_OBJECTS) *.a |
---|
24 | |
---|
25 | DEPENDS = $(CPP_OBJECTS:.o=.depend) |
---|
26 | depends: $(DEPENDS) |
---|
27 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
---|
28 | @rm $(DEPENDS) |
---|
29 | $(DEPENDS): depend.init |
---|
30 | depend.init: |
---|
31 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
---|
32 | .c.depend: |
---|
33 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
34 | .cxx.depend: |
---|
35 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
36 | |
---|
37 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
---|
38 | |
---|
39 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
---|
40 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main) |
---|
41 | |
---|
42 | DI_clusters.o: di_awars.hxx |
---|
43 | DI_clusters.o: di_clusters.hxx |
---|
44 | DI_clusters.o: di_clustertree.hxx |
---|
45 | DI_clusters.o: di_foundclusters.hxx |
---|
46 | DI_clusters.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
47 | DI_clusters.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
48 | DI_clusters.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
49 | DI_clusters.o: $(ARBHOME)/INCLUDE/AP_seq_dna.hxx |
---|
50 | DI_clusters.o: $(ARBHOME)/INCLUDE/AP_seq_protein.hxx |
---|
51 | DI_clusters.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
---|
52 | DI_clusters.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
53 | DI_clusters.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
54 | DI_clusters.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
55 | DI_clusters.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
56 | DI_clusters.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
57 | DI_clusters.o: $(ARBHOME)/INCLUDE/arb_progress.h |
---|
58 | DI_clusters.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
59 | DI_clusters.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
---|
60 | DI_clusters.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
61 | DI_clusters.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
62 | DI_clusters.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
63 | DI_clusters.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
64 | DI_clusters.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
65 | DI_clusters.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
66 | DI_clusters.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
---|
67 | DI_clusters.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
68 | DI_clusters.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
69 | DI_clusters.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
70 | DI_clusters.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
71 | DI_clusters.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
72 | DI_clusters.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
73 | DI_clusters.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
74 | DI_clusters.o: $(ARBHOME)/INCLUDE/cb.h |
---|
75 | DI_clusters.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
76 | DI_clusters.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
77 | DI_clusters.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
78 | DI_clusters.o: $(ARBHOME)/INCLUDE/dbitem_set.h |
---|
79 | DI_clusters.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
80 | DI_clusters.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
81 | DI_clusters.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
82 | DI_clusters.o: $(ARBHOME)/INCLUDE/gui_aliview.hxx |
---|
83 | DI_clusters.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
84 | DI_clusters.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
85 | DI_clusters.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
86 | DI_clusters.o: $(ARBHOME)/INCLUDE/TreeNode.h |
---|
87 | DI_clusters.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
88 | |
---|
89 | DI_clustertree.o: di_clustertree.hxx |
---|
90 | DI_clustertree.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
91 | DI_clustertree.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
92 | DI_clustertree.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
93 | DI_clustertree.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
---|
94 | DI_clustertree.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
95 | DI_clustertree.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
96 | DI_clustertree.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
97 | DI_clustertree.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
98 | DI_clustertree.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
99 | DI_clustertree.o: $(ARBHOME)/INCLUDE/arb_progress.h |
---|
100 | DI_clustertree.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
101 | DI_clustertree.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
---|
102 | DI_clustertree.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
103 | DI_clustertree.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
104 | DI_clustertree.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
105 | DI_clustertree.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
106 | DI_clustertree.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
107 | DI_clustertree.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
108 | DI_clustertree.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
109 | DI_clustertree.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
110 | DI_clustertree.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
111 | DI_clustertree.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
112 | DI_clustertree.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
113 | DI_clustertree.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
114 | DI_clustertree.o: $(ARBHOME)/INCLUDE/TreeNode.h |
---|
115 | |
---|
116 | DI_compress_matrix.o: di_matr.hxx |
---|
117 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
118 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
119 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
120 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx |
---|
121 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx |
---|
122 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/AP_seq_dna.hxx |
---|
123 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/AP_seq_simple_pro.hxx |
---|
124 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
---|
125 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx |
---|
126 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
127 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
128 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
129 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
130 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
131 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
132 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
---|
133 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
134 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
135 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
136 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
137 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
138 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
139 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
140 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
141 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
142 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
143 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
144 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
145 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/TreeNode.h |
---|
146 | |
---|
147 | DI_foundclusters.o: di_clustertree.hxx |
---|
148 | DI_foundclusters.o: di_foundclusters.hxx |
---|
149 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
150 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
151 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
152 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
---|
153 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
154 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
155 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
156 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
157 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
158 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
159 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
---|
160 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
161 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
162 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
163 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
164 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
165 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
166 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
167 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
---|
168 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
---|
169 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
170 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/cb.h |
---|
171 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
172 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
173 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
174 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/dbitem_set.h |
---|
175 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
176 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
177 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
178 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/gui_aliview.hxx |
---|
179 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
180 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
181 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
182 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/TreeNode.h |
---|
183 | DI_foundclusters.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
184 | |
---|
185 | DI_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
186 | DI_main.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
187 | DI_main.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
188 | DI_main.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
189 | DI_main.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
190 | DI_main.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
191 | DI_main.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
192 | DI_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
193 | DI_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
194 | DI_main.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
195 | DI_main.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
196 | DI_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
197 | DI_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
198 | DI_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
199 | DI_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
200 | DI_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
---|
201 | DI_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
202 | DI_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
203 | DI_main.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
204 | DI_main.o: $(ARBHOME)/INCLUDE/awt_TreeAwars.hxx |
---|
205 | DI_main.o: $(ARBHOME)/INCLUDE/cb.h |
---|
206 | DI_main.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
207 | DI_main.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
208 | DI_main.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
209 | DI_main.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
210 | DI_main.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
211 | DI_main.o: $(ARBHOME)/INCLUDE/macros.hxx |
---|
212 | DI_main.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
213 | DI_main.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
214 | DI_main.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
215 | DI_main.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
216 | DI_main.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
217 | |
---|
218 | DI_matr.o: di_awars.hxx |
---|
219 | DI_matr.o: di_clusters.hxx |
---|
220 | DI_matr.o: di_matr.hxx |
---|
221 | DI_matr.o: di_protdist.hxx |
---|
222 | DI_matr.o: di_view_matrix.hxx |
---|
223 | DI_matr.o: dist.hxx |
---|
224 | DI_matr.o: $(ARBHOME)/INCLUDE/ad_cb.h |
---|
225 | DI_matr.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h |
---|
226 | DI_matr.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
227 | DI_matr.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
228 | DI_matr.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
229 | DI_matr.o: $(ARBHOME)/INCLUDE/AP_filter.hxx |
---|
230 | DI_matr.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx |
---|
231 | DI_matr.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx |
---|
232 | DI_matr.o: $(ARBHOME)/INCLUDE/AP_seq_dna.hxx |
---|
233 | DI_matr.o: $(ARBHOME)/INCLUDE/AP_seq_simple_pro.hxx |
---|
234 | DI_matr.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
---|
235 | DI_matr.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx |
---|
236 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
237 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
238 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
239 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_diff.h |
---|
240 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
241 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_file.h |
---|
242 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
243 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
244 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
245 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_progress.h |
---|
246 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_sort.h |
---|
247 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
248 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
249 | DI_matr.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
---|
250 | DI_matr.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
251 | DI_matr.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
252 | DI_matr.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
253 | DI_matr.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
254 | DI_matr.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
255 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
256 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
---|
257 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
258 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
259 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_file.hxx |
---|
260 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
261 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
262 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
263 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
264 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
265 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
266 | DI_matr.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
267 | DI_matr.o: $(ARBHOME)/INCLUDE/awt_filter.hxx |
---|
268 | DI_matr.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
269 | DI_matr.o: $(ARBHOME)/INCLUDE/awt_TreeAwars.hxx |
---|
270 | DI_matr.o: $(ARBHOME)/INCLUDE/cb.h |
---|
271 | DI_matr.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
272 | DI_matr.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
273 | DI_matr.o: $(ARBHOME)/INCLUDE/ColumnStat.hxx |
---|
274 | DI_matr.o: $(ARBHOME)/INCLUDE/CT_ctree.hxx |
---|
275 | DI_matr.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
276 | DI_matr.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
277 | DI_matr.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
278 | DI_matr.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
279 | DI_matr.o: $(ARBHOME)/INCLUDE/gui_aliview.hxx |
---|
280 | DI_matr.o: $(ARBHOME)/INCLUDE/macros.hxx |
---|
281 | DI_matr.o: $(ARBHOME)/INCLUDE/neighbourjoin.hxx |
---|
282 | DI_matr.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
283 | DI_matr.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
284 | DI_matr.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
285 | DI_matr.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
286 | DI_matr.o: $(ARBHOME)/INCLUDE/TreeNode.h |
---|
287 | DI_matr.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
288 | |
---|
289 | DI_protdist.o: di_matr.hxx |
---|
290 | DI_protdist.o: di_protdist.hxx |
---|
291 | DI_protdist.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
292 | DI_protdist.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
293 | DI_protdist.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
294 | DI_protdist.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx |
---|
295 | DI_protdist.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx |
---|
296 | DI_protdist.o: $(ARBHOME)/INCLUDE/AP_seq_dna.hxx |
---|
297 | DI_protdist.o: $(ARBHOME)/INCLUDE/AP_seq_simple_pro.hxx |
---|
298 | DI_protdist.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
---|
299 | DI_protdist.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx |
---|
300 | DI_protdist.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
301 | DI_protdist.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
302 | DI_protdist.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
303 | DI_protdist.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
304 | DI_protdist.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
305 | DI_protdist.o: $(ARBHOME)/INCLUDE/arb_progress.h |
---|
306 | DI_protdist.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
307 | DI_protdist.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
---|
308 | DI_protdist.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
309 | DI_protdist.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
310 | DI_protdist.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
311 | DI_protdist.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
312 | DI_protdist.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
313 | DI_protdist.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
314 | DI_protdist.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
315 | DI_protdist.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
316 | DI_protdist.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
317 | DI_protdist.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
318 | DI_protdist.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
319 | DI_protdist.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
320 | DI_protdist.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
321 | DI_protdist.o: $(ARBHOME)/INCLUDE/TreeNode.h |
---|
322 | |
---|
323 | DI_save_matr.o: di_matr.hxx |
---|
324 | DI_save_matr.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
325 | DI_save_matr.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
326 | DI_save_matr.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
327 | DI_save_matr.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx |
---|
328 | DI_save_matr.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx |
---|
329 | DI_save_matr.o: $(ARBHOME)/INCLUDE/AP_seq_dna.hxx |
---|
330 | DI_save_matr.o: $(ARBHOME)/INCLUDE/AP_seq_simple_pro.hxx |
---|
331 | DI_save_matr.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
---|
332 | DI_save_matr.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx |
---|
333 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
334 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
335 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
336 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
337 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
338 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
339 | DI_save_matr.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
---|
340 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
341 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
342 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
343 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
344 | DI_save_matr.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
345 | DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
346 | DI_save_matr.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
347 | DI_save_matr.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
348 | DI_save_matr.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
349 | DI_save_matr.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
350 | DI_save_matr.o: $(ARBHOME)/INCLUDE/nds.h |
---|
351 | DI_save_matr.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
352 | DI_save_matr.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
353 | DI_save_matr.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
354 | DI_save_matr.o: $(ARBHOME)/INCLUDE/TreeNode.h |
---|
355 | |
---|
356 | DI_view_matrix.o: di_matr.hxx |
---|
357 | DI_view_matrix.o: di_view_matrix.hxx |
---|
358 | DI_view_matrix.o: dist.hxx |
---|
359 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
360 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
361 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
362 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx |
---|
363 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx |
---|
364 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/AP_seq_dna.hxx |
---|
365 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/AP_seq_simple_pro.hxx |
---|
366 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
---|
367 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx |
---|
368 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_algo.h |
---|
369 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
370 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
371 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
372 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
373 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
374 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
375 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
376 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
---|
377 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
378 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
379 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
380 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
381 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
382 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
383 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
---|
384 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
385 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
386 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
387 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
---|
388 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
---|
389 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
390 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
391 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
392 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
393 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
394 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
395 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
396 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
---|
397 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/cb.h |
---|
398 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
399 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
400 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
---|
401 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
402 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
403 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
404 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
405 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
---|
406 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
407 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
408 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
409 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/TreeNode.h |
---|
410 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
411 | |
---|
412 | distanalyse.o: di_matr.hxx |
---|
413 | distanalyse.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
414 | distanalyse.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
415 | distanalyse.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
416 | distanalyse.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx |
---|
417 | distanalyse.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx |
---|
418 | distanalyse.o: $(ARBHOME)/INCLUDE/AP_seq_dna.hxx |
---|
419 | distanalyse.o: $(ARBHOME)/INCLUDE/AP_seq_simple_pro.hxx |
---|
420 | distanalyse.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
---|
421 | distanalyse.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx |
---|
422 | distanalyse.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
423 | distanalyse.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
424 | distanalyse.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
425 | distanalyse.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
426 | distanalyse.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
427 | distanalyse.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
428 | distanalyse.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
---|
429 | distanalyse.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
430 | distanalyse.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
431 | distanalyse.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
432 | distanalyse.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
433 | distanalyse.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
434 | distanalyse.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
435 | distanalyse.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
436 | distanalyse.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
437 | distanalyse.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
438 | distanalyse.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
439 | distanalyse.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
440 | distanalyse.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
441 | distanalyse.o: $(ARBHOME)/INCLUDE/TreeNode.h |
---|