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

.SUFFIXES: .o .cxx .depend

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

LIB_SHARED=../lib/$(MAIN:.a=).$(SHARED_LIB_SUFFIX)

# MAIN contains .a (instead of wanted .so). Translate via do_...-target
it: do_$(MAIN)

do_AWT.a:
	@echo "Error: MAIN='$(MAIN)' is set wrong"
	false

do_libAWT.a: $(LIB_SHARED)

$(LIB_SHARED): $(OBJECTS)
	$(LINK_SHARED_LIB) $(LIB_SHARED) $(OBJECTS)

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

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

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
.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)

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

AWT_canio.o: awt_canvas.hxx
AWT_canio.o: $(ARBHOME)/INCLUDE/ad_prot.h
AWT_canio.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arb_assert.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arb_core.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arb_defs.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arb_error.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arb_file.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arb_mem.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arb_msg.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arb_progress.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arb_string.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arbdb.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arbdbt.h
AWT_canio.o: $(ARBHOME)/INCLUDE/arbtools.h
AWT_canio.o: $(ARBHOME)/INCLUDE/attributes.h
AWT_canio.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
AWT_canio.o: $(ARBHOME)/INCLUDE/aw_base.hxx
AWT_canio.o: $(ARBHOME)/INCLUDE/aw_device.hxx
AWT_canio.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
AWT_canio.o: $(ARBHOME)/INCLUDE/aw_file.hxx
AWT_canio.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
AWT_canio.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
AWT_canio.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
AWT_canio.o: $(ARBHOME)/INCLUDE/aw_position.hxx
AWT_canio.o: $(ARBHOME)/INCLUDE/aw_root.hxx
AWT_canio.o: $(ARBHOME)/INCLUDE/aw_window.hxx
AWT_canio.o: $(ARBHOME)/INCLUDE/cb.h
AWT_canio.o: $(ARBHOME)/INCLUDE/cb_base.h
AWT_canio.o: $(ARBHOME)/INCLUDE/cbtypes.h
AWT_canio.o: $(ARBHOME)/INCLUDE/cxxforward.h
AWT_canio.o: $(ARBHOME)/INCLUDE/downcast.h
AWT_canio.o: $(ARBHOME)/INCLUDE/dupstr.h
AWT_canio.o: $(ARBHOME)/INCLUDE/gccver.h
AWT_canio.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AWT_canio.o: $(ARBHOME)/INCLUDE/smartptr.h
AWT_canio.o: $(ARBHOME)/INCLUDE/static_assert.h
AWT_canio.o: $(ARBHOME)/INCLUDE/test_global.h
AWT_canio.o: $(ARBHOME)/INCLUDE/ttypes.h

AWT_canvas.o: awt.hxx
AWT_canvas.o: awt_canvas.hxx
AWT_canvas.o: $(ARBHOME)/INCLUDE/ad_prot.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_assert.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_core.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_error.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_mem.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_msg.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_string.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdb.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdbt.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/arbtools.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/attributes.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_base.hxx
AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_device.hxx
AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_position.hxx
AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_root.hxx
AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_window.hxx
AWT_canvas.o: $(ARBHOME)/INCLUDE/cb.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/cb_base.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/cbtypes.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/cxxforward.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/downcast.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/dupstr.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/gccver.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/smartptr.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/static_assert.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/test_global.h
AWT_canvas.o: $(ARBHOME)/INCLUDE/ttypes.h

AWT_config_manager.o: awt.hxx
AWT_config_manager.o: awt_config_manager.hxx
AWT_config_manager.o: awt_sel_boxes.hxx
AWT_config_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_core.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_defs.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_error.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_mem.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_msg.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_str.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_strarray.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_string.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbdb.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbtools.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/attributes.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_base.hxx
AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_question.hxx
AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx
AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_select.hxx
AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx
AWT_config_manager.o: $(ARBHOME)/INCLUDE/cb.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/cb_base.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/cbtypes.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/cxxforward.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/dupstr.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/gccver.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/smartptr.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/static_assert.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/test_global.h
AWT_config_manager.o: $(ARBHOME)/INCLUDE/ttypes.h

AWT_db_browser.o: awt.hxx
AWT_db_browser.o: awt_hexdump.hxx
AWT_db_browser.o: awt_misc.hxx
AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_cb.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_prot.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_assert.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_core.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_diff.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_error.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_file.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_mem.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_misc.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_msg.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_sleep.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_str.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_strarray.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_string.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdb.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdbt.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbtools.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/attributes.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_base.hxx
AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_root.hxx
AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_select.hxx
AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_window.hxx
AWT_db_browser.o: $(ARBHOME)/INCLUDE/cb.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/cb_base.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/cbtypes.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/cxxforward.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/downcast.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/dupstr.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/gccver.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/smartptr.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/static_assert.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/test_global.h
AWT_db_browser.o: $(ARBHOME)/INCLUDE/ttypes.h

AWT_hexdump.o: awt.hxx
AWT_hexdump.o: awt_hexdump.hxx
AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_assert.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_core.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_error.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_mem.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_string.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/arbtools.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/attributes.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/aw_base.hxx
AWT_hexdump.o: $(ARBHOME)/INCLUDE/aw_root.hxx
AWT_hexdump.o: $(ARBHOME)/INCLUDE/cb.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/cb_base.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/cbtypes.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/cxxforward.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/dupstr.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/gccver.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/smartptr.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/static_assert.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/test_global.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/test_unit.h
AWT_hexdump.o: $(ARBHOME)/INCLUDE/ttypes.h

AWT_hotkeys.o: awt_hotkeys.hxx
AWT_hotkeys.o: $(ARBHOME)/INCLUDE/arbtools.h
AWT_hotkeys.o: $(ARBHOME)/INCLUDE/cxxforward.h
AWT_hotkeys.o: $(ARBHOME)/INCLUDE/gccver.h

AWT_input_mask.o: awt.hxx
AWT_input_mask.o: awt_hotkeys.hxx
AWT_input_mask.o: awt_input_mask.hxx
AWT_input_mask.o: awt_input_mask_internal.hxx
AWT_input_mask.o: awt_www.hxx
AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_cb.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_prot.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_assert.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_core.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_error.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_file.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_mem.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_msg.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_str.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_string.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdb.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdbt.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbtools.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/attributes.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_base.hxx
AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_file.hxx
AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_question.hxx
AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_root.hxx
AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_window.hxx
AWT_input_mask.o: $(ARBHOME)/INCLUDE/cb.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/cb_base.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/cbtypes.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/cxxforward.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/downcast.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/dupstr.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/gb_aci.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/gccver.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/smartptr.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/static_assert.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/test_global.h
AWT_input_mask.o: $(ARBHOME)/INCLUDE/ttypes.h

AWT_map_key.o: awt_config_manager.hxx
AWT_map_key.o: awt_map_key.hxx
AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_assert.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_core.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_error.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_mem.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_msg.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_strarray.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_string.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/arbtools.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/attributes.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_base.hxx
AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_root.hxx
AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_window.hxx
AWT_map_key.o: $(ARBHOME)/INCLUDE/cb.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/cb_base.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/cbtypes.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/cxxforward.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/dupstr.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/gccver.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/smartptr.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/static_assert.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/test_global.h
AWT_map_key.o: $(ARBHOME)/INCLUDE/ttypes.h

AWT_misc.o: awt_misc.hxx
AWT_misc.o: $(ARBHOME)/INCLUDE/ad_prot.h
AWT_misc.o: $(ARBHOME)/INCLUDE/arb_assert.h
AWT_misc.o: $(ARBHOME)/INCLUDE/arb_core.h
AWT_misc.o: $(ARBHOME)/INCLUDE/arb_error.h
AWT_misc.o: $(ARBHOME)/INCLUDE/arb_mem.h
AWT_misc.o: $(ARBHOME)/INCLUDE/arb_msg.h
AWT_misc.o: $(ARBHOME)/INCLUDE/arb_strarray.h
AWT_misc.o: $(ARBHOME)/INCLUDE/arb_string.h
AWT_misc.o: $(ARBHOME)/INCLUDE/arbdb.h
AWT_misc.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AWT_misc.o: $(ARBHOME)/INCLUDE/arbtools.h
AWT_misc.o: $(ARBHOME)/INCLUDE/attributes.h
AWT_misc.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
AWT_misc.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
AWT_misc.o: $(ARBHOME)/INCLUDE/aw_base.hxx
AWT_misc.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
AWT_misc.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
AWT_misc.o: $(ARBHOME)/INCLUDE/aw_root.hxx
AWT_misc.o: $(ARBHOME)/INCLUDE/aw_window.hxx
AWT_misc.o: $(ARBHOME)/INCLUDE/cb.h
AWT_misc.o: $(ARBHOME)/INCLUDE/cb_base.h
AWT_misc.o: $(ARBHOME)/INCLUDE/cbtypes.h
AWT_misc.o: $(ARBHOME)/INCLUDE/cxxforward.h
AWT_misc.o: $(ARBHOME)/INCLUDE/dupstr.h
AWT_misc.o: $(ARBHOME)/INCLUDE/gccver.h
AWT_misc.o: $(ARBHOME)/INCLUDE/smartptr.h
AWT_misc.o: $(ARBHOME)/INCLUDE/static_assert.h
AWT_misc.o: $(ARBHOME)/INCLUDE/test_global.h
AWT_misc.o: $(ARBHOME)/INCLUDE/ttypes.h

AWT_modules.o: awt_modules.hxx
AWT_modules.o: $(ARBHOME)/INCLUDE/arb_assert.h
AWT_modules.o: $(ARBHOME)/INCLUDE/arb_core.h
AWT_modules.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AWT_modules.o: $(ARBHOME)/INCLUDE/arbtools.h
AWT_modules.o: $(ARBHOME)/INCLUDE/attributes.h
AWT_modules.o: $(ARBHOME)/INCLUDE/aw_base.hxx
AWT_modules.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
AWT_modules.o: $(ARBHOME)/INCLUDE/aw_window.hxx
AWT_modules.o: $(ARBHOME)/INCLUDE/cb.h
AWT_modules.o: $(ARBHOME)/INCLUDE/cb_base.h
AWT_modules.o: $(ARBHOME)/INCLUDE/cbtypes.h
AWT_modules.o: $(ARBHOME)/INCLUDE/cxxforward.h
AWT_modules.o: $(ARBHOME)/INCLUDE/dupstr.h
AWT_modules.o: $(ARBHOME)/INCLUDE/gccver.h
AWT_modules.o: $(ARBHOME)/INCLUDE/smartptr.h
AWT_modules.o: $(ARBHOME)/INCLUDE/static_assert.h
AWT_modules.o: $(ARBHOME)/INCLUDE/test_global.h
AWT_modules.o: $(ARBHOME)/INCLUDE/ttypes.h

AWT_prompt.o: awt_prompt.hxx
AWT_prompt.o: $(ARBHOME)/INCLUDE/arb_assert.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/arb_core.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/arb_error.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/arbtools.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/attributes.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_base.hxx
AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_root.hxx
AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_window.hxx
AWT_prompt.o: $(ARBHOME)/INCLUDE/cb.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/cb_base.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/cbtypes.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/cxxforward.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/dupstr.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/gccver.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/smartptr.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/static_assert.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/test_global.h
AWT_prompt.o: $(ARBHOME)/INCLUDE/ttypes.h

AWT_sel_boxes.o: awt.hxx
AWT_sel_boxes.o: awt_modules.hxx
AWT_sel_boxes.o: awt_sel_boxes.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_config.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_prot.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_assert.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_core.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_error.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_file.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_mem.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_msg.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_stdstring.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strarray.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_string.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdbt.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbtools.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/attributes.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_base.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_file.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_root.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_select.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_window.hxx
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cb.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cb_base.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cbtypes.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cxxforward.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/downcast.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/dupstr.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/gccver.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/item_sel_list.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/items.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/smartptr.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/static_assert.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/test_global.h
AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ttypes.h

AWT_TreeAwars.o: awt_TreeAwars.hxx
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_cb.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_prot.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_assert.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_core.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_error.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_mem.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_msg.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_string.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbdb.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbdbt.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbtools.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/attributes.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_base.hxx
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_root.hxx
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cb.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cb_base.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cbtypes.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cxxforward.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/downcast.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/dupstr.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/gccver.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/smartptr.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/static_assert.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/test_global.h
AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ttypes.h

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