source: tags/ms_r16q3/DIST/Makefile

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