############################################################################
#                                                                          #
# TOAD - a thing on a desk                                                 #
# Copyright (C) 1996-2000 by Mark-Andr Hopf                               #
#                                                                          #
############################################################################

LIBFILE		= toad
LIBMAJOR	= 0
LIBMINOR  	= 42
LIBPL		= 22

CFLAGS		= -O2
# CFLAGS		= -g -Wall

# DEFINES		= -DDEBUG_MEMORY

# OS & Window System depended classes
#----------------------------------------------------------------------------
OS_GUI          =
OS_SYS          =
GRAPHIC		= pen/parameters.cc pen/operations.cc pen/bezier.cc

NEW_CHECKER	= new.cc

DIALOG_EDITOR	= dialogeditor/simpledlgeditor.cc

FILTER		= filter_png.cc filter_bmp.cc filter_jpeg.cc filter_gif.cc

IO              = io/serializable.cc io/binstream.cc io/urlstream.cc

DND		= dragndrop.cc dnd/dropobject.cc \
		  dnd/textplain.cc dnd/color.cc dnd/image.cc

GADGET		= gadget.cc gadgetwindow.cc \
		  gadget/circle.cc gadget/group.cc gadget/rectangle.cc \
		  gadget/line.cc gadget/text.cc gadget/frame.cc \
		  gadget/window.cc \
		  gadgeteditor.cc gadgeteditor/undoablemove.cc \
		  gadgeteditor/undoablehandlemove.cc \
		  gadgeteditor/undoabledelete.cc

SRCS	= 	$(DND) toadbase.cc connect.cc toadmain.cc window.cc cursor.cc \
		$(GRAPHIC) \
		region.cc polygon.cc rectangle.cc \
		color.cc colormanager.cc font.cc focusmanager.cc \
		bitmap.cc bitmapfilter.cc \
		dialog.cc control.cc popup.cc pulldown.cc form.cc rowcolumn.cc \
		labelowner.cc buttonbase.cc pushbutton.cc \
		radiobuttonbase.cc fatradiobutton.cc radiobutton.cc \
		fatcheckbutton.cc \
		scrollbar.cc listbox.cc combobox.cc textfield.cc textarea.cc \
		checkbox.cc scrolledarea.cc mdiwindow.cc mdishell.cc \
		menubar.cc messagebox.cc filedialog.cc tooltip.cc \
		select.cc thread.cc \
		datamanipulator.cc datainterface.cc \
		dialogeditor.cc \
		$(GADGET) $(IO) $(DIALOG_EDITOR) $(NEW_CHECKER) $(FILTER) \
                listboxadapter.cc

include ../conf/MakefileLib

depend:
	@makedepend -I../include -Y $(SRCS) 2> /dev/null
	@echo "okay"

# DO NOT DELETE

dragndrop.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
dragndrop.o: ../include/toad/types.hh ../include/toad/debug.hh
dragndrop.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
dragndrop.o: ../include/toad/thread.hh ../include/toad/connect.hh
dragndrop.o: ../include/toad/pointer.hh ../include/toad/pen.hh
dragndrop.o: ../include/toad/font.hh ../include/toad/color.hh
dragndrop.o: ../include/toad/bitmap.hh ../include/toad/window.hh
dragndrop.o: ../include/toad/cursor.hh ../include/toad/region.hh
dragndrop.o: ../include/toad/messagebox.hh ../include/toad/dragndrop.hh
dragndrop.o: ../include/toad/dnd/dropobject.hh
dnd/dropobject.o: ../include/toad/dnd/dropobject.hh
dnd/dropobject.o: ../include/toad/dragndrop.hh ../include/toad/toad.hh
dnd/dropobject.o: ../include/toad/toadbase.hh ../include/toad/types.hh
dnd/dropobject.o: ../include/toad/debug.hh ../include/toad/config.h
dnd/dropobject.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
dnd/dropobject.o: ../include/toad/connect.hh ../include/toad/pointer.hh
dnd/dropobject.o: ../include/toad/pen.hh ../include/toad/font.hh
dnd/dropobject.o: ../include/toad/color.hh ../include/toad/bitmap.hh
dnd/dropobject.o: ../include/toad/window.hh ../include/toad/cursor.hh
dnd/dropobject.o: ../include/toad/region.hh ../include/toad/messagebox.hh
dnd/textplain.o: ../include/toad/dnd/textplain.hh
dnd/textplain.o: ../include/toad/dragndrop.hh ../include/toad/toad.hh
dnd/textplain.o: ../include/toad/toadbase.hh ../include/toad/types.hh
dnd/textplain.o: ../include/toad/debug.hh ../include/toad/config.h
dnd/textplain.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
dnd/textplain.o: ../include/toad/connect.hh ../include/toad/pointer.hh
dnd/textplain.o: ../include/toad/pen.hh ../include/toad/font.hh
dnd/textplain.o: ../include/toad/color.hh ../include/toad/bitmap.hh
dnd/textplain.o: ../include/toad/window.hh ../include/toad/cursor.hh
dnd/textplain.o: ../include/toad/region.hh ../include/toad/messagebox.hh
dnd/color.o: ../include/toad/dnd/color.hh ../include/toad/dragndrop.hh
dnd/color.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
dnd/color.o: ../include/toad/types.hh ../include/toad/debug.hh
dnd/color.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
dnd/color.o: ../include/toad/thread.hh ../include/toad/connect.hh
dnd/color.o: ../include/toad/pointer.hh ../include/toad/pen.hh
dnd/color.o: ../include/toad/font.hh ../include/toad/color.hh
dnd/color.o: ../include/toad/bitmap.hh ../include/toad/window.hh
dnd/color.o: ../include/toad/cursor.hh ../include/toad/region.hh
dnd/color.o: ../include/toad/messagebox.hh
dnd/image.o: ../include/toad/dnd/image.hh ../include/toad/dragndrop.hh
dnd/image.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
dnd/image.o: ../include/toad/types.hh ../include/toad/debug.hh
dnd/image.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
dnd/image.o: ../include/toad/thread.hh ../include/toad/connect.hh
dnd/image.o: ../include/toad/pointer.hh ../include/toad/pen.hh
dnd/image.o: ../include/toad/font.hh ../include/toad/color.hh
dnd/image.o: ../include/toad/bitmap.hh ../include/toad/window.hh
dnd/image.o: ../include/toad/cursor.hh ../include/toad/region.hh
dnd/image.o: ../include/toad/messagebox.hh
toadbase.o: ../include/toad/toadbase.hh ../include/toad/types.hh
toadbase.o: ../include/toad/debug.hh ../include/toad/config.h
toadbase.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
toadbase.o: ../include/toad/connect.hh ../include/toad/pointer.hh
toadbase.o: ../include/toad/pen.hh ../include/toad/font.hh
toadbase.o: ../include/toad/color.hh ../include/toad/bitmap.hh
toadbase.o: ../include/toad/window.hh ../include/toad/cursor.hh
toadbase.o: ../include/toad/region.hh ../include/toad/messagebox.hh
toadbase.o: ../include/toad/dragndrop.hh ../include/toad/toad.hh
toadbase.o: ../include/toad/gadget.hh ../include/toad/gadgetwindow.hh
toadbase.o: ../include/toad/io/serializable.hh
toadbase.o: ../include/toad/io/binstream.hh ../include/toad/dialogeditor.hh
toadbase.o: ../include/toad/dialog.hh
connect.o: ../include/toad/connect.hh ../include/toad/pointer.hh
toadmain.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
toadmain.o: ../include/toad/types.hh ../include/toad/debug.hh
toadmain.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
toadmain.o: ../include/toad/thread.hh ../include/toad/connect.hh
toadmain.o: ../include/toad/pointer.hh ../include/toad/pen.hh
toadmain.o: ../include/toad/font.hh ../include/toad/color.hh
toadmain.o: ../include/toad/bitmap.hh ../include/toad/window.hh
toadmain.o: ../include/toad/cursor.hh ../include/toad/region.hh
toadmain.o: ../include/toad/messagebox.hh
toadmain.o: ../include/toad/dialogeditor/simpledlgeditor.hh
toadmain.o: ../include/toad/dialogeditor.hh
window.o: ../include/toad/toadbase.hh ../include/toad/types.hh
window.o: ../include/toad/debug.hh ../include/toad/config.h
window.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
window.o: ../include/toad/connect.hh ../include/toad/pointer.hh
window.o: ../include/toad/pen.hh ../include/toad/font.hh
window.o: ../include/toad/color.hh ../include/toad/bitmap.hh
window.o: ../include/toad/window.hh ../include/toad/cursor.hh
window.o: ../include/toad/region.hh ../include/toad/messagebox.hh
window.o: ../include/toad/dragndrop.hh ../include/toad/toad.hh
window.o: ../include/toad/dialogeditor.hh
cursor.o: ../include/toad/toadbase.hh ../include/toad/types.hh
cursor.o: ../include/toad/debug.hh ../include/toad/config.h
cursor.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
cursor.o: ../include/toad/connect.hh ../include/toad/pointer.hh
cursor.o: ../include/toad/pen.hh ../include/toad/font.hh
cursor.o: ../include/toad/color.hh ../include/toad/bitmap.hh
cursor.o: ../include/toad/window.hh ../include/toad/cursor.hh
cursor.o: ../include/toad/region.hh ../include/toad/messagebox.hh
pen/parameters.o: ../include/toad/toadbase.hh ../include/toad/types.hh
pen/parameters.o: ../include/toad/debug.hh ../include/toad/config.h
pen/parameters.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
pen/parameters.o: ../include/toad/connect.hh ../include/toad/pointer.hh
pen/parameters.o: ../include/toad/pen.hh ../include/toad/font.hh
pen/parameters.o: ../include/toad/color.hh ../include/toad/bitmap.hh
pen/parameters.o: ../include/toad/window.hh ../include/toad/cursor.hh
pen/parameters.o: ../include/toad/region.hh ../include/toad/messagebox.hh
pen/operations.o: ../include/toad/toadbase.hh ../include/toad/types.hh
pen/operations.o: ../include/toad/debug.hh ../include/toad/config.h
pen/operations.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
pen/operations.o: ../include/toad/connect.hh ../include/toad/pointer.hh
pen/operations.o: ../include/toad/pen.hh ../include/toad/font.hh
pen/operations.o: ../include/toad/color.hh ../include/toad/bitmap.hh
pen/operations.o: ../include/toad/window.hh ../include/toad/cursor.hh
pen/operations.o: ../include/toad/region.hh ../include/toad/messagebox.hh
pen/bezier.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
pen/bezier.o: ../include/toad/types.hh ../include/toad/debug.hh
pen/bezier.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
pen/bezier.o: ../include/toad/thread.hh ../include/toad/connect.hh
pen/bezier.o: ../include/toad/pointer.hh ../include/toad/pen.hh
pen/bezier.o: ../include/toad/font.hh ../include/toad/color.hh
pen/bezier.o: ../include/toad/bitmap.hh ../include/toad/window.hh
pen/bezier.o: ../include/toad/cursor.hh ../include/toad/region.hh
pen/bezier.o: ../include/toad/messagebox.hh
region.o: ../include/toad/toadbase.hh ../include/toad/types.hh
region.o: ../include/toad/debug.hh ../include/toad/config.h
region.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
region.o: ../include/toad/connect.hh ../include/toad/pointer.hh
region.o: ../include/toad/region.hh ../include/toad/X11/region.h
polygon.o: ../include/toad/types.hh
rectangle.o: ../include/toad/types.hh
color.o: ../include/toad/toadbase.hh ../include/toad/types.hh
color.o: ../include/toad/debug.hh ../include/toad/config.h
color.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
color.o: ../include/toad/connect.hh ../include/toad/pointer.hh
color.o: ../include/toad/pen.hh ../include/toad/font.hh
color.o: ../include/toad/color.hh ../include/toad/bitmap.hh
colormanager.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
colormanager.o: ../include/toad/types.hh ../include/toad/debug.hh
colormanager.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
colormanager.o: ../include/toad/thread.hh ../include/toad/connect.hh
colormanager.o: ../include/toad/pointer.hh ../include/toad/pen.hh
colormanager.o: ../include/toad/font.hh ../include/toad/color.hh
colormanager.o: ../include/toad/bitmap.hh ../include/toad/window.hh
colormanager.o: ../include/toad/cursor.hh ../include/toad/region.hh
colormanager.o: ../include/toad/messagebox.hh
font.o: ../include/toad/toadbase.hh ../include/toad/types.hh
font.o: ../include/toad/debug.hh ../include/toad/config.h
font.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
font.o: ../include/toad/connect.hh ../include/toad/pointer.hh
font.o: ../include/toad/font.hh
focusmanager.o: ../include/toad/toadbase.hh ../include/toad/types.hh
focusmanager.o: ../include/toad/debug.hh ../include/toad/config.h
focusmanager.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
focusmanager.o: ../include/toad/connect.hh ../include/toad/pointer.hh
focusmanager.o: ../include/toad/pen.hh ../include/toad/font.hh
focusmanager.o: ../include/toad/color.hh ../include/toad/bitmap.hh
focusmanager.o: ../include/toad/window.hh ../include/toad/cursor.hh
focusmanager.o: ../include/toad/region.hh ../include/toad/messagebox.hh
focusmanager.o: ../include/toad/dialogeditor.hh
bitmap.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
bitmap.o: ../include/toad/types.hh ../include/toad/debug.hh
bitmap.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
bitmap.o: ../include/toad/thread.hh ../include/toad/connect.hh
bitmap.o: ../include/toad/pointer.hh ../include/toad/pen.hh
bitmap.o: ../include/toad/font.hh ../include/toad/color.hh
bitmap.o: ../include/toad/bitmap.hh ../include/toad/window.hh
bitmap.o: ../include/toad/cursor.hh ../include/toad/region.hh
bitmap.o: ../include/toad/messagebox.hh ../include/toad/io/urlstream.hh
bitmap.o: ../include/toad/filedialog.hh ../include/toad/dialog.hh
bitmap.o: ../include/toad/gadgetwindow.hh ../include/toad/textfield.hh
bitmap.o: ../include/toad/control.hh ../include/toad/datamanipulator.hh
bitmap.o: ../include/toad/datainterface.hh ../include/toad/bitmapfilter.hh
bitmap.o: ../include/toad/filter_bmp.hh ../include/toad/filter_png.hh
bitmap.o: ../include/toad/filter_gif.hh ../include/toad/filter_jpeg.hh
bitmapfilter.o: ../include/toad/toadbase.hh ../include/toad/types.hh
bitmapfilter.o: ../include/toad/debug.hh ../include/toad/config.h
bitmapfilter.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
bitmapfilter.o: ../include/toad/connect.hh ../include/toad/pointer.hh
bitmapfilter.o: ../include/toad/pen.hh ../include/toad/font.hh
bitmapfilter.o: ../include/toad/color.hh ../include/toad/bitmap.hh
bitmapfilter.o: ../include/toad/window.hh ../include/toad/cursor.hh
bitmapfilter.o: ../include/toad/region.hh ../include/toad/messagebox.hh
bitmapfilter.o: ../include/toad/bitmapfilter.hh
dialog.o: ../include/toad/toadbase.hh ../include/toad/types.hh
dialog.o: ../include/toad/debug.hh ../include/toad/config.h
dialog.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
dialog.o: ../include/toad/connect.hh ../include/toad/pointer.hh
dialog.o: ../include/toad/pen.hh ../include/toad/font.hh
dialog.o: ../include/toad/color.hh ../include/toad/bitmap.hh
dialog.o: ../include/toad/window.hh ../include/toad/cursor.hh
dialog.o: ../include/toad/region.hh ../include/toad/messagebox.hh
dialog.o: ../include/toad/dialog.hh ../include/toad/gadgetwindow.hh
dialog.o: ../include/toad/toad.hh ../include/toad/dialogeditor.hh
dialog.o: ../include/toad/control.hh ../include/toad/datamanipulator.hh
dialog.o: ../include/toad/datainterface.hh ../include/toad/gadget.hh
dialog.o: ../include/toad/io/serializable.hh ../include/toad/io/binstream.hh
dialog.o: ../include/toad/labelowner.hh ../include/toad/io/urlstream.hh
control.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
control.o: ../include/toad/types.hh ../include/toad/debug.hh
control.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
control.o: ../include/toad/thread.hh ../include/toad/connect.hh
control.o: ../include/toad/pointer.hh ../include/toad/pen.hh
control.o: ../include/toad/font.hh ../include/toad/color.hh
control.o: ../include/toad/bitmap.hh ../include/toad/window.hh
control.o: ../include/toad/cursor.hh ../include/toad/region.hh
control.o: ../include/toad/messagebox.hh ../include/toad/control.hh
control.o: ../include/toad/datamanipulator.hh
control.o: ../include/toad/datainterface.hh
pulldown.o: ../include/toad/toadbase.hh ../include/toad/types.hh
pulldown.o: ../include/toad/debug.hh ../include/toad/config.h
pulldown.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
pulldown.o: ../include/toad/connect.hh ../include/toad/pointer.hh
pulldown.o: ../include/toad/pen.hh ../include/toad/font.hh
pulldown.o: ../include/toad/color.hh ../include/toad/bitmap.hh
pulldown.o: ../include/toad/window.hh ../include/toad/cursor.hh
pulldown.o: ../include/toad/region.hh ../include/toad/messagebox.hh
pulldown.o: ../include/toad/rowcolumn.hh ../include/toad/pulldown.hh
pulldown.o: ../include/toad/menubar.hh ../include/toad/control.hh
pulldown.o: ../include/toad/datamanipulator.hh
pulldown.o: ../include/toad/datainterface.hh
form.o: ../include/toad/toadbase.hh ../include/toad/types.hh
form.o: ../include/toad/debug.hh ../include/toad/config.h
form.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
form.o: ../include/toad/connect.hh ../include/toad/pointer.hh
form.o: ../include/toad/pen.hh ../include/toad/font.hh
form.o: ../include/toad/color.hh ../include/toad/bitmap.hh
form.o: ../include/toad/window.hh ../include/toad/cursor.hh
form.o: ../include/toad/region.hh ../include/toad/messagebox.hh
form.o: ../include/toad/form.hh
rowcolumn.o: ../include/toad/toadbase.hh ../include/toad/types.hh
rowcolumn.o: ../include/toad/debug.hh ../include/toad/config.h
rowcolumn.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
rowcolumn.o: ../include/toad/connect.hh ../include/toad/pointer.hh
rowcolumn.o: ../include/toad/pen.hh ../include/toad/font.hh
rowcolumn.o: ../include/toad/color.hh ../include/toad/bitmap.hh
rowcolumn.o: ../include/toad/window.hh ../include/toad/cursor.hh
rowcolumn.o: ../include/toad/region.hh ../include/toad/messagebox.hh
rowcolumn.o: ../include/toad/rowcolumn.hh
labelowner.o: ../include/toad/labelowner.hh ../include/toad/control.hh
labelowner.o: ../include/toad/window.hh ../include/toad/toadbase.hh
labelowner.o: ../include/toad/types.hh ../include/toad/debug.hh
labelowner.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
labelowner.o: ../include/toad/thread.hh ../include/toad/connect.hh
labelowner.o: ../include/toad/pointer.hh ../include/toad/pen.hh
labelowner.o: ../include/toad/font.hh ../include/toad/color.hh
labelowner.o: ../include/toad/bitmap.hh ../include/toad/cursor.hh
labelowner.o: ../include/toad/region.hh ../include/toad/messagebox.hh
labelowner.o: ../include/toad/datamanipulator.hh
labelowner.o: ../include/toad/datainterface.hh
buttonbase.o: ../include/toad/toadbase.hh ../include/toad/types.hh
buttonbase.o: ../include/toad/debug.hh ../include/toad/config.h
buttonbase.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
buttonbase.o: ../include/toad/connect.hh ../include/toad/pointer.hh
buttonbase.o: ../include/toad/pen.hh ../include/toad/font.hh
buttonbase.o: ../include/toad/color.hh ../include/toad/bitmap.hh
buttonbase.o: ../include/toad/window.hh ../include/toad/cursor.hh
buttonbase.o: ../include/toad/region.hh ../include/toad/messagebox.hh
buttonbase.o: ../include/toad/buttonbase.hh ../include/toad/labelowner.hh
buttonbase.o: ../include/toad/control.hh ../include/toad/datamanipulator.hh
buttonbase.o: ../include/toad/datainterface.hh
pushbutton.o: ../include/toad/toadbase.hh ../include/toad/types.hh
pushbutton.o: ../include/toad/debug.hh ../include/toad/config.h
pushbutton.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
pushbutton.o: ../include/toad/connect.hh ../include/toad/pointer.hh
pushbutton.o: ../include/toad/pen.hh ../include/toad/font.hh
pushbutton.o: ../include/toad/color.hh ../include/toad/bitmap.hh
pushbutton.o: ../include/toad/window.hh ../include/toad/cursor.hh
pushbutton.o: ../include/toad/region.hh ../include/toad/messagebox.hh
pushbutton.o: ../include/toad/buttonbase.hh ../include/toad/labelowner.hh
pushbutton.o: ../include/toad/control.hh ../include/toad/datamanipulator.hh
pushbutton.o: ../include/toad/datainterface.hh ../include/toad/pushbutton.hh
radiobuttonbase.o: ../include/toad/toadbase.hh ../include/toad/types.hh
radiobuttonbase.o: ../include/toad/debug.hh ../include/toad/config.h
radiobuttonbase.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
radiobuttonbase.o: ../include/toad/connect.hh ../include/toad/pointer.hh
radiobuttonbase.o: ../include/toad/pen.hh ../include/toad/font.hh
radiobuttonbase.o: ../include/toad/color.hh ../include/toad/bitmap.hh
radiobuttonbase.o: ../include/toad/window.hh ../include/toad/cursor.hh
radiobuttonbase.o: ../include/toad/region.hh ../include/toad/messagebox.hh
radiobuttonbase.o: ../include/toad/radiobuttonbase.hh
radiobuttonbase.o: ../include/toad/buttonbase.hh
radiobuttonbase.o: ../include/toad/labelowner.hh ../include/toad/control.hh
radiobuttonbase.o: ../include/toad/datamanipulator.hh
radiobuttonbase.o: ../include/toad/datainterface.hh
fatradiobutton.o: ../include/toad/toadbase.hh ../include/toad/types.hh
fatradiobutton.o: ../include/toad/debug.hh ../include/toad/config.h
fatradiobutton.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
fatradiobutton.o: ../include/toad/connect.hh ../include/toad/pointer.hh
fatradiobutton.o: ../include/toad/pen.hh ../include/toad/font.hh
fatradiobutton.o: ../include/toad/color.hh ../include/toad/bitmap.hh
fatradiobutton.o: ../include/toad/window.hh ../include/toad/cursor.hh
fatradiobutton.o: ../include/toad/region.hh ../include/toad/messagebox.hh
fatradiobutton.o: ../include/toad/buttonbase.hh ../include/toad/labelowner.hh
fatradiobutton.o: ../include/toad/control.hh
fatradiobutton.o: ../include/toad/datamanipulator.hh
fatradiobutton.o: ../include/toad/datainterface.hh
fatradiobutton.o: ../include/toad/fatradiobutton.hh
fatradiobutton.o: ../include/toad/radiobuttonbase.hh
radiobutton.o: ../include/toad/toadbase.hh ../include/toad/types.hh
radiobutton.o: ../include/toad/debug.hh ../include/toad/config.h
radiobutton.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
radiobutton.o: ../include/toad/connect.hh ../include/toad/pointer.hh
radiobutton.o: ../include/toad/pen.hh ../include/toad/font.hh
radiobutton.o: ../include/toad/color.hh ../include/toad/bitmap.hh
radiobutton.o: ../include/toad/window.hh ../include/toad/cursor.hh
radiobutton.o: ../include/toad/region.hh ../include/toad/messagebox.hh
radiobutton.o: ../include/toad/radiobutton.hh
radiobutton.o: ../include/toad/radiobuttonbase.hh
radiobutton.o: ../include/toad/buttonbase.hh ../include/toad/labelowner.hh
radiobutton.o: ../include/toad/control.hh ../include/toad/datamanipulator.hh
radiobutton.o: ../include/toad/datainterface.hh
fatcheckbutton.o: ../include/toad/fatcheckbutton.hh ../include/toad/toad.hh
fatcheckbutton.o: ../include/toad/toadbase.hh ../include/toad/types.hh
fatcheckbutton.o: ../include/toad/debug.hh ../include/toad/config.h
fatcheckbutton.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
fatcheckbutton.o: ../include/toad/connect.hh ../include/toad/pointer.hh
fatcheckbutton.o: ../include/toad/pen.hh ../include/toad/font.hh
fatcheckbutton.o: ../include/toad/color.hh ../include/toad/bitmap.hh
fatcheckbutton.o: ../include/toad/window.hh ../include/toad/cursor.hh
fatcheckbutton.o: ../include/toad/region.hh ../include/toad/messagebox.hh
fatcheckbutton.o: ../include/toad/buttonbase.hh ../include/toad/labelowner.hh
fatcheckbutton.o: ../include/toad/control.hh
fatcheckbutton.o: ../include/toad/datamanipulator.hh
fatcheckbutton.o: ../include/toad/datainterface.hh
scrollbar.o: ../include/toad/toadbase.hh ../include/toad/types.hh
scrollbar.o: ../include/toad/debug.hh ../include/toad/config.h
scrollbar.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
scrollbar.o: ../include/toad/connect.hh ../include/toad/pointer.hh
scrollbar.o: ../include/toad/pen.hh ../include/toad/font.hh
scrollbar.o: ../include/toad/color.hh ../include/toad/bitmap.hh
scrollbar.o: ../include/toad/window.hh ../include/toad/cursor.hh
scrollbar.o: ../include/toad/region.hh ../include/toad/messagebox.hh
scrollbar.o: ../include/toad/pushbutton.hh ../include/toad/scrollbar.hh
scrollbar.o: ../include/toad/control.hh ../include/toad/datamanipulator.hh
scrollbar.o: ../include/toad/datainterface.hh ../include/toad/simpletimer.hh
listbox.o: ../include/toad/toadbase.hh ../include/toad/types.hh
listbox.o: ../include/toad/debug.hh ../include/toad/config.h
listbox.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
listbox.o: ../include/toad/connect.hh ../include/toad/pointer.hh
listbox.o: ../include/toad/pen.hh ../include/toad/font.hh
listbox.o: ../include/toad/color.hh ../include/toad/bitmap.hh
listbox.o: ../include/toad/window.hh ../include/toad/cursor.hh
listbox.o: ../include/toad/region.hh ../include/toad/messagebox.hh
listbox.o: ../include/toad/scrollbar.hh ../include/toad/control.hh
listbox.o: ../include/toad/datamanipulator.hh
listbox.o: ../include/toad/datainterface.hh ../include/toad/listbox.hh
listbox.o: ../include/toad/toad.hh
combobox.o: ../include/toad/toadbase.hh ../include/toad/types.hh
combobox.o: ../include/toad/debug.hh ../include/toad/config.h
combobox.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
combobox.o: ../include/toad/connect.hh ../include/toad/pointer.hh
combobox.o: ../include/toad/pen.hh ../include/toad/font.hh
combobox.o: ../include/toad/color.hh ../include/toad/bitmap.hh
combobox.o: ../include/toad/window.hh ../include/toad/cursor.hh
combobox.o: ../include/toad/region.hh ../include/toad/messagebox.hh
combobox.o: ../include/toad/buttonbase.hh ../include/toad/labelowner.hh
combobox.o: ../include/toad/control.hh ../include/toad/datamanipulator.hh
combobox.o: ../include/toad/datainterface.hh ../include/toad/scrollbar.hh
combobox.o: ../include/toad/listbox.hh ../include/toad/toad.hh
combobox.o: ../include/toad/combobox.hh
textfield.o: ../include/toad/toadbase.hh ../include/toad/types.hh
textfield.o: ../include/toad/debug.hh ../include/toad/config.h
textfield.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
textfield.o: ../include/toad/connect.hh ../include/toad/pointer.hh
textfield.o: ../include/toad/pen.hh ../include/toad/font.hh
textfield.o: ../include/toad/color.hh ../include/toad/bitmap.hh
textfield.o: ../include/toad/window.hh ../include/toad/cursor.hh
textfield.o: ../include/toad/region.hh ../include/toad/messagebox.hh
textfield.o: ../include/toad/textfield.hh ../include/toad/control.hh
textfield.o: ../include/toad/datamanipulator.hh
textfield.o: ../include/toad/datainterface.hh
textarea.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
textarea.o: ../include/toad/types.hh ../include/toad/debug.hh
textarea.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
textarea.o: ../include/toad/thread.hh ../include/toad/connect.hh
textarea.o: ../include/toad/pointer.hh ../include/toad/pen.hh
textarea.o: ../include/toad/font.hh ../include/toad/color.hh
textarea.o: ../include/toad/bitmap.hh ../include/toad/window.hh
textarea.o: ../include/toad/cursor.hh ../include/toad/region.hh
textarea.o: ../include/toad/messagebox.hh ../include/toad/simpletimer.hh
textarea.o: ../include/toad/scrolledarea.hh ../include/toad/scrollbar.hh
textarea.o: ../include/toad/control.hh ../include/toad/datamanipulator.hh
textarea.o: ../include/toad/datainterface.hh ../include/toad/textarea.hh
textarea.o: ../include/toad/macros.hh
checkbox.o: ../include/toad/toadbase.hh ../include/toad/types.hh
checkbox.o: ../include/toad/debug.hh ../include/toad/config.h
checkbox.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
checkbox.o: ../include/toad/connect.hh ../include/toad/pointer.hh
checkbox.o: ../include/toad/pen.hh ../include/toad/font.hh
checkbox.o: ../include/toad/color.hh ../include/toad/bitmap.hh
checkbox.o: ../include/toad/window.hh ../include/toad/cursor.hh
checkbox.o: ../include/toad/region.hh ../include/toad/messagebox.hh
checkbox.o: ../include/toad/checkbox.hh ../include/toad/labelowner.hh
checkbox.o: ../include/toad/control.hh ../include/toad/datamanipulator.hh
checkbox.o: ../include/toad/datainterface.hh
scrolledarea.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
scrolledarea.o: ../include/toad/types.hh ../include/toad/debug.hh
scrolledarea.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
scrolledarea.o: ../include/toad/thread.hh ../include/toad/connect.hh
scrolledarea.o: ../include/toad/pointer.hh ../include/toad/pen.hh
scrolledarea.o: ../include/toad/font.hh ../include/toad/color.hh
scrolledarea.o: ../include/toad/bitmap.hh ../include/toad/window.hh
scrolledarea.o: ../include/toad/cursor.hh ../include/toad/region.hh
scrolledarea.o: ../include/toad/messagebox.hh ../include/toad/scrollbar.hh
scrolledarea.o: ../include/toad/control.hh ../include/toad/datamanipulator.hh
scrolledarea.o: ../include/toad/datainterface.hh
scrolledarea.o: ../include/toad/scrolledarea.hh
mdiwindow.o: ../include/toad/toadbase.hh ../include/toad/types.hh
mdiwindow.o: ../include/toad/debug.hh ../include/toad/config.h
mdiwindow.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
mdiwindow.o: ../include/toad/connect.hh ../include/toad/pointer.hh
mdiwindow.o: ../include/toad/pen.hh ../include/toad/font.hh
mdiwindow.o: ../include/toad/color.hh ../include/toad/bitmap.hh
mdiwindow.o: ../include/toad/window.hh ../include/toad/cursor.hh
mdiwindow.o: ../include/toad/region.hh ../include/toad/messagebox.hh
mdiwindow.o: ../include/toad/scrollbar.hh ../include/toad/control.hh
mdiwindow.o: ../include/toad/datamanipulator.hh
mdiwindow.o: ../include/toad/datainterface.hh ../include/toad/mdiwindow.hh
mdiwindow.o: ../include/toad/mdishell.hh
mdishell.o: ../include/toad/toadbase.hh ../include/toad/types.hh
mdishell.o: ../include/toad/debug.hh ../include/toad/config.h
mdishell.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
mdishell.o: ../include/toad/connect.hh ../include/toad/pointer.hh
mdishell.o: ../include/toad/pen.hh ../include/toad/font.hh
mdishell.o: ../include/toad/color.hh ../include/toad/bitmap.hh
mdishell.o: ../include/toad/window.hh ../include/toad/cursor.hh
mdishell.o: ../include/toad/region.hh ../include/toad/messagebox.hh
mdishell.o: ../include/toad/pushbutton.hh ../include/toad/mdishell.hh
menubar.o: ../include/toad/toadbase.hh ../include/toad/types.hh
menubar.o: ../include/toad/debug.hh ../include/toad/config.h
menubar.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
menubar.o: ../include/toad/connect.hh ../include/toad/pointer.hh
menubar.o: ../include/toad/pen.hh ../include/toad/font.hh
menubar.o: ../include/toad/color.hh ../include/toad/bitmap.hh
menubar.o: ../include/toad/window.hh ../include/toad/cursor.hh
menubar.o: ../include/toad/region.hh ../include/toad/messagebox.hh
menubar.o: ../include/toad/rowcolumn.hh ../include/toad/pulldown.hh
menubar.o: ../include/toad/menubar.hh ../include/toad/control.hh
menubar.o: ../include/toad/datamanipulator.hh
menubar.o: ../include/toad/datainterface.hh
messagebox.o: ../include/toad/toadbase.hh ../include/toad/types.hh
messagebox.o: ../include/toad/debug.hh ../include/toad/config.h
messagebox.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
messagebox.o: ../include/toad/connect.hh ../include/toad/pointer.hh
messagebox.o: ../include/toad/pen.hh ../include/toad/font.hh
messagebox.o: ../include/toad/color.hh ../include/toad/bitmap.hh
messagebox.o: ../include/toad/window.hh ../include/toad/cursor.hh
messagebox.o: ../include/toad/region.hh ../include/toad/messagebox.hh
messagebox.o: ../include/toad/pushbutton.hh
filedialog.o: ../include/toad/toadbase.hh ../include/toad/types.hh
filedialog.o: ../include/toad/debug.hh ../include/toad/config.h
filedialog.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
filedialog.o: ../include/toad/connect.hh ../include/toad/pointer.hh
filedialog.o: ../include/toad/pen.hh ../include/toad/font.hh
filedialog.o: ../include/toad/color.hh ../include/toad/bitmap.hh
filedialog.o: ../include/toad/window.hh ../include/toad/cursor.hh
filedialog.o: ../include/toad/region.hh ../include/toad/messagebox.hh
filedialog.o: ../include/toad/dialog.hh ../include/toad/gadgetwindow.hh
filedialog.o: ../include/toad/toad.hh ../include/toad/pushbutton.hh
filedialog.o: ../include/toad/listbox.hh ../include/toad/control.hh
filedialog.o: ../include/toad/datamanipulator.hh
filedialog.o: ../include/toad/datainterface.hh ../include/toad/combobox.hh
filedialog.o: ../include/toad/textfield.hh ../include/toad/checkbox.hh
filedialog.o: ../include/toad/labelowner.hh ../include/toad/filedialog.hh
filedialog.o: ../include/toad/lba/StaticCString.hh
filedialog.o: ../include/toad/lba/STLVectorCString.hh
tooltip.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
tooltip.o: ../include/toad/types.hh ../include/toad/debug.hh
tooltip.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
tooltip.o: ../include/toad/thread.hh ../include/toad/connect.hh
tooltip.o: ../include/toad/pointer.hh ../include/toad/pen.hh
tooltip.o: ../include/toad/font.hh ../include/toad/color.hh
tooltip.o: ../include/toad/bitmap.hh ../include/toad/window.hh
tooltip.o: ../include/toad/cursor.hh ../include/toad/region.hh
tooltip.o: ../include/toad/messagebox.hh ../include/toad/simpletimer.hh
select.o: ../include/toad/toadbase.hh ../include/toad/types.hh
select.o: ../include/toad/debug.hh ../include/toad/config.h
select.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
select.o: ../include/toad/connect.hh ../include/toad/pointer.hh
select.o: ../include/toad/ioobserver.hh ../include/toad/simpletimer.hh
thread.o: ../include/toad/toadbase.hh ../include/toad/types.hh
thread.o: ../include/toad/debug.hh ../include/toad/config.h
thread.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
thread.o: ../include/toad/connect.hh ../include/toad/pointer.hh
datamanipulator.o: ../include/toad/datamanipulator.hh
datamanipulator.o: ../include/toad/datainterface.hh
datamanipulator.o: ../include/toad/connect.hh ../include/toad/pointer.hh
datamanipulator.o: ../include/toad/control.hh ../include/toad/window.hh
datamanipulator.o: ../include/toad/toadbase.hh ../include/toad/types.hh
datamanipulator.o: ../include/toad/debug.hh ../include/toad/config.h
datamanipulator.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
datamanipulator.o: ../include/toad/pen.hh ../include/toad/font.hh
datamanipulator.o: ../include/toad/color.hh ../include/toad/bitmap.hh
datamanipulator.o: ../include/toad/cursor.hh ../include/toad/region.hh
datamanipulator.o: ../include/toad/messagebox.hh
datainterface.o: ../include/toad/datainterface.hh
datainterface.o: ../include/toad/datastorage.hh
dialogeditor.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
dialogeditor.o: ../include/toad/types.hh ../include/toad/debug.hh
dialogeditor.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
dialogeditor.o: ../include/toad/thread.hh ../include/toad/connect.hh
dialogeditor.o: ../include/toad/pointer.hh ../include/toad/pen.hh
dialogeditor.o: ../include/toad/font.hh ../include/toad/color.hh
dialogeditor.o: ../include/toad/bitmap.hh ../include/toad/window.hh
dialogeditor.o: ../include/toad/cursor.hh ../include/toad/region.hh
dialogeditor.o: ../include/toad/messagebox.hh ../include/toad/dialogeditor.hh
gadget.o: ../include/toad/gadget.hh ../include/toad/toad.hh
gadget.o: ../include/toad/toadbase.hh ../include/toad/types.hh
gadget.o: ../include/toad/debug.hh ../include/toad/config.h
gadget.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
gadget.o: ../include/toad/connect.hh ../include/toad/pointer.hh
gadget.o: ../include/toad/pen.hh ../include/toad/font.hh
gadget.o: ../include/toad/color.hh ../include/toad/bitmap.hh
gadget.o: ../include/toad/window.hh ../include/toad/cursor.hh
gadget.o: ../include/toad/region.hh ../include/toad/messagebox.hh
gadget.o: ../include/toad/gadgetwindow.hh ../include/toad/io/serializable.hh
gadget.o: ../include/toad/io/binstream.hh ../include/toad/gadget/line.hh
gadgetwindow.o: ../include/toad/gadgetwindow.hh ../include/toad/toad.hh
gadgetwindow.o: ../include/toad/toadbase.hh ../include/toad/types.hh
gadgetwindow.o: ../include/toad/debug.hh ../include/toad/config.h
gadgetwindow.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
gadgetwindow.o: ../include/toad/connect.hh ../include/toad/pointer.hh
gadgetwindow.o: ../include/toad/pen.hh ../include/toad/font.hh
gadgetwindow.o: ../include/toad/color.hh ../include/toad/bitmap.hh
gadgetwindow.o: ../include/toad/window.hh ../include/toad/cursor.hh
gadgetwindow.o: ../include/toad/region.hh ../include/toad/messagebox.hh
gadgetwindow.o: ../include/toad/gadget.hh ../include/toad/io/serializable.hh
gadgetwindow.o: ../include/toad/io/binstream.hh
gadget/circle.o: ../include/toad/gadget.hh ../include/toad/toad.hh
gadget/circle.o: ../include/toad/toadbase.hh ../include/toad/types.hh
gadget/circle.o: ../include/toad/debug.hh ../include/toad/config.h
gadget/circle.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
gadget/circle.o: ../include/toad/connect.hh ../include/toad/pointer.hh
gadget/circle.o: ../include/toad/pen.hh ../include/toad/font.hh
gadget/circle.o: ../include/toad/color.hh ../include/toad/bitmap.hh
gadget/circle.o: ../include/toad/window.hh ../include/toad/cursor.hh
gadget/circle.o: ../include/toad/region.hh ../include/toad/messagebox.hh
gadget/circle.o: ../include/toad/gadgetwindow.hh
gadget/circle.o: ../include/toad/io/serializable.hh
gadget/circle.o: ../include/toad/io/binstream.hh
gadget/circle.o: ../include/toad/gadgeteditor.hh
gadget/circle.o: ../include/toad/gadgeteditor/undoable.hh
gadget/circle.o: ../include/toad/util/history.hh
gadget/group.o: ../include/toad/gadget.hh ../include/toad/toad.hh
gadget/group.o: ../include/toad/toadbase.hh ../include/toad/types.hh
gadget/group.o: ../include/toad/debug.hh ../include/toad/config.h
gadget/group.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
gadget/group.o: ../include/toad/connect.hh ../include/toad/pointer.hh
gadget/group.o: ../include/toad/pen.hh ../include/toad/font.hh
gadget/group.o: ../include/toad/color.hh ../include/toad/bitmap.hh
gadget/group.o: ../include/toad/window.hh ../include/toad/cursor.hh
gadget/group.o: ../include/toad/region.hh ../include/toad/messagebox.hh
gadget/group.o: ../include/toad/gadgetwindow.hh
gadget/group.o: ../include/toad/io/serializable.hh
gadget/group.o: ../include/toad/io/binstream.hh
gadget/group.o: ../include/toad/gadgeteditor.hh
gadget/group.o: ../include/toad/gadgeteditor/undoable.hh
gadget/group.o: ../include/toad/util/history.hh
gadget/rectangle.o: ../include/toad/gadget.hh ../include/toad/toad.hh
gadget/rectangle.o: ../include/toad/toadbase.hh ../include/toad/types.hh
gadget/rectangle.o: ../include/toad/debug.hh ../include/toad/config.h
gadget/rectangle.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
gadget/rectangle.o: ../include/toad/connect.hh ../include/toad/pointer.hh
gadget/rectangle.o: ../include/toad/pen.hh ../include/toad/font.hh
gadget/rectangle.o: ../include/toad/color.hh ../include/toad/bitmap.hh
gadget/rectangle.o: ../include/toad/window.hh ../include/toad/cursor.hh
gadget/rectangle.o: ../include/toad/region.hh ../include/toad/messagebox.hh
gadget/rectangle.o: ../include/toad/gadgetwindow.hh
gadget/rectangle.o: ../include/toad/io/serializable.hh
gadget/rectangle.o: ../include/toad/io/binstream.hh
gadget/rectangle.o: ../include/toad/gadgeteditor.hh
gadget/rectangle.o: ../include/toad/gadgeteditor/undoable.hh
gadget/rectangle.o: ../include/toad/util/history.hh
gadget/line.o: ../include/toad/gadget/line.hh ../include/toad/gadget.hh
gadget/line.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
gadget/line.o: ../include/toad/types.hh ../include/toad/debug.hh
gadget/line.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
gadget/line.o: ../include/toad/thread.hh ../include/toad/connect.hh
gadget/line.o: ../include/toad/pointer.hh ../include/toad/pen.hh
gadget/line.o: ../include/toad/font.hh ../include/toad/color.hh
gadget/line.o: ../include/toad/bitmap.hh ../include/toad/window.hh
gadget/line.o: ../include/toad/cursor.hh ../include/toad/region.hh
gadget/line.o: ../include/toad/messagebox.hh ../include/toad/gadgetwindow.hh
gadget/line.o: ../include/toad/io/serializable.hh
gadget/line.o: ../include/toad/io/binstream.hh
gadget/line.o: ../include/toad/gadgeteditor.hh
gadget/line.o: ../include/toad/gadgeteditor/undoable.hh
gadget/line.o: ../include/toad/util/history.hh
gadget/text.o: ../include/toad/gadget.hh ../include/toad/toad.hh
gadget/text.o: ../include/toad/toadbase.hh ../include/toad/types.hh
gadget/text.o: ../include/toad/debug.hh ../include/toad/config.h
gadget/text.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
gadget/text.o: ../include/toad/connect.hh ../include/toad/pointer.hh
gadget/text.o: ../include/toad/pen.hh ../include/toad/font.hh
gadget/text.o: ../include/toad/color.hh ../include/toad/bitmap.hh
gadget/text.o: ../include/toad/window.hh ../include/toad/cursor.hh
gadget/text.o: ../include/toad/region.hh ../include/toad/messagebox.hh
gadget/text.o: ../include/toad/gadgetwindow.hh
gadget/text.o: ../include/toad/io/serializable.hh
gadget/text.o: ../include/toad/io/binstream.hh
gadget/text.o: ../include/toad/gadgeteditor.hh
gadget/text.o: ../include/toad/gadgeteditor/undoable.hh
gadget/text.o: ../include/toad/util/history.hh
gadget/frame.o: ../include/toad/gadget.hh ../include/toad/toad.hh
gadget/frame.o: ../include/toad/toadbase.hh ../include/toad/types.hh
gadget/frame.o: ../include/toad/debug.hh ../include/toad/config.h
gadget/frame.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
gadget/frame.o: ../include/toad/connect.hh ../include/toad/pointer.hh
gadget/frame.o: ../include/toad/pen.hh ../include/toad/font.hh
gadget/frame.o: ../include/toad/color.hh ../include/toad/bitmap.hh
gadget/frame.o: ../include/toad/window.hh ../include/toad/cursor.hh
gadget/frame.o: ../include/toad/region.hh ../include/toad/messagebox.hh
gadget/frame.o: ../include/toad/gadgetwindow.hh
gadget/frame.o: ../include/toad/io/serializable.hh
gadget/frame.o: ../include/toad/io/binstream.hh
gadget/frame.o: ../include/toad/gadgeteditor.hh
gadget/frame.o: ../include/toad/gadgeteditor/undoable.hh
gadget/frame.o: ../include/toad/util/history.hh
gadget/window.o: ../include/toad/gadget.hh ../include/toad/toad.hh
gadget/window.o: ../include/toad/toadbase.hh ../include/toad/types.hh
gadget/window.o: ../include/toad/debug.hh ../include/toad/config.h
gadget/window.o: ../include/toad/X11/keyboard.hh ../include/toad/thread.hh
gadget/window.o: ../include/toad/connect.hh ../include/toad/pointer.hh
gadget/window.o: ../include/toad/pen.hh ../include/toad/font.hh
gadget/window.o: ../include/toad/color.hh ../include/toad/bitmap.hh
gadget/window.o: ../include/toad/window.hh ../include/toad/cursor.hh
gadget/window.o: ../include/toad/region.hh ../include/toad/messagebox.hh
gadget/window.o: ../include/toad/gadgetwindow.hh
gadget/window.o: ../include/toad/io/serializable.hh
gadget/window.o: ../include/toad/io/binstream.hh
gadget/window.o: ../include/toad/gadgeteditor.hh
gadget/window.o: ../include/toad/gadgeteditor/undoable.hh
gadget/window.o: ../include/toad/util/history.hh
gadget/window.o: ../include/toad/labelowner.hh ../include/toad/control.hh
gadget/window.o: ../include/toad/datamanipulator.hh
gadget/window.o: ../include/toad/datainterface.hh
gadgeteditor.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
gadgeteditor.o: ../include/toad/types.hh ../include/toad/debug.hh
gadgeteditor.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
gadgeteditor.o: ../include/toad/thread.hh ../include/toad/connect.hh
gadgeteditor.o: ../include/toad/pointer.hh ../include/toad/pen.hh
gadgeteditor.o: ../include/toad/font.hh ../include/toad/color.hh
gadgeteditor.o: ../include/toad/bitmap.hh ../include/toad/window.hh
gadgeteditor.o: ../include/toad/cursor.hh ../include/toad/region.hh
gadgeteditor.o: ../include/toad/messagebox.hh ../include/toad/gadget.hh
gadgeteditor.o: ../include/toad/gadgetwindow.hh
gadgeteditor.o: ../include/toad/io/serializable.hh
gadgeteditor.o: ../include/toad/io/binstream.hh
gadgeteditor.o: ../include/toad/gadgeteditor.hh
gadgeteditor.o: ../include/toad/gadgeteditor/undoable.hh
gadgeteditor.o: ../include/toad/util/history.hh ../include/toad/scrollbar.hh
gadgeteditor.o: ../include/toad/control.hh ../include/toad/datamanipulator.hh
gadgeteditor.o: ../include/toad/datainterface.hh
gadgeteditor.o: ../include/toad/gadgeteditor/undoablemove.hh
gadgeteditor.o: ../include/toad/gadgeteditor/undoablehandlemove.hh
gadgeteditor.o: ../include/toad/gadgeteditor/undoabledelete.hh
gadgeteditor.o: ../include/toad/gadgeteditor/undoablecreate.hh
gadgeteditor/undoablemove.o: ../include/toad/gadgeteditor/undoablemove.hh
gadgeteditor/undoablemove.o: ../include/toad/gadget.hh
gadgeteditor/undoablemove.o: ../include/toad/toad.hh
gadgeteditor/undoablemove.o: ../include/toad/toadbase.hh
gadgeteditor/undoablemove.o: ../include/toad/types.hh
gadgeteditor/undoablemove.o: ../include/toad/debug.hh
gadgeteditor/undoablemove.o: ../include/toad/config.h
gadgeteditor/undoablemove.o: ../include/toad/X11/keyboard.hh
gadgeteditor/undoablemove.o: ../include/toad/thread.hh
gadgeteditor/undoablemove.o: ../include/toad/connect.hh
gadgeteditor/undoablemove.o: ../include/toad/pointer.hh
gadgeteditor/undoablemove.o: ../include/toad/pen.hh ../include/toad/font.hh
gadgeteditor/undoablemove.o: ../include/toad/color.hh
gadgeteditor/undoablemove.o: ../include/toad/bitmap.hh
gadgeteditor/undoablemove.o: ../include/toad/window.hh
gadgeteditor/undoablemove.o: ../include/toad/cursor.hh
gadgeteditor/undoablemove.o: ../include/toad/region.hh
gadgeteditor/undoablemove.o: ../include/toad/messagebox.hh
gadgeteditor/undoablemove.o: ../include/toad/gadgetwindow.hh
gadgeteditor/undoablemove.o: ../include/toad/io/serializable.hh
gadgeteditor/undoablemove.o: ../include/toad/io/binstream.hh
gadgeteditor/undoablemove.o: ../include/toad/gadgeteditor.hh
gadgeteditor/undoablemove.o: ../include/toad/gadgeteditor/undoable.hh
gadgeteditor/undoablemove.o: ../include/toad/util/history.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/gadgeteditor/undoablehandlemove.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/gadget.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/toad.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/toadbase.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/types.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/debug.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/config.h
gadgeteditor/undoablehandlemove.o: ../include/toad/X11/keyboard.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/thread.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/connect.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/pointer.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/pen.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/font.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/color.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/bitmap.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/window.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/cursor.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/region.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/messagebox.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/gadgetwindow.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/io/serializable.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/io/binstream.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/gadgeteditor.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/gadgeteditor/undoable.hh
gadgeteditor/undoablehandlemove.o: ../include/toad/util/history.hh
gadgeteditor/undoabledelete.o: ../include/toad/gadgeteditor/undoabledelete.hh
gadgeteditor/undoabledelete.o: ../include/toad/gadget.hh
gadgeteditor/undoabledelete.o: ../include/toad/toad.hh
gadgeteditor/undoabledelete.o: ../include/toad/toadbase.hh
gadgeteditor/undoabledelete.o: ../include/toad/types.hh
gadgeteditor/undoabledelete.o: ../include/toad/debug.hh
gadgeteditor/undoabledelete.o: ../include/toad/config.h
gadgeteditor/undoabledelete.o: ../include/toad/X11/keyboard.hh
gadgeteditor/undoabledelete.o: ../include/toad/thread.hh
gadgeteditor/undoabledelete.o: ../include/toad/connect.hh
gadgeteditor/undoabledelete.o: ../include/toad/pointer.hh
gadgeteditor/undoabledelete.o: ../include/toad/pen.hh ../include/toad/font.hh
gadgeteditor/undoabledelete.o: ../include/toad/color.hh
gadgeteditor/undoabledelete.o: ../include/toad/bitmap.hh
gadgeteditor/undoabledelete.o: ../include/toad/window.hh
gadgeteditor/undoabledelete.o: ../include/toad/cursor.hh
gadgeteditor/undoabledelete.o: ../include/toad/region.hh
gadgeteditor/undoabledelete.o: ../include/toad/messagebox.hh
gadgeteditor/undoabledelete.o: ../include/toad/gadgetwindow.hh
gadgeteditor/undoabledelete.o: ../include/toad/io/serializable.hh
gadgeteditor/undoabledelete.o: ../include/toad/io/binstream.hh
gadgeteditor/undoabledelete.o: ../include/toad/gadgeteditor.hh
gadgeteditor/undoabledelete.o: ../include/toad/gadgeteditor/undoable.hh
gadgeteditor/undoabledelete.o: ../include/toad/util/history.hh
io/serializable.o: ../include/toad/io/serializable.hh
io/serializable.o: ../include/toad/io/binstream.hh
io/binstream.o: ../include/toad/io/binstream.hh
io/urlstream.o: ../include/toad/io/urlstream.hh
dialogeditor/simpledlgeditor.o: ../include/toad/toad.hh
dialogeditor/simpledlgeditor.o: ../include/toad/toadbase.hh
dialogeditor/simpledlgeditor.o: ../include/toad/types.hh
dialogeditor/simpledlgeditor.o: ../include/toad/debug.hh
dialogeditor/simpledlgeditor.o: ../include/toad/config.h
dialogeditor/simpledlgeditor.o: ../include/toad/X11/keyboard.hh
dialogeditor/simpledlgeditor.o: ../include/toad/thread.hh
dialogeditor/simpledlgeditor.o: ../include/toad/connect.hh
dialogeditor/simpledlgeditor.o: ../include/toad/pointer.hh
dialogeditor/simpledlgeditor.o: ../include/toad/pen.hh
dialogeditor/simpledlgeditor.o: ../include/toad/font.hh
dialogeditor/simpledlgeditor.o: ../include/toad/color.hh
dialogeditor/simpledlgeditor.o: ../include/toad/bitmap.hh
dialogeditor/simpledlgeditor.o: ../include/toad/window.hh
dialogeditor/simpledlgeditor.o: ../include/toad/cursor.hh
dialogeditor/simpledlgeditor.o: ../include/toad/region.hh
dialogeditor/simpledlgeditor.o: ../include/toad/messagebox.hh
dialogeditor/simpledlgeditor.o: ../include/toad/dialog.hh
dialogeditor/simpledlgeditor.o: ../include/toad/gadgetwindow.hh
dialogeditor/simpledlgeditor.o: ../include/toad/dialogeditor.hh
dialogeditor/simpledlgeditor.o: ../include/toad/fatcheckbutton.hh
dialogeditor/simpledlgeditor.o: ../include/toad/buttonbase.hh
dialogeditor/simpledlgeditor.o: ../include/toad/labelowner.hh
dialogeditor/simpledlgeditor.o: ../include/toad/control.hh
dialogeditor/simpledlgeditor.o: ../include/toad/datamanipulator.hh
dialogeditor/simpledlgeditor.o: ../include/toad/datainterface.hh
dialogeditor/simpledlgeditor.o: ../include/toad/fatradiobutton.hh
dialogeditor/simpledlgeditor.o: ../include/toad/radiobuttonbase.hh
dialogeditor/simpledlgeditor.o: ../include/toad/pushbutton.hh
dialogeditor/simpledlgeditor.o: ../include/toad/checkbox.hh
dialogeditor/simpledlgeditor.o: ../include/toad/textarea.hh
dialogeditor/simpledlgeditor.o: ../include/toad/scrolledarea.hh
dialogeditor/simpledlgeditor.o: ../include/toad/scrollbar.hh
dialogeditor/simpledlgeditor.o: ../include/toad/macros.hh
dialogeditor/simpledlgeditor.o: ../include/toad/textfield.hh
dialogeditor/simpledlgeditor.o: ../include/toad/dialogeditor/simpledlgeditor.hh
dialogeditor/simpledlgeditor.o: ../include/toad/gadget.hh
dialogeditor/simpledlgeditor.o: ../include/toad/io/serializable.hh
dialogeditor/simpledlgeditor.o: ../include/toad/io/binstream.hh
dialogeditor/simpledlgeditor.o: ../include/toad/gadget/line.hh
dialogeditor/simpledlgeditor.o: ../include/toad/gadgeteditor.hh
dialogeditor/simpledlgeditor.o: ../include/toad/gadgeteditor/undoable.hh
dialogeditor/simpledlgeditor.o: ../include/toad/util/history.hh
new.o: ../include/toad/debug.hh
filter_bmp.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
filter_bmp.o: ../include/toad/types.hh ../include/toad/debug.hh
filter_bmp.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
filter_bmp.o: ../include/toad/thread.hh ../include/toad/connect.hh
filter_bmp.o: ../include/toad/pointer.hh ../include/toad/pen.hh
filter_bmp.o: ../include/toad/font.hh ../include/toad/color.hh
filter_bmp.o: ../include/toad/bitmap.hh ../include/toad/window.hh
filter_bmp.o: ../include/toad/cursor.hh ../include/toad/region.hh
filter_bmp.o: ../include/toad/messagebox.hh ../include/toad/bitmapfilter.hh
filter_bmp.o: ../include/toad/io/urlstream.hh ../include/toad/io/binstream.hh
filter_bmp.o: ../include/toad/filter_bmp.hh
filter_gif.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
filter_gif.o: ../include/toad/types.hh ../include/toad/debug.hh
filter_gif.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
filter_gif.o: ../include/toad/thread.hh ../include/toad/connect.hh
filter_gif.o: ../include/toad/pointer.hh ../include/toad/pen.hh
filter_gif.o: ../include/toad/font.hh ../include/toad/color.hh
filter_gif.o: ../include/toad/bitmap.hh ../include/toad/window.hh
filter_gif.o: ../include/toad/cursor.hh ../include/toad/region.hh
filter_gif.o: ../include/toad/messagebox.hh ../include/toad/bitmapfilter.hh
filter_gif.o: ../include/toad/filter_gif.hh ../include/toad/io/binstream.hh
filter_gif.o: ../include/toad/dialog.hh ../include/toad/gadgetwindow.hh
filter_gif.o: ../include/toad/checkbox.hh ../include/toad/labelowner.hh
filter_gif.o: ../include/toad/control.hh ../include/toad/datamanipulator.hh
filter_gif.o: ../include/toad/datainterface.hh ../include/toad/pushbutton.hh
filter_gif.o: ../include/toad/scrollbar.hh
listboxadapter.o: ../include/toad/toad.hh ../include/toad/toadbase.hh
listboxadapter.o: ../include/toad/types.hh ../include/toad/debug.hh
listboxadapter.o: ../include/toad/config.h ../include/toad/X11/keyboard.hh
listboxadapter.o: ../include/toad/thread.hh ../include/toad/connect.hh
listboxadapter.o: ../include/toad/pointer.hh ../include/toad/pen.hh
listboxadapter.o: ../include/toad/font.hh ../include/toad/color.hh
listboxadapter.o: ../include/toad/bitmap.hh ../include/toad/window.hh
listboxadapter.o: ../include/toad/cursor.hh ../include/toad/region.hh
listboxadapter.o: ../include/toad/messagebox.hh ../include/toad/listbox.hh
listboxadapter.o: ../include/toad/control.hh
listboxadapter.o: ../include/toad/datamanipulator.hh
listboxadapter.o: ../include/toad/datainterface.hh
