#############################################################################
# Makefile for building: tutorial1
# Generated by qmake (2.00a) (Qt 4.1.4) on: Mon Aug 14 16:49:59 2006
# Project:  tutorial1.pro
# Template: app
# Command: /home/mandrake/rpm/BUILD/qt-x11-opensource-src-4.1.4/bin/qmake -spec ../../../mkspecs/linux-g++ -unix -o Makefile tutorial1.pro
#############################################################################

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

CC            = gcc
CXX           = g++
LEX           = flex
YACC          = yacc
DEFINES       = -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS        = -pipe -I/usr/include/pgsql -I/usr/include/pgsql/server -I/usr/include/mysql -fno-exceptions -O2 -Wall -W -D_REENTRANT  $(DEFINES)
CXXFLAGS      = -pipe -I/usr/include/pgsql -I/usr/include/pgsql/server -I/usr/include/mysql -fno-exceptions -O2 -Wall -W -D_REENTRANT  $(DEFINES)
LEXFLAGS      = 
YACCFLAGS     = -d
INCPATH       = -I../../../mkspecs/linux-g++ -I. -I../../../include/QtCore -I../../../include/QtGui -I../../../include -I/usr/lib/qt4/include/QtTest -I.moc/release-shared -I.
LINK          = g++
LFLAGS        = -fno-exceptions -Wl,-rpath,/usr/lib/qt4/lib64 -Wl,-rpath,/usr/lib/qt4/lib64
LIBS          = $(SUBLIBS)  -L/usr/lib64 -L/home/mandrake/rpm/BUILD/qt-x11-opensource-src-4.1.4/lib -lQtTest -lQtGui -L/usr/lib64 -L/home/mandrake/rpm/BUILD/qt-x11-opensource-src-4.1.4/lib -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lQtCore -lz -lm -ldl -lpthread
AR            = ar cqs
RANLIB        = 
QMAKE         = /home/mandrake/rpm/BUILD/qt-x11-opensource-src-4.1.4/bin/qmake
TAR           = tar -cf
COMPRESS      = 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   = .obj/release-shared/

####### Files

SOURCES       = testqstring.cpp 
OBJECTS       = .obj/release-shared/testqstring.o
DIST          = ../../../mkspecs/features/exclusive_builds.prf \
		../../../mkspecs/features/default_pre.prf \
		../../../.qmake.cache \
		../../../mkspecs/qconfig.pri \
		../../../mkspecs/features/qt_config.prf \
		../../../mkspecs/features/release.prf \
		../../../mkspecs/features/default_post.prf \
		../../../mkspecs/features/qtestlib.prf \
		../../../mkspecs/features/unix/dylib.prf \
		../../../mkspecs/features/unix/largefile.prf \
		../../../mkspecs/features/dll.prf \
		../../../mkspecs/features/shared.prf \
		../../../mkspecs/features/warn_on.prf \
		../../../mkspecs/features/qt.prf \
		../../../mkspecs/features/unix/thread.prf \
		../../../mkspecs/features/moc.prf \
		../../../mkspecs/features/resources.prf \
		../../../mkspecs/features/uic.prf \
		tutorial1.pro
QMAKE_TARGET  = tutorial1
DESTDIR       = 
TARGET        = tutorial1

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):  $(OBJECTS)  
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)

Makefile: tutorial1.pro ../../../.qmake.cache ../../../mkspecs/linux-g++/qmake.conf ../../../mkspecs/features/exclusive_builds.prf \
		../../../mkspecs/features/default_pre.prf \
		../../../.qmake.cache \
		../../../mkspecs/qconfig.pri \
		../../../mkspecs/features/qt_config.prf \
		../../../mkspecs/features/release.prf \
		../../../mkspecs/features/default_post.prf \
		../../../mkspecs/features/qtestlib.prf \
		../../../mkspecs/features/unix/dylib.prf \
		../../../mkspecs/features/unix/largefile.prf \
		../../../mkspecs/features/dll.prf \
		../../../mkspecs/features/shared.prf \
		../../../mkspecs/features/warn_on.prf \
		../../../mkspecs/features/qt.prf \
		../../../mkspecs/features/unix/thread.prf \
		../../../mkspecs/features/moc.prf \
		../../../mkspecs/features/resources.prf \
		../../../mkspecs/features/uic.prf \
		/home/mandrake/rpm/BUILD/qt-x11-opensource-src-4.1.4/lib/libQtGui.prl \
		/home/mandrake/rpm/BUILD/qt-x11-opensource-src-4.1.4/lib/libQtCore.prl
	$(QMAKE) -spec ../../../mkspecs/linux-g++ -unix -o Makefile tutorial1.pro
../../../mkspecs/features/exclusive_builds.prf:
../../../mkspecs/features/default_pre.prf:
../../../.qmake.cache:
../../../mkspecs/qconfig.pri:
../../../mkspecs/features/qt_config.prf:
../../../mkspecs/features/release.prf:
../../../mkspecs/features/default_post.prf:
../../../mkspecs/features/qtestlib.prf:
../../../mkspecs/features/unix/dylib.prf:
../../../mkspecs/features/unix/largefile.prf:
../../../mkspecs/features/dll.prf:
../../../mkspecs/features/shared.prf:
../../../mkspecs/features/warn_on.prf:
../../../mkspecs/features/qt.prf:
../../../mkspecs/features/unix/thread.prf:
../../../mkspecs/features/moc.prf:
../../../mkspecs/features/resources.prf:
../../../mkspecs/features/uic.prf:
/home/mandrake/rpm/BUILD/qt-x11-opensource-src-4.1.4/lib/libQtGui.prl:
/home/mandrake/rpm/BUILD/qt-x11-opensource-src-4.1.4/lib/libQtCore.prl:
qmake:  FORCE
	@$(QMAKE) -spec ../../../mkspecs/linux-g++ -unix -o Makefile tutorial1.pro

dist: 
	@$(CHK_DIR_EXISTS) ".obj/release-shared/tutorial11.0.0" || $(MKDIR) ".obj/release-shared/tutorial11.0.0"
	$(COPY_FILE) --parents $(SOURCES) $(DIST) .obj/release-shared/tutorial11.0.0/ && $(COPY_FILE) --parents testqstring.cpp .obj/release-shared/tutorial11.0.0/ && (cd `dirname .obj/release-shared/tutorial11.0.0` && $(TAR) tutorial11.0.0.tar tutorial11.0.0 && $(COMPRESS) tutorial11.0.0.tar) && $(MOVE) `dirname .obj/release-shared/tutorial11.0.0`/tutorial11.0.0.tar.gz . && $(DEL_FILE) -r .obj/release-shared/tutorial11.0.0


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


####### Sub-libraries

distclean: clean
	-$(DEL_FILE) $(TARGET) 
	-$(DEL_FILE) Makefile


/home/mandrake/rpm/BUILD/qt-x11-opensource-src-4.1.4/bin/moc:
	(cd /home/mandrake/rpm/BUILD/qt-x11-opensource-src-4.1.4/src/moc && $(MAKE))

mocclean: compiler_moc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_source_make_all

compiler_moc_header_make_all:
compiler_moc_header_clean:
compiler_rcc_make_all:
compiler_rcc_clean:
compiler_image_collection_make_all:
compiler_image_collection_clean:
	-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all: .moc/release-shared/testqstring.moc
compiler_moc_source_clean:
	-$(DEL_FILE) .moc/release-shared/testqstring.moc
.moc/release-shared/testqstring.moc: ../../../include/QtTest/QtTest \
		../../../include/QtCore/QtCore \
		../../../include/QtCore/qdatastream.h \
		../../../src/corelib/io/qdatastream.h \
		../../../include/QtCore/qiodevice.h \
		../../../src/corelib/io/qiodevice.h \
		../../../include/QtCore/qobject.h \
		../../../src/corelib/kernel/qobject.h \
		../../../include/QtCore/qobjectdefs.h \
		../../../src/corelib/kernel/qobjectdefs.h \
		../../../include/QtCore/qnamespace.h \
		../../../src/corelib/global/qnamespace.h \
		../../../include/QtCore/qglobal.h \
		../../../src/corelib/global/qglobal.h \
		../../../include/QtCore/qconfig.h \
		../../../include/QtCore/qfeatures.h \
		../../../src/corelib/global/qfeatures.h \
		../../../include/QtCore/qstring.h \
		../../../src/corelib/tools/qstring.h \
		../../../include/QtCore/qchar.h \
		../../../src/corelib/tools/qchar.h \
		../../../include/QtCore/qbytearray.h \
		../../../src/corelib/tools/qbytearray.h \
		../../../include/QtCore/qatomic.h \
		../../../src/corelib/thread/qatomic.h \
		../../../include/QtCore/arch/qatomic.h \
		../../../include/Qt3Support/q3cstring.h \
		../../../src/qt3support/tools/q3cstring.h \
		../../../include/QtCore/qlist.h \
		../../../src/corelib/tools/qlist.h \
		../../../include/QtCore/qiterator.h \
		../../../src/corelib/tools/qiterator.h \
		../../../include/QtCore/qalgorithms.h \
		../../../src/corelib/tools/qalgorithms.h \
		../../../include/QtCore/qcoreevent.h \
		../../../src/corelib/kernel/qcoreevent.h \
		../../../include/QtCore/qdebug.h \
		../../../src/corelib/io/qdebug.h \
		../../../include/QtCore/qhash.h \
		../../../src/corelib/tools/qhash.h \
		../../../include/QtCore/qmap.h \
		../../../src/corelib/tools/qmap.h \
		../../../include/QtCore/qpair.h \
		../../../src/corelib/tools/qpair.h \
		../../../include/QtCore/qtextstream.h \
		../../../src/corelib/io/qtextstream.h \
		../../../include/QtCore/qtextcodec.h \
		../../../src/corelib/codecs/qtextcodec.h \
		../../../include/QtCore/qvector.h \
		../../../src/corelib/tools/qvector.h \
		../../../include/QtCore/qtemporaryfile.h \
		../../../src/corelib/io/qtemporaryfile.h \
		../../../include/QtCore/qfile.h \
		../../../src/corelib/io/qfile.h \
		../../../include/QtCore/qfsfileengine.h \
		../../../src/corelib/io/qfsfileengine.h \
		../../../include/QtCore/qabstractfileengine.h \
		../../../src/corelib/io/qabstractfileengine.h \
		../../../include/QtCore/qdir.h \
		../../../src/corelib/io/qdir.h \
		../../../include/QtCore/qfileinfo.h \
		../../../src/corelib/io/qfileinfo.h \
		../../../include/QtCore/qstringlist.h \
		../../../src/corelib/tools/qstringlist.h \
		../../../include/QtCore/qregexp.h \
		../../../src/corelib/tools/qregexp.h \
		../../../include/QtCore/qstringmatcher.h \
		../../../src/corelib/tools/qstringmatcher.h \
		../../../include/Qt3Support/q3valuelist.h \
		../../../src/qt3support/tools/q3valuelist.h \
		../../../include/QtCore/qlinkedlist.h \
		../../../src/corelib/tools/qlinkedlist.h \
		../../../include/QtCore/qprocess.h \
		../../../src/corelib/io/qprocess.h \
		../../../include/QtCore/qbuffer.h \
		../../../src/corelib/io/qbuffer.h \
		../../../include/QtCore/qurl.h \
		../../../src/corelib/io/qurl.h \
		../../../include/QtCore/qsettings.h \
		../../../src/corelib/io/qsettings.h \
		../../../include/QtCore/qvariant.h \
		../../../src/corelib/kernel/qvariant.h \
		../../../include/QtCore/qmetatype.h \
		../../../src/corelib/kernel/qmetatype.h \
		../../../include/QtCore/qcache.h \
		../../../src/corelib/tools/qcache.h \
		../../../include/QtCore/qline.h \
		../../../src/corelib/tools/qline.h \
		../../../include/QtCore/qpoint.h \
		../../../src/corelib/tools/qpoint.h \
		../../../include/QtCore/qrect.h \
		../../../src/corelib/tools/qrect.h \
		../../../include/QtCore/qsize.h \
		../../../src/corelib/tools/qsize.h \
		../../../include/QtCore/qbitarray.h \
		../../../src/corelib/tools/qbitarray.h \
		../../../include/QtCore/qbytearraymatcher.h \
		../../../src/corelib/tools/qbytearraymatcher.h \
		../../../include/QtCore/qqueue.h \
		../../../src/corelib/tools/qqueue.h \
		../../../include/QtCore/qvarlengtharray.h \
		../../../src/corelib/tools/qvarlengtharray.h \
		../../../include/QtCore/qshareddata.h \
		../../../src/corelib/tools/qshareddata.h \
		../../../include/QtCore/qlocale.h \
		../../../src/corelib/tools/qlocale.h \
		../../../include/QtCore/qstack.h \
		../../../src/corelib/tools/qstack.h \
		../../../include/QtCore/qset.h \
		../../../src/corelib/tools/qset.h \
		../../../include/QtCore/qdatetime.h \
		../../../src/corelib/tools/qdatetime.h \
		../../../include/QtCore/qtextcodecplugin.h \
		../../../src/corelib/codecs/qtextcodecplugin.h \
		../../../include/QtCore/qplugin.h \
		../../../src/corelib/plugin/qplugin.h \
		../../../include/QtCore/qpointer.h \
		../../../src/corelib/kernel/qpointer.h \
		../../../include/QtCore/qfactoryinterface.h \
		../../../src/corelib/plugin/qfactoryinterface.h \
		../../../include/QtCore/qlibraryinfo.h \
		../../../src/corelib/global/qlibraryinfo.h \
		../../../include/QtCore/qendian.h \
		../../../src/corelib/global/qendian.h \
		../../../include/QtCore/qtranslator.h \
		../../../src/corelib/kernel/qtranslator.h \
		../../../include/QtCore/qmimedata.h \
		../../../src/corelib/kernel/qmimedata.h \
		../../../include/QtCore/qeventloop.h \
		../../../src/corelib/kernel/qeventloop.h \
		../../../include/QtCore/qcoreapplication.h \
		../../../src/corelib/kernel/qcoreapplication.h \
		../../../include/QtCore/qabstractitemmodel.h \
		../../../src/corelib/kernel/qabstractitemmodel.h \
		../../../include/QtCore/qsignalmapper.h \
		../../../src/corelib/kernel/qsignalmapper.h \
		../../../include/QtCore/qobjectcleanuphandler.h \
		../../../src/corelib/kernel/qobjectcleanuphandler.h \
		../../../include/QtCore/qbasictimer.h \
		../../../src/corelib/kernel/qbasictimer.h \
		../../../include/QtCore/qsocketnotifier.h \
		../../../src/corelib/kernel/qsocketnotifier.h \
		../../../include/QtCore/qtimer.h \
		../../../src/corelib/kernel/qtimer.h \
		../../../include/QtCore/qabstracteventdispatcher.h \
		../../../src/corelib/kernel/qabstracteventdispatcher.h \
		../../../include/QtCore/qmetaobject.h \
		../../../src/corelib/kernel/qmetaobject.h \
		../../../include/QtCore/qpluginloader.h \
		../../../src/corelib/plugin/qpluginloader.h \
		../../../include/QtCore/quuid.h \
		../../../src/corelib/plugin/quuid.h \
		../../../include/QtCore/qlibrary.h \
		../../../src/corelib/plugin/qlibrary.h \
		../../../include/QtCore/qsemaphore.h \
		../../../src/corelib/thread/qsemaphore.h \
		../../../include/QtCore/qthreadstorage.h \
		../../../src/corelib/thread/qthreadstorage.h \
		../../../include/QtCore/qwaitcondition.h \
		../../../src/corelib/thread/qwaitcondition.h \
		../../../include/QtCore/qthread.h \
		../../../src/corelib/thread/qthread.h \
		../../../include/QtCore/qmutex.h \
		../../../src/corelib/thread/qmutex.h \
		../../../include/QtCore/qreadwritelock.h \
		../../../src/corelib/thread/qreadwritelock.h \
		../../../include/QtTest/qtestassert.h \
		../../../tools/qtestlib/src/qtestassert.h \
		../../../include/QtTest/qtest.h \
		../../../tools/qtestlib/src/qtest.h \
		../../../include/QtTest/qtest_global.h \
		../../../tools/qtestlib/src/qtest_global.h \
		../../../include/QtTest/qtestcase.h \
		../../../tools/qtestlib/src/qtestcase.h \
		../../../include/QtTest/qtestdata.h \
		../../../tools/qtestlib/src/qtestdata.h \
		../../../include/QtTest/qtest_gui.h \
		../../../tools/qtestlib/src/qtest_gui.h \
		../../../include/QtTest/qtestevent.h \
		../../../tools/qtestlib/src/qtestevent.h \
		../../../include/QtTest/qtestkeyboard.h \
		../../../tools/qtestlib/src/qtestkeyboard.h \
		../../../include/QtTest/qtestsystem.h \
		../../../tools/qtestlib/src/qtestsystem.h \
		../../../include/QtTest/qtestspontaneevent.h \
		../../../tools/qtestlib/src/qtestspontaneevent.h \
		../../../include/QtGui/qapplication.h \
		../../../src/gui/kernel/qapplication.h \
		../../../include/QtGui/qwindowdefs.h \
		../../../src/gui/kernel/qwindowdefs.h \
		../../../include/QtGui/qcursor.h \
		../../../src/gui/kernel/qcursor.h \
		../../../include/QtGui/qdesktopwidget.h \
		../../../src/gui/kernel/qdesktopwidget.h \
		../../../include/QtGui/qwidget.h \
		../../../src/gui/kernel/qwidget.h \
		../../../include/QtGui/qpaintdevice.h \
		../../../src/gui/painting/qpaintdevice.h \
		../../../include/QtGui/qpalette.h \
		../../../src/gui/kernel/qpalette.h \
		../../../include/QtGui/qcolor.h \
		../../../src/gui/painting/qcolor.h \
		../../../include/QtGui/qrgb.h \
		../../../src/gui/painting/qrgb.h \
		../../../include/QtGui/qbrush.h \
		../../../src/gui/painting/qbrush.h \
		../../../include/QtGui/qfont.h \
		../../../src/gui/text/qfont.h \
		../../../include/QtGui/qfontmetrics.h \
		../../../src/gui/text/qfontmetrics.h \
		../../../include/QtGui/qfontinfo.h \
		../../../src/gui/text/qfontinfo.h \
		../../../include/QtGui/qsizepolicy.h \
		../../../src/gui/kernel/qsizepolicy.h \
		../../../include/QtGui/qregion.h \
		../../../src/gui/painting/qregion.h \
		../../../include/QtGui/qkeysequence.h \
		../../../src/gui/kernel/qkeysequence.h \
		../../../include/QtGui/qevent.h \
		../../../src/gui/kernel/qevent.h \
		../../../include/QtGui/qmime.h \
		../../../src/gui/kernel/qmime.h \
		../../../include/QtGui/qdrag.h \
		../../../src/gui/kernel/qdrag.h \
		../../../include/QtTest/qtestmouse.h \
		../../../tools/qtestlib/src/qtestmouse.h \
		../../../include/QtGui/qicon.h \
		../../../src/gui/image/qicon.h \
		../../../include/QtGui/qpixmap.h \
		../../../src/gui/image/qpixmap.h \
		../../../include/QtGui/qimage.h \
		../../../src/gui/image/qimage.h \
		../../../include/QtTest/qsignalspy.h \
		../../../tools/qtestlib/src/qsignalspy.h \
		../../../include/QtTest/qtesteventloop.h \
		../../../tools/qtestlib/src/qtesteventloop.h \
		testqstring.cpp \
		../../../bin/moc
	/home/mandrake/rpm/BUILD/qt-x11-opensource-src-4.1.4/bin/moc $(DEFINES) $(INCPATH) testqstring.cpp -o .moc/release-shared/testqstring.moc

compiler_uic_make_all:
compiler_uic_clean:
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_image_collection_clean compiler_moc_source_clean compiler_uic_clean 

####### Compile

.obj/release-shared/testqstring.o: testqstring.cpp ../../../include/QtTest/QtTest \
		../../../include/QtCore/QtCore \
		../../../include/QtCore/qdatastream.h \
		../../../src/corelib/io/qdatastream.h \
		../../../include/QtCore/qiodevice.h \
		../../../src/corelib/io/qiodevice.h \
		../../../include/QtCore/qobject.h \
		../../../src/corelib/kernel/qobject.h \
		../../../include/QtCore/qobjectdefs.h \
		../../../src/corelib/kernel/qobjectdefs.h \
		../../../include/QtCore/qnamespace.h \
		../../../src/corelib/global/qnamespace.h \
		../../../include/QtCore/qglobal.h \
		../../../src/corelib/global/qglobal.h \
		../../../include/QtCore/qconfig.h \
		../../../include/QtCore/qfeatures.h \
		../../../src/corelib/global/qfeatures.h \
		../../../include/QtCore/qstring.h \
		../../../src/corelib/tools/qstring.h \
		../../../include/QtCore/qchar.h \
		../../../src/corelib/tools/qchar.h \
		../../../include/QtCore/qbytearray.h \
		../../../src/corelib/tools/qbytearray.h \
		../../../include/QtCore/qatomic.h \
		../../../src/corelib/thread/qatomic.h \
		../../../include/QtCore/arch/qatomic.h \
		../../../include/Qt3Support/q3cstring.h \
		../../../src/qt3support/tools/q3cstring.h \
		../../../include/QtCore/qlist.h \
		../../../src/corelib/tools/qlist.h \
		../../../include/QtCore/qiterator.h \
		../../../src/corelib/tools/qiterator.h \
		../../../include/QtCore/qalgorithms.h \
		../../../src/corelib/tools/qalgorithms.h \
		../../../include/QtCore/qcoreevent.h \
		../../../src/corelib/kernel/qcoreevent.h \
		../../../include/QtCore/qdebug.h \
		../../../src/corelib/io/qdebug.h \
		../../../include/QtCore/qhash.h \
		../../../src/corelib/tools/qhash.h \
		../../../include/QtCore/qmap.h \
		../../../src/corelib/tools/qmap.h \
		../../../include/QtCore/qpair.h \
		../../../src/corelib/tools/qpair.h \
		../../../include/QtCore/qtextstream.h \
		../../../src/corelib/io/qtextstream.h \
		../../../include/QtCore/qtextcodec.h \
		../../../src/corelib/codecs/qtextcodec.h \
		../../../include/QtCore/qvector.h \
		../../../src/corelib/tools/qvector.h \
		../../../include/QtCore/qtemporaryfile.h \
		../../../src/corelib/io/qtemporaryfile.h \
		../../../include/QtCore/qfile.h \
		../../../src/corelib/io/qfile.h \
		../../../include/QtCore/qfsfileengine.h \
		../../../src/corelib/io/qfsfileengine.h \
		../../../include/QtCore/qabstractfileengine.h \
		../../../src/corelib/io/qabstractfileengine.h \
		../../../include/QtCore/qdir.h \
		../../../src/corelib/io/qdir.h \
		../../../include/QtCore/qfileinfo.h \
		../../../src/corelib/io/qfileinfo.h \
		../../../include/QtCore/qstringlist.h \
		../../../src/corelib/tools/qstringlist.h \
		../../../include/QtCore/qregexp.h \
		../../../src/corelib/tools/qregexp.h \
		../../../include/QtCore/qstringmatcher.h \
		../../../src/corelib/tools/qstringmatcher.h \
		../../../include/Qt3Support/q3valuelist.h \
		../../../src/qt3support/tools/q3valuelist.h \
		../../../include/QtCore/qlinkedlist.h \
		../../../src/corelib/tools/qlinkedlist.h \
		../../../include/QtCore/qprocess.h \
		../../../src/corelib/io/qprocess.h \
		../../../include/QtCore/qbuffer.h \
		../../../src/corelib/io/qbuffer.h \
		../../../include/QtCore/qurl.h \
		../../../src/corelib/io/qurl.h \
		../../../include/QtCore/qsettings.h \
		../../../src/corelib/io/qsettings.h \
		../../../include/QtCore/qvariant.h \
		../../../src/corelib/kernel/qvariant.h \
		../../../include/QtCore/qmetatype.h \
		../../../src/corelib/kernel/qmetatype.h \
		../../../include/QtCore/qcache.h \
		../../../src/corelib/tools/qcache.h \
		../../../include/QtCore/qline.h \
		../../../src/corelib/tools/qline.h \
		../../../include/QtCore/qpoint.h \
		../../../src/corelib/tools/qpoint.h \
		../../../include/QtCore/qrect.h \
		../../../src/corelib/tools/qrect.h \
		../../../include/QtCore/qsize.h \
		../../../src/corelib/tools/qsize.h \
		../../../include/QtCore/qbitarray.h \
		../../../src/corelib/tools/qbitarray.h \
		../../../include/QtCore/qbytearraymatcher.h \
		../../../src/corelib/tools/qbytearraymatcher.h \
		../../../include/QtCore/qqueue.h \
		../../../src/corelib/tools/qqueue.h \
		../../../include/QtCore/qvarlengtharray.h \
		../../../src/corelib/tools/qvarlengtharray.h \
		../../../include/QtCore/qshareddata.h \
		../../../src/corelib/tools/qshareddata.h \
		../../../include/QtCore/qlocale.h \
		../../../src/corelib/tools/qlocale.h \
		../../../include/QtCore/qstack.h \
		../../../src/corelib/tools/qstack.h \
		../../../include/QtCore/qset.h \
		../../../src/corelib/tools/qset.h \
		../../../include/QtCore/qdatetime.h \
		../../../src/corelib/tools/qdatetime.h \
		../../../include/QtCore/qtextcodecplugin.h \
		../../../src/corelib/codecs/qtextcodecplugin.h \
		../../../include/QtCore/qplugin.h \
		../../../src/corelib/plugin/qplugin.h \
		../../../include/QtCore/qpointer.h \
		../../../src/corelib/kernel/qpointer.h \
		../../../include/QtCore/qfactoryinterface.h \
		../../../src/corelib/plugin/qfactoryinterface.h \
		../../../include/QtCore/qlibraryinfo.h \
		../../../src/corelib/global/qlibraryinfo.h \
		../../../include/QtCore/qendian.h \
		../../../src/corelib/global/qendian.h \
		../../../include/QtCore/qtranslator.h \
		../../../src/corelib/kernel/qtranslator.h \
		../../../include/QtCore/qmimedata.h \
		../../../src/corelib/kernel/qmimedata.h \
		../../../include/QtCore/qeventloop.h \
		../../../src/corelib/kernel/qeventloop.h \
		../../../include/QtCore/qcoreapplication.h \
		../../../src/corelib/kernel/qcoreapplication.h \
		../../../include/QtCore/qabstractitemmodel.h \
		../../../src/corelib/kernel/qabstractitemmodel.h \
		../../../include/QtCore/qsignalmapper.h \
		../../../src/corelib/kernel/qsignalmapper.h \
		../../../include/QtCore/qobjectcleanuphandler.h \
		../../../src/corelib/kernel/qobjectcleanuphandler.h \
		../../../include/QtCore/qbasictimer.h \
		../../../src/corelib/kernel/qbasictimer.h \
		../../../include/QtCore/qsocketnotifier.h \
		../../../src/corelib/kernel/qsocketnotifier.h \
		../../../include/QtCore/qtimer.h \
		../../../src/corelib/kernel/qtimer.h \
		../../../include/QtCore/qabstracteventdispatcher.h \
		../../../src/corelib/kernel/qabstracteventdispatcher.h \
		../../../include/QtCore/qmetaobject.h \
		../../../src/corelib/kernel/qmetaobject.h \
		../../../include/QtCore/qpluginloader.h \
		../../../src/corelib/plugin/qpluginloader.h \
		../../../include/QtCore/quuid.h \
		../../../src/corelib/plugin/quuid.h \
		../../../include/QtCore/qlibrary.h \
		../../../src/corelib/plugin/qlibrary.h \
		../../../include/QtCore/qsemaphore.h \
		../../../src/corelib/thread/qsemaphore.h \
		../../../include/QtCore/qthreadstorage.h \
		../../../src/corelib/thread/qthreadstorage.h \
		../../../include/QtCore/qwaitcondition.h \
		../../../src/corelib/thread/qwaitcondition.h \
		../../../include/QtCore/qthread.h \
		../../../src/corelib/thread/qthread.h \
		../../../include/QtCore/qmutex.h \
		../../../src/corelib/thread/qmutex.h \
		../../../include/QtCore/qreadwritelock.h \
		../../../src/corelib/thread/qreadwritelock.h \
		../../../include/QtTest/qtestassert.h \
		../../../tools/qtestlib/src/qtestassert.h \
		../../../include/QtTest/qtest.h \
		../../../tools/qtestlib/src/qtest.h \
		../../../include/QtTest/qtest_global.h \
		../../../tools/qtestlib/src/qtest_global.h \
		../../../include/QtTest/qtestcase.h \
		../../../tools/qtestlib/src/qtestcase.h \
		../../../include/QtTest/qtestdata.h \
		../../../tools/qtestlib/src/qtestdata.h \
		../../../include/QtTest/qtest_gui.h \
		../../../tools/qtestlib/src/qtest_gui.h \
		../../../include/QtTest/qtestevent.h \
		../../../tools/qtestlib/src/qtestevent.h \
		../../../include/QtTest/qtestkeyboard.h \
		../../../tools/qtestlib/src/qtestkeyboard.h \
		../../../include/QtTest/qtestsystem.h \
		../../../tools/qtestlib/src/qtestsystem.h \
		../../../include/QtTest/qtestspontaneevent.h \
		../../../tools/qtestlib/src/qtestspontaneevent.h \
		../../../include/QtGui/qapplication.h \
		../../../src/gui/kernel/qapplication.h \
		../../../include/QtGui/qwindowdefs.h \
		../../../src/gui/kernel/qwindowdefs.h \
		../../../include/QtGui/qcursor.h \
		../../../src/gui/kernel/qcursor.h \
		../../../include/QtGui/qdesktopwidget.h \
		../../../src/gui/kernel/qdesktopwidget.h \
		../../../include/QtGui/qwidget.h \
		../../../src/gui/kernel/qwidget.h \
		../../../include/QtGui/qpaintdevice.h \
		../../../src/gui/painting/qpaintdevice.h \
		../../../include/QtGui/qpalette.h \
		../../../src/gui/kernel/qpalette.h \
		../../../include/QtGui/qcolor.h \
		../../../src/gui/painting/qcolor.h \
		../../../include/QtGui/qrgb.h \
		../../../src/gui/painting/qrgb.h \
		../../../include/QtGui/qbrush.h \
		../../../src/gui/painting/qbrush.h \
		../../../include/QtGui/qfont.h \
		../../../src/gui/text/qfont.h \
		../../../include/QtGui/qfontmetrics.h \
		../../../src/gui/text/qfontmetrics.h \
		../../../include/QtGui/qfontinfo.h \
		../../../src/gui/text/qfontinfo.h \
		../../../include/QtGui/qsizepolicy.h \
		../../../src/gui/kernel/qsizepolicy.h \
		../../../include/QtGui/qregion.h \
		../../../src/gui/painting/qregion.h \
		../../../include/QtGui/qkeysequence.h \
		../../../src/gui/kernel/qkeysequence.h \
		../../../include/QtGui/qevent.h \
		../../../src/gui/kernel/qevent.h \
		../../../include/QtGui/qmime.h \
		../../../src/gui/kernel/qmime.h \
		../../../include/QtGui/qdrag.h \
		../../../src/gui/kernel/qdrag.h \
		../../../include/QtTest/qtestmouse.h \
		../../../tools/qtestlib/src/qtestmouse.h \
		../../../include/QtGui/qicon.h \
		../../../src/gui/image/qicon.h \
		../../../include/QtGui/qpixmap.h \
		../../../src/gui/image/qpixmap.h \
		../../../include/QtGui/qimage.h \
		../../../src/gui/image/qimage.h \
		../../../include/QtTest/qsignalspy.h \
		../../../tools/qtestlib/src/qsignalspy.h \
		../../../include/QtTest/qtesteventloop.h \
		../../../tools/qtestlib/src/qtesteventloop.h \
		.moc/release-shared/testqstring.moc
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release-shared/testqstring.o testqstring.cpp

####### Install

install_target: first FORCE
	@$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/lib/qt4/examples/qtestlib/tutorial1/" || $(MKDIR) "$(INSTALL_ROOT)/usr/lib/qt4/examples/qtestlib/tutorial1/"
	-$(INSTALL_FILE) "$(QMAKE_TARGET)" "$(INSTALL_ROOT)/usr/lib/qt4/examples/qtestlib/tutorial1/$(QMAKE_TARGET)"
	-strip "$(INSTALL_ROOT)/usr/lib/qt4/examples/qtestlib/tutorial1/$(QMAKE_TARGET)"

uninstall_target:  FORCE
	-$(DEL_FILE) "$(INSTALL_ROOT)/usr/lib/qt4/examples/qtestlib/tutorial1/$(QMAKE_TARGET)"
	-$(DEL_DIR) "$(INSTALL_ROOT)/usr/lib/qt4/examples/qtestlib/tutorial1/"


install_sources: first FORCE
	@$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/lib/qt4/examples/qtestlib/tutorial1/" || $(MKDIR) "$(INSTALL_ROOT)/usr/lib/qt4/examples/qtestlib/tutorial1/"
	-$(INSTALL_FILE) "/home/mandrake/rpm/BUILD/qt-x11-opensource-src-4.1.4/examples/qtestlib/tutorial1/testqstring.cpp" "$(INSTALL_ROOT)/usr/lib/qt4/examples/qtestlib/tutorial1/"
	-$(INSTALL_FILE) "/home/mandrake/rpm/BUILD/qt-x11-opensource-src-4.1.4/examples/qtestlib/tutorial1/tutorial1.pro" "$(INSTALL_ROOT)/usr/lib/qt4/examples/qtestlib/tutorial1/"


uninstall_sources:  FORCE
	-$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/lib/qt4/examples/qtestlib/tutorial1/testqstring.cpp"
	-$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/lib/qt4/examples/qtestlib/tutorial1/tutorial1.pro"
	-$(DEL_DIR) "$(INSTALL_ROOT)/usr/lib/qt4/examples/qtestlib/tutorial1/"


install:  install_target install_sources  FORCE

uninstall: uninstall_target uninstall_sources   FORCE

FORCE:

