# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben

.SUFFIXES: .o .cxx .depend

CPP_OBJECTS = \
	ED4_protein_2nd_structure.o \
	ED4_ProteinViewer.o \
	ED4_search.o \
	ED4_cursor.o \
	ED4_dump.o \
	ED4_nds.o \
	ED4_secedit.o \
	ED4_RNA3D.o \
	ED4_main.o \
	ED4_mini_classes.o \
	ED4_edit_string.o \
	ED4_base.o \
	ED4_manager.o \
	ED4_terminal.o \
	ED4_root.o \
	EDB_root_bact.o \
	ED4_window.o \
	ED4_members.o \
	ED4_no_class.o \
	ED4_list.o \
	ED4_text_terminals.o \
	ED4_tools.o \
	ED4_block.o \
	ED4_visualizeSAI.o \
	edit_naligner.o \
	graph_aligner_gui.o \
	ED4_dots.o \


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

.cxx.o:
	$(CPP) $(cflags) -c -o $@ $(@:.o=.cxx)  $(CPPINCLUDES) $(POST_COMPILE)

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

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

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_search.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/ad_k_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/arbdb.h
ED4_base.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_base.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_base.o: $(ARBHOME)/INCLUDE/attributes.h
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_keysym.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_base.o: $(ARBHOME)/INCLUDE/aw_window.hxx

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_search.hxx
ED4_block.o: ed4_tools.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
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/arbdb.h
ED4_block.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_block.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_block.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_block.o: $(ARBHOME)/INCLUDE/aw_awars.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_keysym.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_block.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx

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_tools.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
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/arbdb.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awars.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_helix.hxx
ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_keysym.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_helix.hxx

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: ed4_visualizeSAI.hxx
ED4_dots.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
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/arbdb.h
ED4_dots.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_dots.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_dots.o: $(ARBHOME)/INCLUDE/attributes.h
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_keysym.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_dump.o: ed4_class.hxx
ED4_dump.o: ed4_defs.hxx
ED4_dump.o: ed4_search.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
ED4_dump.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_dump.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_dump.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_dump.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_dump.o: $(ARBHOME)/INCLUDE/attributes.h
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_keysym.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_dump.o: $(ARBHOME)/INCLUDE/aw_window.hxx

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: $(ARBHOME)/INCLUDE/ad_k_prot.h
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/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/attributes.h
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_helix.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_position.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_helix.hxx
ED4_edit_string.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx

ED4_list.o: ed4_class.hxx
ED4_list.o: ed4_defs.hxx
ED4_list.o: ed4_search.hxx
ED4_list.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
ED4_list.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_list.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_list.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_list.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_list.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_list.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_list.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_list.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_list.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_list.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_list.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_list.o: $(ARBHOME)/INCLUDE/aw_window.hxx

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_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_visualizeSAI.hxx
ED4_main.o: edit_naligner.hxx
ED4_main.o: graph_aligner_gui.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/ad_config.h
ED4_main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
ED4_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_main.o: $(ARBHOME)/INCLUDE/arb_assert.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/attributes.h
ED4_main.o: $(ARBHOME)/INCLUDE/aw_awars.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_helix.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/aw_preset.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/awt_pro_a_nucs.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/gde.hxx
ED4_main.o: $(ARBHOME)/INCLUDE/st_window.hxx

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_protein_2nd_structure.hxx
ED4_manager.o: ed4_ProteinViewer.hxx
ED4_manager.o: ed4_search.hxx
ED4_manager.o: ed4_tools.hxx
ED4_manager.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
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/arbdb.h
ED4_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_manager.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_manager.o: $(ARBHOME)/INCLUDE/attributes.h
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_keysym.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_members.o: ed4_class.hxx
ED4_members.o: ed4_defs.hxx
ED4_members.o: ed4_search.hxx
ED4_members.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
ED4_members.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_members.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_members.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_members.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_members.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_members.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_members.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_members.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_members.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_members.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_members.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_members.o: $(ARBHOME)/INCLUDE/aw_window.hxx

ED4_mini_classes.o: ed4_awars.hxx
ED4_mini_classes.o: ed4_class.hxx
ED4_mini_classes.o: ed4_defs.hxx
ED4_mini_classes.o: ed4_edit_string.hxx
ED4_mini_classes.o: ed4_search.hxx
ED4_mini_classes.o: ed4_tools.hxx
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_mini_classes.o: $(ARBHOME)/INCLUDE/awt_iupac.hxx

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_k_prot.h
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/arbdb.h
ED4_nds.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_nds.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_nds.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_nds.o: $(ARBHOME)/INCLUDE/aw_awars.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_keysym.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_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_nds.hxx
ED4_no_class.o: ed4_search.hxx
ED4_no_class.o: ed4_tools.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_config.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_k_prot.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/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/attributes.h
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awars.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_helix.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_keysym.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_window.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/awt.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_item_sel_list.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
ED4_no_class.o: $(ARBHOME)/INCLUDE/st_window.hxx

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_k_prot.h
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/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/attributes.h
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_keysym.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/inline.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: $(ARBHOME)/INCLUDE/ad_k_prot.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_assert.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_awars.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_keysym.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/awt.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/awt_codon_table.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/awt_translate.hxx

ED4_RNA3D.o: ../RNA3D/RNA3D_Main.hxx
ED4_RNA3D.o: ed4_RNA3D.hxx
ED4_RNA3D.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
ED4_RNA3D.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_RNA3D.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_RNA3D.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_RNA3D.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_RNA3D.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_RNA3D.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_RNA3D.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_RNA3D.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_RNA3D.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx

ED4_root.o: ed4_awars.hxx
ED4_root.o: ed4_block.hxx
ED4_root.o: ed4_class.hxx
ED4_root.o: ed4_defs.hxx
ED4_root.o: ed4_dots.hxx
ED4_root.o: ed4_extern.hxx
ED4_root.o: ed4_nds.hxx
ED4_root.o: ed4_protein_2nd_structure.hxx
ED4_root.o: ed4_ProteinViewer.hxx
ED4_root.o: ed4_RNA3D.hxx
ED4_root.o: ed4_search.hxx
ED4_root.o: ed4_secedit.hxx
ED4_root.o: ed4_tools.hxx
ED4_root.o: ed4_visualizeSAI.hxx
ED4_root.o: edit_naligner.hxx
ED4_root.o: graph_aligner_gui.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/ad_k_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_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/attributes.h
ED4_root.o: $(ARBHOME)/INCLUDE/aw_awars.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_helix.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/aw_preset.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/awt_seq_colors.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/awtc_constructSequence.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/gde.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/st_window.hxx
ED4_root.o: $(ARBHOME)/INCLUDE/svn_revision.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_k_prot.h
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/arbdb.h
ED4_search.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_search.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_search.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_search.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_global.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/awt.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
ED4_search.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx

ED4_secedit.o: ed4_secedit.hxx
ED4_secedit.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
ED4_secedit.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_secedit.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_secedit.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_secedit.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_secedit.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_secedit.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_secedit.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_secedit.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_secedit.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_secedit.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_secedit.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
ED4_secedit.o: $(ARBHOME)/INCLUDE/secedit_extern.hxx

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_nds.hxx
ED4_terminal.o: ed4_ProteinViewer.hxx
ED4_terminal.o: ed4_search.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
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/arbdb.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_terminal.o: $(ARBHOME)/INCLUDE/attributes.h
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_keysym.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
ED4_terminal.o: $(ARBHOME)/INCLUDE/st_window.hxx

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_visualizeSAI.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_k_prot.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/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/attributes.h
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_awars.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_helix.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_keysym.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/awt_attributes.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
ED4_text_terminals.o: $(ARBHOME)/INCLUDE/st_window.hxx

ED4_tools.o: ed4_awars.hxx
ED4_tools.o: ed4_class.hxx
ED4_tools.o: ed4_defs.hxx
ED4_tools.o: ed4_edit_string.hxx
ED4_tools.o: ed4_search.hxx
ED4_tools.o: ed4_tools.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
ED4_tools.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_tools.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
ED4_tools.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_tools.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_tools.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_tools.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_tools.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_tools.o: $(ARBHOME)/INCLUDE/aw_awars.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_keysym.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/awt_iupac.hxx
ED4_tools.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx

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: ed4_visualizeSAI.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_k_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/arbdb.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdbt.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/attributes.h
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_device.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_position.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_root.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_window.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx

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_k_prot.h
ED4_window.o: $(ARBHOME)/INCLUDE/ad_prot.h
ED4_window.o: $(ARBHOME)/INCLUDE/arb_assert.h
ED4_window.o: $(ARBHOME)/INCLUDE/arbdb.h
ED4_window.o: $(ARBHOME)/INCLUDE/arbdb_base.h
ED4_window.o: $(ARBHOME)/INCLUDE/attributes.h
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_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

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_k_prot.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/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/attributes.h
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_keysym.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_position.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_root.hxx
EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_window.hxx

edit_naligner.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
edit_naligner.o: $(ARBHOME)/INCLUDE/ad_prot.h
edit_naligner.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
edit_naligner.o: $(ARBHOME)/INCLUDE/arb_assert.h
edit_naligner.o: $(ARBHOME)/INCLUDE/arbdb.h
edit_naligner.o: $(ARBHOME)/INCLUDE/arbdb_base.h
edit_naligner.o: $(ARBHOME)/INCLUDE/arbdbt.h
edit_naligner.o: $(ARBHOME)/INCLUDE/attributes.h
edit_naligner.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
edit_naligner.o: $(ARBHOME)/INCLUDE/aw_device.hxx
edit_naligner.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
edit_naligner.o: $(ARBHOME)/INCLUDE/aw_position.hxx
edit_naligner.o: $(ARBHOME)/INCLUDE/aw_root.hxx
edit_naligner.o: $(ARBHOME)/INCLUDE/aw_window.hxx
edit_naligner.o: $(ARBHOME)/INCLUDE/awt.hxx
edit_naligner.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx

graph_aligner_gui.o: ed4_defs.hxx
graph_aligner_gui.o: graph_aligner_gui.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
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/arb_assert.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/attributes.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_device.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_keysym.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_sel_boxes.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/client.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/PT_com.h
graph_aligner_gui.o: $(ARBHOME)/INCLUDE/servercntrl.h