1 | # for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt |
---|
2 | .SUFFIXES: .o .cxx .depend |
---|
3 | |
---|
4 | SOURCES=$(wildcard *.cxx) |
---|
5 | OBJECTS=$(subst .cxx,.o,$(SOURCES)) |
---|
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 | |
---|
13 | clean: |
---|
14 | rm -f $(OBJECTS) *.a |
---|
15 | |
---|
16 | proto: |
---|
17 | ../AISC_MKPTPS/aisc_mkpt -P -G -F ^MERGE_ -c "Merge tool external interface" -w mg_merge.hxx $(SOURCES) >mg_merge.hxx.tmp |
---|
18 | ../SOURCE_TOOLS/mv_if_diff mg_merge.hxx.tmp mg_merge.hxx |
---|
19 | |
---|
20 | DEPENDS = $(OBJECTS:.o=.depend) |
---|
21 | depends: $(DEPENDS) |
---|
22 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
---|
23 | @rm $(DEPENDS) |
---|
24 | $(DEPENDS): depend.init |
---|
25 | depend.init: |
---|
26 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
---|
27 | .c.depend: |
---|
28 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
29 | .cxx.depend: |
---|
30 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
31 | |
---|
32 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
---|
33 | |
---|
34 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
---|
35 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main) |
---|
36 | |
---|
37 | MG_adapt_ali.o: merge.hxx |
---|
38 | MG_adapt_ali.o: MG_adapt_ali.hxx |
---|
39 | MG_adapt_ali.o: mg_merge.hxx |
---|
40 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
41 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
42 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
43 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
44 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
45 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
46 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
47 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
48 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
49 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
---|
50 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
51 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
52 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
53 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
54 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
55 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
56 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
57 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
58 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
59 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
60 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
61 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
62 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
63 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
64 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
65 | MG_adapt_ali.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
66 | |
---|
67 | MG_alignment.o: merge.hxx |
---|
68 | MG_alignment.o: mg_merge.hxx |
---|
69 | MG_alignment.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
70 | MG_alignment.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
71 | MG_alignment.o: $(ARBHOME)/INCLUDE/AliAdmin.h |
---|
72 | MG_alignment.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
73 | MG_alignment.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
74 | MG_alignment.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
75 | MG_alignment.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
76 | MG_alignment.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
77 | MG_alignment.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
78 | MG_alignment.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
79 | MG_alignment.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
80 | MG_alignment.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
81 | MG_alignment.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
82 | MG_alignment.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
83 | MG_alignment.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
84 | MG_alignment.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
85 | MG_alignment.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
86 | MG_alignment.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
87 | MG_alignment.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
88 | MG_alignment.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
89 | MG_alignment.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
90 | MG_alignment.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
91 | MG_alignment.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
92 | MG_alignment.o: $(ARBHOME)/INCLUDE/cb.h |
---|
93 | MG_alignment.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
94 | MG_alignment.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
95 | MG_alignment.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
96 | MG_alignment.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
97 | MG_alignment.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
98 | MG_alignment.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
99 | MG_alignment.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
100 | MG_alignment.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
101 | MG_alignment.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
102 | MG_alignment.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
103 | |
---|
104 | MG_checkfield.o: merge.hxx |
---|
105 | MG_checkfield.o: mg_merge.hxx |
---|
106 | MG_checkfield.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
107 | MG_checkfield.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
108 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
109 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
110 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
111 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
112 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
113 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
114 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_progress.h |
---|
115 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
---|
116 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
117 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
118 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
119 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
120 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
121 | MG_checkfield.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
122 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
123 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
124 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
125 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
126 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
127 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
---|
128 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
---|
129 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
130 | MG_checkfield.o: $(ARBHOME)/INCLUDE/cb.h |
---|
131 | MG_checkfield.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
132 | MG_checkfield.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
133 | MG_checkfield.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
134 | MG_checkfield.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
135 | MG_checkfield.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
136 | MG_checkfield.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
137 | MG_checkfield.o: $(ARBHOME)/INCLUDE/item_sel_list.h |
---|
138 | MG_checkfield.o: $(ARBHOME)/INCLUDE/items.h |
---|
139 | MG_checkfield.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
140 | MG_checkfield.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
141 | MG_checkfield.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
142 | MG_checkfield.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
143 | |
---|
144 | MG_configs.o: merge.hxx |
---|
145 | MG_configs.o: mg_merge.hxx |
---|
146 | MG_configs.o: $(ARBHOME)/INCLUDE/ad_config.h |
---|
147 | MG_configs.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
148 | MG_configs.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
149 | MG_configs.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
150 | MG_configs.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
151 | MG_configs.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
152 | MG_configs.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
153 | MG_configs.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
154 | MG_configs.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
155 | MG_configs.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
156 | MG_configs.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
157 | MG_configs.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
158 | MG_configs.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
159 | MG_configs.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
160 | MG_configs.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
161 | MG_configs.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
162 | MG_configs.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
163 | MG_configs.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
164 | MG_configs.o: $(ARBHOME)/INCLUDE/awt_prompt.hxx |
---|
165 | MG_configs.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
166 | MG_configs.o: $(ARBHOME)/INCLUDE/cb.h |
---|
167 | MG_configs.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
168 | MG_configs.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
169 | MG_configs.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
170 | MG_configs.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
171 | MG_configs.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
172 | MG_configs.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
173 | MG_configs.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
174 | MG_configs.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
175 | MG_configs.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
176 | |
---|
177 | MG_extendeds.o: merge.hxx |
---|
178 | MG_extendeds.o: mg_merge.hxx |
---|
179 | MG_extendeds.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
180 | MG_extendeds.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
181 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
182 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
183 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
184 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
185 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
186 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
187 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
188 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
189 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
190 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
191 | MG_extendeds.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
192 | MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
193 | MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
194 | MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
195 | MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
196 | MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
197 | MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
198 | MG_extendeds.o: $(ARBHOME)/INCLUDE/awt_prompt.hxx |
---|
199 | MG_extendeds.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
200 | MG_extendeds.o: $(ARBHOME)/INCLUDE/cb.h |
---|
201 | MG_extendeds.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
202 | MG_extendeds.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
203 | MG_extendeds.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
204 | MG_extendeds.o: $(ARBHOME)/INCLUDE/db_scanner.hxx |
---|
205 | MG_extendeds.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
206 | MG_extendeds.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
207 | MG_extendeds.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
208 | MG_extendeds.o: $(ARBHOME)/INCLUDE/items.h |
---|
209 | MG_extendeds.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
210 | MG_extendeds.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
211 | MG_extendeds.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
212 | MG_extendeds.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
213 | |
---|
214 | MG_gene_species.o: merge.hxx |
---|
215 | MG_gene_species.o: mg_merge.hxx |
---|
216 | MG_gene_species.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
217 | MG_gene_species.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
218 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
219 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
220 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
221 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
222 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
223 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_str.h |
---|
224 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
225 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
226 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
227 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
228 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
229 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
230 | MG_gene_species.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
231 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
232 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
233 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
234 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
235 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
236 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
---|
237 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
---|
238 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
239 | MG_gene_species.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
---|
240 | MG_gene_species.o: $(ARBHOME)/INCLUDE/cb.h |
---|
241 | MG_gene_species.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
242 | MG_gene_species.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
243 | MG_gene_species.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
---|
244 | MG_gene_species.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
245 | MG_gene_species.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
246 | MG_gene_species.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
247 | MG_gene_species.o: $(ARBHOME)/INCLUDE/gb_aci.h |
---|
248 | MG_gene_species.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
249 | MG_gene_species.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
250 | MG_gene_species.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
251 | MG_gene_species.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
252 | MG_gene_species.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
253 | |
---|
254 | MG_main.o: merge.hxx |
---|
255 | MG_main.o: mg_merge.hxx |
---|
256 | MG_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
257 | MG_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
258 | MG_main.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
259 | MG_main.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
260 | MG_main.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
261 | MG_main.o: $(ARBHOME)/INCLUDE/arb_file.h |
---|
262 | MG_main.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
263 | MG_main.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
264 | MG_main.o: $(ARBHOME)/INCLUDE/arb_progress.h |
---|
265 | MG_main.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
266 | MG_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
267 | MG_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
268 | MG_main.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
269 | MG_main.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
270 | MG_main.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
271 | MG_main.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
272 | MG_main.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
---|
273 | MG_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
274 | MG_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
275 | MG_main.o: $(ARBHOME)/INCLUDE/aw_file.hxx |
---|
276 | MG_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
277 | MG_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
278 | MG_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
279 | MG_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
280 | MG_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
---|
281 | MG_main.o: $(ARBHOME)/INCLUDE/AW_rename.hxx |
---|
282 | MG_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
283 | MG_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
284 | MG_main.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
285 | MG_main.o: $(ARBHOME)/INCLUDE/awt_misc.hxx |
---|
286 | MG_main.o: $(ARBHOME)/INCLUDE/cb.h |
---|
287 | MG_main.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
288 | MG_main.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
289 | MG_main.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
290 | MG_main.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
291 | MG_main.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
292 | MG_main.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
293 | MG_main.o: $(ARBHOME)/INCLUDE/macros.hxx |
---|
294 | MG_main.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
295 | MG_main.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
296 | MG_main.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
297 | MG_main.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
298 | |
---|
299 | MG_names.o: merge.hxx |
---|
300 | MG_names.o: mg_merge.hxx |
---|
301 | MG_names.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
302 | MG_names.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
303 | MG_names.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
304 | MG_names.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
305 | MG_names.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
306 | MG_names.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
307 | MG_names.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
308 | MG_names.o: $(ARBHOME)/INCLUDE/arb_progress.h |
---|
309 | MG_names.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
310 | MG_names.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
311 | MG_names.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
312 | MG_names.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
313 | MG_names.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
314 | MG_names.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
315 | MG_names.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
316 | MG_names.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
317 | MG_names.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
318 | MG_names.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
319 | MG_names.o: $(ARBHOME)/INCLUDE/AW_rename.hxx |
---|
320 | MG_names.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
321 | MG_names.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
322 | MG_names.o: $(ARBHOME)/INCLUDE/cb.h |
---|
323 | MG_names.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
324 | MG_names.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
325 | MG_names.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
326 | MG_names.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
327 | MG_names.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
328 | MG_names.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
329 | MG_names.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
330 | MG_names.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
331 | MG_names.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
332 | MG_names.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
333 | |
---|
334 | MG_preserves.o: merge.hxx |
---|
335 | MG_preserves.o: MG_adapt_ali.hxx |
---|
336 | MG_preserves.o: mg_merge.hxx |
---|
337 | MG_preserves.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
338 | MG_preserves.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
339 | MG_preserves.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
340 | MG_preserves.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
341 | MG_preserves.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
342 | MG_preserves.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
343 | MG_preserves.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
344 | MG_preserves.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
345 | MG_preserves.o: $(ARBHOME)/INCLUDE/arb_progress.h |
---|
346 | MG_preserves.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
347 | MG_preserves.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
348 | MG_preserves.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
349 | MG_preserves.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
350 | MG_preserves.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
351 | MG_preserves.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
352 | MG_preserves.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
353 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
354 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
355 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
356 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
357 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
358 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
---|
359 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
---|
360 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
361 | MG_preserves.o: $(ARBHOME)/INCLUDE/cb.h |
---|
362 | MG_preserves.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
363 | MG_preserves.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
364 | MG_preserves.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
365 | MG_preserves.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
366 | MG_preserves.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
367 | MG_preserves.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
368 | MG_preserves.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
369 | MG_preserves.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
370 | MG_preserves.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
371 | MG_preserves.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
372 | |
---|
373 | MG_species.o: merge.hxx |
---|
374 | MG_species.o: MG_adapt_ali.hxx |
---|
375 | MG_species.o: mg_merge.hxx |
---|
376 | MG_species.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
377 | MG_species.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
378 | MG_species.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
379 | MG_species.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
380 | MG_species.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
381 | MG_species.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
382 | MG_species.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
383 | MG_species.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
384 | MG_species.o: $(ARBHOME)/INCLUDE/arb_progress.h |
---|
385 | MG_species.o: $(ARBHOME)/INCLUDE/arb_str.h |
---|
386 | MG_species.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
387 | MG_species.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
---|
388 | MG_species.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
389 | MG_species.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
390 | MG_species.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
391 | MG_species.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
392 | MG_species.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
393 | MG_species.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
394 | MG_species.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
395 | MG_species.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
---|
396 | MG_species.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
397 | MG_species.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
398 | MG_species.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
399 | MG_species.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
400 | MG_species.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
---|
401 | MG_species.o: $(ARBHOME)/INCLUDE/AW_rename.hxx |
---|
402 | MG_species.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
403 | MG_species.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
---|
404 | MG_species.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
---|
405 | MG_species.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
406 | MG_species.o: $(ARBHOME)/INCLUDE/cb.h |
---|
407 | MG_species.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
408 | MG_species.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
409 | MG_species.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
410 | MG_species.o: $(ARBHOME)/INCLUDE/db_query.h |
---|
411 | MG_species.o: $(ARBHOME)/INCLUDE/db_scanner.hxx |
---|
412 | MG_species.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
413 | MG_species.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
414 | MG_species.o: $(ARBHOME)/INCLUDE/ErrorOrType.h |
---|
415 | MG_species.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
416 | MG_species.o: $(ARBHOME)/INCLUDE/item_sel_list.h |
---|
417 | MG_species.o: $(ARBHOME)/INCLUDE/items.h |
---|
418 | MG_species.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
419 | MG_species.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
420 | MG_species.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
421 | MG_species.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
422 | MG_species.o: $(ARBHOME)/INCLUDE/xfergui.h |
---|
423 | MG_species.o: $(ARBHOME)/INCLUDE/xferset.h |
---|
424 | |
---|
425 | MG_trees.o: merge.hxx |
---|
426 | MG_trees.o: mg_merge.hxx |
---|
427 | MG_trees.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
428 | MG_trees.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
429 | MG_trees.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
430 | MG_trees.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
431 | MG_trees.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
432 | MG_trees.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
433 | MG_trees.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
434 | MG_trees.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
435 | MG_trees.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
436 | MG_trees.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
437 | MG_trees.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
438 | MG_trees.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
439 | MG_trees.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
440 | MG_trees.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
441 | MG_trees.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
442 | MG_trees.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
443 | MG_trees.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
444 | MG_trees.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
445 | MG_trees.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
446 | MG_trees.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
447 | MG_trees.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
448 | MG_trees.o: $(ARBHOME)/INCLUDE/cb.h |
---|
449 | MG_trees.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
450 | MG_trees.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
451 | MG_trees.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
452 | MG_trees.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
453 | MG_trees.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
454 | MG_trees.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
455 | MG_trees.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
456 | MG_trees.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
457 | MG_trees.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
458 | MG_trees.o: $(ARBHOME)/INCLUDE/TreeAdmin.h |
---|
459 | MG_trees.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|