root/trunk/DIST/Makefile

Revision 8723, 15.4 KB (checked in by westram, 2 weeks ago)
  • moved functionality from AW_window into AW_selection_list
  • removed
    • AW_selection_list::first_element/next_element (using AW_selection_list_iterator)
    • removed AW_root param from selection list interface
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
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        $(CPP) $(cflags) -c $<  $(CPPINCLUDES) $(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
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_filter.hxx
50DI_clusters.o: $(ARBHOME)/INCLUDE/AP_seq_dna.hxx
51DI_clusters.o: $(ARBHOME)/INCLUDE/AP_seq_protein.hxx
52DI_clusters.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx
53DI_clusters.o: $(ARBHOME)/INCLUDE/arb_assert.h
54DI_clusters.o: $(ARBHOME)/INCLUDE/arb_core.h
55DI_clusters.o: $(ARBHOME)/INCLUDE/arb_error.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/dbitem_set.h
76DI_clusters.o: $(ARBHOME)/INCLUDE/downcast.h
77DI_clusters.o: $(ARBHOME)/INCLUDE/dupstr.h
78DI_clusters.o: $(ARBHOME)/INCLUDE/gui_aliview.hxx
79DI_clusters.o: $(ARBHOME)/INCLUDE/smartptr.h
80DI_clusters.o: $(ARBHOME)/INCLUDE/test_global.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_msg.h
91DI_clustertree.o: $(ARBHOME)/INCLUDE/arb_progress.h
92DI_clustertree.o: $(ARBHOME)/INCLUDE/arb_string.h
93DI_clustertree.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
94DI_clustertree.o: $(ARBHOME)/INCLUDE/arbdb.h
95DI_clustertree.o: $(ARBHOME)/INCLUDE/arbdb_base.h
96DI_clustertree.o: $(ARBHOME)/INCLUDE/arbdbt.h
97DI_clustertree.o: $(ARBHOME)/INCLUDE/arbtools.h
98DI_clustertree.o: $(ARBHOME)/INCLUDE/attributes.h
99DI_clustertree.o: $(ARBHOME)/INCLUDE/downcast.h
100DI_clustertree.o: $(ARBHOME)/INCLUDE/dupstr.h
101DI_clustertree.o: $(ARBHOME)/INCLUDE/smartptr.h
102DI_clustertree.o: $(ARBHOME)/INCLUDE/test_global.h
103
104DI_compress_matrix.o: di_matr.hxx
105DI_compress_matrix.o: $(ARBHOME)/INCLUDE/ad_prot.h
106DI_compress_matrix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
107DI_compress_matrix.o: $(ARBHOME)/INCLUDE/AliView.hxx
108DI_compress_matrix.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx
109DI_compress_matrix.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
110DI_compress_matrix.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx
111DI_compress_matrix.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx
112DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arb_assert.h
113DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arb_core.h
114DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arb_error.h
115DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arb_msg.h
116DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arb_string.h
117DI_compress_matrix.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
118DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbdb.h
119DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbdb_base.h
120DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbdbt.h
121DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbtools.h
122DI_compress_matrix.o: $(ARBHOME)/INCLUDE/attributes.h
123DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_base.hxx
124DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
125DI_compress_matrix.o: $(ARBHOME)/INCLUDE/downcast.h
126DI_compress_matrix.o: $(ARBHOME)/INCLUDE/dupstr.h
127DI_compress_matrix.o: $(ARBHOME)/INCLUDE/smartptr.h
128DI_compress_matrix.o: $(ARBHOME)/INCLUDE/test_global.h
129
130DI_foundclusters.o: di_clustertree.hxx
131DI_foundclusters.o: di_foundclusters.hxx
132DI_foundclusters.o: $(ARBHOME)/INCLUDE/ad_prot.h
133DI_foundclusters.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
134DI_foundclusters.o: $(ARBHOME)/INCLUDE/AliView.hxx
135DI_foundclusters.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx
136DI_foundclusters.o: $(ARBHOME)/INCLUDE/arb_assert.h
137DI_foundclusters.o: $(ARBHOME)/INCLUDE/arb_core.h
138DI_foundclusters.o: $(ARBHOME)/INCLUDE/arb_error.h
139DI_foundclusters.o: $(ARBHOME)/INCLUDE/arb_msg.h
140DI_foundclusters.o: $(ARBHOME)/INCLUDE/arb_string.h
141DI_foundclusters.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
142DI_foundclusters.o: $(ARBHOME)/INCLUDE/arbdb.h
143DI_foundclusters.o: $(ARBHOME)/INCLUDE/arbdb_base.h
144DI_foundclusters.o: $(ARBHOME)/INCLUDE/arbdbt.h
145DI_foundclusters.o: $(ARBHOME)/INCLUDE/arbtools.h
146DI_foundclusters.o: $(ARBHOME)/INCLUDE/attributes.h
147DI_foundclusters.o: $(ARBHOME)/INCLUDE/aw_base.hxx
148DI_foundclusters.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
149DI_foundclusters.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
150DI_foundclusters.o: $(ARBHOME)/INCLUDE/aw_select.hxx
151DI_foundclusters.o: $(ARBHOME)/INCLUDE/aw_window.hxx
152DI_foundclusters.o: $(ARBHOME)/INCLUDE/dbitem_set.h
153DI_foundclusters.o: $(ARBHOME)/INCLUDE/downcast.h
154DI_foundclusters.o: $(ARBHOME)/INCLUDE/dupstr.h
155DI_foundclusters.o: $(ARBHOME)/INCLUDE/gui_aliview.hxx
156DI_foundclusters.o: $(ARBHOME)/INCLUDE/smartptr.h
157DI_foundclusters.o: $(ARBHOME)/INCLUDE/test_global.h
158
159DI_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
160DI_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
161DI_main.o: $(ARBHOME)/INCLUDE/arb_core.h
162DI_main.o: $(ARBHOME)/INCLUDE/arb_error.h
163DI_main.o: $(ARBHOME)/INCLUDE/arb_msg.h
164DI_main.o: $(ARBHOME)/INCLUDE/arb_string.h
165DI_main.o: $(ARBHOME)/INCLUDE/arbdb.h
166DI_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
167DI_main.o: $(ARBHOME)/INCLUDE/arbtools.h
168DI_main.o: $(ARBHOME)/INCLUDE/attributes.h
169DI_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx
170DI_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx
171DI_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
172DI_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
173DI_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
174DI_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
175DI_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
176DI_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
177DI_main.o: $(ARBHOME)/INCLUDE/awt.hxx
178DI_main.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
179DI_main.o: $(ARBHOME)/INCLUDE/cb.h
180DI_main.o: $(ARBHOME)/INCLUDE/dupstr.h
181DI_main.o: $(ARBHOME)/INCLUDE/servercntrl.h
182DI_main.o: $(ARBHOME)/INCLUDE/smartptr.h
183DI_main.o: $(ARBHOME)/INCLUDE/test_global.h
184
185DI_matr.o: di_awars.hxx
186DI_matr.o: di_clusters.hxx
187DI_matr.o: di_matr.hxx
188DI_matr.o: di_protdist.hxx
189DI_matr.o: di_view_matrix.hxx
190DI_matr.o: dist.hxx
191DI_matr.o: $(ARBHOME)/INCLUDE/ad_prot.h
192DI_matr.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
193DI_matr.o: $(ARBHOME)/INCLUDE/AliView.hxx
194DI_matr.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
195DI_matr.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx
196DI_matr.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
197DI_matr.o: $(ARBHOME)/INCLUDE/AP_seq_dna.hxx
198DI_matr.o: $(ARBHOME)/INCLUDE/AP_seq_simple_pro.hxx
199DI_matr.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx
200DI_matr.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx
201DI_matr.o: $(ARBHOME)/INCLUDE/arb_assert.h
202DI_matr.o: $(ARBHOME)/INCLUDE/arb_core.h
203DI_matr.o: $(ARBHOME)/INCLUDE/arb_error.h
204DI_matr.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
205DI_matr.o: $(ARBHOME)/INCLUDE/arb_msg.h
206DI_matr.o: $(ARBHOME)/INCLUDE/arb_progress.h
207DI_matr.o: $(ARBHOME)/INCLUDE/arb_sort.h
208DI_matr.o: $(ARBHOME)/INCLUDE/arb_strarray.h
209DI_matr.o: $(ARBHOME)/INCLUDE/arb_string.h
210DI_matr.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
211DI_matr.o: $(ARBHOME)/INCLUDE/arbdb.h
212DI_matr.o: $(ARBHOME)/INCLUDE/arbdb_base.h
213DI_matr.o: $(ARBHOME)/INCLUDE/arbdbt.h
214DI_matr.o: $(ARBHOME)/INCLUDE/arbtools.h
215DI_matr.o: $(ARBHOME)/INCLUDE/attributes.h
216DI_matr.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
217DI_matr.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
218DI_matr.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
219DI_matr.o: $(ARBHOME)/INCLUDE/aw_base.hxx
220DI_matr.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
221DI_matr.o: $(ARBHOME)/INCLUDE/aw_file.hxx
222DI_matr.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
223DI_matr.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
224DI_matr.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
225DI_matr.o: $(ARBHOME)/INCLUDE/aw_root.hxx
226DI_matr.o: $(ARBHOME)/INCLUDE/aw_window.hxx
227DI_matr.o: $(ARBHOME)/INCLUDE/awt.hxx
228DI_matr.o: $(ARBHOME)/INCLUDE/awt_filter.hxx
229DI_matr.o: $(ARBHOME)/INCLUDE/awt_macro.hxx
230DI_matr.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
231DI_matr.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
232DI_matr.o: $(ARBHOME)/INCLUDE/cb.h
233DI_matr.o: $(ARBHOME)/INCLUDE/ColumnStat.hxx
234DI_matr.o: $(ARBHOME)/INCLUDE/CT_ctree.hxx
235DI_matr.o: $(ARBHOME)/INCLUDE/downcast.h
236DI_matr.o: $(ARBHOME)/INCLUDE/dupstr.h
237DI_matr.o: $(ARBHOME)/INCLUDE/gui_aliview.hxx
238DI_matr.o: $(ARBHOME)/INCLUDE/neighbourjoin.hxx
239DI_matr.o: $(ARBHOME)/INCLUDE/smartptr.h
240DI_matr.o: $(ARBHOME)/INCLUDE/test_global.h
241
242DI_protdist.o: di_matr.hxx
243DI_protdist.o: di_protdist.hxx
244DI_protdist.o: $(ARBHOME)/INCLUDE/ad_prot.h
245DI_protdist.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
246DI_protdist.o: $(ARBHOME)/INCLUDE/AliView.hxx
247DI_protdist.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx
248DI_protdist.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
249DI_protdist.o: $(ARBHOME)/INCLUDE/AP_seq_simple_pro.hxx
250DI_protdist.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx
251DI_protdist.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx
252DI_protdist.o: $(ARBHOME)/INCLUDE/arb_assert.h
253DI_protdist.o: $(ARBHOME)/INCLUDE/arb_core.h
254DI_protdist.o: $(ARBHOME)/INCLUDE/arb_error.h
255DI_protdist.o: $(ARBHOME)/INCLUDE/arb_msg.h
256DI_protdist.o: $(ARBHOME)/INCLUDE/arb_progress.h
257DI_protdist.o: $(ARBHOME)/INCLUDE/arb_string.h
258DI_protdist.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
259DI_protdist.o: $(ARBHOME)/INCLUDE/arbdb.h
260DI_protdist.o: $(ARBHOME)/INCLUDE/arbdb_base.h
261DI_protdist.o: $(ARBHOME)/INCLUDE/arbdbt.h
262DI_protdist.o: $(ARBHOME)/INCLUDE/arbtools.h
263DI_protdist.o: $(ARBHOME)/INCLUDE/attributes.h
264DI_protdist.o: $(ARBHOME)/INCLUDE/aw_base.hxx
265DI_protdist.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
266DI_protdist.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
267DI_protdist.o: $(ARBHOME)/INCLUDE/downcast.h
268DI_protdist.o: $(ARBHOME)/INCLUDE/dupstr.h
269DI_protdist.o: $(ARBHOME)/INCLUDE/smartptr.h
270DI_protdist.o: $(ARBHOME)/INCLUDE/test_global.h
271
272DI_save_matr.o: di_matr.hxx
273DI_save_matr.o: $(ARBHOME)/INCLUDE/ad_prot.h
274DI_save_matr.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
275DI_save_matr.o: $(ARBHOME)/INCLUDE/AliView.hxx
276DI_save_matr.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx
277DI_save_matr.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
278DI_save_matr.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx
279DI_save_matr.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx
280DI_save_matr.o: $(ARBHOME)/INCLUDE/arb_assert.h
281DI_save_matr.o: $(ARBHOME)/INCLUDE/arb_core.h
282DI_save_matr.o: $(ARBHOME)/INCLUDE/arb_error.h
283DI_save_matr.o: $(ARBHOME)/INCLUDE/arb_msg.h
284DI_save_matr.o: $(ARBHOME)/INCLUDE/arb_string.h
285DI_save_matr.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
286DI_save_matr.o: $(ARBHOME)/INCLUDE/arbdb.h
287DI_save_matr.o: $(ARBHOME)/INCLUDE/arbdb_base.h
288DI_save_matr.o: $(ARBHOME)/INCLUDE/arbdbt.h
289DI_save_matr.o: $(ARBHOME)/INCLUDE/arbtools.h
290DI_save_matr.o: $(ARBHOME)/INCLUDE/attributes.h
291DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_base.hxx
292DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
293DI_save_matr.o: $(ARBHOME)/INCLUDE/downcast.h
294DI_save_matr.o: $(ARBHOME)/INCLUDE/dupstr.h
295DI_save_matr.o: $(ARBHOME)/INCLUDE/nds.h
296DI_save_matr.o: $(ARBHOME)/INCLUDE/smartptr.h
297DI_save_matr.o: $(ARBHOME)/INCLUDE/test_global.h
298
299DI_view_matrix.o: di_matr.hxx
300DI_view_matrix.o: di_view_matrix.hxx
301DI_view_matrix.o: dist.hxx
302DI_view_matrix.o: $(ARBHOME)/INCLUDE/ad_prot.h
303DI_view_matrix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
304DI_view_matrix.o: $(ARBHOME)/INCLUDE/AliView.hxx
305DI_view_matrix.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx
306DI_view_matrix.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
307DI_view_matrix.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx
308DI_view_matrix.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx
309DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_algo.h
310DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_assert.h
311DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_core.h
312DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_error.h
313DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_msg.h
314DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_string.h
315DI_view_matrix.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
316DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbdb.h
317DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbdb_base.h
318DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbdbt.h
319DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbtools.h
320DI_view_matrix.o: $(ARBHOME)/INCLUDE/attributes.h
321DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
322DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
323DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
324DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_base.hxx
325DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
326DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_device.hxx
327DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
328DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
329DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_position.hxx
330DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
331DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_root.hxx
332DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_window.hxx
333DI_view_matrix.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
334DI_view_matrix.o: $(ARBHOME)/INCLUDE/cb.h
335DI_view_matrix.o: $(ARBHOME)/INCLUDE/downcast.h
336DI_view_matrix.o: $(ARBHOME)/INCLUDE/dupstr.h
337DI_view_matrix.o: $(ARBHOME)/INCLUDE/smartptr.h
338DI_view_matrix.o: $(ARBHOME)/INCLUDE/test_global.h
339
340distanalyse.o: di_matr.hxx
341distanalyse.o: $(ARBHOME)/INCLUDE/ad_prot.h
342distanalyse.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
343distanalyse.o: $(ARBHOME)/INCLUDE/AliView.hxx
344distanalyse.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
345distanalyse.o: $(ARBHOME)/INCLUDE/AP_matrix.hxx
346distanalyse.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
347distanalyse.o: $(ARBHOME)/INCLUDE/AP_seq_dna.hxx
348distanalyse.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx
349distanalyse.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx
350distanalyse.o: $(ARBHOME)/INCLUDE/arb_assert.h
351distanalyse.o: $(ARBHOME)/INCLUDE/arb_core.h
352distanalyse.o: $(ARBHOME)/INCLUDE/arb_error.h
353distanalyse.o: $(ARBHOME)/INCLUDE/arb_msg.h
354distanalyse.o: $(ARBHOME)/INCLUDE/arb_string.h
355distanalyse.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
356distanalyse.o: $(ARBHOME)/INCLUDE/arbdb.h
357distanalyse.o: $(ARBHOME)/INCLUDE/arbdb_base.h
358distanalyse.o: $(ARBHOME)/INCLUDE/arbdbt.h
359distanalyse.o: $(ARBHOME)/INCLUDE/arbtools.h
360distanalyse.o: $(ARBHOME)/INCLUDE/attributes.h
361distanalyse.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
362distanalyse.o: $(ARBHOME)/INCLUDE/aw_base.hxx
363distanalyse.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
364distanalyse.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
365distanalyse.o: $(ARBHOME)/INCLUDE/aw_root.hxx
366distanalyse.o: $(ARBHOME)/INCLUDE/cb.h
367distanalyse.o: $(ARBHOME)/INCLUDE/downcast.h
368distanalyse.o: $(ARBHOME)/INCLUDE/dupstr.h
369distanalyse.o: $(ARBHOME)/INCLUDE/smartptr.h
370distanalyse.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the browser.