source: tags/ms_r16q3/MERGE/Makefile

Last change on this file was 15176, checked in by westram, 8 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 18.6 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_sel_boxes.hxx
164MG_configs.o: $(ARBHOME)/INCLUDE/cb.h
165MG_configs.o: $(ARBHOME)/INCLUDE/cb_base.h
166MG_configs.o: $(ARBHOME)/INCLUDE/cbtypes.h
167MG_configs.o: $(ARBHOME)/INCLUDE/cxxforward.h
168MG_configs.o: $(ARBHOME)/INCLUDE/dupstr.h
169MG_configs.o: $(ARBHOME)/INCLUDE/gccver.h
170MG_configs.o: $(ARBHOME)/INCLUDE/smartptr.h
171MG_configs.o: $(ARBHOME)/INCLUDE/static_assert.h
172MG_configs.o: $(ARBHOME)/INCLUDE/test_global.h
173MG_configs.o: $(ARBHOME)/INCLUDE/ttypes.h
174
175MG_extendeds.o: merge.hxx
176MG_extendeds.o: mg_merge.hxx
177MG_extendeds.o: $(ARBHOME)/INCLUDE/ad_prot.h
178MG_extendeds.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
179MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_assert.h
180MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_core.h
181MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_error.h
182MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_mem.h
183MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_msg.h
184MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_string.h
185MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdb.h
186MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdb_base.h
187MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdbt.h
188MG_extendeds.o: $(ARBHOME)/INCLUDE/arbtools.h
189MG_extendeds.o: $(ARBHOME)/INCLUDE/attributes.h
190MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
191MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_base.hxx
192MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
193MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
194MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_root.hxx
195MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_window.hxx
196MG_extendeds.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
197MG_extendeds.o: $(ARBHOME)/INCLUDE/cb.h
198MG_extendeds.o: $(ARBHOME)/INCLUDE/cb_base.h
199MG_extendeds.o: $(ARBHOME)/INCLUDE/cbtypes.h
200MG_extendeds.o: $(ARBHOME)/INCLUDE/cxxforward.h
201MG_extendeds.o: $(ARBHOME)/INCLUDE/db_scanner.hxx
202MG_extendeds.o: $(ARBHOME)/INCLUDE/downcast.h
203MG_extendeds.o: $(ARBHOME)/INCLUDE/dupstr.h
204MG_extendeds.o: $(ARBHOME)/INCLUDE/gccver.h
205MG_extendeds.o: $(ARBHOME)/INCLUDE/items.h
206MG_extendeds.o: $(ARBHOME)/INCLUDE/smartptr.h
207MG_extendeds.o: $(ARBHOME)/INCLUDE/static_assert.h
208MG_extendeds.o: $(ARBHOME)/INCLUDE/test_global.h
209MG_extendeds.o: $(ARBHOME)/INCLUDE/ttypes.h
210
211MG_gene_species.o: merge.hxx
212MG_gene_species.o: mg_merge.hxx
213MG_gene_species.o: $(ARBHOME)/INCLUDE/ad_prot.h
214MG_gene_species.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
215MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_assert.h
216MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_core.h
217MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_error.h
218MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_mem.h
219MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_msg.h
220MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_str.h
221MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_string.h
222MG_gene_species.o: $(ARBHOME)/INCLUDE/arbdb.h
223MG_gene_species.o: $(ARBHOME)/INCLUDE/arbdb_base.h
224MG_gene_species.o: $(ARBHOME)/INCLUDE/arbdbt.h
225MG_gene_species.o: $(ARBHOME)/INCLUDE/arbtools.h
226MG_gene_species.o: $(ARBHOME)/INCLUDE/attributes.h
227MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
228MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_base.hxx
229MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
230MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
231MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_root.hxx
232MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
233MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_select.hxx
234MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_window.hxx
235MG_gene_species.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
236MG_gene_species.o: $(ARBHOME)/INCLUDE/cb.h
237MG_gene_species.o: $(ARBHOME)/INCLUDE/cb_base.h
238MG_gene_species.o: $(ARBHOME)/INCLUDE/cbtypes.h
239MG_gene_species.o: $(ARBHOME)/INCLUDE/cxxforward.h
240MG_gene_species.o: $(ARBHOME)/INCLUDE/downcast.h
241MG_gene_species.o: $(ARBHOME)/INCLUDE/dupstr.h
242MG_gene_species.o: $(ARBHOME)/INCLUDE/gccver.h
243MG_gene_species.o: $(ARBHOME)/INCLUDE/smartptr.h
244MG_gene_species.o: $(ARBHOME)/INCLUDE/static_assert.h
245MG_gene_species.o: $(ARBHOME)/INCLUDE/test_global.h
246MG_gene_species.o: $(ARBHOME)/INCLUDE/ttypes.h
247
248MG_main.o: merge.hxx
249MG_main.o: mg_merge.hxx
250MG_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
251MG_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
252MG_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
253MG_main.o: $(ARBHOME)/INCLUDE/arb_core.h
254MG_main.o: $(ARBHOME)/INCLUDE/arb_error.h
255MG_main.o: $(ARBHOME)/INCLUDE/arb_file.h
256MG_main.o: $(ARBHOME)/INCLUDE/arb_mem.h
257MG_main.o: $(ARBHOME)/INCLUDE/arb_msg.h
258MG_main.o: $(ARBHOME)/INCLUDE/arb_progress.h
259MG_main.o: $(ARBHOME)/INCLUDE/arb_string.h
260MG_main.o: $(ARBHOME)/INCLUDE/arbdb.h
261MG_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
262MG_main.o: $(ARBHOME)/INCLUDE/arbdbt.h
263MG_main.o: $(ARBHOME)/INCLUDE/arbtools.h
264MG_main.o: $(ARBHOME)/INCLUDE/attributes.h
265MG_main.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
266MG_main.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
267MG_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
268MG_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx
269MG_main.o: $(ARBHOME)/INCLUDE/aw_file.hxx
270MG_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
271MG_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
272MG_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
273MG_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
274MG_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx
275MG_main.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
276MG_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
277MG_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
278MG_main.o: $(ARBHOME)/INCLUDE/awt.hxx
279MG_main.o: $(ARBHOME)/INCLUDE/awt_misc.hxx
280MG_main.o: $(ARBHOME)/INCLUDE/cb.h
281MG_main.o: $(ARBHOME)/INCLUDE/cb_base.h
282MG_main.o: $(ARBHOME)/INCLUDE/cbtypes.h
283MG_main.o: $(ARBHOME)/INCLUDE/cxxforward.h
284MG_main.o: $(ARBHOME)/INCLUDE/downcast.h
285MG_main.o: $(ARBHOME)/INCLUDE/dupstr.h
286MG_main.o: $(ARBHOME)/INCLUDE/gccver.h
287MG_main.o: $(ARBHOME)/INCLUDE/macros.hxx
288MG_main.o: $(ARBHOME)/INCLUDE/smartptr.h
289MG_main.o: $(ARBHOME)/INCLUDE/static_assert.h
290MG_main.o: $(ARBHOME)/INCLUDE/test_global.h
291MG_main.o: $(ARBHOME)/INCLUDE/ttypes.h
292
293MG_names.o: merge.hxx
294MG_names.o: mg_merge.hxx
295MG_names.o: $(ARBHOME)/INCLUDE/ad_prot.h
296MG_names.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
297MG_names.o: $(ARBHOME)/INCLUDE/arb_assert.h
298MG_names.o: $(ARBHOME)/INCLUDE/arb_core.h
299MG_names.o: $(ARBHOME)/INCLUDE/arb_error.h
300MG_names.o: $(ARBHOME)/INCLUDE/arb_mem.h
301MG_names.o: $(ARBHOME)/INCLUDE/arb_msg.h
302MG_names.o: $(ARBHOME)/INCLUDE/arb_progress.h
303MG_names.o: $(ARBHOME)/INCLUDE/arb_string.h
304MG_names.o: $(ARBHOME)/INCLUDE/arbdb.h
305MG_names.o: $(ARBHOME)/INCLUDE/arbdb_base.h
306MG_names.o: $(ARBHOME)/INCLUDE/arbdbt.h
307MG_names.o: $(ARBHOME)/INCLUDE/arbtools.h
308MG_names.o: $(ARBHOME)/INCLUDE/attributes.h
309MG_names.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
310MG_names.o: $(ARBHOME)/INCLUDE/aw_base.hxx
311MG_names.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
312MG_names.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
313MG_names.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
314MG_names.o: $(ARBHOME)/INCLUDE/aw_root.hxx
315MG_names.o: $(ARBHOME)/INCLUDE/aw_window.hxx
316MG_names.o: $(ARBHOME)/INCLUDE/cb.h
317MG_names.o: $(ARBHOME)/INCLUDE/cb_base.h
318MG_names.o: $(ARBHOME)/INCLUDE/cbtypes.h
319MG_names.o: $(ARBHOME)/INCLUDE/cxxforward.h
320MG_names.o: $(ARBHOME)/INCLUDE/downcast.h
321MG_names.o: $(ARBHOME)/INCLUDE/dupstr.h
322MG_names.o: $(ARBHOME)/INCLUDE/gccver.h
323MG_names.o: $(ARBHOME)/INCLUDE/smartptr.h
324MG_names.o: $(ARBHOME)/INCLUDE/static_assert.h
325MG_names.o: $(ARBHOME)/INCLUDE/test_global.h
326MG_names.o: $(ARBHOME)/INCLUDE/ttypes.h
327
328MG_preserves.o: merge.hxx
329MG_preserves.o: MG_adapt_ali.hxx
330MG_preserves.o: mg_merge.hxx
331MG_preserves.o: $(ARBHOME)/INCLUDE/ad_prot.h
332MG_preserves.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
333MG_preserves.o: $(ARBHOME)/INCLUDE/arb_assert.h
334MG_preserves.o: $(ARBHOME)/INCLUDE/arb_core.h
335MG_preserves.o: $(ARBHOME)/INCLUDE/arb_error.h
336MG_preserves.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
337MG_preserves.o: $(ARBHOME)/INCLUDE/arb_mem.h
338MG_preserves.o: $(ARBHOME)/INCLUDE/arb_msg.h
339MG_preserves.o: $(ARBHOME)/INCLUDE/arb_progress.h
340MG_preserves.o: $(ARBHOME)/INCLUDE/arb_strarray.h
341MG_preserves.o: $(ARBHOME)/INCLUDE/arb_string.h
342MG_preserves.o: $(ARBHOME)/INCLUDE/arbdb.h
343MG_preserves.o: $(ARBHOME)/INCLUDE/arbdb_base.h
344MG_preserves.o: $(ARBHOME)/INCLUDE/arbdbt.h
345MG_preserves.o: $(ARBHOME)/INCLUDE/arbtools.h
346MG_preserves.o: $(ARBHOME)/INCLUDE/attributes.h
347MG_preserves.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
348MG_preserves.o: $(ARBHOME)/INCLUDE/aw_base.hxx
349MG_preserves.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
350MG_preserves.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
351MG_preserves.o: $(ARBHOME)/INCLUDE/aw_root.hxx
352MG_preserves.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
353MG_preserves.o: $(ARBHOME)/INCLUDE/aw_select.hxx
354MG_preserves.o: $(ARBHOME)/INCLUDE/aw_window.hxx
355MG_preserves.o: $(ARBHOME)/INCLUDE/cb.h
356MG_preserves.o: $(ARBHOME)/INCLUDE/cb_base.h
357MG_preserves.o: $(ARBHOME)/INCLUDE/cbtypes.h
358MG_preserves.o: $(ARBHOME)/INCLUDE/cxxforward.h
359MG_preserves.o: $(ARBHOME)/INCLUDE/downcast.h
360MG_preserves.o: $(ARBHOME)/INCLUDE/dupstr.h
361MG_preserves.o: $(ARBHOME)/INCLUDE/gccver.h
362MG_preserves.o: $(ARBHOME)/INCLUDE/smartptr.h
363MG_preserves.o: $(ARBHOME)/INCLUDE/static_assert.h
364MG_preserves.o: $(ARBHOME)/INCLUDE/test_global.h
365MG_preserves.o: $(ARBHOME)/INCLUDE/ttypes.h
366
367MG_species.o: merge.hxx
368MG_species.o: MG_adapt_ali.hxx
369MG_species.o: mg_merge.hxx
370MG_species.o: $(ARBHOME)/INCLUDE/ad_prot.h
371MG_species.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
372MG_species.o: $(ARBHOME)/INCLUDE/arb_assert.h
373MG_species.o: $(ARBHOME)/INCLUDE/arb_core.h
374MG_species.o: $(ARBHOME)/INCLUDE/arb_error.h
375MG_species.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
376MG_species.o: $(ARBHOME)/INCLUDE/arb_mem.h
377MG_species.o: $(ARBHOME)/INCLUDE/arb_msg.h
378MG_species.o: $(ARBHOME)/INCLUDE/arb_progress.h
379MG_species.o: $(ARBHOME)/INCLUDE/arb_str.h
380MG_species.o: $(ARBHOME)/INCLUDE/arb_strarray.h
381MG_species.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
382MG_species.o: $(ARBHOME)/INCLUDE/arb_string.h
383MG_species.o: $(ARBHOME)/INCLUDE/arbdb.h
384MG_species.o: $(ARBHOME)/INCLUDE/arbdb_base.h
385MG_species.o: $(ARBHOME)/INCLUDE/arbdbt.h
386MG_species.o: $(ARBHOME)/INCLUDE/arbtools.h
387MG_species.o: $(ARBHOME)/INCLUDE/attributes.h
388MG_species.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
389MG_species.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
390MG_species.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
391MG_species.o: $(ARBHOME)/INCLUDE/aw_base.hxx
392MG_species.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
393MG_species.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
394MG_species.o: $(ARBHOME)/INCLUDE/aw_question.hxx
395MG_species.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
396MG_species.o: $(ARBHOME)/INCLUDE/aw_root.hxx
397MG_species.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
398MG_species.o: $(ARBHOME)/INCLUDE/aw_select.hxx
399MG_species.o: $(ARBHOME)/INCLUDE/aw_window.hxx
400MG_species.o: $(ARBHOME)/INCLUDE/cb.h
401MG_species.o: $(ARBHOME)/INCLUDE/cb_base.h
402MG_species.o: $(ARBHOME)/INCLUDE/cbtypes.h
403MG_species.o: $(ARBHOME)/INCLUDE/cxxforward.h
404MG_species.o: $(ARBHOME)/INCLUDE/db_query.h
405MG_species.o: $(ARBHOME)/INCLUDE/db_scanner.hxx
406MG_species.o: $(ARBHOME)/INCLUDE/downcast.h
407MG_species.o: $(ARBHOME)/INCLUDE/dupstr.h
408MG_species.o: $(ARBHOME)/INCLUDE/gccver.h
409MG_species.o: $(ARBHOME)/INCLUDE/item_sel_list.h
410MG_species.o: $(ARBHOME)/INCLUDE/items.h
411MG_species.o: $(ARBHOME)/INCLUDE/smartptr.h
412MG_species.o: $(ARBHOME)/INCLUDE/static_assert.h
413MG_species.o: $(ARBHOME)/INCLUDE/test_global.h
414MG_species.o: $(ARBHOME)/INCLUDE/ttypes.h
415
416MG_trees.o: merge.hxx
417MG_trees.o: mg_merge.hxx
418MG_trees.o: $(ARBHOME)/INCLUDE/ad_prot.h
419MG_trees.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
420MG_trees.o: $(ARBHOME)/INCLUDE/arb_assert.h
421MG_trees.o: $(ARBHOME)/INCLUDE/arb_core.h
422MG_trees.o: $(ARBHOME)/INCLUDE/arb_error.h
423MG_trees.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
424MG_trees.o: $(ARBHOME)/INCLUDE/arb_mem.h
425MG_trees.o: $(ARBHOME)/INCLUDE/arb_msg.h
426MG_trees.o: $(ARBHOME)/INCLUDE/arb_string.h
427MG_trees.o: $(ARBHOME)/INCLUDE/arbdb.h
428MG_trees.o: $(ARBHOME)/INCLUDE/arbdb_base.h
429MG_trees.o: $(ARBHOME)/INCLUDE/arbdbt.h
430MG_trees.o: $(ARBHOME)/INCLUDE/arbtools.h
431MG_trees.o: $(ARBHOME)/INCLUDE/attributes.h
432MG_trees.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
433MG_trees.o: $(ARBHOME)/INCLUDE/aw_base.hxx
434MG_trees.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
435MG_trees.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
436MG_trees.o: $(ARBHOME)/INCLUDE/aw_root.hxx
437MG_trees.o: $(ARBHOME)/INCLUDE/aw_window.hxx
438MG_trees.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
439MG_trees.o: $(ARBHOME)/INCLUDE/cb.h
440MG_trees.o: $(ARBHOME)/INCLUDE/cb_base.h
441MG_trees.o: $(ARBHOME)/INCLUDE/cbtypes.h
442MG_trees.o: $(ARBHOME)/INCLUDE/cxxforward.h
443MG_trees.o: $(ARBHOME)/INCLUDE/downcast.h
444MG_trees.o: $(ARBHOME)/INCLUDE/dupstr.h
445MG_trees.o: $(ARBHOME)/INCLUDE/gccver.h
446MG_trees.o: $(ARBHOME)/INCLUDE/smartptr.h
447MG_trees.o: $(ARBHOME)/INCLUDE/static_assert.h
448MG_trees.o: $(ARBHOME)/INCLUDE/test_global.h
449MG_trees.o: $(ARBHOME)/INCLUDE/TreeAdmin.h
450MG_trees.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.