source: trunk/DIST/Makefile

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