source: tags/ms_r16q2/MERGE/Makefile

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