1 | # INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben |
---|
2 | |
---|
3 | .SUFFIXES: .o .cxx .depend |
---|
4 | |
---|
5 | CPP_OBJECTS = DI_mldist.o DI_protdist.o DI_compress_matrix.o DI_view_matrix.o DI_save_matr.o DI_main.o DI_matr.o distanalyse.o |
---|
6 | |
---|
7 | $(MAIN): $(CPP_OBJECTS) |
---|
8 | $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS) |
---|
9 | .cxx.o: |
---|
10 | $(CPP) $(cflags) -c $< $(CPPINCLUDES) |
---|
11 | |
---|
12 | clean: |
---|
13 | rm -f $(CPP_OBJECTS) *.a |
---|
14 | |
---|
15 | DEPENDS = $(CPP_OBJECTS:.o=.depend) |
---|
16 | depends: $(DEPENDS) |
---|
17 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
---|
18 | @rm $(DEPENDS) |
---|
19 | $(DEPENDS): depend.init |
---|
20 | depend.init: |
---|
21 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
---|
22 | .c.depend: |
---|
23 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
24 | .cxx.depend: |
---|
25 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
26 | |
---|
27 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
---|
28 | |
---|
29 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
---|
30 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl |
---|
31 | |
---|
32 | DI_compress_matrix.o: di_matr.hxx |
---|
33 | DI_compress_matrix.o: di_view_matrix.hxx |
---|
34 | DI_compress_matrix.o: dist.hxx |
---|
35 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
36 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
37 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
38 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
39 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
40 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
41 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
42 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
43 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
44 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
45 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
46 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
47 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
48 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
49 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
50 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
51 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx |
---|
52 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx |
---|
53 | DI_compress_matrix.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
54 | |
---|
55 | DI_main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
56 | DI_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
57 | DI_main.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
58 | DI_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
59 | DI_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
60 | DI_main.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
61 | DI_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
62 | DI_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
63 | DI_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
64 | DI_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
65 | DI_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
66 | DI_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
67 | DI_main.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
68 | DI_main.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
69 | DI_main.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
70 | |
---|
71 | DI_matr.o: di_matr.hxx |
---|
72 | DI_matr.o: di_protdist.hxx |
---|
73 | DI_matr.o: di_view_matrix.hxx |
---|
74 | DI_matr.o: dist.hxx |
---|
75 | DI_matr.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
76 | DI_matr.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
77 | DI_matr.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
78 | DI_matr.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
79 | DI_matr.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
80 | DI_matr.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
81 | DI_matr.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
82 | DI_matr.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
83 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
84 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
85 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
86 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_global.hxx |
---|
87 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
88 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
89 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
90 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
91 | DI_matr.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
92 | DI_matr.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
93 | DI_matr.o: $(ARBHOME)/INCLUDE/awt_csp.hxx |
---|
94 | DI_matr.o: $(ARBHOME)/INCLUDE/awt_macro.hxx |
---|
95 | DI_matr.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
96 | DI_matr.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
97 | DI_matr.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx |
---|
98 | DI_matr.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx |
---|
99 | DI_matr.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
100 | DI_matr.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
---|
101 | DI_matr.o: $(ARBHOME)/INCLUDE/CT_ctree.hxx |
---|
102 | |
---|
103 | DI_mldist.o: di_matr.hxx |
---|
104 | DI_mldist.o: di_mldist.hxx |
---|
105 | DI_mldist.o: dist.hxx |
---|
106 | DI_mldist.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
107 | DI_mldist.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
108 | DI_mldist.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
109 | DI_mldist.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
110 | DI_mldist.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
111 | DI_mldist.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
112 | DI_mldist.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
113 | DI_mldist.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
114 | DI_mldist.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
115 | DI_mldist.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
116 | DI_mldist.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
117 | DI_mldist.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
118 | DI_mldist.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
119 | DI_mldist.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
120 | DI_mldist.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
121 | DI_mldist.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
122 | DI_mldist.o: $(ARBHOME)/INCLUDE/awt_csp.hxx |
---|
123 | DI_mldist.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
124 | DI_mldist.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx |
---|
125 | DI_mldist.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx |
---|
126 | DI_mldist.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
127 | |
---|
128 | DI_protdist.o: di_matr.hxx |
---|
129 | DI_protdist.o: di_protdist.hxx |
---|
130 | DI_protdist.o: dist.hxx |
---|
131 | DI_protdist.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
132 | DI_protdist.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
133 | DI_protdist.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
134 | DI_protdist.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
135 | DI_protdist.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
136 | DI_protdist.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
137 | DI_protdist.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
138 | DI_protdist.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
139 | DI_protdist.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
140 | DI_protdist.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
141 | DI_protdist.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
142 | DI_protdist.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
143 | DI_protdist.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
144 | DI_protdist.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
145 | DI_protdist.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
146 | DI_protdist.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
147 | DI_protdist.o: $(ARBHOME)/INCLUDE/awt_csp.hxx |
---|
148 | DI_protdist.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
149 | DI_protdist.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx |
---|
150 | DI_protdist.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx |
---|
151 | DI_protdist.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
152 | |
---|
153 | DI_save_matr.o: di_matr.hxx |
---|
154 | DI_save_matr.o: dist.hxx |
---|
155 | DI_save_matr.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
156 | DI_save_matr.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
157 | DI_save_matr.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
158 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
159 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
160 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
161 | DI_save_matr.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
162 | DI_save_matr.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
163 | DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
164 | DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
165 | DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
166 | DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
167 | DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
168 | DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
169 | DI_save_matr.o: $(ARBHOME)/INCLUDE/awt_csp.hxx |
---|
170 | DI_save_matr.o: $(ARBHOME)/INCLUDE/awt_nds.hxx |
---|
171 | DI_save_matr.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
172 | DI_save_matr.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx |
---|
173 | DI_save_matr.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx |
---|
174 | DI_save_matr.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
175 | |
---|
176 | DI_view_matrix.o: di_matr.hxx |
---|
177 | DI_view_matrix.o: di_view_matrix.hxx |
---|
178 | DI_view_matrix.o: dist.hxx |
---|
179 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
180 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
181 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
182 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
183 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
184 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
185 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
186 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
187 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
188 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
189 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
190 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
191 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
192 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
193 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
194 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
195 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
196 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
197 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx |
---|
198 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx |
---|
199 | DI_view_matrix.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
200 | |
---|
201 | distanalyse.o: di_matr.hxx |
---|
202 | distanalyse.o: dist.hxx |
---|
203 | distanalyse.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
204 | distanalyse.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
205 | distanalyse.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
206 | distanalyse.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
207 | distanalyse.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
208 | distanalyse.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
209 | distanalyse.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
210 | distanalyse.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
211 | distanalyse.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
212 | distanalyse.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
213 | distanalyse.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
214 | distanalyse.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
215 | distanalyse.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
216 | distanalyse.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
217 | distanalyse.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
218 | distanalyse.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
219 | distanalyse.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx |
---|
220 | distanalyse.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx |
---|
221 | distanalyse.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|