source: tags/ms_ra2q56/MERGE/Makefile

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