# for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt

.SUFFIXES: .o .cxx .depend

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

$(MAIN): $(OBJECTS)
	$(LINK_STATIC_LIB) $(MAIN) $(OBJECTS)

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

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

DEPENDS = $(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)

ED4_base.o: ed4_awars.hxx
ED4_base.o: ed4_class.hxx
ED4_base.o: ed4_defs.hxx
ED4_base.o: ed4_edit_string.hxx
ED4_base.o: ed4_extern.hxx
ED4_base.o: ed4_list.hxx
ED4_base.o: ed4_search.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/ad_cb.h
ED4_base.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
ED4_base.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_base.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_base.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_base.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_base.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_base.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_base.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_base.o: $(ARBHOME)/INCLUDE/arb_progress.h
ED4_base.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
ED4_base.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_base.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_base.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_base.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_base.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_base.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_base.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_question.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/cb.h
ED4_base.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_base.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_base.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_base.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_base.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_base.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_base.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_base.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_base.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_base.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_base.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_base.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_base.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_block.o: ed4_awars.hxx
ED4_block.o: ed4_block.hxx
ED4_block.o: ed4_class.hxx
ED4_block.o: ed4_defs.hxx
ED4_block.o: ed4_edit_string.hxx
ED4_block.o: ed4_list.hxx
ED4_block.o: ed4_search.hxx
ED4_block.o: ed4_tools.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_block.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_block.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_block.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_block.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_block.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_block.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_block.o: $(ARBHOME)/INCLUDE/arb_str.h
ED4_block.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_block.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_block.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_block.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_block.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_block.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_block.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_select.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/cb.h
ED4_block.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_block.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_block.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_block.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_block.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_block.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_block.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/gb_aci.h
ED4_block.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_block.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_block.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_block.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_block.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_block.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_block.o: $(ARBHOME)/INCLUDE/test_unit.h
ED4_block.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_colStat.o: ed4_class.hxx
ED4_colStat.o: ed4_colStat.hxx
ED4_colStat.o: ed4_defs.hxx
ED4_colStat.o: ed4_extern.hxx
ED4_colStat.o: ed4_search.hxx
ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_colStat.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_colStat.o: $(ARBHOME)/INCLUDE/cb.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/st_window.hxx
ED4_colStat.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_colStat.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_consensus.o: ed4_awars.hxx
ED4_consensus.o: ed4_class.hxx
ED4_consensus.o: ed4_defs.hxx
ED4_consensus.o: ed4_search.hxx
ED4_consensus.o: ed4_seq_colors.hxx
ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_consensus.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_consensus.o: $(ARBHOME)/INCLUDE/cb.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/consensus.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_consensus.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_container.o: ed4_class.hxx
ED4_container.o: ed4_defs.hxx
ED4_container.o: ed4_search.hxx
ED4_container.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_container.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_container.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_container.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_container.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_container.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_container.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_container.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_container.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_container.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_container.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_container.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_container.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_container.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_container.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_container.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_container.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_container.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_container.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_container.o: $(ARBHOME)/INCLUDE/aw_question.hxx
ED4_container.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_container.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_container.o: $(ARBHOME)/INCLUDE/cb.h
ED4_container.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_container.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_container.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_container.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_container.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_container.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_container.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_container.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_container.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_container.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_container.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_container.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_container.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_cursor.o: ed4_awars.hxx
ED4_cursor.o: ed4_class.hxx
ED4_cursor.o: ed4_defs.hxx
ED4_cursor.o: ed4_edit_string.hxx
ED4_cursor.o: ed4_extern.hxx
ED4_cursor.o: ed4_ProteinViewer.hxx
ED4_cursor.o: ed4_search.hxx
ED4_cursor.o: ed4_seq_colors.hxx
ED4_cursor.o: ed4_tools.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_defs.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_progress.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/cb.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/iupac.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/test_helpers.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/test_unit.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_dots.o: ed4_class.hxx
ED4_dots.o: ed4_defs.hxx
ED4_dots.o: ed4_dots.hxx
ED4_dots.o: ed4_search.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_dots.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_dots.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_dots.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_dots.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_dots.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_dots.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_dots.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_dots.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_dots.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_dots.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_dots.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_dots.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_dots.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/cb.h
ED4_dots.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_dots.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_dots.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_dots.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_dots.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_dots.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_dots.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_dots.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_dots.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_dots.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_dots.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_dots.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_dots.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_dump.o: ed4_class.hxx
ED4_dump.o: ed4_defs.hxx
ED4_dump.o: ed4_search.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_dump.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_dump.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_dump.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_dump.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_dump.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_dump.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_dump.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_dump.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_dump.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_dump.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_dump.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/cb.h
ED4_dump.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_dump.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_dump.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_dump.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_dump.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_dump.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_dump.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_dump.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_dump.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_dump.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_dump.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_dump.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_dump.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_edit_string.o: ed4_awars.hxx
ED4_edit_string.o: ed4_class.hxx
ED4_edit_string.o: ed4_defs.hxx
ED4_edit_string.o: ed4_edit_string.hxx
ED4_edit_string.o: ed4_search.hxx
ED4_edit_string.o: ed4_seq_colors.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_question.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/cb.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_edit_string.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_flags.o: ed4_class.hxx
ED4_flags.o: ed4_defs.hxx
ED4_flags.o: ed4_flags.hxx
ED4_flags.o: ed4_search.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_flags.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_flags.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_flags.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_flags.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_flags.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_flags.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_flags.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
ED4_flags.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_flags.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_flags.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_flags.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_flags.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_flags.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_flags.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/aw_select.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_flags.o: $(ARBHOME)/INCLUDE/cb.h
ED4_flags.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_flags.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_flags.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_flags.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_flags.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_flags.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_flags.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_flags.o: $(ARBHOME)/INCLUDE/item_sel_list.h
ED4_flags.o: $(ARBHOME)/INCLUDE/items.h
ED4_flags.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_flags.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_flags.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_flags.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_flags.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_flags.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_main.o: ed4_awars.hxx
ED4_main.o: ed4_class.hxx
ED4_main.o: ed4_defs.hxx
ED4_main.o: ed4_dots.hxx
ED4_main.o: ed4_edit_string.hxx
ED4_main.o: ed4_extern.hxx
ED4_main.o: ed4_naligner.hxx
ED4_main.o: ed4_nds.hxx
ED4_main.o: ed4_protein_2nd_structure.hxx
ED4_main.o: ed4_ProteinViewer.hxx
ED4_main.o: ed4_search.hxx
ED4_main.o: ed4_seq_colors.hxx
ED4_main.o: ed4_visualizeSAI.hxx
ED4_main.o: graph_aligner_gui.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/ad_config.h
ED4_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_main.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_main.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_main.o: $(ARBHOME)/INCLUDE/arb_defs.h
ED4_main.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_main.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
ED4_main.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_main.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_main.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_main.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_main.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_main.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_main.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_main.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/awt.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/cb.h
ED4_main.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_main.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_main.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_main.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_main.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_main.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_main.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_main.o: $(ARBHOME)/INCLUDE/gde.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/macros.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_main.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_main.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_main.o: $(ARBHOME)/INCLUDE/st_window.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_main.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_main.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_manager.o: ed4_awars.hxx
ED4_manager.o: ed4_class.hxx
ED4_manager.o: ed4_defs.hxx
ED4_manager.o: ed4_edit_string.hxx
ED4_manager.o: ed4_list.hxx
ED4_manager.o: ed4_protein_2nd_structure.hxx
ED4_manager.o: ed4_ProteinViewer.hxx
ED4_manager.o: ed4_search.hxx
ED4_manager.o: ed4_seq_colors.hxx
ED4_manager.o: ed4_tools.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_manager.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_manager.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_manager.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_manager.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_manager.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_manager.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_manager.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_manager.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_manager.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_manager.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_manager.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/cb.h
ED4_manager.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_manager.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_manager.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_manager.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_manager.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_manager.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_manager.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_manager.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_manager.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_manager.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_manager.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_manager.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_manager.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_naligner.o: ed4_naligner.hxx
ED4_naligner.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_naligner.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
ED4_naligner.o: $(ARBHOME)/INCLUDE/cb.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_naligner.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_nds.o: ed4_awars.hxx
ED4_nds.o: ed4_class.hxx
ED4_nds.o: ed4_defs.hxx
ED4_nds.o: ed4_search.hxx
ED4_nds.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_nds.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_nds.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_nds.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_nds.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_nds.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_nds.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_nds.o: $(ARBHOME)/INCLUDE/arb_str.h
ED4_nds.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_nds.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_nds.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_nds.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_nds.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_nds.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_nds.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_nds.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_nds.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_nds.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_nds.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_nds.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_nds.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_nds.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_nds.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_nds.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_nds.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_nds.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_nds.o: $(ARBHOME)/INCLUDE/cb.h
ED4_nds.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_nds.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_nds.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_nds.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_nds.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_nds.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_nds.o: $(ARBHOME)/INCLUDE/gb_aci.h
ED4_nds.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_nds.o: $(ARBHOME)/INCLUDE/nds.h
ED4_nds.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_nds.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_nds.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_nds.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_nds.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_nds.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_no_class.o: ed4_awars.hxx
ED4_no_class.o: ed4_class.hxx
ED4_no_class.o: ed4_defs.hxx
ED4_no_class.o: ed4_edit_string.hxx
ED4_no_class.o: ed4_extern.hxx
ED4_no_class.o: ed4_flags.hxx
ED4_no_class.o: ed4_list.hxx
ED4_no_class.o: ed4_nds.hxx
ED4_no_class.o: ed4_search.hxx
ED4_no_class.o: ed4_seq_colors.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_config.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_defs.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_progress.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_select.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/awt.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_misc.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/cb.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/consensus_config.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/item_sel_list.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/items.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/iupac.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/macros.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_objspec.o: ed4_class.hxx
ED4_objspec.o: ed4_defs.hxx
ED4_objspec.o: ed4_search.hxx
ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_objspec.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_objspec.o: $(ARBHOME)/INCLUDE/cb.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/test_unit.h
ED4_objspec.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_plugins.o: ed4_class.hxx
ED4_plugins.o: ed4_defs.hxx
ED4_plugins.o: ed4_plugins.hxx
ED4_plugins.o: ed4_search.hxx
ED4_plugins.o: ed4_visualizeSAI.hxx
ED4_plugins.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_defs.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_plugins.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_plugins.o: $(ARBHOME)/INCLUDE/cb.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/rna3d_extern.hxx
ED4_plugins.o: $(ARBHOME)/INCLUDE/secedit_extern.hxx
ED4_plugins.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/test_unit.h
ED4_plugins.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_protein_2nd_structure.o: ed4_awars.hxx
ED4_protein_2nd_structure.o: ed4_class.hxx
ED4_protein_2nd_structure.o: ed4_defs.hxx
ED4_protein_2nd_structure.o: ed4_protein_2nd_structure.hxx
ED4_protein_2nd_structure.o: ed4_search.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cb.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_ProteinViewer.o: ed4_class.hxx
ED4_ProteinViewer.o: ed4_defs.hxx
ED4_ProteinViewer.o: ed4_ProteinViewer.hxx
ED4_ProteinViewer.o: ed4_search.hxx
ED4_ProteinViewer.o: ed4_seq_colors.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/AP_codon_table.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_question.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cb.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/Translate.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_root.o: ../WINDOW/aw_status.hxx
ED4_root.o: ed4_awars.hxx
ED4_root.o: ed4_block.hxx
ED4_root.o: ed4_class.hxx
ED4_root.o: ed4_colStat.hxx
ED4_root.o: ed4_defs.hxx
ED4_root.o: ed4_dots.hxx
ED4_root.o: ed4_extern.hxx
ED4_root.o: ed4_flags.hxx
ED4_root.o: ed4_list.hxx
ED4_root.o: ed4_naligner.hxx
ED4_root.o: ed4_nds.hxx
ED4_root.o: ed4_plugins.hxx
ED4_root.o: ed4_protein_2nd_structure.hxx
ED4_root.o: ed4_ProteinViewer.hxx
ED4_root.o: ed4_search.hxx
ED4_root.o: ed4_seq_colors.hxx
ED4_root.o: ed4_tools.hxx
ED4_root.o: ed4_visualizeSAI.hxx
ED4_root.o: graph_aligner_gui.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/ad_cb.h
ED4_root.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
ED4_root.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_root.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_root.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_root.o: $(ARBHOME)/INCLUDE/arb_build.h
ED4_root.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_root.o: $(ARBHOME)/INCLUDE/arb_defs.h
ED4_root.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_root.o: $(ARBHOME)/INCLUDE/arb_file.h
ED4_root.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_root.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_root.o: $(ARBHOME)/INCLUDE/arb_progress.h
ED4_root.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_root.o: $(ARBHOME)/INCLUDE/arb_version.h
ED4_root.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_root.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_root.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_root.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_root.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_root.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_question.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/awt.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/cb.h
ED4_root.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_root.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_root.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_root.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_root.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_root.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_root.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_root.o: $(ARBHOME)/INCLUDE/gde.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/macros.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_root.o: $(ARBHOME)/INCLUDE/rootAsWin.h
ED4_root.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_root.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_root.o: $(ARBHOME)/INCLUDE/st_window.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_root.o: $(ARBHOME)/INCLUDE/svn_revision.h
ED4_root.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_root.o: $(ARBHOME)/INCLUDE/test_unit.h
ED4_root.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_search.o: ed4_awars.hxx
ED4_search.o: ed4_class.hxx
ED4_search.o: ed4_defs.hxx
ED4_search.o: ed4_extern.hxx
ED4_search.o: ed4_search.hxx
ED4_search.o: ed4_tools.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_search.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_search.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_search.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_search.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_search.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_search.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_search.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_search.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_search.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_search.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_search.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_search.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_search.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_file.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_question.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/cb.h
ED4_search.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_search.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_search.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_search.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_search.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_search.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_search.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_search.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_search.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_search.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_search.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_search.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_search.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_seq_colors.o: ed4_class.hxx
ED4_seq_colors.o: ed4_defs.hxx
ED4_seq_colors.o: ed4_extern.hxx
ED4_seq_colors.o: ed4_search.hxx
ED4_seq_colors.o: ed4_seq_colors.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cb.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_terminal.o: ed4_awars.hxx
ED4_terminal.o: ed4_block.hxx
ED4_terminal.o: ed4_class.hxx
ED4_terminal.o: ed4_defs.hxx
ED4_terminal.o: ed4_edit_string.hxx
ED4_terminal.o: ed4_extern.hxx
ED4_terminal.o: ed4_flags.hxx
ED4_terminal.o: ed4_nds.hxx
ED4_terminal.o: ed4_ProteinViewer.hxx
ED4_terminal.o: ed4_search.hxx
ED4_terminal.o: ed4_seq_colors.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_question.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/cb.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/items.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/st_window.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_text_terminals.o: ed4_awars.hxx
ED4_text_terminals.o: ed4_block.hxx
ED4_text_terminals.o: ed4_class.hxx
ED4_text_terminals.o: ed4_defs.hxx
ED4_text_terminals.o: ed4_edit_string.hxx
ED4_text_terminals.o: ed4_extern.hxx
ED4_text_terminals.o: ed4_nds.hxx
ED4_text_terminals.o: ed4_protein_2nd_structure.hxx
ED4_text_terminals.o: ed4_ProteinViewer.hxx
ED4_text_terminals.o: ed4_search.hxx
ED4_text_terminals.o: ed4_seq_colors.hxx
ED4_text_terminals.o: ed4_visualizeSAI.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_colorset.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_strarray.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cb.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/st_window.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_tools.o: ed4_class.hxx
ED4_tools.o: ed4_defs.hxx
ED4_tools.o: ed4_search.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_tools.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_tools.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_tools.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_tools.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_tools.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_tools.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/cb.h
ED4_tools.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_tools.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_tools.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_tools.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_tools.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_tools.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_tools.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_tools.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_tools.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_tools.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_tools.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_tools.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_tools.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_visualizeSAI.o: ed4_class.hxx
ED4_visualizeSAI.o: ed4_defs.hxx
ED4_visualizeSAI.o: ed4_extern.hxx
ED4_visualizeSAI.o: ed4_search.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_cb.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_question.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_select.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_prompt.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cb.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ttypes.h

ED4_window.o: ed4_class.hxx
ED4_window.o: ed4_defs.hxx
ED4_window.o: ed4_extern.hxx
ED4_window.o: ed4_search.hxx
ED4_window.o: ed4_tools.hxx
ED4_window.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_window.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_window.o: $(ARBHOME)/INCLUDE/arb_core.h
ED4_window.o: $(ARBHOME)/INCLUDE/arb_error.h
ED4_window.o: $(ARBHOME)/INCLUDE/arb_mem.h
ED4_window.o: $(ARBHOME)/INCLUDE/arb_msg.h
ED4_window.o: $(ARBHOME)/INCLUDE/arb_string.h
ED4_window.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_window.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_window.o: $(ARBHOME)/INCLUDE/arbtools.h
ED4_window.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_window.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
ED4_window.o: $(ARBHOME)/INCLUDE/aw_base.hxx
ED4_window.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_window.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_window.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_window.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
ED4_window.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_window.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_window.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_window.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_window.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
ED4_window.o: $(ARBHOME)/INCLUDE/cb.h
ED4_window.o: $(ARBHOME)/INCLUDE/cb_base.h
ED4_window.o: $(ARBHOME)/INCLUDE/cbtypes.h
ED4_window.o: $(ARBHOME)/INCLUDE/chartable.h
ED4_window.o: $(ARBHOME)/INCLUDE/cxxforward.h
ED4_window.o: $(ARBHOME)/INCLUDE/downcast.h
ED4_window.o: $(ARBHOME)/INCLUDE/dupstr.h
ED4_window.o: $(ARBHOME)/INCLUDE/gccver.h
ED4_window.o: $(ARBHOME)/INCLUDE/pos_range.h
ED4_window.o: $(ARBHOME)/INCLUDE/sized_cstr.h
ED4_window.o: $(ARBHOME)/INCLUDE/smartptr.h
ED4_window.o: $(ARBHOME)/INCLUDE/static_assert.h
ED4_window.o: $(ARBHOME)/INCLUDE/test_global.h
ED4_window.o: $(ARBHOME)/INCLUDE/ttypes.h

EDB_root_bact.o: ed4_class.hxx
EDB_root_bact.o: ed4_defs.hxx
EDB_root_bact.o: ed4_extern.hxx
EDB_root_bact.o: ed4_search.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_config.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_prot.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_assert.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_core.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_error.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_mem.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_msg.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_progress.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_string.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdb.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdb_base.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdbt.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbtools.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/attributes.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_base.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_device.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_position.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_window.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/cb.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/cb_base.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/cbtypes.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/chartable.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/cxxforward.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/downcast.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/dupstr.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/gccver.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/pos_range.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/sized_cstr.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/smartptr.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/static_assert.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/test_global.h
EDB_root_bact.o: $(ARBHOME)/INCLUDE/ttypes.h

graph_aligner_gui.o: ed4_defs.hxx
graph_aligner_gui.o: graph_aligner_gui.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_prot.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aisc_global.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_assert.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_core.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_error.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_mem.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_misc.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_msg.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_string.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdb.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdb_base.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdbt.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbtools.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/attributes.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_base.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_position.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_root.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_window.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/bytestring.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cb.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cb_base.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cbtypes.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/client.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/client_types.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cxxforward.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/downcast.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/dupstr.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/gccver.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/pos_range.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/PT_com.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/servercntrl.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/smartptr.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/static_assert.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/test_global.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ttypes.h