#############################################################################
# Makefile for building: ../../bin/moc
# Generated by qmake (1.07a) (Qt 3.3.3) on: Sun Jan 30 01:43:45 2005
# Project:  moc.pro
# Template: app
# Command: $(QMAKE) -spec /usr/src/kde/qt333/work/qt-x11-free-3.3.3/mkspecs/linux-g++ -o Makefile moc.pro
#############################################################################

####### Compiler, tools and options

CC       = gcc
CXX      = g++
LEX      = flex
YACC     = yacc
CFLAGS   = -pipe -O2  -DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS
CXXFLAGS = -pipe -O2  -DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS
LEXFLAGS = 
YACCFLAGS= -d
INCPATH  = -I/usr/src/kde/qt333/work/qt-x11-free-3.3.3/mkspecs/linux-g++ -I. -I/usr/X11R6/include/freetype2 -I../../include -I../tools -I.
LINK     = g++
LFLAGS   = 
LIBS     = $(SUBLIBS)  
AR       = ar cqs
RANLIB   = 
MOC      = /usr/src/kde/qt333/work/qt-x11-free-3.3.3/bin/moc
UIC      = /usr/src/kde/qt333/work/qt-x11-free-3.3.3/bin/uic -L /usr/src/kde/qt333/work/qt-x11-free-3.3.3/plugins
QMAKE    = /usr/src/kde/qt333/work/qt-x11-free-3.3.3/bin/qmake
TAR      = tar -cf
GZIP     = gzip -9f
COPY     = cp -f
COPY_FILE= $(COPY)
COPY_DIR = $(COPY) -r
INSTALL_FILE= $(COPY_FILE)
INSTALL_DIR = $(COPY_DIR)
DEL_FILE = rm -f
SYMLINK  = ln -sf
DEL_DIR  = rmdir
MOVE     = mv -f
CHK_DIR_EXISTS= test -d
MKDIR    = mkdir -p

####### Output directory

OBJECTS_DIR = ./

####### Files

HEADERS = 
SOURCES = ../tools/qbuffer.cpp \
		../tools/qptrcollection.cpp \
		../tools/qcstring.cpp \
		../tools/qdatastream.cpp \
		../tools/qdatetime.cpp \
		../tools/qfile.cpp \
		../tools/qdir.cpp \
		../tools/qfileinfo.cpp \
		../tools/qgarray.cpp \
		../tools/qgdict.cpp \
		../tools/qglist.cpp \
		../tools/qglobal.cpp \
		../tools/qgvector.cpp \
		../tools/qiodevice.cpp \
		../tools/qregexp.cpp \
		../tools/qstring.cpp \
		../tools/qlocale.cpp \
		../tools/qunicodetables.cpp \
		../tools/qstringlist.cpp \
		../tools/qtextstream.cpp \
		../tools/qbitarray.cpp \
		../tools/qmap.cpp \
		../tools/qgcache.cpp \
		../codecs/qtextcodec.cpp \
		../codecs/qutfcodec.cpp \
		moc_yacc.cpp \
		../tools/qfile_unix.cpp \
		../tools/qdir_unix.cpp \
		../tools/qfileinfo_unix.cpp
OBJECTS = ./qbuffer.o \
		./qptrcollection.o \
		./qcstring.o \
		./qdatastream.o \
		./qdatetime.o \
		./qfile.o \
		./qdir.o \
		./qfileinfo.o \
		./qgarray.o \
		./qgdict.o \
		./qglist.o \
		./qglobal.o \
		./qgvector.o \
		./qiodevice.o \
		./qregexp.o \
		./qstring.o \
		./qlocale.o \
		./qunicodetables.o \
		./qstringlist.o \
		./qtextstream.o \
		./qbitarray.o \
		./qmap.o \
		./qgcache.o \
		./qtextcodec.o \
		./qutfcodec.o \
		./moc_yacc.o \
		./qfile_unix.o \
		./qdir_unix.o \
		./qfileinfo_unix.o
FORMS = 
UICDECLS = 
UICIMPLS = 
SRCMOC   = 
OBJMOC = 
DIST	   = moc.pro
QMAKE_TARGET = moc
DESTDIR  = ../../bin/
TARGET   = ../../bin/moc

first: all
####### Implicit rules

.SUFFIXES: .c .o .cpp .cc .cxx .C

.cpp.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cc.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cxx.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.C.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.c.o:
	$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<

####### Build rules

all: Makefile $(TARGET)

$(TARGET):  $(UICDECLS) $(OBJECTS) $(OBJMOC)  
	test -d ../../bin/ || mkdir -p ../../bin/
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(OBJCOMP) $(LIBS)

mocables: $(SRCMOC)
uicables: $(UICDECLS) $(UICIMPLS)

$(MOC): 
	( cd /usr/src/kde/qt333/work/qt-x11-free-3.3.3/src/moc && $(MAKE) )

Makefile: moc.pro ../../.qmake.cache /usr/src/kde/qt333/work/qt-x11-free-3.3.3/mkspecs/linux-g++/qmake.conf 
	$(QMAKE) -spec /usr/src/kde/qt333/work/qt-x11-free-3.3.3/mkspecs/linux-g++ -o Makefile moc.pro
qmake: 
	@$(QMAKE) -spec /usr/src/kde/qt333/work/qt-x11-free-3.3.3/mkspecs/linux-g++ -o Makefile moc.pro

dist: 
	@mkdir -p moc && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) moc/ && ( cd `dirname moc` && $(TAR) moc.tar moc && $(GZIP) moc.tar ) && $(MOVE) `dirname moc`/moc.tar.gz . && $(DEL_FILE) -r moc

mocclean:
uiclean:

yaccclean:
lexclean:
clean:
	-$(DEL_FILE) $(OBJECTS)
	-$(DEL_FILE) *~ core *.core


####### Sub-libraries

distclean: clean
	-$(DEL_FILE) ../../bin/$(TARGET) $(TARGET)


FORCE:

####### Compile

./qbuffer.o: ../tools/qbuffer.cpp ../tools/qbuffer.h \
		../tools/qiodevice.h \
		../tools/qstring.h \
		../tools/qglobal.h \
		../tools/qcstring.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qmemarray.h \
		../tools/qwinexport.h \
		../tools/qgarray.h \
		../tools/qshared.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qbuffer.o ../tools/qbuffer.cpp

./qptrcollection.o: ../tools/qptrcollection.cpp ../tools/qptrcollection.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qptrcollection.o ../tools/qptrcollection.cpp

./qcstring.o: ../tools/qcstring.cpp ../tools/qstring.h \
		../tools/qregexp.h \
		../tools/qdatastream.h \
		../tools/qmutexpool_p.h \
		../3rdparty/zlib/zlib.h \
		../tools/qcstring.h \
		../tools/qwinexport.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qstringlist.h \
		../tools/qvaluelist.h \
		../tools/qstrlist.h \
		../tools/qtl.h \
		../tools/qtextstream.h \
		../tools/qiodevice.h \
		../tools/qptrlist.h \
		../tools/qglist.h \
		../tools/qptrcollection.h \
		../tools/qmutex.h \
		../3rdparty/zlib/zconf.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qcstring.o ../tools/qcstring.cpp

./qdatastream.o: ../tools/qdatastream.cpp ../tools/qdatastream.h \
		../tools/qbuffer.h \
		../tools/qiodevice.h \
		../tools/qstring.h \
		../tools/qglobal.h \
		../tools/qcstring.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qmemarray.h \
		../tools/qwinexport.h \
		../tools/qgarray.h \
		../tools/qshared.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qdatastream.o ../tools/qdatastream.cpp

./qdatetime.o: ../tools/qdatetime.cpp ../tools/qdatetime.h \
		../tools/qdatastream.h \
		../tools/qregexp.h \
		../tools/qstring.h \
		../kernel/qnamespace.h \
		../tools/qcstring.h \
		../tools/qwinexport.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qiodevice.h \
		../tools/qstringlist.h \
		../tools/qvaluelist.h \
		../tools/qstrlist.h \
		../tools/qtl.h \
		../tools/qtextstream.h \
		../tools/qptrlist.h \
		../tools/qglist.h \
		../tools/qptrcollection.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qdatetime.o ../tools/qdatetime.cpp

./qfile.o: ../tools/qfile.cpp ../tools/qfile.h \
		../tools/qiodevice.h \
		../tools/qstring.h \
		../tools/qglobal.h \
		../tools/qcstring.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qmemarray.h \
		../tools/qwinexport.h \
		../tools/qgarray.h \
		../tools/qshared.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qfile.o ../tools/qfile.cpp

./qdir.o: ../tools/qdir.cpp ../tools/qdir.h \
		../tools/qdir_p.h \
		../tools/qfileinfo.h \
		../tools/qregexp.h \
		../tools/qstringlist.h \
		../tools/qdeepcopy.h \
		../tools/qglobal.h \
		../tools/qstrlist.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qstring.h \
		../tools/qptrlist.h \
		../tools/qdatastream.h \
		../tools/qcstring.h \
		../tools/qwinexport.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qglist.h \
		../tools/qptrcollection.h \
		../tools/qiodevice.h \
		../tools/qfile.h \
		../tools/qdatetime.h \
		../kernel/qnamespace.h \
		../tools/qvaluelist.h \
		../tools/qtl.h \
		../tools/qtextstream.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qdir.o ../tools/qdir.cpp

./qfileinfo.o: ../tools/qfileinfo.cpp ../tools/qfileinfo.h \
		../tools/qdatetime.h \
		../tools/qdir.h \
		../tools/qfiledefs_p.h \
		../tools/qdeepcopy.h \
		../tools/qfile.h \
		../tools/qiodevice.h \
		../tools/qstring.h \
		../tools/qglobal.h \
		../tools/qcstring.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qmemarray.h \
		../tools/qwinexport.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../kernel/qnamespace.h \
		../tools/qstrlist.h \
		../tools/qptrlist.h \
		../tools/qdatastream.h \
		../tools/qglist.h \
		../tools/qptrcollection.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qfileinfo.o ../tools/qfileinfo.cpp

./qgarray.o: ../tools/qgarray.cpp ../tools/qglobal.h \
		../tools/qgarray.h \
		../tools/qmutexpool_p.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qshared.h \
		../tools/qmutex.h \
		../tools/qmemarray.h \
		../tools/qwinexport.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qgarray.o ../tools/qgarray.cpp

./qgdict.o: ../tools/qgdict.cpp ../tools/qgdict.h \
		../tools/qptrlist.h \
		../tools/qstring.h \
		../tools/qdatastream.h \
		../tools/qptrcollection.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qcstring.h \
		../tools/qwinexport.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qglist.h \
		../tools/qiodevice.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qgdict.o ../tools/qgdict.cpp

./qglist.o: ../tools/qglist.cpp ../tools/qglist.h \
		../tools/qgvector.h \
		../tools/qdatastream.h \
		../tools/qvaluelist.h \
		../tools/qptrcollection.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qiodevice.h \
		../tools/qstring.h \
		../tools/qcstring.h \
		../tools/qmemarray.h \
		../tools/qwinexport.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qtl.h \
		../tools/qtextstream.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qglist.o ../tools/qglist.cpp

./qglobal.o: ../tools/qglobal.cpp ../tools/qasciidict.h \
		../tools/qgdict.h \
		../tools/qwinexport.h \
		../tools/qptrcollection.h \
		../tools/qstring.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qcstring.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qglobal.o ../tools/qglobal.cpp

./qgvector.o: ../tools/qgvector.cpp ../tools/qglobal.h \
		../tools/qgvector.h \
		../tools/qglist.h \
		../tools/qstring.h \
		../tools/qdatastream.h \
		../tools/qmutexpool_p.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qptrcollection.h \
		../tools/qcstring.h \
		../tools/qwinexport.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qiodevice.h \
		../tools/qmutex.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qgvector.o ../tools/qgvector.cpp

./qiodevice.o: ../tools/qiodevice.cpp ../tools/qiodevice.h \
		../tools/qglobal.h \
		../tools/qcstring.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qmemarray.h \
		../tools/qwinexport.h \
		../tools/qgarray.h \
		../tools/qshared.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qiodevice.o ../tools/qiodevice.cpp

./qregexp.o: ../tools/qregexp.cpp ../tools/qregexp.h \
		../tools/qmemarray.h \
		../tools/qbitarray.h \
		../tools/qcache.h \
		../tools/qcleanuphandler.h \
		../tools/qintdict.h \
		../tools/qmap.h \
		../tools/qptrvector.h \
		../tools/qstring.h \
		../tools/qtl.h \
		../tools/qthreadstorage.h \
		../tools/qthreadinstance_p.h \
		../tools/qstringlist.h \
		../tools/qvaluelist.h \
		../tools/qstrlist.h \
		../tools/qshared.h \
		../tools/qdatastream.h \
		../tools/qwinexport.h \
		../tools/qglobal.h \
		../tools/qtextstream.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qiodevice.h \
		../tools/qcstring.h \
		../tools/qgarray.h \
		../tools/qptrlist.h \
		../tools/qglist.h \
		../tools/qptrcollection.h \
		../tools/qgcache.h \
		../tools/qgdict.h \
		../tools/qpair.h \
		../tools/qgvector.h \
		../tools/qmutex.h \
		../kernel/qwindowdefs.h \
		../kernel/qobjectdefs.h \
		../kernel/qnamespace.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qregexp.o ../tools/qregexp.cpp

./qstring.o: ../tools/qstring.cpp ../tools/qstring.h \
		../tools/qregexp.h \
		../tools/qdatastream.h \
		../codecs/qtextcodec.h \
		../tools/qlocale.h \
		../tools/qlocale_p.h \
		../tools/qunicodetables_p.h \
		../tools/qcleanuphandler.h \
		../tools/qcstring.h \
		../tools/qwinexport.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qstringlist.h \
		../tools/qvaluelist.h \
		../tools/qstrlist.h \
		../tools/qtl.h \
		../tools/qtextstream.h \
		../tools/qiodevice.h \
		../tools/qptrlist.h \
		../tools/qglist.h \
		../tools/qptrcollection.h \
		../../include/private/qfontdata_p.h \
		../kernel/qobject.h \
		../kernel/qfont.h \
		../kernel/qobjectdefs.h \
		../kernel/qwindowdefs.h \
		../kernel/qevent.h \
		../kernel/qnamespace.h \
		../kernel/qregion.h \
		../kernel/qmime.h \
		../tools/qpair.h \
		../kernel/qrect.h \
		../kernel/qsize.h \
		../kernel/qpoint.h \
		../tools/qmap.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qstring.o ../tools/qstring.cpp

./qlocale.o: ../tools/qlocale.cpp ../tools/qlocale.h \
		../tools/qlocale_p.h \
		../kernel/qnamespace.h \
		../tools/qmutex.h \
		../tools/qstring.h \
		../tools/qcstring.h \
		../tools/qwinexport.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qlocale.o ../tools/qlocale.cpp

./qunicodetables.o: ../tools/qunicodetables.cpp ../tools/qunicodetables_p.h \
		../tools/qstring.h \
		../../include/private/qfontdata_p.h \
		../tools/qcstring.h \
		../tools/qwinexport.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../kernel/qobject.h \
		../kernel/qfont.h \
		../kernel/qobjectdefs.h \
		../kernel/qwindowdefs.h \
		../kernel/qevent.h \
		../kernel/qnamespace.h \
		../kernel/qregion.h \
		../kernel/qmime.h \
		../tools/qpair.h \
		../kernel/qrect.h \
		../kernel/qsize.h \
		../kernel/qpoint.h \
		../tools/qmap.h \
		../tools/qptrlist.h \
		../tools/qdatastream.h \
		../tools/qvaluelist.h \
		../tools/qiodevice.h \
		../tools/qtl.h \
		../tools/qtextstream.h \
		../tools/qglist.h \
		../tools/qptrcollection.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qunicodetables.o ../tools/qunicodetables.cpp

./qstringlist.o: ../tools/qstringlist.cpp ../tools/qstringlist.h \
		../tools/qregexp.h \
		../tools/qstrlist.h \
		../tools/qdatastream.h \
		../tools/qtl.h \
		../tools/qvaluelist.h \
		../tools/qstring.h \
		../tools/qshared.h \
		../tools/qwinexport.h \
		../tools/qglobal.h \
		../tools/qtextstream.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qiodevice.h \
		../tools/qcstring.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qptrlist.h \
		../tools/qglist.h \
		../tools/qptrcollection.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qstringlist.o ../tools/qstringlist.cpp

./qtextstream.o: ../tools/qtextstream.cpp ../tools/qtextstream.h \
		../codecs/qtextcodec.h \
		../tools/qregexp.h \
		../tools/qbuffer.h \
		../tools/qfile.h \
		../tools/qiodevice.h \
		../tools/qstring.h \
		../tools/qglobal.h \
		../tools/qcstring.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qmemarray.h \
		../tools/qwinexport.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qstringlist.h \
		../tools/qvaluelist.h \
		../tools/qstrlist.h \
		../tools/qtl.h \
		../tools/qdatastream.h \
		../tools/qptrlist.h \
		../tools/qglist.h \
		../tools/qptrcollection.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qtextstream.o ../tools/qtextstream.cpp

./qbitarray.o: ../tools/qbitarray.cpp ../tools/qbitarray.h \
		../tools/qdatastream.h \
		../tools/qstring.h \
		../tools/qcstring.h \
		../tools/qwinexport.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qiodevice.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qbitarray.o ../tools/qbitarray.cpp

./qmap.o: ../tools/qmap.cpp ../tools/qmap.h \
		../tools/qglobal.h \
		../tools/qshared.h \
		../tools/qdatastream.h \
		../tools/qpair.h \
		../tools/qvaluelist.h \
		../tools/qwinexport.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qiodevice.h \
		../tools/qstring.h \
		../tools/qcstring.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qtl.h \
		../tools/qtextstream.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qmap.o ../tools/qmap.cpp

./qgcache.o: ../tools/qgcache.cpp ../tools/qgcache.h \
		../tools/qptrlist.h \
		../tools/qdict.h \
		../tools/qstring.h \
		../tools/qptrcollection.h \
		../tools/qglist.h \
		../tools/qgdict.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qcstring.h \
		../tools/qwinexport.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qgcache.o ../tools/qgcache.cpp

./qtextcodec.o: ../codecs/qtextcodec.cpp ../codecs/qtextcodec.h \
		../tools/qvaluelist.h \
		../codecs/qtextcodecfactory.h \
		../codecs/qutfcodec.h \
		../kernel/qnamespace.h \
		../codecs/qrtlcodec.h \
		../codecs/qtsciicodec.h \
		../codecs/qisciicodec_p.h \
		../codecs/qbig5codec.h \
		../codecs/qeucjpcodec.h \
		../codecs/qeuckrcodec.h \
		../codecs/qgb18030codec.h \
		../codecs/qjiscodec.h \
		../codecs/qjpunicode.h \
		../codecs/qsjiscodec.h \
		../tools/qfile.h \
		../tools/qstrlist.h \
		../tools/qstring.h \
		../tools/qlocale_p.h \
		../codecs/qfontcodecs_p.h \
		../tools/qmutexpool_p.h \
		../tools/qcstring.h \
		../tools/qwinexport.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qtl.h \
		../tools/qdatastream.h \
		../tools/qtextstream.h \
		../tools/qiodevice.h \
		../tools/qstringlist.h \
		../tools/qptrlist.h \
		../tools/qglist.h \
		../tools/qptrcollection.h \
		../tools/qmutex.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qtextcodec.o ../codecs/qtextcodec.cpp

./qutfcodec.o: ../codecs/qutfcodec.cpp ../codecs/qutfcodec.h \
		../codecs/qtextcodec.h \
		../tools/qstring.h \
		../tools/qcstring.h \
		../tools/qwinexport.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qutfcodec.o ../codecs/qutfcodec.cpp

./moc_yacc.o: moc_yacc.cpp ../tools/qasciidict.h \
		../tools/qdatetime.h \
		../tools/qdict.h \
		../tools/qfile.h \
		../tools/qdir.h \
		../tools/qptrlist.h \
		../tools/qregexp.h \
		../tools/qstrlist.h \
		moc_lex.cpp \
		../tools/qgdict.h \
		../tools/qwinexport.h \
		../tools/qptrcollection.h \
		../tools/qstring.h \
		../tools/qglobal.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qcstring.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../kernel/qnamespace.h \
		../tools/qiodevice.h \
		../tools/qfileinfo.h \
		../tools/qdatastream.h \
		../tools/qglist.h \
		../tools/qstringlist.h \
		../tools/qvaluelist.h \
		../tools/qtl.h \
		../tools/qtextstream.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./moc_yacc.o moc_yacc.cpp

./qfile_unix.o: ../tools/qfile_unix.cpp ../tools/qfile.h \
		../tools/qiodevice.h \
		../tools/qstring.h \
		../tools/qglobal.h \
		../tools/qcstring.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qmemarray.h \
		../tools/qwinexport.h \
		../tools/qgarray.h \
		../tools/qshared.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qfile_unix.o ../tools/qfile_unix.cpp

./qdir_unix.o: ../tools/qdir_unix.cpp ../tools/qdir.h \
		../tools/qdir_p.h \
		../tools/qfileinfo.h \
		../tools/qregexp.h \
		../tools/qstringlist.h \
		../tools/qmutexpool_p.h \
		../tools/qglobal.h \
		../tools/qstrlist.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qstring.h \
		../tools/qptrlist.h \
		../tools/qdatastream.h \
		../tools/qcstring.h \
		../tools/qwinexport.h \
		../tools/qmemarray.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../tools/qglist.h \
		../tools/qptrcollection.h \
		../tools/qiodevice.h \
		../tools/qfile.h \
		../tools/qdatetime.h \
		../kernel/qnamespace.h \
		../tools/qvaluelist.h \
		../tools/qtl.h \
		../tools/qtextstream.h \
		../tools/qmutex.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qdir_unix.o ../tools/qdir_unix.cpp

./qfileinfo_unix.o: ../tools/qfileinfo_unix.cpp ../tools/qfileinfo.h \
		../tools/qfiledefs_p.h \
		../tools/qdatetime.h \
		../tools/qdir.h \
		../tools/qfile.h \
		../tools/qiodevice.h \
		../tools/qstring.h \
		../tools/qglobal.h \
		../tools/qcstring.h \
		../tools/qconfig-minimal.h \
		../tools/qconfig-small.h \
		../tools/qconfig-medium.h \
		../tools/qconfig-large.h \
		../../include/qconfig.h \
		../../include/qmodules.h \
		../tools/qfeatures.h \
		../tools/qmemarray.h \
		../tools/qwinexport.h \
		../tools/qgarray.h \
		../tools/qshared.h \
		../kernel/qnamespace.h \
		../tools/qstrlist.h \
		../tools/qptrlist.h \
		../tools/qdatastream.h \
		../tools/qglist.h \
		../tools/qptrcollection.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ./qfileinfo_unix.o ../tools/qfileinfo_unix.cpp

####### Install

install_target: all 
	@$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/lib/qt/bin/" || $(MKDIR) "$(INSTALL_ROOT)/usr/lib/qt/bin/"
	-$(INSTALL_FILE) "../../bin/$(QMAKE_TARGET)" "$(INSTALL_ROOT)/usr/lib/qt/bin/$(QMAKE_TARGET)"
	-strip "$(INSTALL_ROOT)/usr/lib/qt/bin/$(QMAKE_TARGET)"

uninstall_target: 
	-$(DEL_FILE) "$(INSTALL_ROOT)/usr/lib/qt/bin/$(QMAKE_TARGET)"
	-$(DEL_DIR) "$(INSTALL_ROOT)/usr/lib/qt/bin/"


install: install_target  

uninstall: uninstall_target  

