1 | # INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben |
---|
2 | |
---|
3 | .SUFFIXES: .o .cxx .depend |
---|
4 | |
---|
5 | |
---|
6 | CPP_OBJECTS = \ |
---|
7 | AP_consensus.o \ |
---|
8 | AP_conservProfile2Gnuplot.o \ |
---|
9 | AP_cprofile.o \ |
---|
10 | AP_csp_2_gnuplot.o \ |
---|
11 | AP_pos_var_pars.o \ |
---|
12 | NT_cb.o \ |
---|
13 | NT_concatenate.o \ |
---|
14 | NT_dbrepair.o \ |
---|
15 | NT_edconf.o \ |
---|
16 | NT_extern.o \ |
---|
17 | NT_import.o \ |
---|
18 | NT_ins_col.o \ |
---|
19 | NT_join.o \ |
---|
20 | NT_main.o \ |
---|
21 | NT_sort.o \ |
---|
22 | NT_trackAliChanges.o \ |
---|
23 | NT_validManual.o \ |
---|
24 | NT_validNameParser.o \ |
---|
25 | NT_validNames.o \ |
---|
26 | ad_ali.o \ |
---|
27 | ad_ext.o \ |
---|
28 | ad_spec.o \ |
---|
29 | ad_transpro.o \ |
---|
30 | ad_trees.o \ |
---|
31 | |
---|
32 | |
---|
33 | CPP_SOURCES = $(CPP_OBJECTS:.o=.cxx) |
---|
34 | |
---|
35 | $(MAIN): $(CPP_OBJECTS) |
---|
36 | @$(ARBHOME)/SOURCE_TOOLS/binuptodate.pl $(MAIN) $(CPP_OBJECTS) || ( \ |
---|
37 | echo "$(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)"; \ |
---|
38 | $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS) ; \ |
---|
39 | ) |
---|
40 | |
---|
41 | proto: |
---|
42 | ../MAKEBIN/aisc_mkpt -A -E -g -F NT_,AP_ -w nt_internal.h $(CPP_SOURCES) >nt_internal.h.tmp |
---|
43 | ../SOURCE_TOOLS/mv_if_diff nt_internal.h.tmp nt_internal.h |
---|
44 | ../MAKEBIN/aisc_mkpt -A -E -g -w nt_cb.hxx NT_cb.cxx NT_extern.cxx >nt_cb.hxx.tmp |
---|
45 | ../SOURCE_TOOLS/mv_if_diff nt_cb.hxx.tmp nt_cb.hxx |
---|
46 | |
---|
47 | .cxx.o: |
---|
48 | $(CPP) $(cflags) -c $< $(CPPINCLUDES) |
---|
49 | |
---|
50 | clean: |
---|
51 | rm -f $(CPP_OBJECTS) *.a |
---|
52 | |
---|
53 | DEPENDS = $(CPP_OBJECTS:.o=.depend) |
---|
54 | depends: $(DEPENDS) |
---|
55 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
---|
56 | @rm $(DEPENDS) |
---|
57 | $(DEPENDS): depend.init |
---|
58 | depend.init: |
---|
59 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
---|
60 | .cxx.depend: |
---|
61 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
62 | |
---|
63 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
---|
64 | |
---|
65 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
---|
66 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl |
---|
67 | |
---|
68 | ad_ali.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
69 | ad_ali.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
70 | ad_ali.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
71 | ad_ali.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
72 | ad_ali.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
73 | ad_ali.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
74 | ad_ali.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
75 | ad_ali.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
76 | ad_ali.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
77 | ad_ali.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
78 | ad_ali.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
79 | ad_ali.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
80 | ad_ali.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
81 | ad_ali.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
82 | ad_ali.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
83 | |
---|
84 | ad_ext.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
85 | ad_ext.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
86 | ad_ext.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
87 | ad_ext.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
88 | ad_ext.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
89 | ad_ext.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
90 | ad_ext.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
91 | ad_ext.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
92 | ad_ext.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
93 | ad_ext.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
94 | ad_ext.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
95 | ad_ext.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
96 | ad_ext.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
97 | ad_ext.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
98 | ad_ext.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
99 | ad_ext.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
100 | ad_ext.o: $(ARBHOME)/INCLUDE/db_scanner.hxx |
---|
101 | |
---|
102 | ad_spec.o: ad_spec.hxx |
---|
103 | ad_spec.o: nt_internal.h |
---|
104 | ad_spec.o: ntree.hxx |
---|
105 | ad_spec.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
106 | ad_spec.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
107 | ad_spec.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
108 | ad_spec.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
109 | ad_spec.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
110 | ad_spec.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
111 | ad_spec.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
112 | ad_spec.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
113 | ad_spec.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
114 | ad_spec.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
115 | ad_spec.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
116 | ad_spec.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
117 | ad_spec.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
118 | ad_spec.o: $(ARBHOME)/INCLUDE/AW_rename.hxx |
---|
119 | ad_spec.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
120 | ad_spec.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
121 | ad_spec.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
122 | ad_spec.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
123 | ad_spec.o: $(ARBHOME)/INCLUDE/awt_dtree.hxx |
---|
124 | ad_spec.o: $(ARBHOME)/INCLUDE/awt_item_sel_list.hxx |
---|
125 | ad_spec.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
126 | ad_spec.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
127 | ad_spec.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
128 | ad_spec.o: $(ARBHOME)/INCLUDE/awt_www.hxx |
---|
129 | ad_spec.o: $(ARBHOME)/INCLUDE/awtc_next_neighbours.hxx |
---|
130 | ad_spec.o: $(ARBHOME)/INCLUDE/awtlocal.hxx |
---|
131 | ad_spec.o: $(ARBHOME)/INCLUDE/db_scanner.hxx |
---|
132 | ad_spec.o: $(ARBHOME)/INCLUDE/probe_design.hxx |
---|
133 | |
---|
134 | ad_transpro.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
135 | ad_transpro.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
136 | ad_transpro.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
137 | ad_transpro.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
138 | ad_transpro.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
139 | ad_transpro.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
140 | ad_transpro.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
141 | ad_transpro.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
142 | ad_transpro.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
143 | ad_transpro.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
144 | ad_transpro.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
145 | ad_transpro.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
146 | ad_transpro.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
147 | ad_transpro.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
148 | ad_transpro.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
149 | ad_transpro.o: $(ARBHOME)/INCLUDE/awt_codon_table.hxx |
---|
150 | ad_transpro.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
151 | ad_transpro.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
152 | ad_transpro.o: $(ARBHOME)/INCLUDE/awt_translate.hxx |
---|
153 | |
---|
154 | ad_trees.o: ad_trees.hxx |
---|
155 | ad_trees.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
156 | ad_trees.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
157 | ad_trees.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
158 | ad_trees.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
159 | ad_trees.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
160 | ad_trees.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
161 | ad_trees.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
162 | ad_trees.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
163 | ad_trees.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
164 | ad_trees.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
165 | ad_trees.o: $(ARBHOME)/INCLUDE/aw_global.hxx |
---|
166 | ad_trees.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
167 | ad_trees.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
168 | ad_trees.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
169 | ad_trees.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
170 | ad_trees.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
171 | ad_trees.o: $(ARBHOME)/INCLUDE/awt_nds.hxx |
---|
172 | ad_trees.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
173 | ad_trees.o: $(ARBHOME)/INCLUDE/awt_tree_cmp.hxx |
---|
174 | ad_trees.o: $(ARBHOME)/INCLUDE/TreeRead.h |
---|
175 | ad_trees.o: $(ARBHOME)/INCLUDE/TreeWrite.h |
---|
176 | |
---|
177 | AP_consensus.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
178 | AP_consensus.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
179 | AP_consensus.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
180 | AP_consensus.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
181 | AP_consensus.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
182 | AP_consensus.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
183 | AP_consensus.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
184 | AP_consensus.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
185 | AP_consensus.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
186 | AP_consensus.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
187 | AP_consensus.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
188 | AP_consensus.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
189 | AP_consensus.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
190 | AP_consensus.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
191 | AP_consensus.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
192 | |
---|
193 | AP_conservProfile2Gnuplot.o: ap_conservProfile2Gnuplot.hxx |
---|
194 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
195 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
196 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
197 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
198 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
199 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
200 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
201 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
202 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
203 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
204 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
205 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/aw_global.hxx |
---|
206 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
207 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
208 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
209 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
210 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
211 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
212 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/awt_csp.hxx |
---|
213 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
214 | AP_conservProfile2Gnuplot.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
215 | |
---|
216 | AP_cprofile.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
217 | AP_cprofile.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
218 | AP_cprofile.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
219 | AP_cprofile.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
220 | AP_cprofile.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
221 | AP_cprofile.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
222 | AP_cprofile.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
223 | AP_cprofile.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
224 | AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
225 | AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
226 | AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_global.hxx |
---|
227 | AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
228 | AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
229 | AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
230 | AP_cprofile.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
231 | AP_cprofile.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
232 | AP_cprofile.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
233 | |
---|
234 | AP_csp_2_gnuplot.o: ap_csp_2_gnuplot.hxx |
---|
235 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
236 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
237 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
238 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
239 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
240 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
241 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
242 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
243 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
244 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
245 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
246 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/aw_global.hxx |
---|
247 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
248 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
249 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
250 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
251 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
252 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/awt_csp.hxx |
---|
253 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
254 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
255 | AP_csp_2_gnuplot.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
256 | |
---|
257 | AP_pos_var_pars.o: ap_pos_var_pars.hxx |
---|
258 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
259 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
260 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
261 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
262 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
263 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
264 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
265 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
266 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
267 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
268 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
269 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
270 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
271 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
272 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
273 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
274 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
275 | AP_pos_var_pars.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
276 | |
---|
277 | NT_cb.o: ad_trees.hxx |
---|
278 | NT_cb.o: nt_cb.hxx |
---|
279 | NT_cb.o: nt_internal.h |
---|
280 | NT_cb.o: ntree.hxx |
---|
281 | NT_cb.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
282 | NT_cb.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
283 | NT_cb.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
284 | NT_cb.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
285 | NT_cb.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
286 | NT_cb.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
287 | NT_cb.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
288 | NT_cb.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
289 | NT_cb.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
290 | NT_cb.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
291 | NT_cb.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
292 | NT_cb.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
293 | NT_cb.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
294 | NT_cb.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
295 | NT_cb.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
296 | NT_cb.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
297 | NT_cb.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
298 | NT_cb.o: $(ARBHOME)/INCLUDE/awt_dtree.hxx |
---|
299 | NT_cb.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
300 | NT_cb.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
301 | NT_cb.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
302 | |
---|
303 | NT_concatenate.o: nt_internal.h |
---|
304 | NT_concatenate.o: nt_sort.hxx |
---|
305 | NT_concatenate.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
306 | NT_concatenate.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
307 | NT_concatenate.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
308 | NT_concatenate.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
309 | NT_concatenate.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
310 | NT_concatenate.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
311 | NT_concatenate.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
312 | NT_concatenate.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
313 | NT_concatenate.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
314 | NT_concatenate.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
315 | NT_concatenate.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
316 | NT_concatenate.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
317 | NT_concatenate.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
318 | NT_concatenate.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
319 | NT_concatenate.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
---|
320 | NT_concatenate.o: $(ARBHOME)/INCLUDE/AW_rename.hxx |
---|
321 | NT_concatenate.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
322 | NT_concatenate.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
323 | NT_concatenate.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
324 | NT_concatenate.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
325 | NT_concatenate.o: $(ARBHOME)/INCLUDE/awt_item_sel_list.hxx |
---|
326 | NT_concatenate.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
327 | NT_concatenate.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
328 | NT_concatenate.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
329 | NT_concatenate.o: $(ARBHOME)/INCLUDE/awtlocal.hxx |
---|
330 | |
---|
331 | NT_dbrepair.o: NT_dbrepair.hxx |
---|
332 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
333 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
334 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
335 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/adGene.h |
---|
336 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
337 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
338 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
339 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
340 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
341 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
342 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
343 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
344 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
345 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
346 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
347 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
348 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/EXP.hxx |
---|
349 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/GEN.hxx |
---|
350 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/inline.h |
---|
351 | NT_dbrepair.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
352 | |
---|
353 | NT_edconf.o: nt_edconf.hxx |
---|
354 | NT_edconf.o: $(ARBHOME)/INCLUDE/ad_config.h |
---|
355 | NT_edconf.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
356 | NT_edconf.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
357 | NT_edconf.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
358 | NT_edconf.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
359 | NT_edconf.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
360 | NT_edconf.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
361 | NT_edconf.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
362 | NT_edconf.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
363 | NT_edconf.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
364 | NT_edconf.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
365 | NT_edconf.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
366 | NT_edconf.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
367 | NT_edconf.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
368 | NT_edconf.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
369 | NT_edconf.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
370 | NT_edconf.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
371 | NT_edconf.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
372 | NT_edconf.o: $(ARBHOME)/INCLUDE/awt_dtree.hxx |
---|
373 | NT_edconf.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
374 | NT_edconf.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
375 | NT_edconf.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
376 | |
---|
377 | NT_extern.o: ad_spec.hxx |
---|
378 | NT_extern.o: ad_trees.hxx |
---|
379 | NT_extern.o: ap_consensus.hxx |
---|
380 | NT_extern.o: ap_conservProfile2Gnuplot.hxx |
---|
381 | NT_extern.o: ap_csp_2_gnuplot.hxx |
---|
382 | NT_extern.o: ap_pos_var_pars.hxx |
---|
383 | NT_extern.o: nt_cb.hxx |
---|
384 | NT_extern.o: NT_dbrepair.hxx |
---|
385 | NT_extern.o: nt_edconf.hxx |
---|
386 | NT_extern.o: nt_internal.h |
---|
387 | NT_extern.o: nt_join.hxx |
---|
388 | NT_extern.o: nt_sort.hxx |
---|
389 | NT_extern.o: NT_trackAliChanges.h |
---|
390 | NT_extern.o: ntree.hxx |
---|
391 | NT_extern.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
392 | NT_extern.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
393 | NT_extern.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
394 | NT_extern.o: $(ARBHOME)/INCLUDE/adGene.h |
---|
395 | NT_extern.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
396 | NT_extern.o: $(ARBHOME)/INCLUDE/arb_build.h |
---|
397 | NT_extern.o: $(ARBHOME)/INCLUDE/arb_version.h |
---|
398 | NT_extern.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
399 | NT_extern.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
400 | NT_extern.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
401 | NT_extern.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
402 | NT_extern.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
403 | NT_extern.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
404 | NT_extern.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
405 | NT_extern.o: $(ARBHOME)/INCLUDE/aw_global.hxx |
---|
406 | NT_extern.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
407 | NT_extern.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
408 | NT_extern.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
409 | NT_extern.o: $(ARBHOME)/INCLUDE/AW_rename.hxx |
---|
410 | NT_extern.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
411 | NT_extern.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
412 | NT_extern.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
413 | NT_extern.o: $(ARBHOME)/INCLUDE/awt_advice.hxx |
---|
414 | NT_extern.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
415 | NT_extern.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
---|
416 | NT_extern.o: $(ARBHOME)/INCLUDE/awt_dtree.hxx |
---|
417 | NT_extern.o: $(ARBHOME)/INCLUDE/awt_input_mask.hxx |
---|
418 | NT_extern.o: $(ARBHOME)/INCLUDE/awt_macro.hxx |
---|
419 | NT_extern.o: $(ARBHOME)/INCLUDE/awt_nds.hxx |
---|
420 | NT_extern.o: $(ARBHOME)/INCLUDE/awt_preset.hxx |
---|
421 | NT_extern.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
422 | NT_extern.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
423 | NT_extern.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
424 | NT_extern.o: $(ARBHOME)/INCLUDE/awt_tree_cb.hxx |
---|
425 | NT_extern.o: $(ARBHOME)/INCLUDE/awt_www.hxx |
---|
426 | NT_extern.o: $(ARBHOME)/INCLUDE/awtc_submission.hxx |
---|
427 | NT_extern.o: $(ARBHOME)/INCLUDE/awti_export.hxx |
---|
428 | NT_extern.o: $(ARBHOME)/INCLUDE/EXP.hxx |
---|
429 | NT_extern.o: $(ARBHOME)/INCLUDE/gde.hxx |
---|
430 | NT_extern.o: $(ARBHOME)/INCLUDE/GEN.hxx |
---|
431 | NT_extern.o: $(ARBHOME)/INCLUDE/primer_design.hxx |
---|
432 | NT_extern.o: $(ARBHOME)/INCLUDE/probe_design.hxx |
---|
433 | NT_extern.o: $(ARBHOME)/INCLUDE/seq_quality.h |
---|
434 | NT_extern.o: $(ARBHOME)/INCLUDE/st_window.hxx |
---|
435 | NT_extern.o: $(ARBHOME)/INCLUDE/svn_revision.h |
---|
436 | |
---|
437 | NT_import.o: ad_spec.hxx |
---|
438 | NT_import.o: nt_internal.h |
---|
439 | NT_import.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
440 | NT_import.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
441 | NT_import.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
442 | NT_import.o: $(ARBHOME)/INCLUDE/adGene.h |
---|
443 | NT_import.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
444 | NT_import.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
445 | NT_import.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
446 | NT_import.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
447 | NT_import.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
448 | NT_import.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
449 | NT_import.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
450 | NT_import.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
451 | NT_import.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
452 | NT_import.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
453 | NT_import.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
454 | NT_import.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
455 | NT_import.o: $(ARBHOME)/INCLUDE/awti_import.hxx |
---|
456 | NT_import.o: $(ARBHOME)/INCLUDE/GEN.hxx |
---|
457 | NT_import.o: $(ARBHOME)/INCLUDE/mg_merge.hxx |
---|
458 | |
---|
459 | NT_ins_col.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
460 | NT_ins_col.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
461 | NT_ins_col.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
462 | NT_ins_col.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
463 | NT_ins_col.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
464 | NT_ins_col.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
465 | NT_ins_col.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
466 | NT_ins_col.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
467 | NT_ins_col.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
468 | NT_ins_col.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
469 | NT_ins_col.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
470 | NT_ins_col.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
471 | NT_ins_col.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
472 | NT_ins_col.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
473 | |
---|
474 | NT_join.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
475 | NT_join.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
476 | NT_join.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
477 | NT_join.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
478 | NT_join.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
479 | NT_join.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
480 | NT_join.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
481 | NT_join.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
482 | NT_join.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
483 | NT_join.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
484 | NT_join.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
485 | NT_join.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
486 | NT_join.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
487 | NT_join.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
488 | NT_join.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
489 | NT_join.o: $(ARBHOME)/INCLUDE/awt_item_sel_list.hxx |
---|
490 | NT_join.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
491 | |
---|
492 | NT_main.o: nt_cb.hxx |
---|
493 | NT_main.o: NT_dbrepair.hxx |
---|
494 | NT_main.o: nt_internal.h |
---|
495 | NT_main.o: ntree.hxx |
---|
496 | NT_main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
497 | NT_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
498 | NT_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
499 | NT_main.o: $(ARBHOME)/INCLUDE/adGene.h |
---|
500 | NT_main.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
501 | NT_main.o: $(ARBHOME)/INCLUDE/arb_build.h |
---|
502 | NT_main.o: $(ARBHOME)/INCLUDE/arb_version.h |
---|
503 | NT_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
504 | NT_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
505 | NT_main.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
506 | NT_main.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
507 | NT_main.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
508 | NT_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
509 | NT_main.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
510 | NT_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
511 | NT_main.o: $(ARBHOME)/INCLUDE/aw_global.hxx |
---|
512 | NT_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
513 | NT_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
514 | NT_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
---|
515 | NT_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
516 | NT_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
517 | NT_main.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
518 | NT_main.o: $(ARBHOME)/INCLUDE/awt_advice.hxx |
---|
519 | NT_main.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
520 | NT_main.o: $(ARBHOME)/INCLUDE/awt_dtree.hxx |
---|
521 | NT_main.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
522 | NT_main.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
523 | NT_main.o: $(ARBHOME)/INCLUDE/awti_import.hxx |
---|
524 | NT_main.o: $(ARBHOME)/INCLUDE/mg_merge.hxx |
---|
525 | NT_main.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
526 | NT_main.o: $(ARBHOME)/INCLUDE/svn_revision.h |
---|
527 | |
---|
528 | NT_sort.o: nt_sort.hxx |
---|
529 | NT_sort.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
530 | NT_sort.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
531 | NT_sort.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
532 | NT_sort.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
533 | NT_sort.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
534 | NT_sort.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
535 | NT_sort.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
536 | NT_sort.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
537 | NT_sort.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
538 | NT_sort.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
539 | NT_sort.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
540 | NT_sort.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
541 | NT_sort.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
542 | NT_sort.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
543 | NT_sort.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
544 | NT_sort.o: $(ARBHOME)/INCLUDE/awt_item_sel_list.hxx |
---|
545 | |
---|
546 | NT_trackAliChanges.o: NT_trackAliChanges.h |
---|
547 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
548 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
549 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
550 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
551 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
552 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
553 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
554 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
555 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
556 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
557 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
558 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
559 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
560 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
561 | NT_trackAliChanges.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
562 | |
---|
563 | NT_validManual.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
564 | NT_validManual.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
565 | NT_validManual.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
566 | NT_validManual.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
567 | NT_validManual.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
568 | NT_validManual.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
569 | NT_validManual.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
570 | NT_validManual.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
571 | NT_validManual.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
572 | NT_validManual.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
573 | NT_validManual.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
574 | NT_validManual.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
575 | NT_validManual.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
576 | NT_validManual.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
577 | NT_validManual.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
578 | |
---|
579 | NT_validNameParser.o: nt_validNameParser.hxx |
---|
580 | |
---|
581 | NT_validNames.o: nt_validNameParser.hxx |
---|
582 | NT_validNames.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
583 | NT_validNames.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
584 | NT_validNames.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
585 | NT_validNames.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
586 | NT_validNames.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
587 | NT_validNames.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
588 | NT_validNames.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
589 | NT_validNames.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
590 | NT_validNames.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
591 | NT_validNames.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
592 | NT_validNames.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
593 | NT_validNames.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
594 | NT_validNames.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
595 | NT_validNames.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
596 | NT_validNames.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
597 | NT_validNames.o: $(ARBHOME)/INCLUDE/awt_www.hxx |
---|