####### This section will soon be automatically generated.  At the moment
#######    it is semi-appropriate for building on linux-gcc-shared

INCDIR = $(QTDIR)/include
CFLAGS = -O2 -fno-strength-reduce -Wall -W
LIBCFLAGS = -fPIC
YACCCFLAGS = -Wno-unused -Wno-parentheses
LFLAGS = -L$(QTDIR)/qt/lib -lqt
CC = gcc
MOC = $(QTDIR)/bin/moc
SHELL = /bin/sh

####### End of not-yet-automatically generated section
#
# $Source$

# The Qt meta object support files

METASRC = maccel.cpp mapp.cpp masyncio.cpp mclipbrd.cpp mdialog.cpp \
	  mgmanagr.cpp mlayout.cpp msemimodal.cpp msocknot.cpp mtimer.cpp \
	  mwidget.cpp mwindow.cpp
METAOBJ = maccel.o mapp.o masyncio.o mclipbrd.o mdialog.o mgmanagr.o \
	  mlayout.o msemimodal.o msocknot.o mtimer.o mwidget.o mwindow.o

# The C++ header files

HEADERS = qaccel.h qapp.h qasyncimageio.h qasyncio.h qbitmap.h qbrush.h \
	  qclipbrd.h qcolor.h qconnect.h qcursor.h qdialog.h qdrawutl.h \
	  qevent.h qfont.h qfontdta.h qfontinf.h qfontmet.h qgmanagr.h \
	  qimage.h qkeycode.h qlayout.h qmetaobj.h qmovie.h qobjcoll.h \
	  qobjdefs.h qobject.h qpaintd.h qpaintdc.h qpainter.h qpalette.h \
	  qpdevmet.h qpen.h qpicture.h qpixmap.h qpmcache.h qpntarry.h \
	  qpoint.h qprinter.h qpsprn.h qrect.h qregion.h qsemimodal.h \
	  qsignal.h qsize.h qsocknot.h qtimer.h qwidcoll.h qwidget.h \
	  qwindefs.h qwindow.h qwmatrix.h

# The C++ source files that are edited by humans

SOURCES = qaccel.cpp qapp.cpp qapp_x11.cpp qasyncimageio.cpp qasyncio.cpp \
	  qbitmap.cpp qclb_x11.cpp qclipbrd.cpp qcol_x11.cpp qcolor.cpp \
	  qconnect.cpp qcur_x11.cpp qcursor.cpp qdialog.cpp qdrawutl.cpp \
	  qevent.cpp qfnt_x11.cpp qfont.cpp qgmanagr.cpp qimage.cpp \
	  qlayout.cpp qmetaobj.cpp qmovie.cpp qnpsupport.cpp qobject.cpp \
	  qpainter.cpp qpalette.cpp qpdevmet.cpp qpic_x11.cpp qpicture.cpp \
	  qpixmap.cpp qpm_x11.cpp qpmcache.cpp qpntarry.cpp qpoint.cpp \
	  qprinter.cpp qprn_x11.cpp qpsprn.cpp qptd_x11.cpp qptr_x11.cpp \
	  qrect.cpp qregion.cpp qrgn_x11.cpp qsemimodal.cpp qsignal.cpp \
	  qsize.cpp qsocknot.cpp qt_x11.cpp qtimer.cpp qwid_x11.cpp \
	  qwidget.cpp qwindow.cpp qwmatrix.cpp

# The object code files from SOURCES above

OBJECTS = qaccel.o qapp.o qapp_x11.o qasyncimageio.o qasyncio.o qbitmap.o \
	  qclb_x11.o qclipbrd.o qcol_x11.o qcolor.o qconnect.o qcur_x11.o \
	  qcursor.o qdialog.o qdrawutl.o qevent.o qfnt_x11.o qfont.o \
	  qgmanagr.o qimage.o qlayout.o qmetaobj.o qmovie.o qnpsupport.o \
	  qobject.o qpainter.o qpalette.o qpdevmet.o qpic_x11.o qpicture.o \
	  qpixmap.o qpm_x11.o qpmcache.o qpntarry.o qpoint.o qprinter.o \
	  qprn_x11.o qpsprn.o qptd_x11.o qptr_x11.o qrect.o qregion.o \
	  qrgn_x11.o qsemimodal.o qsignal.o qsize.o qsocknot.o qt_x11.o \
	  qtimer.o qwid_x11.o qwidget.o qwindow.o qwmatrix.o

.SUFFIXES: .cpp

.cpp.o:
	$(CC) -I$(INCDIR) -c $(CFLAGS) $(LIBCFLAGS) $<

all: $(OBJECTS) $(METAOBJ)

depend:
	makedepend $(SOURCES) 2> /dev/null

dep: depend

clean:
	-rm -f *.o *.bak *~ *% $(METASRC) "#*#"


# For maximum compatibility with old versions of make, we generate
# a separate rule for each meta object source file.

# Though you can see what is in these files, we urge you not to use this
# knowledge in your programs.

# METAHEADERS is the list of header files included by all the meta object
# source files

METAHEADERS = ../tools/qarray.h qconnect.h qevent.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h qobjdefs.h qobject.h \
	qpoint.h qrect.h ../tools/qshared.h qsize.h ../tools/qstring.h \
	qwindefs.h

maccel.o: maccel.cpp
maccel.cpp: qaccel.h $(METAHEADERS)
	$(MOC) -o maccel.cpp qaccel.h

mapp.o: mapp.cpp
mapp.cpp: qapp.h $(METAHEADERS)
	$(MOC) -o mapp.cpp qapp.h

masyncio.o: masyncio.cpp
masyncio.cpp: qasyncio.h $(METAHEADERS)
	$(MOC) -o masyncio.cpp qasyncio.h

mclipbrd.o: mclipbrd.cpp
mclipbrd.cpp: qclipbrd.h $(METAHEADERS)
	$(MOC) -o mclipbrd.cpp qclipbrd.h

mdialog.o: mdialog.cpp
mdialog.cpp: qdialog.h $(METAHEADERS)
	$(MOC) -o mdialog.cpp qdialog.h

mgmanagr.o: mgmanagr.cpp
mgmanagr.cpp: qgmanagr.h $(METAHEADERS)
	$(MOC) -o mgmanagr.cpp qgmanagr.h

mlayout.o: mlayout.cpp
mlayout.cpp: qlayout.h $(METAHEADERS)
	$(MOC) -o mlayout.cpp qlayout.h

msemimodal.o: msemimodal.cpp
msemimodal.cpp: qsemimodal.h $(METAHEADERS)
	$(MOC) -o msemimodal.cpp qsemimodal.h

msocknot.o: msocknot.cpp
msocknot.cpp: qsocknot.h $(METAHEADERS)
	$(MOC) -o msocknot.cpp qsocknot.h

mtimer.o: mtimer.cpp
mtimer.cpp: qtimer.h $(METAHEADERS)
	$(MOC) -o mtimer.cpp qtimer.h

mwidget.o: mwidget.cpp
mwidget.cpp: qwidget.h $(METAHEADERS)
	$(MOC) -o mwidget.cpp qwidget.h

mwindow.o: mwindow.cpp
mwindow.cpp: qwindow.h $(METAHEADERS)
	$(MOC) -o mwindow.cpp qwindow.h


# DO NOT DELETE THIS LINE -- make depend depends on it.

# What is here now is accurate as far as it goes, but does not include
# system header files.

qaccel.o: ../tools/qarray.h ../tools/qcollect.h \
	../tools/qgarray.h ../tools/qgeneric.h ../tools/qglist.h \
	../tools/qglobal.h ../tools/qlist.h ../tools/qshared.h \
	../tools/qstring.h qaccel.cpp qaccel.h qapp.h qcolor.h qcursor.h \
	qevent.h qfont.h qfontinf.h qfontmet.h qkeycode.h qobjdefs.h \
	qobject.h qpaintd.h qpalette.h qpoint.h qrect.h qsignal.h \
	qsize.h qwidget.h qwindefs.h

qapp.o: ../tools/qarray.h ../tools/qcollect.h ../tools/qdict.h \
	../tools/qgarray.h ../tools/qgdict.h ../tools/qgeneric.h \
	../tools/qglist.h ../tools/qglobal.h ../tools/qintdict.h \
	../tools/qlist.h ../tools/qshared.h ../tools/qstring.h qapp.cpp \
	qapp.h qcolor.h qconnect.h qcursor.h qevent.h qfont.h qfontinf.h \
	qfontmet.h qmetaobj.h qobjcoll.h qobjdefs.h qobject.h qpaintd.h \
	qpalette.h qpoint.h qrect.h qsize.h qwidcoll.h qwidget.h \
	qwindefs.h

qapp_x11.o: ../tools/qarray.h ../tools/qcollect.h \
	../tools/qdatetm.h ../tools/qdict.h ../tools/qfile.h \
	../tools/qgarray.h ../tools/qgdict.h ../tools/qgeneric.h \
	../tools/qglist.h ../tools/qglobal.h ../tools/qintdict.h \
	../tools/qiodev.h ../tools/qlist.h ../tools/qshared.h \
	../tools/qstring.h qapp.h qapp_x11.cpp qbrush.h qcolor.h \
	qconnect.h qcursor.h qevent.h qfont.h qfontinf.h qfontmet.h \
	qkeycode.h qmetaobj.h qobjcoll.h qobjdefs.h qobject.h qpaintd.h \
	qpainter.h qpalette.h qpen.h qpixmap.h qpmcache.h qpntarry.h \
	qpoint.h qrect.h qregion.h qsize.h qwidcoll.h qwidget.h \
	qwindefs.h qwmatrix.h

qasyncimageio.o: ../kernel/qbrush.h ../kernel/qcolor.h \
	../kernel/qfont.h ../kernel/qfontinf.h ../kernel/qfontmet.h \
	../kernel/qobjdefs.h ../kernel/qpaintd.h ../kernel/qpainter.h \
	../kernel/qpen.h ../kernel/qpntarry.h ../kernel/qpoint.h \
	../kernel/qrect.h ../kernel/qregion.h ../kernel/qsize.h \
	../kernel/qwindefs.h ../kernel/qwmatrix.h ../tools/qarray.h \
	../tools/qcollect.h ../tools/qdstream.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglist.h ../tools/qglobal.h \
	../tools/qiodev.h ../tools/qlist.h ../tools/qshared.h \
	../tools/qstring.h ../tools/qstrlist.h qasyncimageio.cpp \
	qasyncimageio.h qcolor.h qimage.h qpaintd.h qpixmap.h

qasyncio.o: ../tools/qarray.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qiodev.h \
	../tools/qshared.h ../tools/qstring.h qasyncio.cpp qasyncio.h \
	qevent.h qobjdefs.h qobject.h qpoint.h qrect.h qsignal.h qsize.h \
	qtimer.h qwindefs.h

qbitmap.o: ../tools/qarray.h ../tools/qcollect.h \
	../tools/qdstream.h ../tools/qgarray.h ../tools/qgeneric.h \
	../tools/qglist.h ../tools/qglobal.h ../tools/qiodev.h \
	../tools/qlist.h ../tools/qshared.h ../tools/qstring.h \
	../tools/qstrlist.h qbitmap.cpp qbitmap.h qcolor.h qimage.h \
	qobjdefs.h qpaintd.h qpixmap.h qpoint.h qrect.h qsize.h \
	qwindefs.h

qclb_x11.o: ../tools/qarray.h ../tools/qdatetm.h \
	../tools/qgarray.h ../tools/qgeneric.h ../tools/qglobal.h \
	../tools/qshared.h ../tools/qstring.h qapp.h qclb_x11.cpp \
	qclipbrd.h qcolor.h qcursor.h qevent.h qfont.h qfontinf.h \
	qfontmet.h qobjdefs.h qobject.h qpaintd.h qpalette.h qpixmap.h \
	qpoint.h qrect.h qsize.h qwidget.h qwindefs.h

qclipbrd.o: ../tools/qarray.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qshared.h \
	../tools/qstring.h qapp.h qclipbrd.cpp qclipbrd.h qcolor.h \
	qcursor.h qevent.h qfont.h qfontinf.h qfontmet.h qobjdefs.h \
	qobject.h qpaintd.h qpalette.h qpixmap.h qpoint.h qrect.h \
	qsize.h qwidget.h qwindefs.h

qcol_x11.o: ../tools/qarray.h ../tools/qcollect.h \
	../tools/qgarray.h ../tools/qgdict.h ../tools/qgeneric.h \
	../tools/qglobal.h ../tools/qintdict.h ../tools/qshared.h \
	../tools/qstring.h qapp.h qcol_x11.cpp qcolor.h qcursor.h \
	qevent.h qfont.h qfontinf.h qfontmet.h qobjdefs.h qobject.h \
	qpaintd.h qpalette.h qpoint.h qrect.h qsize.h qwidget.h \
	qwindefs.h

qcolor.o: ../tools/qarray.h ../tools/qdstream.h \
	../tools/qgarray.h ../tools/qgeneric.h ../tools/qglobal.h \
	../tools/qiodev.h ../tools/qshared.h ../tools/qstring.h \
	qcolor.cpp qcolor.h qobjdefs.h qwindefs.h

qconnect.o: ../tools/qarray.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qshared.h \
	../tools/qstring.h qconnect.cpp qconnect.h qevent.h qobjdefs.h \
	qobject.h qpoint.h qrect.h qsize.h qwindefs.h

qcur_x11.o: ../tools/qarray.h ../tools/qdstream.h \
	../tools/qgarray.h ../tools/qgeneric.h ../tools/qglobal.h \
	../tools/qiodev.h ../tools/qshared.h ../tools/qstring.h qapp.h \
	qbitmap.h qcolor.h qcur_x11.cpp qcursor.h qevent.h qfont.h \
	qfontinf.h qfontmet.h qobjdefs.h qobject.h qpaintd.h qpalette.h \
	qpixmap.h qpoint.h qrect.h qsize.h qwidget.h qwindefs.h

qcursor.o: ../tools/qarray.h ../tools/qdstream.h \
	../tools/qgarray.h ../tools/qgeneric.h ../tools/qglobal.h \
	../tools/qiodev.h ../tools/qshared.h ../tools/qstring.h qbitmap.h \
	qcolor.h qcursor.cpp qcursor.h qobjdefs.h qpaintd.h qpixmap.h \
	qpoint.h qrect.h qsize.h qwindefs.h

qdialog.o: ../kernel/qwidget.h ../tools/qarray.h \
	../tools/qcollect.h ../tools/qdict.h ../tools/qgarray.h \
	../tools/qgdict.h ../tools/qgeneric.h ../tools/qglist.h \
	../tools/qglobal.h ../tools/qlist.h ../tools/qshared.h \
	../tools/qstring.h ../widgets/qbutton.h ../widgets/qpushbt.h \
	qapp.h qcolor.h qconnect.h qcursor.h qdialog.cpp qdialog.h \
	qevent.h qfont.h qfontinf.h qfontmet.h qkeycode.h qmetaobj.h \
	qobjcoll.h qobjdefs.h qobject.h qpaintd.h qpalette.h qpoint.h \
	qrect.h qsize.h qwidget.h qwindefs.h

qdrawutl.o: ../tools/qarray.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qshared.h \
	../tools/qstring.h qbitmap.h qbrush.h qcolor.h qdrawutl.cpp \
	qdrawutl.h qfont.h qfontinf.h qfontmet.h qobjdefs.h qpaintd.h \
	qpainter.h qpalette.h qpen.h qpixmap.h qpmcache.h qpntarry.h \
	qpoint.h qrect.h qregion.h qsize.h qwindefs.h qwmatrix.h

qevent.o: ../tools/qglobal.h qevent.cpp qevent.h qobjdefs.h \
	qpoint.h qrect.h qsize.h qwindefs.h

qfnt_x11.o: ../tools/qarray.h ../tools/qcache.h \
	../tools/qcollect.h ../tools/qdict.h ../tools/qgarray.h \
	../tools/qgcache.h ../tools/qgdict.h ../tools/qgeneric.h \
	../tools/qglist.h ../tools/qglobal.h ../tools/qshared.h \
	../tools/qstring.h qbrush.h qcolor.h qcursor.h qevent.h \
	qfnt_x11.cpp qfont.h qfontdta.h qfontinf.h qfontmet.h qobjdefs.h \
	qobject.h qpaintd.h qpainter.h qpalette.h qpen.h qpntarry.h \
	qpoint.h qrect.h qregion.h qsize.h qwidget.h qwindefs.h \
	qwmatrix.h

qfont.o: ../tools/qarray.h ../tools/qcollect.h ../tools/qdict.h \
	../tools/qdstream.h ../tools/qgarray.h ../tools/qgdict.h \
	../tools/qgeneric.h ../tools/qglist.h ../tools/qglobal.h \
	../tools/qiodev.h ../tools/qlist.h ../tools/qshared.h \
	../tools/qstring.h ../tools/qstrlist.h qbrush.h qcolor.h \
	qcursor.h qevent.h qfont.cpp qfont.h qfontdta.h qfontinf.h \
	qfontmet.h qobjdefs.h qobject.h qpaintd.h qpainter.h qpalette.h \
	qpen.h qpntarry.h qpoint.h qrect.h qregion.h qsize.h qwidget.h \
	qwindefs.h qwmatrix.h

qgmanagr.o: ../kernel/qwidget.h ../tools/qarray.h \
	../tools/qcollect.h ../tools/qgarray.h ../tools/qgdict.h \
	../tools/qgeneric.h ../tools/qglist.h ../tools/qglobal.h \
	../tools/qintdict.h ../tools/qlist.h ../tools/qshared.h \
	../tools/qstring.h ../widgets/qframe.h ../widgets/qmenubar.h \
	../widgets/qmenudta.h ../widgets/qpopmenu.h ../widgets/qtablevw.h \
	qcolor.h qcursor.h qevent.h qfont.h qfontinf.h qfontmet.h \
	qgmanagr.cpp qgmanagr.h qobjdefs.h qobject.h qpaintd.h qpalette.h \
	qpoint.h qrect.h qsize.h qwidget.h qwindefs.h

qimage.o: ../tools/qarray.h ../tools/qbuffer.h \
	../tools/qcollect.h ../tools/qdict.h ../tools/qdstream.h \
	../tools/qfile.h ../tools/qgarray.h ../tools/qgdict.h \
	../tools/qgeneric.h ../tools/qglist.h ../tools/qglobal.h \
	../tools/qintdict.h ../tools/qiodev.h ../tools/qlist.h \
	../tools/qregexp.h ../tools/qshared.h ../tools/qstring.h \
	../tools/qstrlist.h ../tools/qtstream.h qasyncimageio.h qcolor.h \
	qimage.cpp qimage.h qobjdefs.h qpaintd.h qpixmap.h qpoint.h \
	qrect.h qsize.h qwindefs.h

qlayout.o: ../kernel/qwidget.h ../tools/qarray.h \
	../tools/qcollect.h ../tools/qgarray.h ../tools/qgdict.h \
	../tools/qgeneric.h ../tools/qglist.h ../tools/qglobal.h \
	../tools/qintdict.h ../tools/qlist.h ../tools/qshared.h \
	../tools/qstring.h ../widgets/qframe.h ../widgets/qmenubar.h \
	../widgets/qmenudta.h ../widgets/qpopmenu.h ../widgets/qtablevw.h \
	qcolor.h qcursor.h qevent.h qfont.h qfontinf.h qfontmet.h \
	qgmanagr.h qlayout.cpp qlayout.h qobjdefs.h qobject.h qpaintd.h \
	qpalette.h qpoint.h qrect.h qsize.h qwidget.h qwindefs.h

qmetaobj.o: ../tools/qarray.h ../tools/qcollect.h \
	../tools/qdict.h ../tools/qdstream.h ../tools/qgarray.h \
	../tools/qgdict.h ../tools/qgeneric.h ../tools/qglist.h \
	../tools/qglobal.h ../tools/qiodev.h ../tools/qlist.h \
	../tools/qshared.h ../tools/qstring.h ../tools/qstrlist.h \
	qconnect.h qevent.h qmetaobj.cpp qmetaobj.h qobjcoll.h qobjdefs.h \
	qobject.h qpoint.h qrect.h qsize.h qwindefs.h

qmovie.o: ../kernel/qconnect.h ../kernel/qmetaobj.h \
	../kernel/qobject.h ../tools/qarray.h ../tools/qbuffer.h \
	../tools/qcollect.h ../tools/qdstream.h ../tools/qfile.h \
	../tools/qgarray.h ../tools/qgeneric.h ../tools/qglist.h \
	../tools/qglobal.h ../tools/qiodev.h ../tools/qlist.h \
	../tools/qshared.h ../tools/qstring.h ../tools/qstrlist.h \
	qasyncimageio.h qasyncio.h qbitmap.h qbrush.h qcolor.h qevent.h \
	qfont.h qfontinf.h qfontmet.h qimage.h qmovie.cpp qmovie.h \
	qobjdefs.h qobject.h qpaintd.h qpainter.h qpen.h qpixmap.h \
	qpntarry.h qpoint.h qrect.h qregion.h qsignal.h qsize.h qtimer.h \
	qwindefs.h qwmatrix.h

qnpsupport.o: ../tools/qarray.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qshared.h \
	../tools/qstring.h qapp.h qcolor.h qcursor.h qevent.h qfont.h \
	qfontinf.h qfontmet.h qnpsupport.cpp qobjdefs.h qobject.h \
	qpaintd.h qpalette.h qpoint.h qrect.h qsize.h qwidget.h \
	qwindefs.h

qobject.o: ../tools/qarray.h ../tools/qcollect.h ../tools/qdict.h \
	../tools/qgarray.h ../tools/qgdict.h ../tools/qgeneric.h \
	../tools/qglist.h ../tools/qglobal.h ../tools/qlist.h \
	../tools/qregexp.h ../tools/qshared.h ../tools/qstring.h \
	qapp.h qcolor.h qconnect.h qcursor.h qevent.h qfont.h \
	qfontinf.h qfontmet.h qmetaobj.h qobjcoll.h qobjdefs.h \
	qobject.cpp qobject.h qpaintd.h qpalette.h qpoint.h qrect.h \
	qsize.h qwidget.h qwindefs.h

qpainter.o: ../tools/qarray.h ../tools/qcollect.h \
	../tools/qdstream.h ../tools/qgarray.h ../tools/qgeneric.h \
	../tools/qglist.h ../tools/qglobal.h ../tools/qiodev.h \
	../tools/qshared.h ../tools/qstack.h ../tools/qstring.h qbitmap.h \
	qbrush.h qcolor.h qfont.h qfontinf.h qfontmet.h qobjdefs.h \
	qpaintd.h qpaintdc.h qpainter.cpp qpainter.h qpen.h qpixmap.h \
	qpntarry.h qpoint.h qrect.h qregion.h qsize.h qwindefs.h \
	qwmatrix.h

qpalette.o: ../tools/qarray.h ../tools/qdstream.h \
	../tools/qgarray.h ../tools/qgeneric.h ../tools/qglobal.h \
	../tools/qiodev.h ../tools/qshared.h ../tools/qstring.h qcolor.h \
	qobjdefs.h qpalette.cpp qpalette.h qwindefs.h

qpdevmet.o: ../tools/qglobal.h qobjdefs.h qpaintd.h qpaintdc.h \
	qpdevmet.cpp qpdevmet.h qpoint.h qrect.h qsize.h qwindefs.h

qpic_x11.o: ../tools/qarray.h ../tools/qbuffer.h \
	../tools/qgarray.h ../tools/qgeneric.h ../tools/qglobal.h \
	../tools/qiodev.h ../tools/qshared.h ../tools/qstring.h \
	qobjdefs.h qpaintd.h qpic_x11.cpp qpicture.h qpoint.h qrect.h \
	qsize.h qwindefs.h

qpicture.o: ../tools/qarray.h ../tools/qbuffer.h \
	../tools/qdstream.h ../tools/qfile.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qiodev.h \
	../tools/qshared.h ../tools/qstring.h qbrush.h qcolor.h qfont.h \
	qfontinf.h qfontmet.h qobjdefs.h qpaintd.h qpaintdc.h qpainter.h \
	qpen.h qpicture.cpp qpicture.h qpixmap.h qpntarry.h qpoint.h \
	qrect.h qregion.h qsize.h qwindefs.h qwmatrix.h

qpixmap.o: ../tools/qarray.h ../tools/qbuffer.h \
	../tools/qcollect.h ../tools/qdstream.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglist.h ../tools/qglobal.h \
	../tools/qiodev.h ../tools/qlist.h ../tools/qshared.h \
	../tools/qstring.h ../tools/qstrlist.h qbitmap.h qbrush.h \
	qcolor.h qcursor.h qevent.h qfont.h qfontinf.h qfontmet.h \
	qimage.h qobjdefs.h qobject.h qpaintd.h qpainter.h qpalette.h \
	qpen.h qpixmap.cpp qpixmap.h qpntarry.h qpoint.h qrect.h \
	qregion.h qsize.h qwidget.h qwindefs.h qwmatrix.h

qpm_x11.o: ../tools/qarray.h ../tools/qcollect.h \
	../tools/qdstream.h ../tools/qgarray.h ../tools/qgeneric.h \
	../tools/qglist.h ../tools/qglobal.h ../tools/qiodev.h \
	../tools/qlist.h ../tools/qshared.h ../tools/qstring.h \
	../tools/qstrlist.h qapp.h qbitmap.h qcolor.h qcursor.h qevent.h \
	qfont.h qfontinf.h qfontmet.h qimage.h qobjdefs.h qobject.h \
	qpaintd.h qpaintdc.h qpalette.h qpixmap.h qpm_x11.cpp qpntarry.h \
	qpoint.h qrect.h qsize.h qwidget.h qwindefs.h qwmatrix.h

qpmcache.o: ../tools/qcache.h ../tools/qcollect.h \
	../tools/qgcache.h ../tools/qgdict.h ../tools/qgeneric.h \
	../tools/qglist.h ../tools/qglobal.h ../tools/qshared.h qcolor.h \
	qobjdefs.h qpaintd.h qpixmap.h qpmcache.cpp qpmcache.h qpoint.h \
	qrect.h qsize.h qwindefs.h

qpntarry.o: ../tools/qarray.h ../tools/qbitarry.h \
	../tools/qdstream.h ../tools/qgarray.h ../tools/qgeneric.h \
	../tools/qglobal.h ../tools/qiodev.h ../tools/qshared.h \
	../tools/qstring.h qobjdefs.h qpntarry.cpp qpntarry.h qpoint.h \
	qrect.h qsize.h qwindefs.h

qpoint.o: ../tools/qarray.h ../tools/qdstream.h \
	../tools/qgarray.h ../tools/qgeneric.h ../tools/qglobal.h \
	../tools/qiodev.h ../tools/qshared.h ../tools/qstring.h \
	qobjdefs.h qpoint.cpp qpoint.h qwindefs.h

qprinter.o: ../tools/qarray.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qshared.h \
	../tools/qstring.h qobjdefs.h qpaintd.h qpoint.h qprinter.cpp \
	qprinter.h qrect.h qsize.h qwindefs.h

qprn_x11.o: ../tools/qarray.h ../tools/qfile.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qiodev.h \
	../tools/qshared.h ../tools/qstring.h ../tools/qtstream.h qapp.h \
	qobjdefs.h qpaintd.h qpaintdc.h qpoint.h qprinter.h qprn_x11.cpp \
	qpsprn.h qrect.h qsize.h qwidget.h qwindefs.h

qpsprn.o: ../tools/qarray.h ../tools/qbuffer.h \
	../tools/qcollect.h ../tools/qdatetm.h ../tools/qdstream.h \
	../tools/qfile.h ../tools/qgarray.h ../tools/qgeneric.h \
	../tools/qglist.h ../tools/qglobal.h ../tools/qiodev.h \
	../tools/qlist.h ../tools/qshared.h ../tools/qstring.h \
	../tools/qstrlist.h ../tools/qtstream.h qbrush.h qcolor.h \
	qfont.h qfontinf.h qfontmet.h qimage.h qobjdefs.h qpaintd.h \
	qpaintdc.h qpainter.h qpen.h qpixmap.h qpntarry.h qpoint.h \
	qprinter.h qpsprn.cpp qpsprn.h qrect.h qregion.h qsize.h \
	qwindefs.h qwmatrix.h

qptd_x11.o: ../tools/qarray.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qshared.h \
	../tools/qstring.h qapp.h qbitmap.h qcolor.h qcursor.h qevent.h \
	qfont.h qfontinf.h qfontmet.h qobjdefs.h qobject.h qpaintd.h \
	qpaintdc.h qpalette.h qpixmap.h qpoint.h qptd_x11.cpp qrect.h \
	qsize.h qwidget.h qwindefs.h

qptr_x11.o: ../tools/qarray.h ../tools/qcollect.h \
	../tools/qgarray.h ../tools/qgdict.h ../tools/qgeneric.h \
	../tools/qglist.h ../tools/qglobal.h ../tools/qintdict.h \
	../tools/qlist.h ../tools/qshared.h ../tools/qstring.h qbitmap.h \
	qbrush.h qcolor.h qcursor.h qevent.h qfont.h qfontinf.h \
	qfontmet.h qobjdefs.h qobject.h qpaintd.h qpaintdc.h qpainter.h \
	qpalette.h qpen.h qpixmap.h qpmcache.h qpntarry.h qpoint.h \
	qptr_x11.cpp qrect.h qregion.h qsize.h qwidget.h qwindefs.h \
	qwmatrix.h

qrect.o: ../tools/qarray.h ../tools/qdstream.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qiodev.h \
	../tools/qshared.h ../tools/qstring.h qobjdefs.h qpoint.h \
	qrect.cpp qrect.h qsize.h qwindefs.h

qregion.o: ../tools/qarray.h ../tools/qbuffer.h \
	../tools/qdstream.h ../tools/qgarray.h ../tools/qgeneric.h \
	../tools/qglobal.h ../tools/qiodev.h ../tools/qshared.h \
	../tools/qstring.h qobjdefs.h qpntarry.h qpoint.h qrect.h \
	qregion.cpp qregion.h qsize.h qwindefs.h

qrgn_x11.o: ../tools/qarray.h ../tools/qbuffer.h \
	../tools/qgarray.h ../tools/qgeneric.h ../tools/qglobal.h \
	../tools/qiodev.h ../tools/qshared.h ../tools/qstring.h \
	qobjdefs.h qpntarry.h qpoint.h qrect.h qregion.h qrgn_x11.cpp \
	qsize.h qwindefs.h

qsemimodal.o: ../tools/qarray.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qshared.h \
	../tools/qstring.h qapp.h qcolor.h qcursor.h qevent.h qfont.h \
	qfontinf.h qfontmet.h qobjdefs.h qobject.h qpaintd.h qpalette.h \
	qpoint.h qrect.h qsemimodal.cpp qsemimodal.h qsize.h qwidget.h \
	qwindefs.h

qsignal.o: ../tools/qarray.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qshared.h \
	../tools/qstring.h qconnect.h qevent.h qmetaobj.h qobjdefs.h \
	qobject.h qpoint.h qrect.h qsignal.cpp qsignal.h qsize.h \
	qwindefs.h

qsize.o: ../tools/qarray.h ../tools/qdstream.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qiodev.h \
	../tools/qshared.h ../tools/qstring.h qobjdefs.h qpoint.h \
	qsize.cpp qsize.h qwindefs.h

qsocknot.o: ../tools/qarray.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qshared.h \
	../tools/qstring.h qevent.h qobjdefs.h qobject.h qpoint.h \
	qrect.h qsize.h qsocknot.cpp qsocknot.h qwindefs.h

qt_x11.o: ../tools/qarray.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qshared.h \
	../tools/qstring.h qcolor.h qcursor.h qevent.h qfont.h qfontinf.h \
	qfontmet.h qobjdefs.h qobject.h qpaintd.h qpalette.h qpoint.h \
	qrect.h qsize.h qt_x11.cpp qwidget.h qwindefs.h

qtimer.o: ../tools/qarray.h ../tools/qcollect.h ../tools/qdict.h \
	../tools/qgarray.h ../tools/qgdict.h ../tools/qgeneric.h \
	../tools/qglist.h ../tools/qglobal.h ../tools/qlist.h \
	../tools/qshared.h ../tools/qstring.h qconnect.h qevent.h \
	qmetaobj.h qobjcoll.h qobjdefs.h qobject.h qpoint.h qrect.h \
	qsignal.h qsize.h qtimer.cpp qtimer.h qwindefs.h

qwid_x11.o: ../tools/qarray.h ../tools/qcollect.h \
	../tools/qdict.h ../tools/qgarray.h ../tools/qgdict.h \
	../tools/qgeneric.h ../tools/qglist.h ../tools/qglobal.h \
	../tools/qintdict.h ../tools/qlist.h ../tools/qshared.h \
	../tools/qstring.h qaccel.h qapp.h qbitmap.h qbrush.h qcolor.h \
	qconnect.h qcursor.h qevent.h qfont.h qfontinf.h qfontmet.h \
	qkeycode.h qmetaobj.h qobjcoll.h qobjdefs.h qobject.h qpaintd.h \
	qpaintdc.h qpainter.h qpalette.h qpen.h qpixmap.h qpntarry.h \
	qpoint.h qrect.h qregion.h qsize.h qwid_x11.cpp qwidcoll.h \
	qwidget.h qwindefs.h qwindow.h qwmatrix.h

qwidget.o: ../tools/qarray.h ../tools/qcollect.h ../tools/qdict.h \
	../tools/qgarray.h ../tools/qgdict.h ../tools/qgeneric.h \
	../tools/qglist.h ../tools/qglobal.h ../tools/qintdict.h \
	../tools/qlist.h ../tools/qshared.h ../tools/qstring.h \
	qapp.h qbrush.h qcolor.h qconnect.h qcursor.h qevent.h qfont.h \
	qfontinf.h qfontmet.h qkeycode.h qmetaobj.h qobjcoll.h qobjdefs.h \
	qobject.h qpaintd.h qpalette.h qpixmap.h qpoint.h qrect.h \
	qsize.h qwidcoll.h qwidget.cpp qwidget.h qwindefs.h

qwindow.o: ../tools/qarray.h ../tools/qgarray.h \
	../tools/qgeneric.h ../tools/qglobal.h ../tools/qshared.h \
	../tools/qstring.h qcolor.h qcursor.h qevent.h qfont.h qfontinf.h \
	qfontmet.h qobjdefs.h qobject.h qpaintd.h qpalette.h qpixmap.h \
	qpoint.h qrect.h qsize.h qwidget.h qwindefs.h qwindow.cpp \
	qwindow.h

qwmatrix.o: ../tools/qarray.h ../tools/qdstream.h \
	../tools/qgarray.h ../tools/qgeneric.h ../tools/qglobal.h \
	../tools/qiodev.h ../tools/qshared.h ../tools/qstring.h \
	qobjdefs.h qpntarry.h qpoint.h qrect.h qsize.h qwindefs.h \
	qwmatrix.cpp qwmatrix.h

