source: trunk/MERGE/Makefile

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