source: branches/items/DIST/Makefile

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