# for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt .SUFFIXES: .o .cxx .depend OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx)) $(MAIN): $(OBJECTS) $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS) .cxx.o: $(A_CXX) $(cflags) $(cxxflags) -c $< $(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) SEC_abspos.o: SEC_abspos.hxx SEC_abspos.o: SEC_defs.hxx SEC_abspos.o: $(ARBHOME)/INCLUDE/arb_assert.h SEC_abspos.o: $(ARBHOME)/INCLUDE/arb_core.h SEC_abspos.o: $(ARBHOME)/INCLUDE/arb_mem.h SEC_abspos.o: $(ARBHOME)/INCLUDE/arbtools.h SEC_abspos.o: $(ARBHOME)/INCLUDE/attributes.h SEC_abspos.o: $(ARBHOME)/INCLUDE/cxxforward.h SEC_abspos.o: $(ARBHOME)/INCLUDE/dupstr.h SEC_abspos.o: $(ARBHOME)/INCLUDE/gccver.h SEC_abspos.o: $(ARBHOME)/INCLUDE/test_global.h SEC_bonddef.o: SEC_bonddef.hxx SEC_bonddef.o: SEC_defs.hxx SEC_bonddef.o: $(ARBHOME)/INCLUDE/ad_prot.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/ad_t_prot.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_assert.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_core.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_error.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_mem.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_msg.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_string.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdb.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdb_base.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdbt.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbtools.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/attributes.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/aw_base.hxx SEC_bonddef.o: $(ARBHOME)/INCLUDE/aw_position.hxx SEC_bonddef.o: $(ARBHOME)/INCLUDE/cxxforward.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/downcast.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/dupstr.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/gccver.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/smartptr.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/static_assert.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/stringize.h SEC_bonddef.o: $(ARBHOME)/INCLUDE/test_global.h SEC_db.o: SEC_abspos.hxx SEC_db.o: SEC_bonddef.hxx SEC_db.o: SEC_db.hxx SEC_db.o: SEC_defs.hxx SEC_db.o: SEC_gc.hxx SEC_db.o: SEC_graphic.hxx SEC_db.o: SEC_root.hxx SEC_db.o: SEC_toggle.hxx SEC_db.o: secedit_extern.hxx SEC_db.o: $(ARBHOME)/INCLUDE/ad_cb.h SEC_db.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h SEC_db.o: $(ARBHOME)/INCLUDE/ad_colorset.h SEC_db.o: $(ARBHOME)/INCLUDE/ad_prot.h SEC_db.o: $(ARBHOME)/INCLUDE/ad_t_prot.h SEC_db.o: $(ARBHOME)/INCLUDE/arb_assert.h SEC_db.o: $(ARBHOME)/INCLUDE/arb_core.h SEC_db.o: $(ARBHOME)/INCLUDE/arb_defs.h SEC_db.o: $(ARBHOME)/INCLUDE/arb_error.h SEC_db.o: $(ARBHOME)/INCLUDE/arb_global_defs.h SEC_db.o: $(ARBHOME)/INCLUDE/arb_mem.h SEC_db.o: $(ARBHOME)/INCLUDE/arb_msg.h SEC_db.o: $(ARBHOME)/INCLUDE/arb_strarray.h SEC_db.o: $(ARBHOME)/INCLUDE/arb_string.h SEC_db.o: $(ARBHOME)/INCLUDE/arbdb.h SEC_db.o: $(ARBHOME)/INCLUDE/arbdb_base.h SEC_db.o: $(ARBHOME)/INCLUDE/arbdbt.h SEC_db.o: $(ARBHOME)/INCLUDE/arbtools.h SEC_db.o: $(ARBHOME)/INCLUDE/attributes.h SEC_db.o: $(ARBHOME)/INCLUDE/aw_awar.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_awars.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_base.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_device.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_file.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx SEC_db.o: $(ARBHOME)/INCLUDE/AW_helix.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_msg.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_position.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_root.hxx SEC_db.o: $(ARBHOME)/INCLUDE/aw_window.hxx SEC_db.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx SEC_db.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx SEC_db.o: $(ARBHOME)/INCLUDE/BI_helix.hxx SEC_db.o: $(ARBHOME)/INCLUDE/cb.h SEC_db.o: $(ARBHOME)/INCLUDE/cb_base.h SEC_db.o: $(ARBHOME)/INCLUDE/cbtypes.h SEC_db.o: $(ARBHOME)/INCLUDE/cxxforward.h SEC_db.o: $(ARBHOME)/INCLUDE/downcast.h SEC_db.o: $(ARBHOME)/INCLUDE/dupstr.h SEC_db.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx SEC_db.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx SEC_db.o: $(ARBHOME)/INCLUDE/gccver.h SEC_db.o: $(ARBHOME)/INCLUDE/sized_cstr.h SEC_db.o: $(ARBHOME)/INCLUDE/smartptr.h SEC_db.o: $(ARBHOME)/INCLUDE/static_assert.h SEC_db.o: $(ARBHOME)/INCLUDE/stringize.h SEC_db.o: $(ARBHOME)/INCLUDE/test_global.h SEC_db.o: $(ARBHOME)/INCLUDE/ttypes.h SEC_graphic.o: SEC_abspos.hxx SEC_graphic.o: SEC_db.hxx SEC_graphic.o: SEC_defs.hxx SEC_graphic.o: SEC_gc.hxx SEC_graphic.o: SEC_graphic.hxx SEC_graphic.o: SEC_iter.hxx SEC_graphic.o: SEC_root.hxx SEC_graphic.o: SEC_toggle.hxx SEC_graphic.o: secedit_extern.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_cb.h SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_colorset.h SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_prot.h SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_t_prot.h SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_assert.h SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_core.h SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_error.h SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_global_defs.h SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_mem.h SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_msg.h SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_strarray.h SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_string.h SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdb.h SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdb_base.h SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdbt.h SEC_graphic.o: $(ARBHOME)/INCLUDE/arbtools.h SEC_graphic.o: $(ARBHOME)/INCLUDE/attributes.h SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_awar.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_awars.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_base.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_device.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_global.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_msg.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_position.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_preset.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_question.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_root.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_window.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/BI_helix.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/cb.h SEC_graphic.o: $(ARBHOME)/INCLUDE/cb_base.h SEC_graphic.o: $(ARBHOME)/INCLUDE/cbtypes.h SEC_graphic.o: $(ARBHOME)/INCLUDE/cxxforward.h SEC_graphic.o: $(ARBHOME)/INCLUDE/downcast.h SEC_graphic.o: $(ARBHOME)/INCLUDE/dupstr.h SEC_graphic.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx SEC_graphic.o: $(ARBHOME)/INCLUDE/gccver.h SEC_graphic.o: $(ARBHOME)/INCLUDE/sized_cstr.h SEC_graphic.o: $(ARBHOME)/INCLUDE/smartptr.h SEC_graphic.o: $(ARBHOME)/INCLUDE/static_assert.h SEC_graphic.o: $(ARBHOME)/INCLUDE/stringize.h SEC_graphic.o: $(ARBHOME)/INCLUDE/test_global.h SEC_graphic.o: $(ARBHOME)/INCLUDE/ttypes.h SEC_helix.o: SEC_abspos.hxx SEC_helix.o: SEC_db.hxx SEC_helix.o: SEC_defs.hxx SEC_helix.o: SEC_gc.hxx SEC_helix.o: SEC_helix.hxx SEC_helix.o: SEC_root.hxx SEC_helix.o: secedit_extern.hxx SEC_helix.o: $(ARBHOME)/INCLUDE/ad_prot.h SEC_helix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h SEC_helix.o: $(ARBHOME)/INCLUDE/arb_assert.h SEC_helix.o: $(ARBHOME)/INCLUDE/arb_core.h SEC_helix.o: $(ARBHOME)/INCLUDE/arb_error.h SEC_helix.o: $(ARBHOME)/INCLUDE/arb_global_defs.h SEC_helix.o: $(ARBHOME)/INCLUDE/arb_mem.h SEC_helix.o: $(ARBHOME)/INCLUDE/arb_msg.h SEC_helix.o: $(ARBHOME)/INCLUDE/arb_strbuf.h SEC_helix.o: $(ARBHOME)/INCLUDE/arb_string.h SEC_helix.o: $(ARBHOME)/INCLUDE/arbdb.h SEC_helix.o: $(ARBHOME)/INCLUDE/arbdb_base.h SEC_helix.o: $(ARBHOME)/INCLUDE/arbdbt.h SEC_helix.o: $(ARBHOME)/INCLUDE/arbtools.h SEC_helix.o: $(ARBHOME)/INCLUDE/attributes.h SEC_helix.o: $(ARBHOME)/INCLUDE/aw_base.hxx SEC_helix.o: $(ARBHOME)/INCLUDE/aw_device.hxx SEC_helix.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx SEC_helix.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx SEC_helix.o: $(ARBHOME)/INCLUDE/aw_position.hxx SEC_helix.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx SEC_helix.o: $(ARBHOME)/INCLUDE/BI_helix.hxx SEC_helix.o: $(ARBHOME)/INCLUDE/cxxforward.h SEC_helix.o: $(ARBHOME)/INCLUDE/downcast.h SEC_helix.o: $(ARBHOME)/INCLUDE/dupstr.h SEC_helix.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx SEC_helix.o: $(ARBHOME)/INCLUDE/gccver.h SEC_helix.o: $(ARBHOME)/INCLUDE/sized_cstr.h SEC_helix.o: $(ARBHOME)/INCLUDE/smartptr.h SEC_helix.o: $(ARBHOME)/INCLUDE/static_assert.h SEC_helix.o: $(ARBHOME)/INCLUDE/stringize.h SEC_helix.o: $(ARBHOME)/INCLUDE/test_global.h SEC_io.o: SEC_abspos.hxx SEC_io.o: SEC_db.hxx SEC_io.o: SEC_defs.hxx SEC_io.o: SEC_gc.hxx SEC_io.o: SEC_iter.hxx SEC_io.o: SEC_root.hxx SEC_io.o: secedit_extern.hxx SEC_io.o: $(ARBHOME)/INCLUDE/arb_assert.h SEC_io.o: $(ARBHOME)/INCLUDE/arb_core.h SEC_io.o: $(ARBHOME)/INCLUDE/arb_global_defs.h SEC_io.o: $(ARBHOME)/INCLUDE/arbdb_base.h SEC_io.o: $(ARBHOME)/INCLUDE/arbtools.h SEC_io.o: $(ARBHOME)/INCLUDE/attributes.h SEC_io.o: $(ARBHOME)/INCLUDE/aw_base.hxx SEC_io.o: $(ARBHOME)/INCLUDE/aw_device.hxx SEC_io.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx SEC_io.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx SEC_io.o: $(ARBHOME)/INCLUDE/aw_position.hxx SEC_io.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx SEC_io.o: $(ARBHOME)/INCLUDE/BI_helix.hxx SEC_io.o: $(ARBHOME)/INCLUDE/cxxforward.h SEC_io.o: $(ARBHOME)/INCLUDE/dupstr.h SEC_io.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx SEC_io.o: $(ARBHOME)/INCLUDE/gccver.h SEC_io.o: $(ARBHOME)/INCLUDE/sized_cstr.h SEC_io.o: $(ARBHOME)/INCLUDE/test_global.h SEC_layout.o: SEC_abspos.hxx SEC_layout.o: SEC_db.hxx SEC_layout.o: SEC_defs.hxx SEC_layout.o: SEC_gc.hxx SEC_layout.o: SEC_iter.hxx SEC_layout.o: SEC_root.hxx SEC_layout.o: secedit_extern.hxx SEC_layout.o: $(ARBHOME)/INCLUDE/arb_assert.h SEC_layout.o: $(ARBHOME)/INCLUDE/arb_core.h SEC_layout.o: $(ARBHOME)/INCLUDE/arb_global_defs.h SEC_layout.o: $(ARBHOME)/INCLUDE/arbdb_base.h SEC_layout.o: $(ARBHOME)/INCLUDE/arbtools.h SEC_layout.o: $(ARBHOME)/INCLUDE/attributes.h SEC_layout.o: $(ARBHOME)/INCLUDE/aw_base.hxx SEC_layout.o: $(ARBHOME)/INCLUDE/aw_device.hxx SEC_layout.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx SEC_layout.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx SEC_layout.o: $(ARBHOME)/INCLUDE/aw_position.hxx SEC_layout.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx SEC_layout.o: $(ARBHOME)/INCLUDE/BI_helix.hxx SEC_layout.o: $(ARBHOME)/INCLUDE/cxxforward.h SEC_layout.o: $(ARBHOME)/INCLUDE/dupstr.h SEC_layout.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx SEC_layout.o: $(ARBHOME)/INCLUDE/gccver.h SEC_layout.o: $(ARBHOME)/INCLUDE/sized_cstr.h SEC_layout.o: $(ARBHOME)/INCLUDE/test_global.h SEC_main.o: SEC_abspos.hxx SEC_main.o: SEC_db.hxx SEC_main.o: SEC_defs.hxx SEC_main.o: SEC_drawn_pos.hxx SEC_main.o: SEC_gc.hxx SEC_main.o: SEC_graphic.hxx SEC_main.o: SEC_helix.hxx SEC_main.o: SEC_root.hxx SEC_main.o: SEC_toggle.hxx SEC_main.o: secedit_extern.hxx SEC_main.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h SEC_main.o: $(ARBHOME)/INCLUDE/ad_prot.h SEC_main.o: $(ARBHOME)/INCLUDE/arb_assert.h SEC_main.o: $(ARBHOME)/INCLUDE/arb_core.h SEC_main.o: $(ARBHOME)/INCLUDE/arb_error.h SEC_main.o: $(ARBHOME)/INCLUDE/arb_file.h SEC_main.o: $(ARBHOME)/INCLUDE/arb_global_defs.h SEC_main.o: $(ARBHOME)/INCLUDE/arb_mem.h SEC_main.o: $(ARBHOME)/INCLUDE/arb_msg.h SEC_main.o: $(ARBHOME)/INCLUDE/arb_strarray.h SEC_main.o: $(ARBHOME)/INCLUDE/arb_string.h SEC_main.o: $(ARBHOME)/INCLUDE/arbdb.h SEC_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h SEC_main.o: $(ARBHOME)/INCLUDE/arbtools.h SEC_main.o: $(ARBHOME)/INCLUDE/attributes.h SEC_main.o: $(ARBHOME)/INCLUDE/aw_awar.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_file.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx SEC_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx SEC_main.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx SEC_main.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx SEC_main.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx SEC_main.o: $(ARBHOME)/INCLUDE/BI_helix.hxx SEC_main.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h SEC_main.o: $(ARBHOME)/INCLUDE/cb.h SEC_main.o: $(ARBHOME)/INCLUDE/cb_base.h SEC_main.o: $(ARBHOME)/INCLUDE/cbtypes.h SEC_main.o: $(ARBHOME)/INCLUDE/ConfigMapping.h SEC_main.o: $(ARBHOME)/INCLUDE/cxxforward.h SEC_main.o: $(ARBHOME)/INCLUDE/dupstr.h SEC_main.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx SEC_main.o: $(ARBHOME)/INCLUDE/gccver.h SEC_main.o: $(ARBHOME)/INCLUDE/mode_text.h SEC_main.o: $(ARBHOME)/INCLUDE/sized_cstr.h SEC_main.o: $(ARBHOME)/INCLUDE/smartptr.h SEC_main.o: $(ARBHOME)/INCLUDE/static_assert.h SEC_main.o: $(ARBHOME)/INCLUDE/stringize.h SEC_main.o: $(ARBHOME)/INCLUDE/test_global.h SEC_main.o: $(ARBHOME)/INCLUDE/ttypes.h SEC_paint.o: SEC_abspos.hxx SEC_paint.o: SEC_bonddef.hxx SEC_paint.o: SEC_db.hxx SEC_paint.o: SEC_defs.hxx SEC_paint.o: SEC_drawn_pos.hxx SEC_paint.o: SEC_gc.hxx SEC_paint.o: SEC_graphic.hxx SEC_paint.o: SEC_iter.hxx SEC_paint.o: SEC_root.hxx SEC_paint.o: SEC_toggle.hxx SEC_paint.o: secedit_extern.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/ad_colorset.h SEC_paint.o: $(ARBHOME)/INCLUDE/ad_prot.h SEC_paint.o: $(ARBHOME)/INCLUDE/arb_assert.h SEC_paint.o: $(ARBHOME)/INCLUDE/arb_core.h SEC_paint.o: $(ARBHOME)/INCLUDE/arb_defs.h SEC_paint.o: $(ARBHOME)/INCLUDE/arb_error.h SEC_paint.o: $(ARBHOME)/INCLUDE/arb_global_defs.h SEC_paint.o: $(ARBHOME)/INCLUDE/arb_mem.h SEC_paint.o: $(ARBHOME)/INCLUDE/arb_msg.h SEC_paint.o: $(ARBHOME)/INCLUDE/arb_strarray.h SEC_paint.o: $(ARBHOME)/INCLUDE/arb_string.h SEC_paint.o: $(ARBHOME)/INCLUDE/arbdb.h SEC_paint.o: $(ARBHOME)/INCLUDE/arbdb_base.h SEC_paint.o: $(ARBHOME)/INCLUDE/arbtools.h SEC_paint.o: $(ARBHOME)/INCLUDE/attributes.h SEC_paint.o: $(ARBHOME)/INCLUDE/aw_base.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/aw_device.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/AW_helix.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/aw_msg.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/aw_position.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/aw_window.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/BI_helix.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/cb.h SEC_paint.o: $(ARBHOME)/INCLUDE/cb_base.h SEC_paint.o: $(ARBHOME)/INCLUDE/cbtypes.h SEC_paint.o: $(ARBHOME)/INCLUDE/cxxforward.h SEC_paint.o: $(ARBHOME)/INCLUDE/dupstr.h SEC_paint.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx SEC_paint.o: $(ARBHOME)/INCLUDE/gccver.h SEC_paint.o: $(ARBHOME)/INCLUDE/iupac.h SEC_paint.o: $(ARBHOME)/INCLUDE/sized_cstr.h SEC_paint.o: $(ARBHOME)/INCLUDE/smartptr.h SEC_paint.o: $(ARBHOME)/INCLUDE/static_assert.h SEC_paint.o: $(ARBHOME)/INCLUDE/stringize.h SEC_paint.o: $(ARBHOME)/INCLUDE/test_global.h SEC_paint.o: $(ARBHOME)/INCLUDE/ttypes.h SEC_read.o: SEC_abspos.hxx SEC_read.o: SEC_db.hxx SEC_read.o: SEC_defs.hxx SEC_read.o: SEC_gc.hxx SEC_read.o: SEC_iter.hxx SEC_read.o: SEC_root.hxx SEC_read.o: secedit_extern.hxx SEC_read.o: $(ARBHOME)/INCLUDE/arb_assert.h SEC_read.o: $(ARBHOME)/INCLUDE/arb_core.h SEC_read.o: $(ARBHOME)/INCLUDE/arb_global_defs.h SEC_read.o: $(ARBHOME)/INCLUDE/arb_msg.h SEC_read.o: $(ARBHOME)/INCLUDE/arbdb_base.h SEC_read.o: $(ARBHOME)/INCLUDE/arbtools.h SEC_read.o: $(ARBHOME)/INCLUDE/attributes.h SEC_read.o: $(ARBHOME)/INCLUDE/aw_base.hxx SEC_read.o: $(ARBHOME)/INCLUDE/aw_device.hxx SEC_read.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx SEC_read.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx SEC_read.o: $(ARBHOME)/INCLUDE/aw_position.hxx SEC_read.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx SEC_read.o: $(ARBHOME)/INCLUDE/BI_helix.hxx SEC_read.o: $(ARBHOME)/INCLUDE/cxxforward.h SEC_read.o: $(ARBHOME)/INCLUDE/dupstr.h SEC_read.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx SEC_read.o: $(ARBHOME)/INCLUDE/gccver.h SEC_read.o: $(ARBHOME)/INCLUDE/sized_cstr.h SEC_read.o: $(ARBHOME)/INCLUDE/test_global.h SEC_split.o: SEC_abspos.hxx SEC_split.o: SEC_db.hxx SEC_split.o: SEC_defs.hxx SEC_split.o: SEC_drawn_pos.hxx SEC_split.o: SEC_gc.hxx SEC_split.o: SEC_iter.hxx SEC_split.o: SEC_root.hxx SEC_split.o: secedit_extern.hxx SEC_split.o: $(ARBHOME)/INCLUDE/arb_assert.h SEC_split.o: $(ARBHOME)/INCLUDE/arb_core.h SEC_split.o: $(ARBHOME)/INCLUDE/arb_global_defs.h SEC_split.o: $(ARBHOME)/INCLUDE/arb_msg.h SEC_split.o: $(ARBHOME)/INCLUDE/arbdb_base.h SEC_split.o: $(ARBHOME)/INCLUDE/arbtools.h SEC_split.o: $(ARBHOME)/INCLUDE/attributes.h SEC_split.o: $(ARBHOME)/INCLUDE/aw_base.hxx SEC_split.o: $(ARBHOME)/INCLUDE/aw_device.hxx SEC_split.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx SEC_split.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx SEC_split.o: $(ARBHOME)/INCLUDE/aw_position.hxx SEC_split.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx SEC_split.o: $(ARBHOME)/INCLUDE/BI_helix.hxx SEC_split.o: $(ARBHOME)/INCLUDE/cxxforward.h SEC_split.o: $(ARBHOME)/INCLUDE/dupstr.h SEC_split.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx SEC_split.o: $(ARBHOME)/INCLUDE/gccver.h SEC_split.o: $(ARBHOME)/INCLUDE/sized_cstr.h SEC_split.o: $(ARBHOME)/INCLUDE/test_global.h SEC_structure.o: SEC_abspos.hxx SEC_structure.o: SEC_db.hxx SEC_structure.o: SEC_defs.hxx SEC_structure.o: SEC_gc.hxx SEC_structure.o: SEC_iter.hxx SEC_structure.o: SEC_root.hxx SEC_structure.o: secedit_extern.hxx SEC_structure.o: $(ARBHOME)/INCLUDE/arb_assert.h SEC_structure.o: $(ARBHOME)/INCLUDE/arb_core.h SEC_structure.o: $(ARBHOME)/INCLUDE/arb_global_defs.h SEC_structure.o: $(ARBHOME)/INCLUDE/arbdb_base.h SEC_structure.o: $(ARBHOME)/INCLUDE/arbtools.h SEC_structure.o: $(ARBHOME)/INCLUDE/attributes.h SEC_structure.o: $(ARBHOME)/INCLUDE/aw_base.hxx SEC_structure.o: $(ARBHOME)/INCLUDE/aw_device.hxx SEC_structure.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx SEC_structure.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx SEC_structure.o: $(ARBHOME)/INCLUDE/aw_position.hxx SEC_structure.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx SEC_structure.o: $(ARBHOME)/INCLUDE/BI_helix.hxx SEC_structure.o: $(ARBHOME)/INCLUDE/cxxforward.h SEC_structure.o: $(ARBHOME)/INCLUDE/dupstr.h SEC_structure.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx SEC_structure.o: $(ARBHOME)/INCLUDE/gccver.h SEC_structure.o: $(ARBHOME)/INCLUDE/sized_cstr.h SEC_structure.o: $(ARBHOME)/INCLUDE/test_global.h SEC_toggle.o: SEC_defs.hxx SEC_toggle.o: SEC_graphic.hxx SEC_toggle.o: SEC_toggle.hxx SEC_toggle.o: $(ARBHOME)/INCLUDE/ad_prot.h SEC_toggle.o: $(ARBHOME)/INCLUDE/ad_t_prot.h SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_assert.h SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_core.h SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_error.h SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_mem.h SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_msg.h SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_string.h SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdb.h SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdb_base.h SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdbt.h SEC_toggle.o: $(ARBHOME)/INCLUDE/arbtools.h SEC_toggle.o: $(ARBHOME)/INCLUDE/attributes.h SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_base.hxx SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_device.hxx SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_position.hxx SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_window.hxx SEC_toggle.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx SEC_toggle.o: $(ARBHOME)/INCLUDE/cb.h SEC_toggle.o: $(ARBHOME)/INCLUDE/cb_base.h SEC_toggle.o: $(ARBHOME)/INCLUDE/cbtypes.h SEC_toggle.o: $(ARBHOME)/INCLUDE/cxxforward.h SEC_toggle.o: $(ARBHOME)/INCLUDE/downcast.h SEC_toggle.o: $(ARBHOME)/INCLUDE/dupstr.h SEC_toggle.o: $(ARBHOME)/INCLUDE/gccver.h SEC_toggle.o: $(ARBHOME)/INCLUDE/sized_cstr.h SEC_toggle.o: $(ARBHOME)/INCLUDE/smartptr.h SEC_toggle.o: $(ARBHOME)/INCLUDE/static_assert.h SEC_toggle.o: $(ARBHOME)/INCLUDE/stringize.h SEC_toggle.o: $(ARBHOME)/INCLUDE/test_global.h SEC_toggle.o: $(ARBHOME)/INCLUDE/ttypes.h