source: tags/ms_r17q3/MERGE/Makefile

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