#############################################################################
# Makefile for building: animation
# Generated by qmake (2.01a) (Qt 4.8.7) on: Mon Jan 26 16:52:47 2026
# Project:  animation.pro
# Template: subdirs
# Command: /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/bin/qmake -spec ../../../mkspecs/linux-g++ -o Makefile animation.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-basics-property-animation \
		sub-basics-color-animation \
		sub-easing \
		sub-behaviors-behavior-example \
		sub-states

basics/property-animation/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) basics/property-animation/ || $(MKDIR) basics/property-animation/ 
	cd basics/property-animation/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/basics/property-animation/property-animation.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-basics-property-animation-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) basics/property-animation/ || $(MKDIR) basics/property-animation/ 
	cd basics/property-animation/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/basics/property-animation/property-animation.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-basics-property-animation: basics/property-animation/$(MAKEFILE) FORCE
	cd basics/property-animation/ && $(MAKE) -f $(MAKEFILE)
sub-basics-property-animation-make_default: basics/property-animation/$(MAKEFILE) FORCE
	cd basics/property-animation/ && $(MAKE) -f $(MAKEFILE) 
sub-basics-property-animation-make_first: basics/property-animation/$(MAKEFILE) FORCE
	cd basics/property-animation/ && $(MAKE) -f $(MAKEFILE) first
sub-basics-property-animation-all: basics/property-animation/$(MAKEFILE) FORCE
	cd basics/property-animation/ && $(MAKE) -f $(MAKEFILE) all
sub-basics-property-animation-clean: basics/property-animation/$(MAKEFILE) FORCE
	cd basics/property-animation/ && $(MAKE) -f $(MAKEFILE) clean
sub-basics-property-animation-distclean: basics/property-animation/$(MAKEFILE) FORCE
	cd basics/property-animation/ && $(MAKE) -f $(MAKEFILE) distclean
sub-basics-property-animation-install_subtargets: basics/property-animation/$(MAKEFILE) FORCE
	cd basics/property-animation/ && $(MAKE) -f $(MAKEFILE) install
sub-basics-property-animation-uninstall_subtargets: basics/property-animation/$(MAKEFILE) FORCE
	cd basics/property-animation/ && $(MAKE) -f $(MAKEFILE) uninstall
basics/color-animation/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) basics/color-animation/ || $(MKDIR) basics/color-animation/ 
	cd basics/color-animation/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/basics/color-animation/color-animation.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-basics-color-animation-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) basics/color-animation/ || $(MKDIR) basics/color-animation/ 
	cd basics/color-animation/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/basics/color-animation/color-animation.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-basics-color-animation: basics/color-animation/$(MAKEFILE) FORCE
	cd basics/color-animation/ && $(MAKE) -f $(MAKEFILE)
sub-basics-color-animation-make_default: basics/color-animation/$(MAKEFILE) FORCE
	cd basics/color-animation/ && $(MAKE) -f $(MAKEFILE) 
sub-basics-color-animation-make_first: basics/color-animation/$(MAKEFILE) FORCE
	cd basics/color-animation/ && $(MAKE) -f $(MAKEFILE) first
sub-basics-color-animation-all: basics/color-animation/$(MAKEFILE) FORCE
	cd basics/color-animation/ && $(MAKE) -f $(MAKEFILE) all
sub-basics-color-animation-clean: basics/color-animation/$(MAKEFILE) FORCE
	cd basics/color-animation/ && $(MAKE) -f $(MAKEFILE) clean
sub-basics-color-animation-distclean: basics/color-animation/$(MAKEFILE) FORCE
	cd basics/color-animation/ && $(MAKE) -f $(MAKEFILE) distclean
sub-basics-color-animation-install_subtargets: basics/color-animation/$(MAKEFILE) FORCE
	cd basics/color-animation/ && $(MAKE) -f $(MAKEFILE) install
sub-basics-color-animation-uninstall_subtargets: basics/color-animation/$(MAKEFILE) FORCE
	cd basics/color-animation/ && $(MAKE) -f $(MAKEFILE) uninstall
easing/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) easing/ || $(MKDIR) easing/ 
	cd easing/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/easing/easing.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-easing-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) easing/ || $(MKDIR) easing/ 
	cd easing/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/easing/easing.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-easing: easing/$(MAKEFILE) FORCE
	cd easing/ && $(MAKE) -f $(MAKEFILE)
sub-easing-make_default: easing/$(MAKEFILE) FORCE
	cd easing/ && $(MAKE) -f $(MAKEFILE) 
sub-easing-make_first: easing/$(MAKEFILE) FORCE
	cd easing/ && $(MAKE) -f $(MAKEFILE) first
sub-easing-all: easing/$(MAKEFILE) FORCE
	cd easing/ && $(MAKE) -f $(MAKEFILE) all
sub-easing-clean: easing/$(MAKEFILE) FORCE
	cd easing/ && $(MAKE) -f $(MAKEFILE) clean
sub-easing-distclean: easing/$(MAKEFILE) FORCE
	cd easing/ && $(MAKE) -f $(MAKEFILE) distclean
sub-easing-install_subtargets: easing/$(MAKEFILE) FORCE
	cd easing/ && $(MAKE) -f $(MAKEFILE) install
sub-easing-uninstall_subtargets: easing/$(MAKEFILE) FORCE
	cd easing/ && $(MAKE) -f $(MAKEFILE) uninstall
behaviors/behavior-example/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) behaviors/behavior-example/ || $(MKDIR) behaviors/behavior-example/ 
	cd behaviors/behavior-example/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/behaviors/behavior-example/behavior-example.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-behaviors-behavior-example-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) behaviors/behavior-example/ || $(MKDIR) behaviors/behavior-example/ 
	cd behaviors/behavior-example/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/behaviors/behavior-example/behavior-example.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-behaviors-behavior-example: behaviors/behavior-example/$(MAKEFILE) FORCE
	cd behaviors/behavior-example/ && $(MAKE) -f $(MAKEFILE)
sub-behaviors-behavior-example-make_default: behaviors/behavior-example/$(MAKEFILE) FORCE
	cd behaviors/behavior-example/ && $(MAKE) -f $(MAKEFILE) 
sub-behaviors-behavior-example-make_first: behaviors/behavior-example/$(MAKEFILE) FORCE
	cd behaviors/behavior-example/ && $(MAKE) -f $(MAKEFILE) first
sub-behaviors-behavior-example-all: behaviors/behavior-example/$(MAKEFILE) FORCE
	cd behaviors/behavior-example/ && $(MAKE) -f $(MAKEFILE) all
sub-behaviors-behavior-example-clean: behaviors/behavior-example/$(MAKEFILE) FORCE
	cd behaviors/behavior-example/ && $(MAKE) -f $(MAKEFILE) clean
sub-behaviors-behavior-example-distclean: behaviors/behavior-example/$(MAKEFILE) FORCE
	cd behaviors/behavior-example/ && $(MAKE) -f $(MAKEFILE) distclean
sub-behaviors-behavior-example-install_subtargets: behaviors/behavior-example/$(MAKEFILE) FORCE
	cd behaviors/behavior-example/ && $(MAKE) -f $(MAKEFILE) install
sub-behaviors-behavior-example-uninstall_subtargets: behaviors/behavior-example/$(MAKEFILE) FORCE
	cd behaviors/behavior-example/ && $(MAKE) -f $(MAKEFILE) uninstall
states/$(MAKEFILE): 
	@$(CHK_DIR_EXISTS) states/ || $(MKDIR) states/ 
	cd states/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/states/states.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-states-qmake_all:  FORCE
	@$(CHK_DIR_EXISTS) states/ || $(MKDIR) states/ 
	cd states/ && $(QMAKE) /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/examples/declarative/animation/states/states.pro -spec /builddir/build/BUILD/qt-everywhere-opensource-src-4.8.7/mkspecs/linux-g++ -o $(MAKEFILE)
sub-states: states/$(MAKEFILE) FORCE
	cd states/ && $(MAKE) -f $(MAKEFILE)
sub-states-make_default: states/$(MAKEFILE) FORCE
	cd states/ && $(MAKE) -f $(MAKEFILE) 
sub-states-make_first: states/$(MAKEFILE) FORCE
	cd states/ && $(MAKE) -f $(MAKEFILE) first
sub-states-all: states/$(MAKEFILE) FORCE
	cd states/ && $(MAKE) -f $(MAKEFILE) all
sub-states-clean: states/$(MAKEFILE) FORCE
	cd states/ && $(MAKE) -f $(MAKEFILE) clean
sub-states-distclean: states/$(MAKEFILE) FORCE
	cd states/ && $(MAKE) -f $(MAKEFILE) distclean
sub-states-install_subtargets: states/$(MAKEFILE) FORCE
	cd states/ && $(MAKE) -f $(MAKEFILE) install
sub-states-uninstall_subtargets: states/$(MAKEFILE) FORCE
	cd states/ && $(MAKE) -f $(MAKEFILE) uninstall

Makefile: animation.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 animation.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 animation.pro

qmake_all: sub-basics-property-animation-qmake_all sub-basics-color-animation-qmake_all sub-easing-qmake_all sub-behaviors-behavior-example-qmake_all sub-states-qmake_all FORCE

make_default: sub-basics-property-animation-make_default sub-basics-color-animation-make_default sub-easing-make_default sub-behaviors-behavior-example-make_default sub-states-make_default FORCE
make_first: sub-basics-property-animation-make_first sub-basics-color-animation-make_first sub-easing-make_first sub-behaviors-behavior-example-make_first sub-states-make_first FORCE
all: sub-basics-property-animation-all sub-basics-color-animation-all sub-easing-all sub-behaviors-behavior-example-all sub-states-all FORCE
clean: sub-basics-property-animation-clean sub-basics-color-animation-clean sub-easing-clean sub-behaviors-behavior-example-clean sub-states-clean FORCE
distclean: sub-basics-property-animation-distclean sub-basics-color-animation-distclean sub-easing-distclean sub-behaviors-behavior-example-distclean sub-states-distclean FORCE
	-$(DEL_FILE) Makefile
install_subtargets: sub-basics-property-animation-install_subtargets sub-basics-color-animation-install_subtargets sub-easing-install_subtargets sub-behaviors-behavior-example-install_subtargets sub-states-install_subtargets FORCE
uninstall_subtargets: sub-basics-property-animation-uninstall_subtargets sub-basics-color-animation-uninstall_subtargets sub-easing-uninstall_subtargets sub-behaviors-behavior-example-uninstall_subtargets sub-states-uninstall_subtargets FORCE

sub-basics-property-animation-check: basics/property-animation/$(MAKEFILE)
	cd basics/property-animation/ && $(MAKE) -f $(MAKEFILE) check
sub-basics-color-animation-check: basics/color-animation/$(MAKEFILE)
	cd basics/color-animation/ && $(MAKE) -f $(MAKEFILE) check
sub-easing-check: easing/$(MAKEFILE)
	cd easing/ && $(MAKE) -f $(MAKEFILE) check
sub-behaviors-behavior-example-check: behaviors/behavior-example/$(MAKEFILE)
	cd behaviors/behavior-example/ && $(MAKE) -f $(MAKEFILE) check
sub-states-check: states/$(MAKEFILE)
	cd states/ && $(MAKE) -f $(MAKEFILE) check
check: sub-basics-property-animation-check sub-basics-color-animation-check sub-easing-check sub-behaviors-behavior-example-check sub-states-check

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:

