#############################################################################
# Makefile for building: tools
# Generated by qmake (2.01a) (Qt 4.8.7) on: Thu Dec 7 11:45:50 2023
# Project:  tools.pro
# Template: subdirs
# Command: /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../mkspecs/linux-g++ -o Makefile tools.pro
#############################################################################

first: make_default
MAKEFILE      = Makefile
QMAKE         = /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/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-codecs \
		sub-completer \
		sub-customcompleter \
		sub-echoplugin \
		sub-i18n \
		sub-inputpanel \
		sub-contiguouscache \
		sub-plugandpaintplugins \
		sub-plugandpaint \
		sub-regexp \
		sub-settingseditor \
		sub-styleplugin \
		sub-treemodelcompleter \
		sub-undoframework

codecs/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) codecs/ || $(MKDIR) codecs/ 
	cd codecs/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/codecs/codecs.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-codecs-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) codecs/ || $(MKDIR) codecs/ 
	cd codecs/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/codecs/codecs.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-codecs: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE)
sub-codecs-make_default-ordered: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) 
sub-codecs-make_default: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) 
sub-codecs-make_first-ordered: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) first
sub-codecs-make_first: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) first
sub-codecs-all-ordered: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) all
sub-codecs-all: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) all
sub-codecs-clean-ordered: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) clean
sub-codecs-clean: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) clean
sub-codecs-distclean-ordered: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) distclean
sub-codecs-distclean: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) distclean
sub-codecs-install_subtargets-ordered: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) install
sub-codecs-install_subtargets: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) install
sub-codecs-uninstall_subtargets-ordered: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-codecs-uninstall_subtargets: codecs/$(MAKEFILE) FORCE
	cd codecs/ && $(MAKE) -f $(MAKEFILE) uninstall
completer/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) completer/ || $(MKDIR) completer/ 
	cd completer/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/completer/completer.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-completer-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) completer/ || $(MKDIR) completer/ 
	cd completer/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/completer/completer.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-completer: completer/$(MAKEFILE) FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE)
sub-completer-make_default-ordered: completer/$(MAKEFILE) sub-codecs-make_default-ordered  FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) 
sub-completer-make_default: completer/$(MAKEFILE) FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) 
sub-completer-make_first-ordered: completer/$(MAKEFILE) sub-codecs-make_first-ordered  FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) first
sub-completer-make_first: completer/$(MAKEFILE) FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) first
sub-completer-all-ordered: completer/$(MAKEFILE) sub-codecs-all-ordered  FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) all
sub-completer-all: completer/$(MAKEFILE) FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) all
sub-completer-clean-ordered: completer/$(MAKEFILE) sub-codecs-clean-ordered  FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) clean
sub-completer-clean: completer/$(MAKEFILE) FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) clean
sub-completer-distclean-ordered: completer/$(MAKEFILE) sub-codecs-distclean-ordered  FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) distclean
sub-completer-distclean: completer/$(MAKEFILE) FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) distclean
sub-completer-install_subtargets-ordered: completer/$(MAKEFILE) sub-codecs-install_subtargets-ordered  FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) install
sub-completer-install_subtargets: completer/$(MAKEFILE) FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) install
sub-completer-uninstall_subtargets-ordered: completer/$(MAKEFILE) sub-codecs-uninstall_subtargets-ordered  FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-completer-uninstall_subtargets: completer/$(MAKEFILE) FORCE
	cd completer/ && $(MAKE) -f $(MAKEFILE) uninstall
customcompleter/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) customcompleter/ || $(MKDIR) customcompleter/ 
	cd customcompleter/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/customcompleter.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-customcompleter-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) customcompleter/ || $(MKDIR) customcompleter/ 
	cd customcompleter/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/customcompleter/customcompleter.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-customcompleter: customcompleter/$(MAKEFILE) FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE)
sub-customcompleter-make_default-ordered: customcompleter/$(MAKEFILE) sub-completer-make_default-ordered  FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) 
sub-customcompleter-make_default: customcompleter/$(MAKEFILE) FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) 
sub-customcompleter-make_first-ordered: customcompleter/$(MAKEFILE) sub-completer-make_first-ordered  FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) first
sub-customcompleter-make_first: customcompleter/$(MAKEFILE) FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) first
sub-customcompleter-all-ordered: customcompleter/$(MAKEFILE) sub-completer-all-ordered  FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) all
sub-customcompleter-all: customcompleter/$(MAKEFILE) FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) all
sub-customcompleter-clean-ordered: customcompleter/$(MAKEFILE) sub-completer-clean-ordered  FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) clean
sub-customcompleter-clean: customcompleter/$(MAKEFILE) FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) clean
sub-customcompleter-distclean-ordered: customcompleter/$(MAKEFILE) sub-completer-distclean-ordered  FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) distclean
sub-customcompleter-distclean: customcompleter/$(MAKEFILE) FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) distclean
sub-customcompleter-install_subtargets-ordered: customcompleter/$(MAKEFILE) sub-completer-install_subtargets-ordered  FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) install
sub-customcompleter-install_subtargets: customcompleter/$(MAKEFILE) FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) install
sub-customcompleter-uninstall_subtargets-ordered: customcompleter/$(MAKEFILE) sub-completer-uninstall_subtargets-ordered  FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-customcompleter-uninstall_subtargets: customcompleter/$(MAKEFILE) FORCE
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) uninstall
echoplugin/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) echoplugin/ || $(MKDIR) echoplugin/ 
	cd echoplugin/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/echoplugin/echoplugin.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-echoplugin-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) echoplugin/ || $(MKDIR) echoplugin/ 
	cd echoplugin/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/echoplugin/echoplugin.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-echoplugin: echoplugin/$(MAKEFILE) FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE)
sub-echoplugin-make_default-ordered: echoplugin/$(MAKEFILE) sub-customcompleter-make_default-ordered  FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) 
sub-echoplugin-make_default: echoplugin/$(MAKEFILE) FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) 
sub-echoplugin-make_first-ordered: echoplugin/$(MAKEFILE) sub-customcompleter-make_first-ordered  FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) first
sub-echoplugin-make_first: echoplugin/$(MAKEFILE) FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) first
sub-echoplugin-all-ordered: echoplugin/$(MAKEFILE) sub-customcompleter-all-ordered  FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) all
sub-echoplugin-all: echoplugin/$(MAKEFILE) FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) all
sub-echoplugin-clean-ordered: echoplugin/$(MAKEFILE) sub-customcompleter-clean-ordered  FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) clean
sub-echoplugin-clean: echoplugin/$(MAKEFILE) FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) clean
sub-echoplugin-distclean-ordered: echoplugin/$(MAKEFILE) sub-customcompleter-distclean-ordered  FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) distclean
sub-echoplugin-distclean: echoplugin/$(MAKEFILE) FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) distclean
sub-echoplugin-install_subtargets-ordered: echoplugin/$(MAKEFILE) sub-customcompleter-install_subtargets-ordered  FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) install
sub-echoplugin-install_subtargets: echoplugin/$(MAKEFILE) FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) install
sub-echoplugin-uninstall_subtargets-ordered: echoplugin/$(MAKEFILE) sub-customcompleter-uninstall_subtargets-ordered  FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-echoplugin-uninstall_subtargets: echoplugin/$(MAKEFILE) FORCE
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) uninstall
i18n/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) i18n/ || $(MKDIR) i18n/ 
	cd i18n/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/i18n/i18n.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-i18n-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) i18n/ || $(MKDIR) i18n/ 
	cd i18n/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/i18n/i18n.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-i18n: i18n/$(MAKEFILE) FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE)
sub-i18n-make_default-ordered: i18n/$(MAKEFILE) sub-echoplugin-make_default-ordered  FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) 
sub-i18n-make_default: i18n/$(MAKEFILE) FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) 
sub-i18n-make_first-ordered: i18n/$(MAKEFILE) sub-echoplugin-make_first-ordered  FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) first
sub-i18n-make_first: i18n/$(MAKEFILE) FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) first
sub-i18n-all-ordered: i18n/$(MAKEFILE) sub-echoplugin-all-ordered  FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) all
sub-i18n-all: i18n/$(MAKEFILE) FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) all
sub-i18n-clean-ordered: i18n/$(MAKEFILE) sub-echoplugin-clean-ordered  FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) clean
sub-i18n-clean: i18n/$(MAKEFILE) FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) clean
sub-i18n-distclean-ordered: i18n/$(MAKEFILE) sub-echoplugin-distclean-ordered  FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) distclean
sub-i18n-distclean: i18n/$(MAKEFILE) FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) distclean
sub-i18n-install_subtargets-ordered: i18n/$(MAKEFILE) sub-echoplugin-install_subtargets-ordered  FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) install
sub-i18n-install_subtargets: i18n/$(MAKEFILE) FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) install
sub-i18n-uninstall_subtargets-ordered: i18n/$(MAKEFILE) sub-echoplugin-uninstall_subtargets-ordered  FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-i18n-uninstall_subtargets: i18n/$(MAKEFILE) FORCE
	cd i18n/ && $(MAKE) -f $(MAKEFILE) uninstall
inputpanel/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) inputpanel/ || $(MKDIR) inputpanel/ 
	cd inputpanel/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/inputpanel/inputpanel.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-inputpanel-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) inputpanel/ || $(MKDIR) inputpanel/ 
	cd inputpanel/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/inputpanel/inputpanel.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-inputpanel: inputpanel/$(MAKEFILE) FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE)
sub-inputpanel-make_default-ordered: inputpanel/$(MAKEFILE) sub-i18n-make_default-ordered  FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) 
sub-inputpanel-make_default: inputpanel/$(MAKEFILE) FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) 
sub-inputpanel-make_first-ordered: inputpanel/$(MAKEFILE) sub-i18n-make_first-ordered  FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) first
sub-inputpanel-make_first: inputpanel/$(MAKEFILE) FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) first
sub-inputpanel-all-ordered: inputpanel/$(MAKEFILE) sub-i18n-all-ordered  FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) all
sub-inputpanel-all: inputpanel/$(MAKEFILE) FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) all
sub-inputpanel-clean-ordered: inputpanel/$(MAKEFILE) sub-i18n-clean-ordered  FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) clean
sub-inputpanel-clean: inputpanel/$(MAKEFILE) FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) clean
sub-inputpanel-distclean-ordered: inputpanel/$(MAKEFILE) sub-i18n-distclean-ordered  FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) distclean
sub-inputpanel-distclean: inputpanel/$(MAKEFILE) FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) distclean
sub-inputpanel-install_subtargets-ordered: inputpanel/$(MAKEFILE) sub-i18n-install_subtargets-ordered  FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) install
sub-inputpanel-install_subtargets: inputpanel/$(MAKEFILE) FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) install
sub-inputpanel-uninstall_subtargets-ordered: inputpanel/$(MAKEFILE) sub-i18n-uninstall_subtargets-ordered  FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-inputpanel-uninstall_subtargets: inputpanel/$(MAKEFILE) FORCE
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) uninstall
contiguouscache/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) contiguouscache/ || $(MKDIR) contiguouscache/ 
	cd contiguouscache/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/contiguouscache/contiguouscache.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-contiguouscache-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) contiguouscache/ || $(MKDIR) contiguouscache/ 
	cd contiguouscache/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/contiguouscache/contiguouscache.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-contiguouscache: contiguouscache/$(MAKEFILE) FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE)
sub-contiguouscache-make_default-ordered: contiguouscache/$(MAKEFILE) sub-inputpanel-make_default-ordered  FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) 
sub-contiguouscache-make_default: contiguouscache/$(MAKEFILE) FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) 
sub-contiguouscache-make_first-ordered: contiguouscache/$(MAKEFILE) sub-inputpanel-make_first-ordered  FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) first
sub-contiguouscache-make_first: contiguouscache/$(MAKEFILE) FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) first
sub-contiguouscache-all-ordered: contiguouscache/$(MAKEFILE) sub-inputpanel-all-ordered  FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) all
sub-contiguouscache-all: contiguouscache/$(MAKEFILE) FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) all
sub-contiguouscache-clean-ordered: contiguouscache/$(MAKEFILE) sub-inputpanel-clean-ordered  FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) clean
sub-contiguouscache-clean: contiguouscache/$(MAKEFILE) FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) clean
sub-contiguouscache-distclean-ordered: contiguouscache/$(MAKEFILE) sub-inputpanel-distclean-ordered  FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) distclean
sub-contiguouscache-distclean: contiguouscache/$(MAKEFILE) FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) distclean
sub-contiguouscache-install_subtargets-ordered: contiguouscache/$(MAKEFILE) sub-inputpanel-install_subtargets-ordered  FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) install
sub-contiguouscache-install_subtargets: contiguouscache/$(MAKEFILE) FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) install
sub-contiguouscache-uninstall_subtargets-ordered: contiguouscache/$(MAKEFILE) sub-inputpanel-uninstall_subtargets-ordered  FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-contiguouscache-uninstall_subtargets: contiguouscache/$(MAKEFILE) FORCE
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) uninstall
plugandpaintplugins/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) plugandpaintplugins/ || $(MKDIR) plugandpaintplugins/ 
	cd plugandpaintplugins/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaintplugins/plugandpaintplugins.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-plugandpaintplugins-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) plugandpaintplugins/ || $(MKDIR) plugandpaintplugins/ 
	cd plugandpaintplugins/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaintplugins/plugandpaintplugins.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-plugandpaintplugins: plugandpaintplugins/$(MAKEFILE) FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE)
sub-plugandpaintplugins-make_default-ordered: plugandpaintplugins/$(MAKEFILE) sub-contiguouscache-make_default-ordered  FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) 
sub-plugandpaintplugins-make_default: plugandpaintplugins/$(MAKEFILE) FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) 
sub-plugandpaintplugins-make_first-ordered: plugandpaintplugins/$(MAKEFILE) sub-contiguouscache-make_first-ordered  FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) first
sub-plugandpaintplugins-make_first: plugandpaintplugins/$(MAKEFILE) FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) first
sub-plugandpaintplugins-all-ordered: plugandpaintplugins/$(MAKEFILE) sub-contiguouscache-all-ordered  FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) all
sub-plugandpaintplugins-all: plugandpaintplugins/$(MAKEFILE) FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) all
sub-plugandpaintplugins-clean-ordered: plugandpaintplugins/$(MAKEFILE) sub-contiguouscache-clean-ordered  FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) clean
sub-plugandpaintplugins-clean: plugandpaintplugins/$(MAKEFILE) FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) clean
sub-plugandpaintplugins-distclean-ordered: plugandpaintplugins/$(MAKEFILE) sub-contiguouscache-distclean-ordered  FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) distclean
sub-plugandpaintplugins-distclean: plugandpaintplugins/$(MAKEFILE) FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) distclean
sub-plugandpaintplugins-install_subtargets-ordered: plugandpaintplugins/$(MAKEFILE) sub-contiguouscache-install_subtargets-ordered  FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) install
sub-plugandpaintplugins-install_subtargets: plugandpaintplugins/$(MAKEFILE) FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) install
sub-plugandpaintplugins-uninstall_subtargets-ordered: plugandpaintplugins/$(MAKEFILE) sub-contiguouscache-uninstall_subtargets-ordered  FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-plugandpaintplugins-uninstall_subtargets: plugandpaintplugins/$(MAKEFILE) FORCE
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) uninstall
plugandpaint/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) plugandpaint/ || $(MKDIR) plugandpaint/ 
	cd plugandpaint/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/plugandpaint.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-plugandpaint-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) plugandpaint/ || $(MKDIR) plugandpaint/ 
	cd plugandpaint/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/plugandpaint/plugandpaint.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-plugandpaint: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE)
sub-plugandpaint-make_default-ordered: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-make_default-ordered  FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) 
sub-plugandpaint-make_default: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-make_default FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) 
sub-plugandpaint-make_first-ordered: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-make_first-ordered  FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) first
sub-plugandpaint-make_first: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-make_first FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) first
sub-plugandpaint-all-ordered: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-all-ordered  FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) all
sub-plugandpaint-all: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-all FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) all
sub-plugandpaint-clean-ordered: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-clean-ordered  FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) clean
sub-plugandpaint-clean: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-clean FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) clean
sub-plugandpaint-distclean-ordered: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-distclean-ordered  FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) distclean
sub-plugandpaint-distclean: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-distclean FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) distclean
sub-plugandpaint-install_subtargets-ordered: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-install_subtargets-ordered  FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) install
sub-plugandpaint-install_subtargets: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-install_subtargets FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) install
sub-plugandpaint-uninstall_subtargets-ordered: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-uninstall_subtargets-ordered  FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-plugandpaint-uninstall_subtargets: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-uninstall_subtargets FORCE
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) uninstall
regexp/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) regexp/ || $(MKDIR) regexp/ 
	cd regexp/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/regexp/regexp.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-regexp-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) regexp/ || $(MKDIR) regexp/ 
	cd regexp/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/regexp/regexp.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-regexp: regexp/$(MAKEFILE) FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE)
sub-regexp-make_default-ordered: regexp/$(MAKEFILE) sub-plugandpaint-make_default-ordered  FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) 
sub-regexp-make_default: regexp/$(MAKEFILE) FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) 
sub-regexp-make_first-ordered: regexp/$(MAKEFILE) sub-plugandpaint-make_first-ordered  FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) first
sub-regexp-make_first: regexp/$(MAKEFILE) FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) first
sub-regexp-all-ordered: regexp/$(MAKEFILE) sub-plugandpaint-all-ordered  FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) all
sub-regexp-all: regexp/$(MAKEFILE) FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) all
sub-regexp-clean-ordered: regexp/$(MAKEFILE) sub-plugandpaint-clean-ordered  FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) clean
sub-regexp-clean: regexp/$(MAKEFILE) FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) clean
sub-regexp-distclean-ordered: regexp/$(MAKEFILE) sub-plugandpaint-distclean-ordered  FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) distclean
sub-regexp-distclean: regexp/$(MAKEFILE) FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) distclean
sub-regexp-install_subtargets-ordered: regexp/$(MAKEFILE) sub-plugandpaint-install_subtargets-ordered  FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) install
sub-regexp-install_subtargets: regexp/$(MAKEFILE) FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) install
sub-regexp-uninstall_subtargets-ordered: regexp/$(MAKEFILE) sub-plugandpaint-uninstall_subtargets-ordered  FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-regexp-uninstall_subtargets: regexp/$(MAKEFILE) FORCE
	cd regexp/ && $(MAKE) -f $(MAKEFILE) uninstall
settingseditor/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) settingseditor/ || $(MKDIR) settingseditor/ 
	cd settingseditor/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/settingseditor.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-settingseditor-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) settingseditor/ || $(MKDIR) settingseditor/ 
	cd settingseditor/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/settingseditor/settingseditor.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-settingseditor: settingseditor/$(MAKEFILE) FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE)
sub-settingseditor-make_default-ordered: settingseditor/$(MAKEFILE) sub-regexp-make_default-ordered  FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) 
sub-settingseditor-make_default: settingseditor/$(MAKEFILE) FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) 
sub-settingseditor-make_first-ordered: settingseditor/$(MAKEFILE) sub-regexp-make_first-ordered  FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) first
sub-settingseditor-make_first: settingseditor/$(MAKEFILE) FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) first
sub-settingseditor-all-ordered: settingseditor/$(MAKEFILE) sub-regexp-all-ordered  FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) all
sub-settingseditor-all: settingseditor/$(MAKEFILE) FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) all
sub-settingseditor-clean-ordered: settingseditor/$(MAKEFILE) sub-regexp-clean-ordered  FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) clean
sub-settingseditor-clean: settingseditor/$(MAKEFILE) FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) clean
sub-settingseditor-distclean-ordered: settingseditor/$(MAKEFILE) sub-regexp-distclean-ordered  FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) distclean
sub-settingseditor-distclean: settingseditor/$(MAKEFILE) FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) distclean
sub-settingseditor-install_subtargets-ordered: settingseditor/$(MAKEFILE) sub-regexp-install_subtargets-ordered  FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) install
sub-settingseditor-install_subtargets: settingseditor/$(MAKEFILE) FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) install
sub-settingseditor-uninstall_subtargets-ordered: settingseditor/$(MAKEFILE) sub-regexp-uninstall_subtargets-ordered  FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-settingseditor-uninstall_subtargets: settingseditor/$(MAKEFILE) FORCE
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) uninstall
styleplugin/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) styleplugin/ || $(MKDIR) styleplugin/ 
	cd styleplugin/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/styleplugin/styleplugin.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-styleplugin-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) styleplugin/ || $(MKDIR) styleplugin/ 
	cd styleplugin/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/styleplugin/styleplugin.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-styleplugin: styleplugin/$(MAKEFILE) FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE)
sub-styleplugin-make_default-ordered: styleplugin/$(MAKEFILE) sub-settingseditor-make_default-ordered  FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) 
sub-styleplugin-make_default: styleplugin/$(MAKEFILE) FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) 
sub-styleplugin-make_first-ordered: styleplugin/$(MAKEFILE) sub-settingseditor-make_first-ordered  FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) first
sub-styleplugin-make_first: styleplugin/$(MAKEFILE) FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) first
sub-styleplugin-all-ordered: styleplugin/$(MAKEFILE) sub-settingseditor-all-ordered  FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) all
sub-styleplugin-all: styleplugin/$(MAKEFILE) FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) all
sub-styleplugin-clean-ordered: styleplugin/$(MAKEFILE) sub-settingseditor-clean-ordered  FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) clean
sub-styleplugin-clean: styleplugin/$(MAKEFILE) FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) clean
sub-styleplugin-distclean-ordered: styleplugin/$(MAKEFILE) sub-settingseditor-distclean-ordered  FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) distclean
sub-styleplugin-distclean: styleplugin/$(MAKEFILE) FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) distclean
sub-styleplugin-install_subtargets-ordered: styleplugin/$(MAKEFILE) sub-settingseditor-install_subtargets-ordered  FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) install
sub-styleplugin-install_subtargets: styleplugin/$(MAKEFILE) FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) install
sub-styleplugin-uninstall_subtargets-ordered: styleplugin/$(MAKEFILE) sub-settingseditor-uninstall_subtargets-ordered  FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-styleplugin-uninstall_subtargets: styleplugin/$(MAKEFILE) FORCE
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) uninstall
treemodelcompleter/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) treemodelcompleter/ || $(MKDIR) treemodelcompleter/ 
	cd treemodelcompleter/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/treemodelcompleter.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-treemodelcompleter-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) treemodelcompleter/ || $(MKDIR) treemodelcompleter/ 
	cd treemodelcompleter/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/treemodelcompleter/treemodelcompleter.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-treemodelcompleter: treemodelcompleter/$(MAKEFILE) FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE)
sub-treemodelcompleter-make_default-ordered: treemodelcompleter/$(MAKEFILE) sub-styleplugin-make_default-ordered  FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) 
sub-treemodelcompleter-make_default: treemodelcompleter/$(MAKEFILE) FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) 
sub-treemodelcompleter-make_first-ordered: treemodelcompleter/$(MAKEFILE) sub-styleplugin-make_first-ordered  FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) first
sub-treemodelcompleter-make_first: treemodelcompleter/$(MAKEFILE) FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) first
sub-treemodelcompleter-all-ordered: treemodelcompleter/$(MAKEFILE) sub-styleplugin-all-ordered  FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) all
sub-treemodelcompleter-all: treemodelcompleter/$(MAKEFILE) FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) all
sub-treemodelcompleter-clean-ordered: treemodelcompleter/$(MAKEFILE) sub-styleplugin-clean-ordered  FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) clean
sub-treemodelcompleter-clean: treemodelcompleter/$(MAKEFILE) FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) clean
sub-treemodelcompleter-distclean-ordered: treemodelcompleter/$(MAKEFILE) sub-styleplugin-distclean-ordered  FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) distclean
sub-treemodelcompleter-distclean: treemodelcompleter/$(MAKEFILE) FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) distclean
sub-treemodelcompleter-install_subtargets-ordered: treemodelcompleter/$(MAKEFILE) sub-styleplugin-install_subtargets-ordered  FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) install
sub-treemodelcompleter-install_subtargets: treemodelcompleter/$(MAKEFILE) FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) install
sub-treemodelcompleter-uninstall_subtargets-ordered: treemodelcompleter/$(MAKEFILE) sub-styleplugin-uninstall_subtargets-ordered  FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-treemodelcompleter-uninstall_subtargets: treemodelcompleter/$(MAKEFILE) FORCE
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) uninstall
undoframework/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) undoframework/ || $(MKDIR) undoframework/ 
	cd undoframework/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/undoframework.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-undoframework-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) undoframework/ || $(MKDIR) undoframework/ 
	cd undoframework/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/undoframework/undoframework.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-undoframework: undoframework/$(MAKEFILE) FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE)
sub-undoframework-make_default-ordered: undoframework/$(MAKEFILE) sub-treemodelcompleter-make_default-ordered  FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) 
sub-undoframework-make_default: undoframework/$(MAKEFILE) FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) 
sub-undoframework-make_first-ordered: undoframework/$(MAKEFILE) sub-treemodelcompleter-make_first-ordered  FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) first
sub-undoframework-make_first: undoframework/$(MAKEFILE) FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) first
sub-undoframework-all-ordered: undoframework/$(MAKEFILE) sub-treemodelcompleter-all-ordered  FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) all
sub-undoframework-all: undoframework/$(MAKEFILE) FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) all
sub-undoframework-clean-ordered: undoframework/$(MAKEFILE) sub-treemodelcompleter-clean-ordered  FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) clean
sub-undoframework-clean: undoframework/$(MAKEFILE) FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) clean
sub-undoframework-distclean-ordered: undoframework/$(MAKEFILE) sub-treemodelcompleter-distclean-ordered  FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) distclean
sub-undoframework-distclean: undoframework/$(MAKEFILE) FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) distclean
sub-undoframework-install_subtargets-ordered: undoframework/$(MAKEFILE) sub-treemodelcompleter-install_subtargets-ordered  FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) install
sub-undoframework-install_subtargets: undoframework/$(MAKEFILE) FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) install
sub-undoframework-uninstall_subtargets-ordered: undoframework/$(MAKEFILE) sub-treemodelcompleter-uninstall_subtargets-ordered  FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) uninstall
sub-undoframework-uninstall_subtargets: undoframework/$(MAKEFILE) FORCE
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) uninstall

Makefile: tools.pro ../../.qmake.cache ../../mkspecs/linux-g++/qmake.conf ../../mkspecs/common/unix.conf \
		../../mkspecs/common/linux.conf \
		../../mkspecs/common/gcc-base.conf \
		../../mkspecs/common/gcc-base-unix.conf \
		../../mkspecs/common/g++-base.conf \
		../../mkspecs/common/g++-unix.conf \
		../../mkspecs/features/exclusive_builds.prf \
		../../mkspecs/features/default_pre.prf \
		../../.qmake.cache \
		../../mkspecs/qconfig.pri \
		../../mkspecs/modules/qt_webkit_version.pri \
		../../mkspecs/features/qt_functions.prf \
		../../mkspecs/features/qt_config.prf \
		../../mkspecs/features/release.prf \
		../../mkspecs/features/default_post.prf \
		../../mkspecs/features/unix/dylib.prf \
		../../mkspecs/features/unix/largefile.prf \
		../../mkspecs/features/silent.prf \
		../../mkspecs/features/shared.prf \
		../../mkspecs/features/unix/gdb_dwarf_index.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 \
		../../mkspecs/features/yacc.prf \
		../../mkspecs/features/lex.prf
	$(QMAKE) -spec ../../mkspecs/linux-g++ -o Makefile tools.pro
../../mkspecs/common/unix.conf:
../../mkspecs/common/linux.conf:
../../mkspecs/common/gcc-base.conf:
../../mkspecs/common/gcc-base-unix.conf:
../../mkspecs/common/g++-base.conf:
../../mkspecs/common/g++-unix.conf:
../../mkspecs/features/exclusive_builds.prf:
../../mkspecs/features/default_pre.prf:
../../.qmake.cache:
../../mkspecs/qconfig.pri:
../../mkspecs/modules/qt_webkit_version.pri:
../../mkspecs/features/qt_functions.prf:
../../mkspecs/features/qt_config.prf:
../../mkspecs/features/release.prf:
../../mkspecs/features/default_post.prf:
../../mkspecs/features/unix/dylib.prf:
../../mkspecs/features/unix/largefile.prf:
../../mkspecs/features/silent.prf:
../../mkspecs/features/shared.prf:
../../mkspecs/features/unix/gdb_dwarf_index.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:
../../mkspecs/features/yacc.prf:
../../mkspecs/features/lex.prf:
qmake: qmake_all FORCE
	@$(QMAKE) -spec ../../mkspecs/linux-g++ -o Makefile tools.pro

qmake_all: sub-codecs-qmake_all sub-completer-qmake_all sub-customcompleter-qmake_all sub-echoplugin-qmake_all sub-i18n-qmake_all sub-inputpanel-qmake_all sub-contiguouscache-qmake_all sub-plugandpaintplugins-qmake_all sub-plugandpaint-qmake_all sub-regexp-qmake_all sub-settingseditor-qmake_all sub-styleplugin-qmake_all sub-treemodelcompleter-qmake_all sub-undoframework-qmake_all FORCE

make_default: sub-codecs-make_default-ordered sub-completer-make_default-ordered sub-customcompleter-make_default-ordered sub-echoplugin-make_default-ordered sub-i18n-make_default-ordered sub-inputpanel-make_default-ordered sub-contiguouscache-make_default-ordered sub-plugandpaintplugins-make_default-ordered sub-plugandpaint-make_default-ordered sub-regexp-make_default-ordered sub-settingseditor-make_default-ordered sub-styleplugin-make_default-ordered sub-treemodelcompleter-make_default-ordered sub-undoframework-make_default-ordered FORCE
make_first: sub-codecs-make_first-ordered sub-completer-make_first-ordered sub-customcompleter-make_first-ordered sub-echoplugin-make_first-ordered sub-i18n-make_first-ordered sub-inputpanel-make_first-ordered sub-contiguouscache-make_first-ordered sub-plugandpaintplugins-make_first-ordered sub-plugandpaint-make_first-ordered sub-regexp-make_first-ordered sub-settingseditor-make_first-ordered sub-styleplugin-make_first-ordered sub-treemodelcompleter-make_first-ordered sub-undoframework-make_first-ordered FORCE
all: sub-codecs-all-ordered sub-completer-all-ordered sub-customcompleter-all-ordered sub-echoplugin-all-ordered sub-i18n-all-ordered sub-inputpanel-all-ordered sub-contiguouscache-all-ordered sub-plugandpaintplugins-all-ordered sub-plugandpaint-all-ordered sub-regexp-all-ordered sub-settingseditor-all-ordered sub-styleplugin-all-ordered sub-treemodelcompleter-all-ordered sub-undoframework-all-ordered FORCE
clean: sub-codecs-clean-ordered sub-completer-clean-ordered sub-customcompleter-clean-ordered sub-echoplugin-clean-ordered sub-i18n-clean-ordered sub-inputpanel-clean-ordered sub-contiguouscache-clean-ordered sub-plugandpaintplugins-clean-ordered sub-plugandpaint-clean-ordered sub-regexp-clean-ordered sub-settingseditor-clean-ordered sub-styleplugin-clean-ordered sub-treemodelcompleter-clean-ordered sub-undoframework-clean-ordered FORCE
distclean: sub-codecs-distclean-ordered sub-completer-distclean-ordered sub-customcompleter-distclean-ordered sub-echoplugin-distclean-ordered sub-i18n-distclean-ordered sub-inputpanel-distclean-ordered sub-contiguouscache-distclean-ordered sub-plugandpaintplugins-distclean-ordered sub-plugandpaint-distclean-ordered sub-regexp-distclean-ordered sub-settingseditor-distclean-ordered sub-styleplugin-distclean-ordered sub-treemodelcompleter-distclean-ordered sub-undoframework-distclean-ordered FORCE
	-$(DEL_FILE) Makefile
install_subtargets: sub-codecs-install_subtargets-ordered sub-completer-install_subtargets-ordered sub-customcompleter-install_subtargets-ordered sub-echoplugin-install_subtargets-ordered sub-i18n-install_subtargets-ordered sub-inputpanel-install_subtargets-ordered sub-contiguouscache-install_subtargets-ordered sub-plugandpaintplugins-install_subtargets-ordered sub-plugandpaint-install_subtargets-ordered sub-regexp-install_subtargets-ordered sub-settingseditor-install_subtargets-ordered sub-styleplugin-install_subtargets-ordered sub-treemodelcompleter-install_subtargets-ordered sub-undoframework-install_subtargets-ordered FORCE
uninstall_subtargets: sub-codecs-uninstall_subtargets-ordered sub-completer-uninstall_subtargets-ordered sub-customcompleter-uninstall_subtargets-ordered sub-echoplugin-uninstall_subtargets-ordered sub-i18n-uninstall_subtargets-ordered sub-inputpanel-uninstall_subtargets-ordered sub-contiguouscache-uninstall_subtargets-ordered sub-plugandpaintplugins-uninstall_subtargets-ordered sub-plugandpaint-uninstall_subtargets-ordered sub-regexp-uninstall_subtargets-ordered sub-settingseditor-uninstall_subtargets-ordered sub-styleplugin-uninstall_subtargets-ordered sub-treemodelcompleter-uninstall_subtargets-ordered sub-undoframework-uninstall_subtargets-ordered FORCE

sub-codecs-check_ordered: codecs/$(MAKEFILE)
	cd codecs/ && $(MAKE) -f $(MAKEFILE) check
sub-completer-check_ordered: completer/$(MAKEFILE) sub-codecs-check_ordered 
	cd completer/ && $(MAKE) -f $(MAKEFILE) check
sub-customcompleter-check_ordered: customcompleter/$(MAKEFILE) sub-completer-check_ordered 
	cd customcompleter/ && $(MAKE) -f $(MAKEFILE) check
sub-echoplugin-check_ordered: echoplugin/$(MAKEFILE) sub-customcompleter-check_ordered 
	cd echoplugin/ && $(MAKE) -f $(MAKEFILE) check
sub-i18n-check_ordered: i18n/$(MAKEFILE) sub-echoplugin-check_ordered 
	cd i18n/ && $(MAKE) -f $(MAKEFILE) check
sub-inputpanel-check_ordered: inputpanel/$(MAKEFILE) sub-i18n-check_ordered 
	cd inputpanel/ && $(MAKE) -f $(MAKEFILE) check
sub-contiguouscache-check_ordered: contiguouscache/$(MAKEFILE) sub-inputpanel-check_ordered 
	cd contiguouscache/ && $(MAKE) -f $(MAKEFILE) check
sub-plugandpaintplugins-check_ordered: plugandpaintplugins/$(MAKEFILE) sub-contiguouscache-check_ordered 
	cd plugandpaintplugins/ && $(MAKE) -f $(MAKEFILE) check
sub-plugandpaint-check_ordered: plugandpaint/$(MAKEFILE) sub-plugandpaintplugins-check_ordered 
	cd plugandpaint/ && $(MAKE) -f $(MAKEFILE) check
sub-regexp-check_ordered: regexp/$(MAKEFILE) sub-plugandpaint-check_ordered 
	cd regexp/ && $(MAKE) -f $(MAKEFILE) check
sub-settingseditor-check_ordered: settingseditor/$(MAKEFILE) sub-regexp-check_ordered 
	cd settingseditor/ && $(MAKE) -f $(MAKEFILE) check
sub-styleplugin-check_ordered: styleplugin/$(MAKEFILE) sub-settingseditor-check_ordered 
	cd styleplugin/ && $(MAKE) -f $(MAKEFILE) check
sub-treemodelcompleter-check_ordered: treemodelcompleter/$(MAKEFILE) sub-styleplugin-check_ordered 
	cd treemodelcompleter/ && $(MAKE) -f $(MAKEFILE) check
sub-undoframework-check_ordered: undoframework/$(MAKEFILE) sub-treemodelcompleter-check_ordered 
	cd undoframework/ && $(MAKE) -f $(MAKEFILE) check
check: sub-codecs-check_ordered sub-completer-check_ordered sub-customcompleter-check_ordered sub-echoplugin-check_ordered sub-i18n-check_ordered sub-inputpanel-check_ordered sub-contiguouscache-check_ordered sub-plugandpaintplugins-check_ordered sub-plugandpaint-check_ordered sub-regexp-check_ordered sub-settingseditor-check_ordered sub-styleplugin-check_ordered sub-treemodelcompleter-check_ordered sub-undoframework-check_ordered

mocclean: compiler_moc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_source_make_all
install_sources: FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/lib/qt4/examples/tools/ || $(MKDIR) $(INSTALL_ROOT)/usr/lib/qt4/examples/tools/ 
	-$(INSTALL_FILE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/tools.pro $(INSTALL_ROOT)/usr/lib/qt4/examples/tools/
	-$(INSTALL_FILE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/tools/README $(INSTALL_ROOT)/usr/lib/qt4/examples/tools/


uninstall_sources:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/tools/tools.pro 
	 -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/tools/README
	-$(DEL_DIR) $(INSTALL_ROOT)/usr/lib/qt4/examples/tools/ 


install: install_subtargets install_sources  FORCE

uninstall: uninstall_sources  uninstall_subtargets FORCE

FORCE:

