.SUFFIXES: .o .c .cxx .depend

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

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

it: do_$(MAIN)

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

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

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

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

AW_awar.o: aw_awar.hxx
AW_awar.o: aw_base.hxx
AW_awar.o: aw_keysym.hxx
AW_awar.o: aw_msg.hxx
AW_awar.o: aw_nawar.hxx
AW_awar.o: aw_root.hxx
AW_awar.o: aw_scalar.hxx
AW_awar.o: aw_select.hxx
AW_awar.o: aw_window.hxx
AW_awar.o: $(ARBHOME)/INCLUDE/ad_cb.h
AW_awar.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
AW_awar.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_awar.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_awar.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_awar.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_awar.o: $(ARBHOME)/INCLUDE/arb_file.h
AW_awar.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_awar.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_awar.o: $(ARBHOME)/INCLUDE/arb_str.h
AW_awar.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_awar.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_awar.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_awar.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_awar.o: $(ARBHOME)/INCLUDE/attributes.h
AW_awar.o: $(ARBHOME)/INCLUDE/cb.h
AW_awar.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_awar.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_awar.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_awar.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_awar.o: $(ARBHOME)/INCLUDE/gccver.h
AW_awar.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_awar.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_awar.o: $(ARBHOME)/INCLUDE/test_global.h
AW_awar.o: $(ARBHOME)/INCLUDE/test_unit.h
AW_awar.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_button.o: aw_at.hxx
AW_button.o: aw_awar.hxx
AW_button.o: aw_base.hxx
AW_button.o: aw_device.hxx
AW_button.o: aw_font_limits.hxx
AW_button.o: aw_keysym.hxx
AW_button.o: aw_localdef.hxx
AW_button.o: aw_msg.hxx
AW_button.o: aw_position.hxx
AW_button.o: aw_root.hxx
AW_button.o: aw_scalar.hxx
AW_button.o: aw_select.hxx
AW_button.o: aw_varupdate.hxx
AW_button.o: aw_window.hxx
AW_button.o: aw_window_Xm.hxx
AW_button.o: aw_xargs.hxx
AW_button.o: $(ARBHOME)/INCLUDE/ad_cb.h
AW_button.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
AW_button.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_button.o: $(ARBHOME)/INCLUDE/arb_algo.h
AW_button.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_button.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_button.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_button.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_button.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_button.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_button.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_button.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_button.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_button.o: $(ARBHOME)/INCLUDE/attributes.h
AW_button.o: $(ARBHOME)/INCLUDE/cb.h
AW_button.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_button.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_button.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_button.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_button.o: $(ARBHOME)/INCLUDE/gccver.h
AW_button.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_button.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_button.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_button.o: $(ARBHOME)/INCLUDE/test_global.h
AW_button.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_cb_struct.o: aw_base.hxx
AW_cb_struct.o: aw_device.hxx
AW_cb_struct.o: aw_font_limits.hxx
AW_cb_struct.o: aw_keysym.hxx
AW_cb_struct.o: aw_msg.hxx
AW_cb_struct.o: aw_position.hxx
AW_cb_struct.o: aw_root.hxx
AW_cb_struct.o: aw_scalar.hxx
AW_cb_struct.o: aw_window.hxx
AW_cb_struct.o: aw_window_Xm.hxx
AW_cb_struct.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/attributes.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/cb.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/gccver.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/test_global.h
AW_cb_struct.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_clipable.o: aw_base.hxx
AW_clipable.o: aw_common.hxx
AW_clipable.o: aw_common_xm.hxx
AW_clipable.o: aw_device.hxx
AW_clipable.o: aw_font_limits.hxx
AW_clipable.o: aw_keysym.hxx
AW_clipable.o: aw_position.hxx
AW_clipable.o: aw_root.hxx
AW_clipable.o: aw_window.hxx
AW_clipable.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_clipable.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_clipable.o: $(ARBHOME)/INCLUDE/arb_defs.h
AW_clipable.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_clipable.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_clipable.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_clipable.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_clipable.o: $(ARBHOME)/INCLUDE/attributes.h
AW_clipable.o: $(ARBHOME)/INCLUDE/cb.h
AW_clipable.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_clipable.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_clipable.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_clipable.o: $(ARBHOME)/INCLUDE/downcast.h
AW_clipable.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_clipable.o: $(ARBHOME)/INCLUDE/gccver.h
AW_clipable.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_clipable.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_clipable.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_clipable.o: $(ARBHOME)/INCLUDE/test_global.h
AW_clipable.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_device.o: aw_base.hxx
AW_device.o: aw_common.hxx
AW_device.o: aw_common_xm.hxx
AW_device.o: aw_device.hxx
AW_device.o: aw_font_limits.hxx
AW_device.o: aw_keysym.hxx
AW_device.o: aw_position.hxx
AW_device.o: aw_root.hxx
AW_device.o: aw_window.hxx
AW_device.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_device.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_device.o: $(ARBHOME)/INCLUDE/arb_defs.h
AW_device.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_device.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_device.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_device.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_device.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_device.o: $(ARBHOME)/INCLUDE/attributes.h
AW_device.o: $(ARBHOME)/INCLUDE/cb.h
AW_device.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_device.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_device.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_device.o: $(ARBHOME)/INCLUDE/downcast.h
AW_device.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_device.o: $(ARBHOME)/INCLUDE/gccver.h
AW_device.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_device.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_device.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_device.o: $(ARBHOME)/INCLUDE/test_global.h
AW_device.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_device_click.o: aw_base.hxx
AW_device_click.o: aw_common.hxx
AW_device_click.o: aw_device.hxx
AW_device_click.o: aw_device_click.hxx
AW_device_click.o: aw_font_limits.hxx
AW_device_click.o: aw_position.hxx
AW_device_click.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_device_click.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_device_click.o: $(ARBHOME)/INCLUDE/arb_defs.h
AW_device_click.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_device_click.o: $(ARBHOME)/INCLUDE/attributes.h
AW_device_click.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_device_click.o: $(ARBHOME)/INCLUDE/downcast.h
AW_device_click.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_device_click.o: $(ARBHOME)/INCLUDE/gccver.h
AW_device_click.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_device_click.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_device_click.o: $(ARBHOME)/INCLUDE/test_global.h

AW_device_size.o: aw_base.hxx
AW_device_size.o: aw_common.hxx
AW_device_size.o: aw_device.hxx
AW_device_size.o: aw_font_limits.hxx
AW_device_size.o: aw_position.hxx
AW_device_size.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_device_size.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_device_size.o: $(ARBHOME)/INCLUDE/arb_defs.h
AW_device_size.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_device_size.o: $(ARBHOME)/INCLUDE/attributes.h
AW_device_size.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_device_size.o: $(ARBHOME)/INCLUDE/downcast.h
AW_device_size.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_device_size.o: $(ARBHOME)/INCLUDE/gccver.h
AW_device_size.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_device_size.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_device_size.o: $(ARBHOME)/INCLUDE/test_global.h

AW_edit.o: aw_edit.hxx
AW_edit.o: aw_inotify.hxx
AW_edit.o: aw_msg.hxx
AW_edit.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_edit.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_edit.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_edit.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_edit.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_edit.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_edit.o: $(ARBHOME)/INCLUDE/attributes.h
AW_edit.o: $(ARBHOME)/INCLUDE/cb.h
AW_edit.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_edit.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_edit.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_edit.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_edit.o: $(ARBHOME)/INCLUDE/gccver.h
AW_edit.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_edit.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_edit.o: $(ARBHOME)/INCLUDE/test_global.h
AW_edit.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_file.o: aw_awar.hxx
AW_file.o: aw_base.hxx
AW_file.o: aw_file.hxx
AW_file.o: aw_keysym.hxx
AW_file.o: aw_msg.hxx
AW_file.o: aw_question.hxx
AW_file.o: aw_root.hxx
AW_file.o: aw_scalar.hxx
AW_file.o: aw_select.hxx
AW_file.o: aw_window.hxx
AW_file.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_file.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AW_file.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_file.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_file.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_file.o: $(ARBHOME)/INCLUDE/arb_file.h
AW_file.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_file.o: $(ARBHOME)/INCLUDE/arb_misc.h
AW_file.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_file.o: $(ARBHOME)/INCLUDE/arb_str.h
AW_file.o: $(ARBHOME)/INCLUDE/arb_strarray.h
AW_file.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
AW_file.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_file.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_file.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_file.o: $(ARBHOME)/INCLUDE/arbdbt.h
AW_file.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_file.o: $(ARBHOME)/INCLUDE/attributes.h
AW_file.o: $(ARBHOME)/INCLUDE/cb.h
AW_file.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_file.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_file.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_file.o: $(ARBHOME)/INCLUDE/downcast.h
AW_file.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_file.o: $(ARBHOME)/INCLUDE/gccver.h
AW_file.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_file.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_file.o: $(ARBHOME)/INCLUDE/test_global.h
AW_file.o: $(ARBHOME)/INCLUDE/test_unit.h
AW_file.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_font_group.o: aw_base.hxx
AW_font_group.o: aw_common.hxx
AW_font_group.o: aw_device.hxx
AW_font_group.o: aw_font_group.hxx
AW_font_group.o: aw_font_limits.hxx
AW_font_group.o: aw_position.hxx
AW_font_group.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_font_group.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_font_group.o: $(ARBHOME)/INCLUDE/arb_defs.h
AW_font_group.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_font_group.o: $(ARBHOME)/INCLUDE/attributes.h
AW_font_group.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_font_group.o: $(ARBHOME)/INCLUDE/downcast.h
AW_font_group.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_font_group.o: $(ARBHOME)/INCLUDE/gccver.h
AW_font_group.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_font_group.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_font_group.o: $(ARBHOME)/INCLUDE/test_global.h

AW_global_awars.o: aw_awar.hxx
AW_global_awars.o: aw_awar_defs.hxx
AW_global_awars.o: aw_awars.hxx
AW_global_awars.o: aw_base.hxx
AW_global_awars.o: aw_global_awars.hxx
AW_global_awars.o: aw_keysym.hxx
AW_global_awars.o: aw_root.hxx
AW_global_awars.o: aw_window.hxx
AW_global_awars.o: $(ARBHOME)/INCLUDE/ad_cb.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/attributes.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/cb.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/gccver.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/test_global.h
AW_global_awars.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_help.o: aw_awar.hxx
AW_help.o: aw_base.hxx
AW_help.o: aw_edit.hxx
AW_help.o: aw_global_awars.hxx
AW_help.o: aw_inotify.hxx
AW_help.o: aw_keysym.hxx
AW_help.o: aw_msg.hxx
AW_help.o: aw_root.hxx
AW_help.o: aw_scalar.hxx
AW_help.o: aw_select.hxx
AW_help.o: aw_window.hxx
AW_help.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_help.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_help.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_help.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_help.o: $(ARBHOME)/INCLUDE/arb_file.h
AW_help.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_help.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_help.o: $(ARBHOME)/INCLUDE/arb_str.h
AW_help.o: $(ARBHOME)/INCLUDE/arb_strarray.h
AW_help.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_help.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_help.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_help.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_help.o: $(ARBHOME)/INCLUDE/attributes.h
AW_help.o: $(ARBHOME)/INCLUDE/cb.h
AW_help.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_help.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_help.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_help.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_help.o: $(ARBHOME)/INCLUDE/gccver.h
AW_help.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_help.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_help.o: $(ARBHOME)/INCLUDE/test_global.h
AW_help.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_inotify.o: aw_base.hxx
AW_inotify.o: aw_inotify.hxx
AW_inotify.o: aw_root.hxx
AW_inotify.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_inotify.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AW_inotify.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_inotify.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_inotify.o: $(ARBHOME)/INCLUDE/arb_cs.h
AW_inotify.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_inotify.o: $(ARBHOME)/INCLUDE/arb_file.h
AW_inotify.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_inotify.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_inotify.o: $(ARBHOME)/INCLUDE/arb_str.h
AW_inotify.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_inotify.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_inotify.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_inotify.o: $(ARBHOME)/INCLUDE/arbdbt.h
AW_inotify.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_inotify.o: $(ARBHOME)/INCLUDE/attributes.h
AW_inotify.o: $(ARBHOME)/INCLUDE/cb.h
AW_inotify.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_inotify.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_inotify.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_inotify.o: $(ARBHOME)/INCLUDE/downcast.h
AW_inotify.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_inotify.o: $(ARBHOME)/INCLUDE/gccver.h
AW_inotify.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_inotify.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_inotify.o: $(ARBHOME)/INCLUDE/test_global.h
AW_inotify.o: $(ARBHOME)/INCLUDE/test_unit.h
AW_inotify.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_modal.o: aw_advice.hxx
AW_modal.o: aw_awar.hxx
AW_modal.o: aw_base.hxx
AW_modal.o: aw_device.hxx
AW_modal.o: aw_file.hxx
AW_modal.o: aw_font_limits.hxx
AW_modal.o: aw_global.hxx
AW_modal.o: aw_keysym.hxx
AW_modal.o: aw_msg.hxx
AW_modal.o: aw_position.hxx
AW_modal.o: aw_question.hxx
AW_modal.o: aw_root.hxx
AW_modal.o: aw_scalar.hxx
AW_modal.o: aw_select.hxx
AW_modal.o: aw_window.hxx
AW_modal.o: aw_window_Xm.hxx
AW_modal.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_modal.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AW_modal.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_modal.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_modal.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_modal.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_modal.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_modal.o: $(ARBHOME)/INCLUDE/arb_strarray.h
AW_modal.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_modal.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_modal.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_modal.o: $(ARBHOME)/INCLUDE/arbdbt.h
AW_modal.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_modal.o: $(ARBHOME)/INCLUDE/attributes.h
AW_modal.o: $(ARBHOME)/INCLUDE/cb.h
AW_modal.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_modal.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_modal.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_modal.o: $(ARBHOME)/INCLUDE/downcast.h
AW_modal.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_modal.o: $(ARBHOME)/INCLUDE/gccver.h
AW_modal.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_modal.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_modal.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_modal.o: $(ARBHOME)/INCLUDE/test_global.h
AW_modal.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_option_toggle.o: aw_at.hxx
AW_option_toggle.o: aw_awar.hxx
AW_option_toggle.o: aw_base.hxx
AW_option_toggle.o: aw_device.hxx
AW_option_toggle.o: aw_font_limits.hxx
AW_option_toggle.o: aw_keysym.hxx
AW_option_toggle.o: aw_localdef.hxx
AW_option_toggle.o: aw_position.hxx
AW_option_toggle.o: aw_root.hxx
AW_option_toggle.o: aw_scalar.hxx
AW_option_toggle.o: aw_varupdate.hxx
AW_option_toggle.o: aw_window.hxx
AW_option_toggle.o: aw_window_Xm.hxx
AW_option_toggle.o: aw_xargs.hxx
AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/attributes.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/cb.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/gccver.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/test_global.h
AW_option_toggle.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_position.o: aw_base.hxx
AW_position.o: aw_position.hxx
AW_position.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_position.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_position.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_position.o: $(ARBHOME)/INCLUDE/attributes.h
AW_position.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_position.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_position.o: $(ARBHOME)/INCLUDE/gccver.h
AW_position.o: $(ARBHOME)/INCLUDE/test_global.h

AW_preset.o: aw_advice.hxx
AW_preset.o: aw_awar.hxx
AW_preset.o: aw_base.hxx
AW_preset.o: aw_color_groups.hxx
AW_preset.o: aw_common.hxx
AW_preset.o: aw_common_xm.hxx
AW_preset.o: aw_def.hxx
AW_preset.o: aw_device.hxx
AW_preset.o: aw_font_limits.hxx
AW_preset.o: aw_keysym.hxx
AW_preset.o: aw_msg.hxx
AW_preset.o: aw_nawar.hxx
AW_preset.o: aw_position.hxx
AW_preset.o: aw_preset.hxx
AW_preset.o: aw_question.hxx
AW_preset.o: aw_rgb.hxx
AW_preset.o: aw_root.hxx
AW_preset.o: aw_window.hxx
AW_preset.o: aw_xfont.hxx
AW_preset.o: $(ARBHOME)/INCLUDE/ad_colorset.h
AW_preset.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_preset.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AW_preset.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_preset.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_preset.o: $(ARBHOME)/INCLUDE/arb_defs.h
AW_preset.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_preset.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_preset.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_preset.o: $(ARBHOME)/INCLUDE/arb_strarray.h
AW_preset.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
AW_preset.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_preset.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_preset.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_preset.o: $(ARBHOME)/INCLUDE/arbdbt.h
AW_preset.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_preset.o: $(ARBHOME)/INCLUDE/attributes.h
AW_preset.o: $(ARBHOME)/INCLUDE/cb.h
AW_preset.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_preset.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_preset.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_preset.o: $(ARBHOME)/INCLUDE/downcast.h
AW_preset.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_preset.o: $(ARBHOME)/INCLUDE/gccver.h
AW_preset.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_preset.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_preset.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_preset.o: $(ARBHOME)/INCLUDE/test_global.h
AW_preset.o: $(ARBHOME)/INCLUDE/test_unit.h
AW_preset.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_print.o: aw_base.hxx
AW_print.o: aw_common.hxx
AW_print.o: aw_common_xm.hxx
AW_print.o: aw_def.hxx
AW_print.o: aw_device.hxx
AW_print.o: aw_font_limits.hxx
AW_print.o: aw_position.hxx
AW_print.o: aw_rgb.hxx
AW_print.o: aw_root.hxx
AW_print.o: aw_xfont.hxx
AW_print.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_print.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_print.o: $(ARBHOME)/INCLUDE/arb_defs.h
AW_print.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_print.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_print.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_print.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_print.o: $(ARBHOME)/INCLUDE/attributes.h
AW_print.o: $(ARBHOME)/INCLUDE/cb.h
AW_print.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_print.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_print.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_print.o: $(ARBHOME)/INCLUDE/downcast.h
AW_print.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_print.o: $(ARBHOME)/INCLUDE/gccver.h
AW_print.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_print.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_print.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_print.o: $(ARBHOME)/INCLUDE/test_global.h
AW_print.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_question.o: aw_advice.hxx
AW_question.o: aw_awar.hxx
AW_question.o: aw_base.hxx
AW_question.o: aw_device.hxx
AW_question.o: aw_font_limits.hxx
AW_question.o: aw_global.hxx
AW_question.o: aw_keysym.hxx
AW_question.o: aw_msg.hxx
AW_question.o: aw_position.hxx
AW_question.o: aw_question.hxx
AW_question.o: aw_root.hxx
AW_question.o: aw_scalar.hxx
AW_question.o: aw_window.hxx
AW_question.o: aw_window_Xm.hxx
AW_question.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_question.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_question.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_question.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_question.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_question.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_question.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_question.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_question.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_question.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_question.o: $(ARBHOME)/INCLUDE/attributes.h
AW_question.o: $(ARBHOME)/INCLUDE/cb.h
AW_question.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_question.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_question.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_question.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_question.o: $(ARBHOME)/INCLUDE/gccver.h
AW_question.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_question.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_question.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_question.o: $(ARBHOME)/INCLUDE/test_global.h
AW_question.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_rgb.o: aw_base.hxx
AW_rgb.o: aw_device.hxx
AW_rgb.o: aw_font_limits.hxx
AW_rgb.o: aw_keysym.hxx
AW_rgb.o: aw_position.hxx
AW_rgb.o: aw_rgb.hxx
AW_rgb.o: aw_root.hxx
AW_rgb.o: aw_scalar.hxx
AW_rgb.o: aw_window.hxx
AW_rgb.o: aw_window_Xm.hxx
AW_rgb.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_rgb.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_rgb.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_rgb.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_rgb.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_rgb.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_rgb.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_rgb.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_rgb.o: $(ARBHOME)/INCLUDE/attributes.h
AW_rgb.o: $(ARBHOME)/INCLUDE/cb.h
AW_rgb.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_rgb.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_rgb.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_rgb.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_rgb.o: $(ARBHOME)/INCLUDE/gccver.h
AW_rgb.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_rgb.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_rgb.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_rgb.o: $(ARBHOME)/INCLUDE/test_global.h
AW_rgb.o: $(ARBHOME)/INCLUDE/test_unit.h
AW_rgb.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_root.o: aw_awar.hxx
AW_root.o: aw_base.hxx
AW_root.o: aw_device.hxx
AW_root.o: aw_font_limits.hxx
AW_root.o: aw_keysym.hxx
AW_root.o: aw_msg.hxx
AW_root.o: aw_nawar.hxx
AW_root.o: aw_position.hxx
AW_root.o: aw_root.hxx
AW_root.o: aw_scalar.hxx
AW_root.o: aw_status.hxx
AW_root.o: aw_window.hxx
AW_root.o: aw_window_Xm.hxx
AW_root.o: aw_xkey.hxx
AW_root.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_root.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AW_root.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_root.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_root.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_root.o: $(ARBHOME)/INCLUDE/arb_handlers.h
AW_root.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_root.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_root.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_root.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_root.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_root.o: $(ARBHOME)/INCLUDE/arbdbt.h
AW_root.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_root.o: $(ARBHOME)/INCLUDE/attributes.h
AW_root.o: $(ARBHOME)/INCLUDE/cb.h
AW_root.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_root.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_root.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_root.o: $(ARBHOME)/INCLUDE/downcast.h
AW_root.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_root.o: $(ARBHOME)/INCLUDE/gccver.h
AW_root.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_root.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_root.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_root.o: $(ARBHOME)/INCLUDE/test_global.h
AW_root.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_root_debug.o: aw_base.hxx
AW_root_debug.o: aw_common.hxx
AW_root_debug.o: aw_common_xm.hxx
AW_root_debug.o: aw_device.hxx
AW_root_debug.o: aw_font_limits.hxx
AW_root_debug.o: aw_keysym.hxx
AW_root_debug.o: aw_msg.hxx
AW_root_debug.o: aw_position.hxx
AW_root_debug.o: aw_root.hxx
AW_root_debug.o: aw_scalar.hxx
AW_root_debug.o: aw_window.hxx
AW_root_debug.o: aw_window_Xm.hxx
AW_root_debug.o: aw_Xm.hxx
AW_root_debug.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_defs.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_strarray.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdbt.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/attributes.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/cb.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/downcast.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/gccver.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/test_global.h
AW_root_debug.o: $(ARBHOME)/INCLUDE/ttypes.h

aw_scalar.o: aw_awar.hxx
aw_scalar.o: aw_base.hxx
aw_scalar.o: aw_scalar.hxx
aw_scalar.o: $(ARBHOME)/INCLUDE/arb_assert.h
aw_scalar.o: $(ARBHOME)/INCLUDE/arb_core.h
aw_scalar.o: $(ARBHOME)/INCLUDE/arb_mem.h
aw_scalar.o: $(ARBHOME)/INCLUDE/arb_msg.h
aw_scalar.o: $(ARBHOME)/INCLUDE/arb_string.h
aw_scalar.o: $(ARBHOME)/INCLUDE/arbdb_base.h
aw_scalar.o: $(ARBHOME)/INCLUDE/arbtools.h
aw_scalar.o: $(ARBHOME)/INCLUDE/attributes.h
aw_scalar.o: $(ARBHOME)/INCLUDE/cb.h
aw_scalar.o: $(ARBHOME)/INCLUDE/cb_base.h
aw_scalar.o: $(ARBHOME)/INCLUDE/cbtypes.h
aw_scalar.o: $(ARBHOME)/INCLUDE/cxxforward.h
aw_scalar.o: $(ARBHOME)/INCLUDE/dupstr.h
aw_scalar.o: $(ARBHOME)/INCLUDE/gccver.h
aw_scalar.o: $(ARBHOME)/INCLUDE/smartptr.h
aw_scalar.o: $(ARBHOME)/INCLUDE/static_assert.h
aw_scalar.o: $(ARBHOME)/INCLUDE/test_global.h
aw_scalar.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_select.o: aw_awar.hxx
AW_select.o: aw_base.hxx
AW_select.o: aw_device.hxx
AW_select.o: aw_font_limits.hxx
AW_select.o: aw_keysym.hxx
AW_select.o: aw_position.hxx
AW_select.o: aw_root.hxx
AW_select.o: aw_scalar.hxx
AW_select.o: aw_select.hxx
AW_select.o: aw_window.hxx
AW_select.o: aw_window_Xm.hxx
AW_select.o: $(ARBHOME)/INCLUDE/ad_cb.h
AW_select.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
AW_select.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_select.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_select.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_select.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_select.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_select.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_select.o: $(ARBHOME)/INCLUDE/arb_sort.h
AW_select.o: $(ARBHOME)/INCLUDE/arb_str.h
AW_select.o: $(ARBHOME)/INCLUDE/arb_strarray.h
AW_select.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
AW_select.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_select.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_select.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_select.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_select.o: $(ARBHOME)/INCLUDE/attributes.h
AW_select.o: $(ARBHOME)/INCLUDE/cb.h
AW_select.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_select.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_select.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_select.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_select.o: $(ARBHOME)/INCLUDE/gccver.h
AW_select.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_select.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_select.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_select.o: $(ARBHOME)/INCLUDE/test_global.h
AW_select.o: $(ARBHOME)/INCLUDE/test_unit.h
AW_select.o: $(ARBHOME)/INCLUDE/ttypes.h

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

AW_window.o: aw_at.hxx
AW_window.o: aw_awar.hxx
AW_window.o: aw_base.hxx
AW_window.o: aw_common.hxx
AW_window.o: aw_common_xm.hxx
AW_window.o: aw_device.hxx
AW_window.o: aw_device_click.hxx
AW_window.o: aw_font_limits.hxx
AW_window.o: aw_keysym.hxx
AW_window.o: aw_localdef.hxx
AW_window.o: aw_msg.hxx
AW_window.o: aw_nawar.hxx
AW_window.o: aw_position.hxx
AW_window.o: aw_question.hxx
AW_window.o: aw_root.hxx
AW_window.o: aw_scalar.hxx
AW_window.o: aw_select.hxx
AW_window.o: aw_window.hxx
AW_window.o: aw_window_Xm.hxx
AW_window.o: aw_xargs.hxx
AW_window.o: aw_xfig.hxx
AW_window.o: aw_xkey.hxx
AW_window.o: aw_Xm.hxx
AW_window.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_window.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AW_window.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_window.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_window.o: $(ARBHOME)/INCLUDE/arb_defs.h
AW_window.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_window.o: $(ARBHOME)/INCLUDE/arb_file.h
AW_window.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_window.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_window.o: $(ARBHOME)/INCLUDE/arb_str.h
AW_window.o: $(ARBHOME)/INCLUDE/arb_strarray.h
AW_window.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_window.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_window.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_window.o: $(ARBHOME)/INCLUDE/arbdbt.h
AW_window.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_window.o: $(ARBHOME)/INCLUDE/attributes.h
AW_window.o: $(ARBHOME)/INCLUDE/cb.h
AW_window.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_window.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_window.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_window.o: $(ARBHOME)/INCLUDE/downcast.h
AW_window.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_window.o: $(ARBHOME)/INCLUDE/gccver.h
AW_window.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_window.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_window.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_window.o: $(ARBHOME)/INCLUDE/test_global.h
AW_window.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_window_Xm_interface.o: aw_base.hxx
AW_window_Xm_interface.o: aw_common.hxx
AW_window_Xm_interface.o: aw_common_xm.hxx
AW_window_Xm_interface.o: aw_device.hxx
AW_window_Xm_interface.o: aw_font_limits.hxx
AW_window_Xm_interface.o: aw_keysym.hxx
AW_window_Xm_interface.o: aw_position.hxx
AW_window_Xm_interface.o: aw_root.hxx
AW_window_Xm_interface.o: aw_scalar.hxx
AW_window_Xm_interface.o: aw_window.hxx
AW_window_Xm_interface.o: aw_window_Xm.hxx
AW_window_Xm_interface.o: aw_window_Xm_interface.hxx
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_defs.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/attributes.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cb.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/downcast.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/gccver.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/test_global.h
AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_xfig.o: aw_base.hxx
AW_xfig.o: aw_device.hxx
AW_xfig.o: aw_font_limits.hxx
AW_xfig.o: aw_msg.hxx
AW_xfig.o: aw_position.hxx
AW_xfig.o: aw_xfig.hxx
AW_xfig.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_xfig.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_xfig.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_xfig.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_xfig.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_xfig.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_xfig.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_xfig.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_xfig.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_xfig.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_xfig.o: $(ARBHOME)/INCLUDE/attributes.h
AW_xfig.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_xfig.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_xfig.o: $(ARBHOME)/INCLUDE/gccver.h
AW_xfig.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_xfig.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_xfig.o: $(ARBHOME)/INCLUDE/test_global.h

AW_xfont.o: aw_base.hxx
AW_xfont.o: aw_common.hxx
AW_xfont.o: aw_common_xm.hxx
AW_xfont.o: aw_def.hxx
AW_xfont.o: aw_device.hxx
AW_xfont.o: aw_font_limits.hxx
AW_xfont.o: aw_position.hxx
AW_xfont.o: aw_root.hxx
AW_xfont.o: aw_xfont.hxx
AW_xfont.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_xfont.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_xfont.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_xfont.o: $(ARBHOME)/INCLUDE/arb_defs.h
AW_xfont.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_xfont.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_xfont.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_xfont.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_xfont.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_xfont.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_xfont.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_xfont.o: $(ARBHOME)/INCLUDE/attributes.h
AW_xfont.o: $(ARBHOME)/INCLUDE/cb.h
AW_xfont.o: $(ARBHOME)/INCLUDE/cb_base.h
AW_xfont.o: $(ARBHOME)/INCLUDE/cbtypes.h
AW_xfont.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_xfont.o: $(ARBHOME)/INCLUDE/downcast.h
AW_xfont.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_xfont.o: $(ARBHOME)/INCLUDE/gccver.h
AW_xfont.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_xfont.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_xfont.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_xfont.o: $(ARBHOME)/INCLUDE/test_global.h
AW_xfont.o: $(ARBHOME)/INCLUDE/ttypes.h

AW_xkey.o: aw_keysym.hxx
AW_xkey.o: aw_msg.hxx
AW_xkey.o: aw_xkey.hxx
AW_xkey.o: $(ARBHOME)/INCLUDE/ad_prot.h
AW_xkey.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
AW_xkey.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_xkey.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_xkey.o: $(ARBHOME)/INCLUDE/arb_defs.h
AW_xkey.o: $(ARBHOME)/INCLUDE/arb_error.h
AW_xkey.o: $(ARBHOME)/INCLUDE/arb_mem.h
AW_xkey.o: $(ARBHOME)/INCLUDE/arb_msg.h
AW_xkey.o: $(ARBHOME)/INCLUDE/arb_string.h
AW_xkey.o: $(ARBHOME)/INCLUDE/arbdb.h
AW_xkey.o: $(ARBHOME)/INCLUDE/arbdb_base.h
AW_xkey.o: $(ARBHOME)/INCLUDE/arbdbt.h
AW_xkey.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_xkey.o: $(ARBHOME)/INCLUDE/attributes.h
AW_xkey.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_xkey.o: $(ARBHOME)/INCLUDE/downcast.h
AW_xkey.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_xkey.o: $(ARBHOME)/INCLUDE/gccver.h
AW_xkey.o: $(ARBHOME)/INCLUDE/smartptr.h
AW_xkey.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_xkey.o: $(ARBHOME)/INCLUDE/test_global.h

AW_Xm.o: aw_base.hxx
AW_Xm.o: aw_common.hxx
AW_Xm.o: aw_common_xm.hxx
AW_Xm.o: aw_device.hxx
AW_Xm.o: aw_font_limits.hxx
AW_Xm.o: aw_position.hxx
AW_Xm.o: aw_Xm.hxx
AW_Xm.o: $(ARBHOME)/INCLUDE/arb_assert.h
AW_Xm.o: $(ARBHOME)/INCLUDE/arb_core.h
AW_Xm.o: $(ARBHOME)/INCLUDE/arb_defs.h
AW_Xm.o: $(ARBHOME)/INCLUDE/arbtools.h
AW_Xm.o: $(ARBHOME)/INCLUDE/attributes.h
AW_Xm.o: $(ARBHOME)/INCLUDE/cxxforward.h
AW_Xm.o: $(ARBHOME)/INCLUDE/downcast.h
AW_Xm.o: $(ARBHOME)/INCLUDE/dupstr.h
AW_Xm.o: $(ARBHOME)/INCLUDE/gccver.h
AW_Xm.o: $(ARBHOME)/INCLUDE/sized_cstr.h
AW_Xm.o: $(ARBHOME)/INCLUDE/static_assert.h
AW_Xm.o: $(ARBHOME)/INCLUDE/test_global.h