source: tags/arb-6.0.3/MERGE/Makefile

Last change on this file was 11034, checked in by westram, 11 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 18.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_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/arb_assert.h
70MG_alignment.o: $(ARBHOME)/INCLUDE/arb_core.h
71MG_alignment.o: $(ARBHOME)/INCLUDE/arb_error.h
72MG_alignment.o: $(ARBHOME)/INCLUDE/arb_msg.h
73MG_alignment.o: $(ARBHOME)/INCLUDE/arb_strarray.h
74MG_alignment.o: $(ARBHOME)/INCLUDE/arb_string.h
75MG_alignment.o: $(ARBHOME)/INCLUDE/arbdb.h
76MG_alignment.o: $(ARBHOME)/INCLUDE/arbdb_base.h
77MG_alignment.o: $(ARBHOME)/INCLUDE/arbdbt.h
78MG_alignment.o: $(ARBHOME)/INCLUDE/arbtools.h
79MG_alignment.o: $(ARBHOME)/INCLUDE/attributes.h
80MG_alignment.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
81MG_alignment.o: $(ARBHOME)/INCLUDE/aw_base.hxx
82MG_alignment.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
83MG_alignment.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
84MG_alignment.o: $(ARBHOME)/INCLUDE/aw_question.hxx
85MG_alignment.o: $(ARBHOME)/INCLUDE/aw_root.hxx
86MG_alignment.o: $(ARBHOME)/INCLUDE/aw_window.hxx
87MG_alignment.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
88MG_alignment.o: $(ARBHOME)/INCLUDE/cb.h
89MG_alignment.o: $(ARBHOME)/INCLUDE/cb_base.h
90MG_alignment.o: $(ARBHOME)/INCLUDE/cbtypes.h
91MG_alignment.o: $(ARBHOME)/INCLUDE/cxxforward.h
92MG_alignment.o: $(ARBHOME)/INCLUDE/downcast.h
93MG_alignment.o: $(ARBHOME)/INCLUDE/dupstr.h
94MG_alignment.o: $(ARBHOME)/INCLUDE/gccver.h
95MG_alignment.o: $(ARBHOME)/INCLUDE/smartptr.h
96MG_alignment.o: $(ARBHOME)/INCLUDE/static_assert.h
97MG_alignment.o: $(ARBHOME)/INCLUDE/test_global.h
98MG_alignment.o: $(ARBHOME)/INCLUDE/ttypes.h
99
100MG_checkfield.o: merge.hxx
101MG_checkfield.o: mg_merge.hxx
102MG_checkfield.o: $(ARBHOME)/INCLUDE/ad_prot.h
103MG_checkfield.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
104MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_assert.h
105MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_core.h
106MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_error.h
107MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_msg.h
108MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_progress.h
109MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
110MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_string.h
111MG_checkfield.o: $(ARBHOME)/INCLUDE/arbdb.h
112MG_checkfield.o: $(ARBHOME)/INCLUDE/arbdb_base.h
113MG_checkfield.o: $(ARBHOME)/INCLUDE/arbdbt.h
114MG_checkfield.o: $(ARBHOME)/INCLUDE/arbtools.h
115MG_checkfield.o: $(ARBHOME)/INCLUDE/attributes.h
116MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
117MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_base.hxx
118MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
119MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
120MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_root.hxx
121MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
122MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_select.hxx
123MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_window.hxx
124MG_checkfield.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
125MG_checkfield.o: $(ARBHOME)/INCLUDE/cb.h
126MG_checkfield.o: $(ARBHOME)/INCLUDE/cb_base.h
127MG_checkfield.o: $(ARBHOME)/INCLUDE/cbtypes.h
128MG_checkfield.o: $(ARBHOME)/INCLUDE/cxxforward.h
129MG_checkfield.o: $(ARBHOME)/INCLUDE/downcast.h
130MG_checkfield.o: $(ARBHOME)/INCLUDE/dupstr.h
131MG_checkfield.o: $(ARBHOME)/INCLUDE/gccver.h
132MG_checkfield.o: $(ARBHOME)/INCLUDE/item_sel_list.h
133MG_checkfield.o: $(ARBHOME)/INCLUDE/items.h
134MG_checkfield.o: $(ARBHOME)/INCLUDE/smartptr.h
135MG_checkfield.o: $(ARBHOME)/INCLUDE/static_assert.h
136MG_checkfield.o: $(ARBHOME)/INCLUDE/test_global.h
137MG_checkfield.o: $(ARBHOME)/INCLUDE/ttypes.h
138
139MG_configs.o: merge.hxx
140MG_configs.o: mg_merge.hxx
141MG_configs.o: $(ARBHOME)/INCLUDE/ad_config.h
142MG_configs.o: $(ARBHOME)/INCLUDE/ad_prot.h
143MG_configs.o: $(ARBHOME)/INCLUDE/arb_assert.h
144MG_configs.o: $(ARBHOME)/INCLUDE/arb_core.h
145MG_configs.o: $(ARBHOME)/INCLUDE/arb_error.h
146MG_configs.o: $(ARBHOME)/INCLUDE/arb_msg.h
147MG_configs.o: $(ARBHOME)/INCLUDE/arb_string.h
148MG_configs.o: $(ARBHOME)/INCLUDE/arbdb.h
149MG_configs.o: $(ARBHOME)/INCLUDE/arbdb_base.h
150MG_configs.o: $(ARBHOME)/INCLUDE/arbtools.h
151MG_configs.o: $(ARBHOME)/INCLUDE/attributes.h
152MG_configs.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
153MG_configs.o: $(ARBHOME)/INCLUDE/aw_base.hxx
154MG_configs.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
155MG_configs.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
156MG_configs.o: $(ARBHOME)/INCLUDE/aw_root.hxx
157MG_configs.o: $(ARBHOME)/INCLUDE/aw_window.hxx
158MG_configs.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
159MG_configs.o: $(ARBHOME)/INCLUDE/cb.h
160MG_configs.o: $(ARBHOME)/INCLUDE/cb_base.h
161MG_configs.o: $(ARBHOME)/INCLUDE/cbtypes.h
162MG_configs.o: $(ARBHOME)/INCLUDE/cxxforward.h
163MG_configs.o: $(ARBHOME)/INCLUDE/dupstr.h
164MG_configs.o: $(ARBHOME)/INCLUDE/gccver.h
165MG_configs.o: $(ARBHOME)/INCLUDE/smartptr.h
166MG_configs.o: $(ARBHOME)/INCLUDE/static_assert.h
167MG_configs.o: $(ARBHOME)/INCLUDE/test_global.h
168MG_configs.o: $(ARBHOME)/INCLUDE/ttypes.h
169
170MG_extendeds.o: merge.hxx
171MG_extendeds.o: mg_merge.hxx
172MG_extendeds.o: $(ARBHOME)/INCLUDE/ad_prot.h
173MG_extendeds.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
174MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_assert.h
175MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_core.h
176MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_error.h
177MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_msg.h
178MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_string.h
179MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdb.h
180MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdb_base.h
181MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdbt.h
182MG_extendeds.o: $(ARBHOME)/INCLUDE/arbtools.h
183MG_extendeds.o: $(ARBHOME)/INCLUDE/attributes.h
184MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
185MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_base.hxx
186MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
187MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
188MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_root.hxx
189MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_window.hxx
190MG_extendeds.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
191MG_extendeds.o: $(ARBHOME)/INCLUDE/cb.h
192MG_extendeds.o: $(ARBHOME)/INCLUDE/cb_base.h
193MG_extendeds.o: $(ARBHOME)/INCLUDE/cbtypes.h
194MG_extendeds.o: $(ARBHOME)/INCLUDE/cxxforward.h
195MG_extendeds.o: $(ARBHOME)/INCLUDE/db_scanner.hxx
196MG_extendeds.o: $(ARBHOME)/INCLUDE/downcast.h
197MG_extendeds.o: $(ARBHOME)/INCLUDE/dupstr.h
198MG_extendeds.o: $(ARBHOME)/INCLUDE/gccver.h
199MG_extendeds.o: $(ARBHOME)/INCLUDE/items.h
200MG_extendeds.o: $(ARBHOME)/INCLUDE/smartptr.h
201MG_extendeds.o: $(ARBHOME)/INCLUDE/static_assert.h
202MG_extendeds.o: $(ARBHOME)/INCLUDE/test_global.h
203MG_extendeds.o: $(ARBHOME)/INCLUDE/ttypes.h
204
205MG_gene_species.o: merge.hxx
206MG_gene_species.o: mg_merge.hxx
207MG_gene_species.o: $(ARBHOME)/INCLUDE/ad_prot.h
208MG_gene_species.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
209MG_gene_species.o: $(ARBHOME)/INCLUDE/adGene.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_preset.hxx
266MG_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx
267MG_main.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
268MG_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
269MG_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
270MG_main.o: $(ARBHOME)/INCLUDE/awt.hxx
271MG_main.o: $(ARBHOME)/INCLUDE/cb.h
272MG_main.o: $(ARBHOME)/INCLUDE/cb_base.h
273MG_main.o: $(ARBHOME)/INCLUDE/cbtypes.h
274MG_main.o: $(ARBHOME)/INCLUDE/cxxforward.h
275MG_main.o: $(ARBHOME)/INCLUDE/downcast.h
276MG_main.o: $(ARBHOME)/INCLUDE/dupstr.h
277MG_main.o: $(ARBHOME)/INCLUDE/gccver.h
278MG_main.o: $(ARBHOME)/INCLUDE/macros.hxx
279MG_main.o: $(ARBHOME)/INCLUDE/smartptr.h
280MG_main.o: $(ARBHOME)/INCLUDE/static_assert.h
281MG_main.o: $(ARBHOME)/INCLUDE/test_global.h
282MG_main.o: $(ARBHOME)/INCLUDE/ttypes.h
283
284MG_names.o: merge.hxx
285MG_names.o: mg_merge.hxx
286MG_names.o: $(ARBHOME)/INCLUDE/ad_prot.h
287MG_names.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
288MG_names.o: $(ARBHOME)/INCLUDE/arb_assert.h
289MG_names.o: $(ARBHOME)/INCLUDE/arb_core.h
290MG_names.o: $(ARBHOME)/INCLUDE/arb_error.h
291MG_names.o: $(ARBHOME)/INCLUDE/arb_msg.h
292MG_names.o: $(ARBHOME)/INCLUDE/arb_progress.h
293MG_names.o: $(ARBHOME)/INCLUDE/arb_string.h
294MG_names.o: $(ARBHOME)/INCLUDE/arbdb.h
295MG_names.o: $(ARBHOME)/INCLUDE/arbdb_base.h
296MG_names.o: $(ARBHOME)/INCLUDE/arbdbt.h
297MG_names.o: $(ARBHOME)/INCLUDE/arbtools.h
298MG_names.o: $(ARBHOME)/INCLUDE/attributes.h
299MG_names.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
300MG_names.o: $(ARBHOME)/INCLUDE/aw_base.hxx
301MG_names.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
302MG_names.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
303MG_names.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
304MG_names.o: $(ARBHOME)/INCLUDE/aw_root.hxx
305MG_names.o: $(ARBHOME)/INCLUDE/aw_window.hxx
306MG_names.o: $(ARBHOME)/INCLUDE/cb.h
307MG_names.o: $(ARBHOME)/INCLUDE/cb_base.h
308MG_names.o: $(ARBHOME)/INCLUDE/cbtypes.h
309MG_names.o: $(ARBHOME)/INCLUDE/cxxforward.h
310MG_names.o: $(ARBHOME)/INCLUDE/downcast.h
311MG_names.o: $(ARBHOME)/INCLUDE/dupstr.h
312MG_names.o: $(ARBHOME)/INCLUDE/gccver.h
313MG_names.o: $(ARBHOME)/INCLUDE/smartptr.h
314MG_names.o: $(ARBHOME)/INCLUDE/static_assert.h
315MG_names.o: $(ARBHOME)/INCLUDE/test_global.h
316MG_names.o: $(ARBHOME)/INCLUDE/ttypes.h
317
318MG_preserves.o: merge.hxx
319MG_preserves.o: MG_adapt_ali.hxx
320MG_preserves.o: mg_merge.hxx
321MG_preserves.o: $(ARBHOME)/INCLUDE/ad_prot.h
322MG_preserves.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
323MG_preserves.o: $(ARBHOME)/INCLUDE/arb_assert.h
324MG_preserves.o: $(ARBHOME)/INCLUDE/arb_core.h
325MG_preserves.o: $(ARBHOME)/INCLUDE/arb_error.h
326MG_preserves.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
327MG_preserves.o: $(ARBHOME)/INCLUDE/arb_msg.h
328MG_preserves.o: $(ARBHOME)/INCLUDE/arb_progress.h
329MG_preserves.o: $(ARBHOME)/INCLUDE/arb_strarray.h
330MG_preserves.o: $(ARBHOME)/INCLUDE/arb_string.h
331MG_preserves.o: $(ARBHOME)/INCLUDE/arbdb.h
332MG_preserves.o: $(ARBHOME)/INCLUDE/arbdb_base.h
333MG_preserves.o: $(ARBHOME)/INCLUDE/arbdbt.h
334MG_preserves.o: $(ARBHOME)/INCLUDE/arbtools.h
335MG_preserves.o: $(ARBHOME)/INCLUDE/attributes.h
336MG_preserves.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
337MG_preserves.o: $(ARBHOME)/INCLUDE/aw_base.hxx
338MG_preserves.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
339MG_preserves.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
340MG_preserves.o: $(ARBHOME)/INCLUDE/aw_root.hxx
341MG_preserves.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
342MG_preserves.o: $(ARBHOME)/INCLUDE/aw_select.hxx
343MG_preserves.o: $(ARBHOME)/INCLUDE/aw_window.hxx
344MG_preserves.o: $(ARBHOME)/INCLUDE/cb.h
345MG_preserves.o: $(ARBHOME)/INCLUDE/cb_base.h
346MG_preserves.o: $(ARBHOME)/INCLUDE/cbtypes.h
347MG_preserves.o: $(ARBHOME)/INCLUDE/cxxforward.h
348MG_preserves.o: $(ARBHOME)/INCLUDE/downcast.h
349MG_preserves.o: $(ARBHOME)/INCLUDE/dupstr.h
350MG_preserves.o: $(ARBHOME)/INCLUDE/gccver.h
351MG_preserves.o: $(ARBHOME)/INCLUDE/smartptr.h
352MG_preserves.o: $(ARBHOME)/INCLUDE/static_assert.h
353MG_preserves.o: $(ARBHOME)/INCLUDE/test_global.h
354MG_preserves.o: $(ARBHOME)/INCLUDE/ttypes.h
355
356MG_species.o: merge.hxx
357MG_species.o: MG_adapt_ali.hxx
358MG_species.o: mg_merge.hxx
359MG_species.o: $(ARBHOME)/INCLUDE/ad_prot.h
360MG_species.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
361MG_species.o: $(ARBHOME)/INCLUDE/arb_assert.h
362MG_species.o: $(ARBHOME)/INCLUDE/arb_core.h
363MG_species.o: $(ARBHOME)/INCLUDE/arb_error.h
364MG_species.o: $(ARBHOME)/INCLUDE/arb_msg.h
365MG_species.o: $(ARBHOME)/INCLUDE/arb_progress.h
366MG_species.o: $(ARBHOME)/INCLUDE/arb_str.h
367MG_species.o: $(ARBHOME)/INCLUDE/arb_strarray.h
368MG_species.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
369MG_species.o: $(ARBHOME)/INCLUDE/arb_string.h
370MG_species.o: $(ARBHOME)/INCLUDE/arbdb.h
371MG_species.o: $(ARBHOME)/INCLUDE/arbdb_base.h
372MG_species.o: $(ARBHOME)/INCLUDE/arbdbt.h
373MG_species.o: $(ARBHOME)/INCLUDE/arbtools.h
374MG_species.o: $(ARBHOME)/INCLUDE/attributes.h
375MG_species.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
376MG_species.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
377MG_species.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
378MG_species.o: $(ARBHOME)/INCLUDE/aw_base.hxx
379MG_species.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
380MG_species.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
381MG_species.o: $(ARBHOME)/INCLUDE/aw_question.hxx
382MG_species.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
383MG_species.o: $(ARBHOME)/INCLUDE/aw_root.hxx
384MG_species.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
385MG_species.o: $(ARBHOME)/INCLUDE/aw_select.hxx
386MG_species.o: $(ARBHOME)/INCLUDE/aw_window.hxx
387MG_species.o: $(ARBHOME)/INCLUDE/cb.h
388MG_species.o: $(ARBHOME)/INCLUDE/cb_base.h
389MG_species.o: $(ARBHOME)/INCLUDE/cbtypes.h
390MG_species.o: $(ARBHOME)/INCLUDE/cxxforward.h
391MG_species.o: $(ARBHOME)/INCLUDE/db_query.h
392MG_species.o: $(ARBHOME)/INCLUDE/db_scanner.hxx
393MG_species.o: $(ARBHOME)/INCLUDE/downcast.h
394MG_species.o: $(ARBHOME)/INCLUDE/dupstr.h
395MG_species.o: $(ARBHOME)/INCLUDE/gccver.h
396MG_species.o: $(ARBHOME)/INCLUDE/item_sel_list.h
397MG_species.o: $(ARBHOME)/INCLUDE/items.h
398MG_species.o: $(ARBHOME)/INCLUDE/smartptr.h
399MG_species.o: $(ARBHOME)/INCLUDE/static_assert.h
400MG_species.o: $(ARBHOME)/INCLUDE/test_global.h
401MG_species.o: $(ARBHOME)/INCLUDE/ttypes.h
402
403MG_trees.o: merge.hxx
404MG_trees.o: mg_merge.hxx
405MG_trees.o: $(ARBHOME)/INCLUDE/ad_prot.h
406MG_trees.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
407MG_trees.o: $(ARBHOME)/INCLUDE/arb_assert.h
408MG_trees.o: $(ARBHOME)/INCLUDE/arb_core.h
409MG_trees.o: $(ARBHOME)/INCLUDE/arb_error.h
410MG_trees.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
411MG_trees.o: $(ARBHOME)/INCLUDE/arb_msg.h
412MG_trees.o: $(ARBHOME)/INCLUDE/arb_string.h
413MG_trees.o: $(ARBHOME)/INCLUDE/arbdb.h
414MG_trees.o: $(ARBHOME)/INCLUDE/arbdb_base.h
415MG_trees.o: $(ARBHOME)/INCLUDE/arbdbt.h
416MG_trees.o: $(ARBHOME)/INCLUDE/arbtools.h
417MG_trees.o: $(ARBHOME)/INCLUDE/attributes.h
418MG_trees.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
419MG_trees.o: $(ARBHOME)/INCLUDE/aw_base.hxx
420MG_trees.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
421MG_trees.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
422MG_trees.o: $(ARBHOME)/INCLUDE/aw_root.hxx
423MG_trees.o: $(ARBHOME)/INCLUDE/aw_window.hxx
424MG_trees.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
425MG_trees.o: $(ARBHOME)/INCLUDE/cb.h
426MG_trees.o: $(ARBHOME)/INCLUDE/cb_base.h
427MG_trees.o: $(ARBHOME)/INCLUDE/cbtypes.h
428MG_trees.o: $(ARBHOME)/INCLUDE/cxxforward.h
429MG_trees.o: $(ARBHOME)/INCLUDE/downcast.h
430MG_trees.o: $(ARBHOME)/INCLUDE/dupstr.h
431MG_trees.o: $(ARBHOME)/INCLUDE/gccver.h
432MG_trees.o: $(ARBHOME)/INCLUDE/smartptr.h
433MG_trees.o: $(ARBHOME)/INCLUDE/static_assert.h
434MG_trees.o: $(ARBHOME)/INCLUDE/test_global.h
435MG_trees.o: $(ARBHOME)/INCLUDE/TreeAdmin.h
436MG_trees.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.