#############################################################################
# Makefile for building: tests
# Generated by qmake (2.01a) (Qt 4.6.2) on: Fri Aug 6 03:46:54 2010
# Project:  tests.pro
# Template: subdirs
# Command: /usr/bin/qmake -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o Makefile tests.pro
#############################################################################

first: make_default
MAKEFILE      = Makefile
QMAKE         = /usr/bin/qmake
DEL_FILE      = rm -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p
COPY          = cp -f
COPY_FILE     = $(COPY)
COPY_DIR      = $(COPY) -r
INSTALL_FILE  = install -m 644 -p
INSTALL_PROGRAM = install -m 755 -p
INSTALL_DIR   = $(COPY_DIR)
DEL_FILE      = rm -f
SYMLINK       = ln -f -s
DEL_DIR       = rmdir
MOVE          = mv -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p
SUBTARGETS    =  \
		sub-test_Imap_LowLevelParser \
		sub-test_Imap_Message \
		sub-test_Imap_Parser_parse \
		sub-test_Imap_Responses \
		sub-test_rfccodecs \
		sub-test_Imap_Model

test_Imap_LowLevelParser/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) test_Imap_LowLevelParser/ || $(MKDIR) test_Imap_LowLevelParser/ 
	cd test_Imap_LowLevelParser/ && $(QMAKE) /home/btsai/maemo/sandbox/trojita/tests/test_Imap_LowLevelParser/test_Imap_LowLevelParser.pro -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o $(MAKEFILE)
sub-test_Imap_LowLevelParser-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) test_Imap_LowLevelParser/ || $(MKDIR) test_Imap_LowLevelParser/ 
	cd test_Imap_LowLevelParser/ && $(QMAKE) /home/btsai/maemo/sandbox/trojita/tests/test_Imap_LowLevelParser/test_Imap_LowLevelParser.pro -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o $(MAKEFILE)
sub-test_Imap_LowLevelParser: test_Imap_LowLevelParser/$(MAKEFILE) FORCE
	cd test_Imap_LowLevelParser/ && $(MAKE) -f $(MAKEFILE)
sub-test_Imap_LowLevelParser-make_default: test_Imap_LowLevelParser/$(MAKEFILE) FORCE
	cd test_Imap_LowLevelParser/ && $(MAKE) -f $(MAKEFILE) 
sub-test_Imap_LowLevelParser-make_first: test_Imap_LowLevelParser/$(MAKEFILE) FORCE
	cd test_Imap_LowLevelParser/ && $(MAKE) -f $(MAKEFILE) first
sub-test_Imap_LowLevelParser-all: test_Imap_LowLevelParser/$(MAKEFILE) FORCE
	cd test_Imap_LowLevelParser/ && $(MAKE) -f $(MAKEFILE) all
sub-test_Imap_LowLevelParser-clean: test_Imap_LowLevelParser/$(MAKEFILE) FORCE
	cd test_Imap_LowLevelParser/ && $(MAKE) -f $(MAKEFILE) clean
sub-test_Imap_LowLevelParser-distclean: test_Imap_LowLevelParser/$(MAKEFILE) FORCE
	cd test_Imap_LowLevelParser/ && $(MAKE) -f $(MAKEFILE) distclean
sub-test_Imap_LowLevelParser-install_subtargets: test_Imap_LowLevelParser/$(MAKEFILE) FORCE
	cd test_Imap_LowLevelParser/ && $(MAKE) -f $(MAKEFILE) install
sub-test_Imap_LowLevelParser-uninstall_subtargets: test_Imap_LowLevelParser/$(MAKEFILE) FORCE
	cd test_Imap_LowLevelParser/ && $(MAKE) -f $(MAKEFILE) uninstall
test_Imap_Message/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) test_Imap_Message/ || $(MKDIR) test_Imap_Message/ 
	cd test_Imap_Message/ && $(QMAKE) /home/btsai/maemo/sandbox/trojita/tests/test_Imap_Message/test_Imap_Message.pro -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o $(MAKEFILE)
sub-test_Imap_Message-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) test_Imap_Message/ || $(MKDIR) test_Imap_Message/ 
	cd test_Imap_Message/ && $(QMAKE) /home/btsai/maemo/sandbox/trojita/tests/test_Imap_Message/test_Imap_Message.pro -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o $(MAKEFILE)
sub-test_Imap_Message: test_Imap_Message/$(MAKEFILE) FORCE
	cd test_Imap_Message/ && $(MAKE) -f $(MAKEFILE)
sub-test_Imap_Message-make_default: test_Imap_Message/$(MAKEFILE) FORCE
	cd test_Imap_Message/ && $(MAKE) -f $(MAKEFILE) 
sub-test_Imap_Message-make_first: test_Imap_Message/$(MAKEFILE) FORCE
	cd test_Imap_Message/ && $(MAKE) -f $(MAKEFILE) first
sub-test_Imap_Message-all: test_Imap_Message/$(MAKEFILE) FORCE
	cd test_Imap_Message/ && $(MAKE) -f $(MAKEFILE) all
sub-test_Imap_Message-clean: test_Imap_Message/$(MAKEFILE) FORCE
	cd test_Imap_Message/ && $(MAKE) -f $(MAKEFILE) clean
sub-test_Imap_Message-distclean: test_Imap_Message/$(MAKEFILE) FORCE
	cd test_Imap_Message/ && $(MAKE) -f $(MAKEFILE) distclean
sub-test_Imap_Message-install_subtargets: test_Imap_Message/$(MAKEFILE) FORCE
	cd test_Imap_Message/ && $(MAKE) -f $(MAKEFILE) install
sub-test_Imap_Message-uninstall_subtargets: test_Imap_Message/$(MAKEFILE) FORCE
	cd test_Imap_Message/ && $(MAKE) -f $(MAKEFILE) uninstall
test_Imap_Parser_parse/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) test_Imap_Parser_parse/ || $(MKDIR) test_Imap_Parser_parse/ 
	cd test_Imap_Parser_parse/ && $(QMAKE) /home/btsai/maemo/sandbox/trojita/tests/test_Imap_Parser_parse/test_Imap_Parser_parse.pro -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o $(MAKEFILE)
sub-test_Imap_Parser_parse-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) test_Imap_Parser_parse/ || $(MKDIR) test_Imap_Parser_parse/ 
	cd test_Imap_Parser_parse/ && $(QMAKE) /home/btsai/maemo/sandbox/trojita/tests/test_Imap_Parser_parse/test_Imap_Parser_parse.pro -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o $(MAKEFILE)
sub-test_Imap_Parser_parse: test_Imap_Parser_parse/$(MAKEFILE) FORCE
	cd test_Imap_Parser_parse/ && $(MAKE) -f $(MAKEFILE)
sub-test_Imap_Parser_parse-make_default: test_Imap_Parser_parse/$(MAKEFILE) FORCE
	cd test_Imap_Parser_parse/ && $(MAKE) -f $(MAKEFILE) 
sub-test_Imap_Parser_parse-make_first: test_Imap_Parser_parse/$(MAKEFILE) FORCE
	cd test_Imap_Parser_parse/ && $(MAKE) -f $(MAKEFILE) first
sub-test_Imap_Parser_parse-all: test_Imap_Parser_parse/$(MAKEFILE) FORCE
	cd test_Imap_Parser_parse/ && $(MAKE) -f $(MAKEFILE) all
sub-test_Imap_Parser_parse-clean: test_Imap_Parser_parse/$(MAKEFILE) FORCE
	cd test_Imap_Parser_parse/ && $(MAKE) -f $(MAKEFILE) clean
sub-test_Imap_Parser_parse-distclean: test_Imap_Parser_parse/$(MAKEFILE) FORCE
	cd test_Imap_Parser_parse/ && $(MAKE) -f $(MAKEFILE) distclean
sub-test_Imap_Parser_parse-install_subtargets: test_Imap_Parser_parse/$(MAKEFILE) FORCE
	cd test_Imap_Parser_parse/ && $(MAKE) -f $(MAKEFILE) install
sub-test_Imap_Parser_parse-uninstall_subtargets: test_Imap_Parser_parse/$(MAKEFILE) FORCE
	cd test_Imap_Parser_parse/ && $(MAKE) -f $(MAKEFILE) uninstall
test_Imap_Responses/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) test_Imap_Responses/ || $(MKDIR) test_Imap_Responses/ 
	cd test_Imap_Responses/ && $(QMAKE) /home/btsai/maemo/sandbox/trojita/tests/test_Imap_Responses/test_Imap_Responses.pro -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o $(MAKEFILE)
sub-test_Imap_Responses-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) test_Imap_Responses/ || $(MKDIR) test_Imap_Responses/ 
	cd test_Imap_Responses/ && $(QMAKE) /home/btsai/maemo/sandbox/trojita/tests/test_Imap_Responses/test_Imap_Responses.pro -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o $(MAKEFILE)
sub-test_Imap_Responses: test_Imap_Responses/$(MAKEFILE) FORCE
	cd test_Imap_Responses/ && $(MAKE) -f $(MAKEFILE)
sub-test_Imap_Responses-make_default: test_Imap_Responses/$(MAKEFILE) FORCE
	cd test_Imap_Responses/ && $(MAKE) -f $(MAKEFILE) 
sub-test_Imap_Responses-make_first: test_Imap_Responses/$(MAKEFILE) FORCE
	cd test_Imap_Responses/ && $(MAKE) -f $(MAKEFILE) first
sub-test_Imap_Responses-all: test_Imap_Responses/$(MAKEFILE) FORCE
	cd test_Imap_Responses/ && $(MAKE) -f $(MAKEFILE) all
sub-test_Imap_Responses-clean: test_Imap_Responses/$(MAKEFILE) FORCE
	cd test_Imap_Responses/ && $(MAKE) -f $(MAKEFILE) clean
sub-test_Imap_Responses-distclean: test_Imap_Responses/$(MAKEFILE) FORCE
	cd test_Imap_Responses/ && $(MAKE) -f $(MAKEFILE) distclean
sub-test_Imap_Responses-install_subtargets: test_Imap_Responses/$(MAKEFILE) FORCE
	cd test_Imap_Responses/ && $(MAKE) -f $(MAKEFILE) install
sub-test_Imap_Responses-uninstall_subtargets: test_Imap_Responses/$(MAKEFILE) FORCE
	cd test_Imap_Responses/ && $(MAKE) -f $(MAKEFILE) uninstall
test_rfccodecs/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) test_rfccodecs/ || $(MKDIR) test_rfccodecs/ 
	cd test_rfccodecs/ && $(QMAKE) /home/btsai/maemo/sandbox/trojita/tests/test_rfccodecs/test_rfccodecs.pro -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o $(MAKEFILE)
sub-test_rfccodecs-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) test_rfccodecs/ || $(MKDIR) test_rfccodecs/ 
	cd test_rfccodecs/ && $(QMAKE) /home/btsai/maemo/sandbox/trojita/tests/test_rfccodecs/test_rfccodecs.pro -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o $(MAKEFILE)
sub-test_rfccodecs: test_rfccodecs/$(MAKEFILE) FORCE
	cd test_rfccodecs/ && $(MAKE) -f $(MAKEFILE)
sub-test_rfccodecs-make_default: test_rfccodecs/$(MAKEFILE) FORCE
	cd test_rfccodecs/ && $(MAKE) -f $(MAKEFILE) 
sub-test_rfccodecs-make_first: test_rfccodecs/$(MAKEFILE) FORCE
	cd test_rfccodecs/ && $(MAKE) -f $(MAKEFILE) first
sub-test_rfccodecs-all: test_rfccodecs/$(MAKEFILE) FORCE
	cd test_rfccodecs/ && $(MAKE) -f $(MAKEFILE) all
sub-test_rfccodecs-clean: test_rfccodecs/$(MAKEFILE) FORCE
	cd test_rfccodecs/ && $(MAKE) -f $(MAKEFILE) clean
sub-test_rfccodecs-distclean: test_rfccodecs/$(MAKEFILE) FORCE
	cd test_rfccodecs/ && $(MAKE) -f $(MAKEFILE) distclean
sub-test_rfccodecs-install_subtargets: test_rfccodecs/$(MAKEFILE) FORCE
	cd test_rfccodecs/ && $(MAKE) -f $(MAKEFILE) install
sub-test_rfccodecs-uninstall_subtargets: test_rfccodecs/$(MAKEFILE) FORCE
	cd test_rfccodecs/ && $(MAKE) -f $(MAKEFILE) uninstall
test_Imap_Model/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) test_Imap_Model/ || $(MKDIR) test_Imap_Model/ 
	cd test_Imap_Model/ && $(QMAKE) /home/btsai/maemo/sandbox/trojita/tests/test_Imap_Model/test_Imap_Model.pro -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o $(MAKEFILE)
sub-test_Imap_Model-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) test_Imap_Model/ || $(MKDIR) test_Imap_Model/ 
	cd test_Imap_Model/ && $(QMAKE) /home/btsai/maemo/sandbox/trojita/tests/test_Imap_Model/test_Imap_Model.pro -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o $(MAKEFILE)
sub-test_Imap_Model: test_Imap_Model/$(MAKEFILE) FORCE
	cd test_Imap_Model/ && $(MAKE) -f $(MAKEFILE)
sub-test_Imap_Model-make_default: test_Imap_Model/$(MAKEFILE) FORCE
	cd test_Imap_Model/ && $(MAKE) -f $(MAKEFILE) 
sub-test_Imap_Model-make_first: test_Imap_Model/$(MAKEFILE) FORCE
	cd test_Imap_Model/ && $(MAKE) -f $(MAKEFILE) first
sub-test_Imap_Model-all: test_Imap_Model/$(MAKEFILE) FORCE
	cd test_Imap_Model/ && $(MAKE) -f $(MAKEFILE) all
sub-test_Imap_Model-clean: test_Imap_Model/$(MAKEFILE) FORCE
	cd test_Imap_Model/ && $(MAKE) -f $(MAKEFILE) clean
sub-test_Imap_Model-distclean: test_Imap_Model/$(MAKEFILE) FORCE
	cd test_Imap_Model/ && $(MAKE) -f $(MAKEFILE) distclean
sub-test_Imap_Model-install_subtargets: test_Imap_Model/$(MAKEFILE) FORCE
	cd test_Imap_Model/ && $(MAKE) -f $(MAKEFILE) install
sub-test_Imap_Model-uninstall_subtargets: test_Imap_Model/$(MAKEFILE) FORCE
	cd test_Imap_Model/ && $(MAKE) -f $(MAKEFILE) uninstall

Makefile: tests.pro  /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/linux-g++/qmake.conf /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/debug.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf \
		/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/include_source_dir.prf
	$(QMAKE) -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o Makefile tests.pro
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/debug.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf:
/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/include_source_dir.prf:
qmake: qmake_all FORCE
	@$(QMAKE) -unix CONFIG+=maemo CONFIG+=debug QMAKE_CXXFLAGS=-O0\ -ggdb -o Makefile tests.pro

qmake_all: sub-test_Imap_LowLevelParser-qmake_all sub-test_Imap_Message-qmake_all sub-test_Imap_Parser_parse-qmake_all sub-test_Imap_Responses-qmake_all sub-test_rfccodecs-qmake_all sub-test_Imap_Model-qmake_all FORCE

make_default: sub-test_Imap_LowLevelParser-make_default sub-test_Imap_Message-make_default sub-test_Imap_Parser_parse-make_default sub-test_Imap_Responses-make_default sub-test_rfccodecs-make_default sub-test_Imap_Model-make_default FORCE
make_first: sub-test_Imap_LowLevelParser-make_first sub-test_Imap_Message-make_first sub-test_Imap_Parser_parse-make_first sub-test_Imap_Responses-make_first sub-test_rfccodecs-make_first sub-test_Imap_Model-make_first FORCE
all: sub-test_Imap_LowLevelParser-all sub-test_Imap_Message-all sub-test_Imap_Parser_parse-all sub-test_Imap_Responses-all sub-test_rfccodecs-all sub-test_Imap_Model-all FORCE
clean: sub-test_Imap_LowLevelParser-clean sub-test_Imap_Message-clean sub-test_Imap_Parser_parse-clean sub-test_Imap_Responses-clean sub-test_rfccodecs-clean sub-test_Imap_Model-clean FORCE
distclean: sub-test_Imap_LowLevelParser-distclean sub-test_Imap_Message-distclean sub-test_Imap_Parser_parse-distclean sub-test_Imap_Responses-distclean sub-test_rfccodecs-distclean sub-test_Imap_Model-distclean FORCE
	-$(DEL_FILE) Makefile
install_subtargets: sub-test_Imap_LowLevelParser-install_subtargets sub-test_Imap_Message-install_subtargets sub-test_Imap_Parser_parse-install_subtargets sub-test_Imap_Responses-install_subtargets sub-test_rfccodecs-install_subtargets sub-test_Imap_Model-install_subtargets FORCE
uninstall_subtargets: sub-test_Imap_LowLevelParser-uninstall_subtargets sub-test_Imap_Message-uninstall_subtargets sub-test_Imap_Parser_parse-uninstall_subtargets sub-test_Imap_Responses-uninstall_subtargets sub-test_rfccodecs-uninstall_subtargets sub-test_Imap_Model-uninstall_subtargets FORCE

mocclean: compiler_moc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_source_make_all
install: install_subtargets  FORCE

uninstall:  uninstall_subtargets FORCE

FORCE:

