# for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt
.SUFFIXES: .o .cxx .depend

SOURCES=$(wildcard *.cxx)
CPP_OBJECTS=$(subst .cxx,.o,$(SOURCES))

$(MAIN): $(CPP_OBJECTS)
	$(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)

.cxx.o:
	$(A_CXX) $(cflags) $(cxxflags) -c $<  $(CXX_INCLUDES) $(POST_COMPILE) $<

clean:
	rm -f $(CPP_OBJECTS) *.a

proto:
	../AISC_MKPTPS/aisc_mkpt -P -G -F ^MERGE_ -c "Merge tool external interface" -w mg_merge.hxx $(SOURCES) >mg_merge.hxx.tmp
	../SOURCE_TOOLS/mv_if_diff mg_merge.hxx.tmp mg_merge.hxx

DEPENDS = $(CPP_OBJECTS:.o=.depend)
depends: $(DEPENDS)
	@cat $(DEPENDS) | grep -v '^#' >>Makefile
	@rm $(DEPENDS)
$(DEPENDS): depend.init
depend.init:
	$(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
.c.depend:
	$(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
.cxx.depend:
	$(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@

# DO NOT DELETE THIS LINE -- make depend depends on it.

# Do not add dependencies manually - use 'make depend' in $ARBHOME
# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main)

MG_adapt_ali.o: merge.hxx
MG_adapt_ali.o: MG_adapt_ali.hxx
MG_adapt_ali.o: mg_merge.hxx
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/ad_prot.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_assert.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_core.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_error.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_mem.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_msg.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_strarray.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arb_string.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arbdb.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arbdb_base.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arbdbt.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/arbtools.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/attributes.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/aw_base.hxx
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/cxxforward.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/downcast.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/dupstr.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/gccver.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/smartptr.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/static_assert.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/test_global.h
MG_adapt_ali.o: $(ARBHOME)/INCLUDE/test_unit.h

MG_alignment.o: merge.hxx
MG_alignment.o: mg_merge.hxx
MG_alignment.o: $(ARBHOME)/INCLUDE/ad_prot.h
MG_alignment.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
MG_alignment.o: $(ARBHOME)/INCLUDE/AliAdmin.h
MG_alignment.o: $(ARBHOME)/INCLUDE/arb_assert.h
MG_alignment.o: $(ARBHOME)/INCLUDE/arb_core.h
MG_alignment.o: $(ARBHOME)/INCLUDE/arb_error.h
MG_alignment.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
MG_alignment.o: $(ARBHOME)/INCLUDE/arb_mem.h
MG_alignment.o: $(ARBHOME)/INCLUDE/arb_msg.h
MG_alignment.o: $(ARBHOME)/INCLUDE/arb_strarray.h
MG_alignment.o: $(ARBHOME)/INCLUDE/arb_string.h
MG_alignment.o: $(ARBHOME)/INCLUDE/arbdb.h
MG_alignment.o: $(ARBHOME)/INCLUDE/arbdb_base.h
MG_alignment.o: $(ARBHOME)/INCLUDE/arbdbt.h
MG_alignment.o: $(ARBHOME)/INCLUDE/arbtools.h
MG_alignment.o: $(ARBHOME)/INCLUDE/attributes.h
MG_alignment.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
MG_alignment.o: $(ARBHOME)/INCLUDE/aw_base.hxx
MG_alignment.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
MG_alignment.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
MG_alignment.o: $(ARBHOME)/INCLUDE/aw_root.hxx
MG_alignment.o: $(ARBHOME)/INCLUDE/aw_window.hxx
MG_alignment.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
MG_alignment.o: $(ARBHOME)/INCLUDE/cb.h
MG_alignment.o: $(ARBHOME)/INCLUDE/cb_base.h
MG_alignment.o: $(ARBHOME)/INCLUDE/cbtypes.h
MG_alignment.o: $(ARBHOME)/INCLUDE/cxxforward.h
MG_alignment.o: $(ARBHOME)/INCLUDE/downcast.h
MG_alignment.o: $(ARBHOME)/INCLUDE/dupstr.h
MG_alignment.o: $(ARBHOME)/INCLUDE/gccver.h
MG_alignment.o: $(ARBHOME)/INCLUDE/smartptr.h
MG_alignment.o: $(ARBHOME)/INCLUDE/static_assert.h
MG_alignment.o: $(ARBHOME)/INCLUDE/test_global.h
MG_alignment.o: $(ARBHOME)/INCLUDE/ttypes.h

MG_checkfield.o: merge.hxx
MG_checkfield.o: mg_merge.hxx
MG_checkfield.o: $(ARBHOME)/INCLUDE/ad_prot.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_assert.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_core.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_error.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_mem.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_msg.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_progress.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_string.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/arbdb.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/arbdb_base.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/arbdbt.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/arbtools.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/attributes.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_base.hxx
MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_root.hxx
MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_select.hxx
MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_window.hxx
MG_checkfield.o: $(ARBHOME)/INCLUDE/cb.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/cb_base.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/cbtypes.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/cxxforward.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/downcast.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/dupstr.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/gccver.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/item_sel_list.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/items.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/smartptr.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/static_assert.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/test_global.h
MG_checkfield.o: $(ARBHOME)/INCLUDE/ttypes.h

MG_configs.o: merge.hxx
MG_configs.o: mg_merge.hxx
MG_configs.o: $(ARBHOME)/INCLUDE/ad_config.h
MG_configs.o: $(ARBHOME)/INCLUDE/ad_prot.h
MG_configs.o: $(ARBHOME)/INCLUDE/arb_assert.h
MG_configs.o: $(ARBHOME)/INCLUDE/arb_core.h
MG_configs.o: $(ARBHOME)/INCLUDE/arb_error.h
MG_configs.o: $(ARBHOME)/INCLUDE/arb_mem.h
MG_configs.o: $(ARBHOME)/INCLUDE/arb_msg.h
MG_configs.o: $(ARBHOME)/INCLUDE/arb_string.h
MG_configs.o: $(ARBHOME)/INCLUDE/arbdb.h
MG_configs.o: $(ARBHOME)/INCLUDE/arbdb_base.h
MG_configs.o: $(ARBHOME)/INCLUDE/arbtools.h
MG_configs.o: $(ARBHOME)/INCLUDE/attributes.h
MG_configs.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
MG_configs.o: $(ARBHOME)/INCLUDE/aw_base.hxx
MG_configs.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
MG_configs.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
MG_configs.o: $(ARBHOME)/INCLUDE/aw_root.hxx
MG_configs.o: $(ARBHOME)/INCLUDE/aw_window.hxx
MG_configs.o: $(ARBHOME)/INCLUDE/awt_prompt.hxx
MG_configs.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
MG_configs.o: $(ARBHOME)/INCLUDE/cb.h
MG_configs.o: $(ARBHOME)/INCLUDE/cb_base.h
MG_configs.o: $(ARBHOME)/INCLUDE/cbtypes.h
MG_configs.o: $(ARBHOME)/INCLUDE/cxxforward.h
MG_configs.o: $(ARBHOME)/INCLUDE/dupstr.h
MG_configs.o: $(ARBHOME)/INCLUDE/gccver.h
MG_configs.o: $(ARBHOME)/INCLUDE/smartptr.h
MG_configs.o: $(ARBHOME)/INCLUDE/static_assert.h
MG_configs.o: $(ARBHOME)/INCLUDE/test_global.h
MG_configs.o: $(ARBHOME)/INCLUDE/ttypes.h

MG_extendeds.o: merge.hxx
MG_extendeds.o: mg_merge.hxx
MG_extendeds.o: $(ARBHOME)/INCLUDE/ad_prot.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_assert.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_core.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_error.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_mem.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_msg.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_string.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdb.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdb_base.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdbt.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/arbtools.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/attributes.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_base.hxx
MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_root.hxx
MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_window.hxx
MG_extendeds.o: $(ARBHOME)/INCLUDE/awt_prompt.hxx
MG_extendeds.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
MG_extendeds.o: $(ARBHOME)/INCLUDE/cb.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/cb_base.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/cbtypes.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/cxxforward.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/db_scanner.hxx
MG_extendeds.o: $(ARBHOME)/INCLUDE/downcast.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/dupstr.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/gccver.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/items.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/smartptr.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/static_assert.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/test_global.h
MG_extendeds.o: $(ARBHOME)/INCLUDE/ttypes.h

MG_gene_species.o: merge.hxx
MG_gene_species.o: mg_merge.hxx
MG_gene_species.o: $(ARBHOME)/INCLUDE/ad_prot.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_assert.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_core.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_error.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_mem.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_msg.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_str.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_strarray.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_string.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/arbdb.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/arbdb_base.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/arbdbt.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/arbtools.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/attributes.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_base.hxx
MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_root.hxx
MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_select.hxx
MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_window.hxx
MG_gene_species.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
MG_gene_species.o: $(ARBHOME)/INCLUDE/cb.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/cb_base.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/cbtypes.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/cxxforward.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/downcast.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/dupstr.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/gb_aci.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/gccver.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/smartptr.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/static_assert.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/test_global.h
MG_gene_species.o: $(ARBHOME)/INCLUDE/ttypes.h

MG_main.o: merge.hxx
MG_main.o: mg_merge.hxx
MG_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
MG_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
MG_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
MG_main.o: $(ARBHOME)/INCLUDE/arb_core.h
MG_main.o: $(ARBHOME)/INCLUDE/arb_error.h
MG_main.o: $(ARBHOME)/INCLUDE/arb_file.h
MG_main.o: $(ARBHOME)/INCLUDE/arb_mem.h
MG_main.o: $(ARBHOME)/INCLUDE/arb_msg.h
MG_main.o: $(ARBHOME)/INCLUDE/arb_progress.h
MG_main.o: $(ARBHOME)/INCLUDE/arb_string.h
MG_main.o: $(ARBHOME)/INCLUDE/arbdb.h
MG_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
MG_main.o: $(ARBHOME)/INCLUDE/arbdbt.h
MG_main.o: $(ARBHOME)/INCLUDE/arbtools.h
MG_main.o: $(ARBHOME)/INCLUDE/attributes.h
MG_main.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
MG_main.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
MG_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
MG_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx
MG_main.o: $(ARBHOME)/INCLUDE/aw_file.hxx
MG_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
MG_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
MG_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
MG_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
MG_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx
MG_main.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
MG_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
MG_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
MG_main.o: $(ARBHOME)/INCLUDE/awt.hxx
MG_main.o: $(ARBHOME)/INCLUDE/awt_misc.hxx
MG_main.o: $(ARBHOME)/INCLUDE/cb.h
MG_main.o: $(ARBHOME)/INCLUDE/cb_base.h
MG_main.o: $(ARBHOME)/INCLUDE/cbtypes.h
MG_main.o: $(ARBHOME)/INCLUDE/cxxforward.h
MG_main.o: $(ARBHOME)/INCLUDE/downcast.h
MG_main.o: $(ARBHOME)/INCLUDE/dupstr.h
MG_main.o: $(ARBHOME)/INCLUDE/gccver.h
MG_main.o: $(ARBHOME)/INCLUDE/macros.hxx
MG_main.o: $(ARBHOME)/INCLUDE/smartptr.h
MG_main.o: $(ARBHOME)/INCLUDE/static_assert.h
MG_main.o: $(ARBHOME)/INCLUDE/test_global.h
MG_main.o: $(ARBHOME)/INCLUDE/ttypes.h

MG_names.o: merge.hxx
MG_names.o: mg_merge.hxx
MG_names.o: $(ARBHOME)/INCLUDE/ad_prot.h
MG_names.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
MG_names.o: $(ARBHOME)/INCLUDE/arb_assert.h
MG_names.o: $(ARBHOME)/INCLUDE/arb_core.h
MG_names.o: $(ARBHOME)/INCLUDE/arb_error.h
MG_names.o: $(ARBHOME)/INCLUDE/arb_mem.h
MG_names.o: $(ARBHOME)/INCLUDE/arb_msg.h
MG_names.o: $(ARBHOME)/INCLUDE/arb_progress.h
MG_names.o: $(ARBHOME)/INCLUDE/arb_string.h
MG_names.o: $(ARBHOME)/INCLUDE/arbdb.h
MG_names.o: $(ARBHOME)/INCLUDE/arbdb_base.h
MG_names.o: $(ARBHOME)/INCLUDE/arbdbt.h
MG_names.o: $(ARBHOME)/INCLUDE/arbtools.h
MG_names.o: $(ARBHOME)/INCLUDE/attributes.h
MG_names.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
MG_names.o: $(ARBHOME)/INCLUDE/aw_base.hxx
MG_names.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
MG_names.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
MG_names.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
MG_names.o: $(ARBHOME)/INCLUDE/aw_root.hxx
MG_names.o: $(ARBHOME)/INCLUDE/aw_window.hxx
MG_names.o: $(ARBHOME)/INCLUDE/cb.h
MG_names.o: $(ARBHOME)/INCLUDE/cb_base.h
MG_names.o: $(ARBHOME)/INCLUDE/cbtypes.h
MG_names.o: $(ARBHOME)/INCLUDE/cxxforward.h
MG_names.o: $(ARBHOME)/INCLUDE/downcast.h
MG_names.o: $(ARBHOME)/INCLUDE/dupstr.h
MG_names.o: $(ARBHOME)/INCLUDE/gccver.h
MG_names.o: $(ARBHOME)/INCLUDE/smartptr.h
MG_names.o: $(ARBHOME)/INCLUDE/static_assert.h
MG_names.o: $(ARBHOME)/INCLUDE/test_global.h
MG_names.o: $(ARBHOME)/INCLUDE/ttypes.h

MG_preserves.o: merge.hxx
MG_preserves.o: MG_adapt_ali.hxx
MG_preserves.o: mg_merge.hxx
MG_preserves.o: $(ARBHOME)/INCLUDE/ad_prot.h
MG_preserves.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
MG_preserves.o: $(ARBHOME)/INCLUDE/arb_assert.h
MG_preserves.o: $(ARBHOME)/INCLUDE/arb_core.h
MG_preserves.o: $(ARBHOME)/INCLUDE/arb_error.h
MG_preserves.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
MG_preserves.o: $(ARBHOME)/INCLUDE/arb_mem.h
MG_preserves.o: $(ARBHOME)/INCLUDE/arb_msg.h
MG_preserves.o: $(ARBHOME)/INCLUDE/arb_progress.h
MG_preserves.o: $(ARBHOME)/INCLUDE/arb_strarray.h
MG_preserves.o: $(ARBHOME)/INCLUDE/arb_string.h
MG_preserves.o: $(ARBHOME)/INCLUDE/arbdb.h
MG_preserves.o: $(ARBHOME)/INCLUDE/arbdb_base.h
MG_preserves.o: $(ARBHOME)/INCLUDE/arbdbt.h
MG_preserves.o: $(ARBHOME)/INCLUDE/arbtools.h
MG_preserves.o: $(ARBHOME)/INCLUDE/attributes.h
MG_preserves.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
MG_preserves.o: $(ARBHOME)/INCLUDE/aw_base.hxx
MG_preserves.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
MG_preserves.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
MG_preserves.o: $(ARBHOME)/INCLUDE/aw_root.hxx
MG_preserves.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
MG_preserves.o: $(ARBHOME)/INCLUDE/aw_select.hxx
MG_preserves.o: $(ARBHOME)/INCLUDE/aw_window.hxx
MG_preserves.o: $(ARBHOME)/INCLUDE/cb.h
MG_preserves.o: $(ARBHOME)/INCLUDE/cb_base.h
MG_preserves.o: $(ARBHOME)/INCLUDE/cbtypes.h
MG_preserves.o: $(ARBHOME)/INCLUDE/cxxforward.h
MG_preserves.o: $(ARBHOME)/INCLUDE/downcast.h
MG_preserves.o: $(ARBHOME)/INCLUDE/dupstr.h
MG_preserves.o: $(ARBHOME)/INCLUDE/gccver.h
MG_preserves.o: $(ARBHOME)/INCLUDE/smartptr.h
MG_preserves.o: $(ARBHOME)/INCLUDE/static_assert.h
MG_preserves.o: $(ARBHOME)/INCLUDE/test_global.h
MG_preserves.o: $(ARBHOME)/INCLUDE/ttypes.h

MG_species.o: merge.hxx
MG_species.o: MG_adapt_ali.hxx
MG_species.o: mg_merge.hxx
MG_species.o: $(ARBHOME)/INCLUDE/ad_prot.h
MG_species.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
MG_species.o: $(ARBHOME)/INCLUDE/arb_assert.h
MG_species.o: $(ARBHOME)/INCLUDE/arb_core.h
MG_species.o: $(ARBHOME)/INCLUDE/arb_error.h
MG_species.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
MG_species.o: $(ARBHOME)/INCLUDE/arb_mem.h
MG_species.o: $(ARBHOME)/INCLUDE/arb_msg.h
MG_species.o: $(ARBHOME)/INCLUDE/arb_progress.h
MG_species.o: $(ARBHOME)/INCLUDE/arb_str.h
MG_species.o: $(ARBHOME)/INCLUDE/arb_strarray.h
MG_species.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
MG_species.o: $(ARBHOME)/INCLUDE/arb_string.h
MG_species.o: $(ARBHOME)/INCLUDE/arbdb.h
MG_species.o: $(ARBHOME)/INCLUDE/arbdb_base.h
MG_species.o: $(ARBHOME)/INCLUDE/arbdbt.h
MG_species.o: $(ARBHOME)/INCLUDE/arbtools.h
MG_species.o: $(ARBHOME)/INCLUDE/attributes.h
MG_species.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
MG_species.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
MG_species.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
MG_species.o: $(ARBHOME)/INCLUDE/aw_base.hxx
MG_species.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
MG_species.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
MG_species.o: $(ARBHOME)/INCLUDE/aw_question.hxx
MG_species.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
MG_species.o: $(ARBHOME)/INCLUDE/aw_root.hxx
MG_species.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
MG_species.o: $(ARBHOME)/INCLUDE/aw_select.hxx
MG_species.o: $(ARBHOME)/INCLUDE/aw_window.hxx
MG_species.o: $(ARBHOME)/INCLUDE/cb.h
MG_species.o: $(ARBHOME)/INCLUDE/cb_base.h
MG_species.o: $(ARBHOME)/INCLUDE/cbtypes.h
MG_species.o: $(ARBHOME)/INCLUDE/cxxforward.h
MG_species.o: $(ARBHOME)/INCLUDE/db_query.h
MG_species.o: $(ARBHOME)/INCLUDE/db_scanner.hxx
MG_species.o: $(ARBHOME)/INCLUDE/downcast.h
MG_species.o: $(ARBHOME)/INCLUDE/dupstr.h
MG_species.o: $(ARBHOME)/INCLUDE/ErrorOrType.h
MG_species.o: $(ARBHOME)/INCLUDE/gccver.h
MG_species.o: $(ARBHOME)/INCLUDE/item_sel_list.h
MG_species.o: $(ARBHOME)/INCLUDE/items.h
MG_species.o: $(ARBHOME)/INCLUDE/smartptr.h
MG_species.o: $(ARBHOME)/INCLUDE/static_assert.h
MG_species.o: $(ARBHOME)/INCLUDE/test_global.h
MG_species.o: $(ARBHOME)/INCLUDE/ttypes.h
MG_species.o: $(ARBHOME)/INCLUDE/xfergui.h
MG_species.o: $(ARBHOME)/INCLUDE/xferset.h

MG_trees.o: merge.hxx
MG_trees.o: mg_merge.hxx
MG_trees.o: $(ARBHOME)/INCLUDE/ad_prot.h
MG_trees.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
MG_trees.o: $(ARBHOME)/INCLUDE/arb_assert.h
MG_trees.o: $(ARBHOME)/INCLUDE/arb_core.h
MG_trees.o: $(ARBHOME)/INCLUDE/arb_error.h
MG_trees.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
MG_trees.o: $(ARBHOME)/INCLUDE/arb_mem.h
MG_trees.o: $(ARBHOME)/INCLUDE/arb_msg.h
MG_trees.o: $(ARBHOME)/INCLUDE/arb_string.h
MG_trees.o: $(ARBHOME)/INCLUDE/arbdb.h
MG_trees.o: $(ARBHOME)/INCLUDE/arbdb_base.h
MG_trees.o: $(ARBHOME)/INCLUDE/arbdbt.h
MG_trees.o: $(ARBHOME)/INCLUDE/arbtools.h
MG_trees.o: $(ARBHOME)/INCLUDE/attributes.h
MG_trees.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
MG_trees.o: $(ARBHOME)/INCLUDE/aw_base.hxx
MG_trees.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
MG_trees.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
MG_trees.o: $(ARBHOME)/INCLUDE/aw_root.hxx
MG_trees.o: $(ARBHOME)/INCLUDE/aw_window.hxx
MG_trees.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
MG_trees.o: $(ARBHOME)/INCLUDE/cb.h
MG_trees.o: $(ARBHOME)/INCLUDE/cb_base.h
MG_trees.o: $(ARBHOME)/INCLUDE/cbtypes.h
MG_trees.o: $(ARBHOME)/INCLUDE/cxxforward.h
MG_trees.o: $(ARBHOME)/INCLUDE/downcast.h
MG_trees.o: $(ARBHOME)/INCLUDE/dupstr.h
MG_trees.o: $(ARBHOME)/INCLUDE/gccver.h
MG_trees.o: $(ARBHOME)/INCLUDE/smartptr.h
MG_trees.o: $(ARBHOME)/INCLUDE/static_assert.h
MG_trees.o: $(ARBHOME)/INCLUDE/test_global.h
MG_trees.o: $(ARBHOME)/INCLUDE/TreeAdmin.h
MG_trees.o: $(ARBHOME)/INCLUDE/ttypes.h