# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.6

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canoncical targets will work.
.SUFFIXES:

# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list

# Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E remove -f

# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: install/local
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: install/strip
.PHONY : install/strip/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Devel\" \"Unspecified\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test
.PHONY : test/fast

# The main all target
all: cmake_check_build_system
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(CMAKE_COMMAND) -E cmake_progress_start /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice/CMakeFiles /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice/libs/kotext/CMakeFiles/progress.make
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f CMakeFiles/Makefile2 libs/kotext/all
	$(CMAKE_COMMAND) -E cmake_progress_start /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f CMakeFiles/Makefile2 libs/kotext/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f CMakeFiles/Makefile2 libs/kotext/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f CMakeFiles/Makefile2 libs/kotext/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
libs/kotext/CMakeFiles/kotext.dir/rule:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f CMakeFiles/Makefile2 libs/kotext/CMakeFiles/kotext.dir/rule
.PHONY : libs/kotext/CMakeFiles/kotext.dir/rule

# Convenience name for target.
kotext: libs/kotext/CMakeFiles/kotext.dir/rule
.PHONY : kotext

# fast build rule for target.
kotext/fast:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/build
.PHONY : kotext/fast

# Convenience name for target.
libs/kotext/CMakeFiles/kotext_automoc.dir/rule:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f CMakeFiles/Makefile2 libs/kotext/CMakeFiles/kotext_automoc.dir/rule
.PHONY : libs/kotext/CMakeFiles/kotext_automoc.dir/rule

# Convenience name for target.
kotext_automoc: libs/kotext/CMakeFiles/kotext_automoc.dir/rule
.PHONY : kotext_automoc

# fast build rule for target.
kotext_automoc/fast:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext_automoc.dir/build.make libs/kotext/CMakeFiles/kotext_automoc.dir/build
.PHONY : kotext_automoc/fast

# target to build an object file
FindDirection_p.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/FindDirection_p.o
.PHONY : FindDirection_p.o

# target to preprocess a source file
FindDirection_p.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/FindDirection_p.i
.PHONY : FindDirection_p.i

# target to generate assembly for a file
FindDirection_p.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/FindDirection_p.s
.PHONY : FindDirection_p.s

# target to build an object file
InsertNamedVariableAction.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/InsertNamedVariableAction.o
.PHONY : InsertNamedVariableAction.o

# target to preprocess a source file
InsertNamedVariableAction.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/InsertNamedVariableAction.i
.PHONY : InsertNamedVariableAction.i

# target to generate assembly for a file
InsertNamedVariableAction.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/InsertNamedVariableAction.s
.PHONY : InsertNamedVariableAction.s

# target to build an object file
InsertTextReferenceAction.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/InsertTextReferenceAction.o
.PHONY : InsertTextReferenceAction.o

# target to preprocess a source file
InsertTextReferenceAction.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/InsertTextReferenceAction.i
.PHONY : InsertTextReferenceAction.i

# target to generate assembly for a file
InsertTextReferenceAction.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/InsertTextReferenceAction.s
.PHONY : InsertTextReferenceAction.s

# target to build an object file
InsertVariableAction.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/InsertVariableAction.o
.PHONY : InsertVariableAction.o

# target to preprocess a source file
InsertVariableAction.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/InsertVariableAction.i
.PHONY : InsertVariableAction.i

# target to generate assembly for a file
InsertVariableAction.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/InsertVariableAction.s
.PHONY : InsertVariableAction.s

# target to build an object file
InsertVariableActionBase.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/InsertVariableActionBase.o
.PHONY : InsertVariableActionBase.o

# target to preprocess a source file
InsertVariableActionBase.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/InsertVariableActionBase.i
.PHONY : InsertVariableActionBase.i

# target to generate assembly for a file
InsertVariableActionBase.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/InsertVariableActionBase.s
.PHONY : InsertVariableActionBase.s

# target to build an object file
KoBookmark.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoBookmark.o
.PHONY : KoBookmark.o

# target to preprocess a source file
KoBookmark.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoBookmark.i
.PHONY : KoBookmark.i

# target to generate assembly for a file
KoBookmark.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoBookmark.s
.PHONY : KoBookmark.s

# target to build an object file
KoBookmarkManager.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoBookmarkManager.o
.PHONY : KoBookmarkManager.o

# target to preprocess a source file
KoBookmarkManager.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoBookmarkManager.i
.PHONY : KoBookmarkManager.i

# target to generate assembly for a file
KoBookmarkManager.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoBookmarkManager.s
.PHONY : KoBookmarkManager.s

# target to build an object file
KoFind.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoFind.o
.PHONY : KoFind.o

# target to preprocess a source file
KoFind.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoFind.i
.PHONY : KoFind.i

# target to generate assembly for a file
KoFind.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoFind.s
.PHONY : KoFind.s

# target to build an object file
KoFindStrategy.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoFindStrategy.o
.PHONY : KoFindStrategy.o

# target to preprocess a source file
KoFindStrategy.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoFindStrategy.i
.PHONY : KoFindStrategy.i

# target to generate assembly for a file
KoFindStrategy.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoFindStrategy.s
.PHONY : KoFindStrategy.s

# target to build an object file
KoFind_p.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoFind_p.o
.PHONY : KoFind_p.o

# target to preprocess a source file
KoFind_p.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoFind_p.i
.PHONY : KoFind_p.i

# target to generate assembly for a file
KoFind_p.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoFind_p.s
.PHONY : KoFind_p.s

# target to build an object file
KoInlineNote.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoInlineNote.o
.PHONY : KoInlineNote.o

# target to preprocess a source file
KoInlineNote.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoInlineNote.i
.PHONY : KoInlineNote.i

# target to generate assembly for a file
KoInlineNote.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoInlineNote.s
.PHONY : KoInlineNote.s

# target to build an object file
KoInlineObject.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoInlineObject.o
.PHONY : KoInlineObject.o

# target to preprocess a source file
KoInlineObject.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoInlineObject.i
.PHONY : KoInlineObject.i

# target to generate assembly for a file
KoInlineObject.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoInlineObject.s
.PHONY : KoInlineObject.s

# target to build an object file
KoInlineTextObjectManager.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoInlineTextObjectManager.o
.PHONY : KoInlineTextObjectManager.o

# target to preprocess a source file
KoInlineTextObjectManager.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoInlineTextObjectManager.i
.PHONY : KoInlineTextObjectManager.i

# target to generate assembly for a file
KoInlineTextObjectManager.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoInlineTextObjectManager.s
.PHONY : KoInlineTextObjectManager.s

# target to build an object file
KoList.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoList.o
.PHONY : KoList.o

# target to preprocess a source file
KoList.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoList.i
.PHONY : KoList.i

# target to generate assembly for a file
KoList.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoList.s
.PHONY : KoList.s

# target to build an object file
KoNamedVariable.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoNamedVariable.o
.PHONY : KoNamedVariable.o

# target to preprocess a source file
KoNamedVariable.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoNamedVariable.i
.PHONY : KoNamedVariable.i

# target to generate assembly for a file
KoNamedVariable.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoNamedVariable.s
.PHONY : KoNamedVariable.s

# target to build an object file
KoPageFormat.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoPageFormat.o
.PHONY : KoPageFormat.o

# target to preprocess a source file
KoPageFormat.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoPageFormat.i
.PHONY : KoPageFormat.i

# target to generate assembly for a file
KoPageFormat.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoPageFormat.s
.PHONY : KoPageFormat.s

# target to build an object file
KoPageProvider.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoPageProvider.o
.PHONY : KoPageProvider.o

# target to preprocess a source file
KoPageProvider.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoPageProvider.i
.PHONY : KoPageProvider.i

# target to generate assembly for a file
KoPageProvider.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoPageProvider.s
.PHONY : KoPageProvider.s

# target to build an object file
KoReplaceStrategy.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoReplaceStrategy.o
.PHONY : KoReplaceStrategy.o

# target to preprocess a source file
KoReplaceStrategy.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoReplaceStrategy.i
.PHONY : KoReplaceStrategy.i

# target to generate assembly for a file
KoReplaceStrategy.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoReplaceStrategy.s
.PHONY : KoReplaceStrategy.s

# target to build an object file
KoTableColumnAndRowStyleManager.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTableColumnAndRowStyleManager.o
.PHONY : KoTableColumnAndRowStyleManager.o

# target to preprocess a source file
KoTableColumnAndRowStyleManager.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTableColumnAndRowStyleManager.i
.PHONY : KoTableColumnAndRowStyleManager.i

# target to generate assembly for a file
KoTableColumnAndRowStyleManager.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTableColumnAndRowStyleManager.s
.PHONY : KoTableColumnAndRowStyleManager.s

# target to build an object file
KoText.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoText.o
.PHONY : KoText.o

# target to preprocess a source file
KoText.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoText.i
.PHONY : KoText.i

# target to generate assembly for a file
KoText.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoText.s
.PHONY : KoText.s

# target to build an object file
KoTextAnchor.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextAnchor.o
.PHONY : KoTextAnchor.o

# target to preprocess a source file
KoTextAnchor.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextAnchor.i
.PHONY : KoTextAnchor.i

# target to generate assembly for a file
KoTextAnchor.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextAnchor.s
.PHONY : KoTextAnchor.s

# target to build an object file
KoTextBlockBorderData.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextBlockBorderData.o
.PHONY : KoTextBlockBorderData.o

# target to preprocess a source file
KoTextBlockBorderData.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextBlockBorderData.i
.PHONY : KoTextBlockBorderData.i

# target to generate assembly for a file
KoTextBlockBorderData.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextBlockBorderData.s
.PHONY : KoTextBlockBorderData.s

# target to build an object file
KoTextBlockData.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextBlockData.o
.PHONY : KoTextBlockData.o

# target to preprocess a source file
KoTextBlockData.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextBlockData.i
.PHONY : KoTextBlockData.i

# target to generate assembly for a file
KoTextBlockData.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextBlockData.s
.PHONY : KoTextBlockData.s

# target to build an object file
KoTextDebug.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextDebug.o
.PHONY : KoTextDebug.o

# target to preprocess a source file
KoTextDebug.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextDebug.i
.PHONY : KoTextDebug.i

# target to generate assembly for a file
KoTextDebug.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextDebug.s
.PHONY : KoTextDebug.s

# target to build an object file
KoTextDocument.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextDocument.o
.PHONY : KoTextDocument.o

# target to preprocess a source file
KoTextDocument.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextDocument.i
.PHONY : KoTextDocument.i

# target to generate assembly for a file
KoTextDocument.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextDocument.s
.PHONY : KoTextDocument.s

# target to build an object file
KoTextDocumentLayout.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextDocumentLayout.o
.PHONY : KoTextDocumentLayout.o

# target to preprocess a source file
KoTextDocumentLayout.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextDocumentLayout.i
.PHONY : KoTextDocumentLayout.i

# target to generate assembly for a file
KoTextDocumentLayout.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextDocumentLayout.s
.PHONY : KoTextDocumentLayout.s

# target to build an object file
KoTextDrag.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextDrag.o
.PHONY : KoTextDrag.o

# target to preprocess a source file
KoTextDrag.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextDrag.i
.PHONY : KoTextDrag.i

# target to generate assembly for a file
KoTextDrag.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextDrag.s
.PHONY : KoTextDrag.s

# target to build an object file
KoTextEditingFactory.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextEditingFactory.o
.PHONY : KoTextEditingFactory.o

# target to preprocess a source file
KoTextEditingFactory.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextEditingFactory.i
.PHONY : KoTextEditingFactory.i

# target to generate assembly for a file
KoTextEditingFactory.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextEditingFactory.s
.PHONY : KoTextEditingFactory.s

# target to build an object file
KoTextEditingPlugin.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextEditingPlugin.o
.PHONY : KoTextEditingPlugin.o

# target to preprocess a source file
KoTextEditingPlugin.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextEditingPlugin.i
.PHONY : KoTextEditingPlugin.i

# target to generate assembly for a file
KoTextEditingPlugin.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextEditingPlugin.s
.PHONY : KoTextEditingPlugin.s

# target to build an object file
KoTextEditingRegistry.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextEditingRegistry.o
.PHONY : KoTextEditingRegistry.o

# target to preprocess a source file
KoTextEditingRegistry.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextEditingRegistry.i
.PHONY : KoTextEditingRegistry.i

# target to generate assembly for a file
KoTextEditingRegistry.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextEditingRegistry.s
.PHONY : KoTextEditingRegistry.s

# target to build an object file
KoTextEditor.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextEditor.o
.PHONY : KoTextEditor.o

# target to preprocess a source file
KoTextEditor.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextEditor.i
.PHONY : KoTextEditor.i

# target to generate assembly for a file
KoTextEditor.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextEditor.s
.PHONY : KoTextEditor.s

# target to build an object file
KoTextLocator.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextLocator.o
.PHONY : KoTextLocator.o

# target to preprocess a source file
KoTextLocator.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextLocator.i
.PHONY : KoTextLocator.i

# target to generate assembly for a file
KoTextLocator.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextLocator.s
.PHONY : KoTextLocator.s

# target to build an object file
KoTextOdfSaveHelper.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextOdfSaveHelper.o
.PHONY : KoTextOdfSaveHelper.o

# target to preprocess a source file
KoTextOdfSaveHelper.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextOdfSaveHelper.i
.PHONY : KoTextOdfSaveHelper.i

# target to generate assembly for a file
KoTextOdfSaveHelper.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextOdfSaveHelper.s
.PHONY : KoTextOdfSaveHelper.s

# target to build an object file
KoTextPage.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextPage.o
.PHONY : KoTextPage.o

# target to preprocess a source file
KoTextPage.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextPage.i
.PHONY : KoTextPage.i

# target to generate assembly for a file
KoTextPage.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextPage.s
.PHONY : KoTextPage.s

# target to build an object file
KoTextPaste.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextPaste.o
.PHONY : KoTextPaste.o

# target to preprocess a source file
KoTextPaste.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextPaste.i
.PHONY : KoTextPaste.i

# target to generate assembly for a file
KoTextPaste.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextPaste.s
.PHONY : KoTextPaste.s

# target to build an object file
KoTextReference.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextReference.o
.PHONY : KoTextReference.o

# target to preprocess a source file
KoTextReference.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextReference.i
.PHONY : KoTextReference.i

# target to generate assembly for a file
KoTextReference.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextReference.s
.PHONY : KoTextReference.s

# target to build an object file
KoTextShapeContainerModel.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextShapeContainerModel.o
.PHONY : KoTextShapeContainerModel.o

# target to preprocess a source file
KoTextShapeContainerModel.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextShapeContainerModel.i
.PHONY : KoTextShapeContainerModel.i

# target to generate assembly for a file
KoTextShapeContainerModel.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextShapeContainerModel.s
.PHONY : KoTextShapeContainerModel.s

# target to build an object file
KoTextShapeData.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextShapeData.o
.PHONY : KoTextShapeData.o

# target to preprocess a source file
KoTextShapeData.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextShapeData.i
.PHONY : KoTextShapeData.i

# target to generate assembly for a file
KoTextShapeData.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextShapeData.s
.PHONY : KoTextShapeData.s

# target to build an object file
KoTextShapeSavingContext.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextShapeSavingContext.o
.PHONY : KoTextShapeSavingContext.o

# target to preprocess a source file
KoTextShapeSavingContext.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextShapeSavingContext.i
.PHONY : KoTextShapeSavingContext.i

# target to generate assembly for a file
KoTextShapeSavingContext.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoTextShapeSavingContext.s
.PHONY : KoTextShapeSavingContext.s

# target to build an object file
KoUndoStack.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoUndoStack.o
.PHONY : KoUndoStack.o

# target to preprocess a source file
KoUndoStack.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoUndoStack.i
.PHONY : KoUndoStack.i

# target to generate assembly for a file
KoUndoStack.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoUndoStack.s
.PHONY : KoUndoStack.s

# target to build an object file
KoVariable.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoVariable.o
.PHONY : KoVariable.o

# target to preprocess a source file
KoVariable.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoVariable.i
.PHONY : KoVariable.i

# target to generate assembly for a file
KoVariable.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoVariable.s
.PHONY : KoVariable.s

# target to build an object file
KoVariableFactory.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoVariableFactory.o
.PHONY : KoVariableFactory.o

# target to preprocess a source file
KoVariableFactory.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoVariableFactory.i
.PHONY : KoVariableFactory.i

# target to generate assembly for a file
KoVariableFactory.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoVariableFactory.s
.PHONY : KoVariableFactory.s

# target to build an object file
KoVariableManager.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoVariableManager.o
.PHONY : KoVariableManager.o

# target to preprocess a source file
KoVariableManager.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoVariableManager.i
.PHONY : KoVariableManager.i

# target to generate assembly for a file
KoVariableManager.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoVariableManager.s
.PHONY : KoVariableManager.s

# target to build an object file
KoVariableRegistry.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoVariableRegistry.o
.PHONY : KoVariableRegistry.o

# target to preprocess a source file
KoVariableRegistry.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoVariableRegistry.i
.PHONY : KoVariableRegistry.i

# target to generate assembly for a file
KoVariableRegistry.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/KoVariableRegistry.s
.PHONY : KoVariableRegistry.s

# target to build an object file
changetracker/KoChangeTracker.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/changetracker/KoChangeTracker.o
.PHONY : changetracker/KoChangeTracker.o

# target to preprocess a source file
changetracker/KoChangeTracker.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/changetracker/KoChangeTracker.i
.PHONY : changetracker/KoChangeTracker.i

# target to generate assembly for a file
changetracker/KoChangeTracker.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/changetracker/KoChangeTracker.s
.PHONY : changetracker/KoChangeTracker.s

# target to build an object file
changetracker/KoChangeTrackerElement.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/changetracker/KoChangeTrackerElement.o
.PHONY : changetracker/KoChangeTrackerElement.o

# target to preprocess a source file
changetracker/KoChangeTrackerElement.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/changetracker/KoChangeTrackerElement.i
.PHONY : changetracker/KoChangeTrackerElement.i

# target to generate assembly for a file
changetracker/KoChangeTrackerElement.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/changetracker/KoChangeTrackerElement.s
.PHONY : changetracker/KoChangeTrackerElement.s

# target to build an object file
changetracker/KoDeleteChangeMarker.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/changetracker/KoDeleteChangeMarker.o
.PHONY : changetracker/KoDeleteChangeMarker.o

# target to preprocess a source file
changetracker/KoDeleteChangeMarker.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/changetracker/KoDeleteChangeMarker.i
.PHONY : changetracker/KoDeleteChangeMarker.i

# target to generate assembly for a file
changetracker/KoDeleteChangeMarker.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/changetracker/KoDeleteChangeMarker.s
.PHONY : changetracker/KoDeleteChangeMarker.s

# target to build an object file
kotext_automoc.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/kotext_automoc.o
.PHONY : kotext_automoc.o

# target to preprocess a source file
kotext_automoc.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/kotext_automoc.i
.PHONY : kotext_automoc.i

# target to generate assembly for a file
kotext_automoc.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/kotext_automoc.s
.PHONY : kotext_automoc.s

# target to build an object file
opendocument/KoTextLoader.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/opendocument/KoTextLoader.o
.PHONY : opendocument/KoTextLoader.o

# target to preprocess a source file
opendocument/KoTextLoader.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/opendocument/KoTextLoader.i
.PHONY : opendocument/KoTextLoader.i

# target to generate assembly for a file
opendocument/KoTextLoader.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/opendocument/KoTextLoader.s
.PHONY : opendocument/KoTextLoader.s

# target to build an object file
opendocument/KoTextSharedLoadingData.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/opendocument/KoTextSharedLoadingData.o
.PHONY : opendocument/KoTextSharedLoadingData.o

# target to preprocess a source file
opendocument/KoTextSharedLoadingData.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/opendocument/KoTextSharedLoadingData.i
.PHONY : opendocument/KoTextSharedLoadingData.i

# target to generate assembly for a file
opendocument/KoTextSharedLoadingData.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/opendocument/KoTextSharedLoadingData.s
.PHONY : opendocument/KoTextSharedLoadingData.s

# target to build an object file
opendocument/KoTextSharedSavingData.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/opendocument/KoTextSharedSavingData.o
.PHONY : opendocument/KoTextSharedSavingData.o

# target to preprocess a source file
opendocument/KoTextSharedSavingData.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/opendocument/KoTextSharedSavingData.i
.PHONY : opendocument/KoTextSharedSavingData.i

# target to generate assembly for a file
opendocument/KoTextSharedSavingData.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/opendocument/KoTextSharedSavingData.s
.PHONY : opendocument/KoTextSharedSavingData.s

# target to build an object file
opendocument/KoTextWriter.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/opendocument/KoTextWriter.o
.PHONY : opendocument/KoTextWriter.o

# target to preprocess a source file
opendocument/KoTextWriter.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/opendocument/KoTextWriter.i
.PHONY : opendocument/KoTextWriter.i

# target to generate assembly for a file
opendocument/KoTextWriter.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/opendocument/KoTextWriter.s
.PHONY : opendocument/KoTextWriter.s

# target to build an object file
styles/ChangeFollower.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/ChangeFollower.o
.PHONY : styles/ChangeFollower.o

# target to preprocess a source file
styles/ChangeFollower.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/ChangeFollower.i
.PHONY : styles/ChangeFollower.i

# target to generate assembly for a file
styles/ChangeFollower.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/ChangeFollower.s
.PHONY : styles/ChangeFollower.s

# target to build an object file
styles/KoCharacterStyle.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoCharacterStyle.o
.PHONY : styles/KoCharacterStyle.o

# target to preprocess a source file
styles/KoCharacterStyle.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoCharacterStyle.i
.PHONY : styles/KoCharacterStyle.i

# target to generate assembly for a file
styles/KoCharacterStyle.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoCharacterStyle.s
.PHONY : styles/KoCharacterStyle.s

# target to build an object file
styles/KoListLevelProperties.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoListLevelProperties.o
.PHONY : styles/KoListLevelProperties.o

# target to preprocess a source file
styles/KoListLevelProperties.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoListLevelProperties.i
.PHONY : styles/KoListLevelProperties.i

# target to generate assembly for a file
styles/KoListLevelProperties.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoListLevelProperties.s
.PHONY : styles/KoListLevelProperties.s

# target to build an object file
styles/KoListStyle.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoListStyle.o
.PHONY : styles/KoListStyle.o

# target to preprocess a source file
styles/KoListStyle.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoListStyle.i
.PHONY : styles/KoListStyle.i

# target to generate assembly for a file
styles/KoListStyle.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoListStyle.s
.PHONY : styles/KoListStyle.s

# target to build an object file
styles/KoParagraphStyle.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoParagraphStyle.o
.PHONY : styles/KoParagraphStyle.o

# target to preprocess a source file
styles/KoParagraphStyle.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoParagraphStyle.i
.PHONY : styles/KoParagraphStyle.i

# target to generate assembly for a file
styles/KoParagraphStyle.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoParagraphStyle.s
.PHONY : styles/KoParagraphStyle.s

# target to build an object file
styles/KoStyleManager.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoStyleManager.o
.PHONY : styles/KoStyleManager.o

# target to preprocess a source file
styles/KoStyleManager.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoStyleManager.i
.PHONY : styles/KoStyleManager.i

# target to generate assembly for a file
styles/KoStyleManager.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoStyleManager.s
.PHONY : styles/KoStyleManager.s

# target to build an object file
styles/KoTableCellStyle.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableCellStyle.o
.PHONY : styles/KoTableCellStyle.o

# target to preprocess a source file
styles/KoTableCellStyle.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableCellStyle.i
.PHONY : styles/KoTableCellStyle.i

# target to generate assembly for a file
styles/KoTableCellStyle.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableCellStyle.s
.PHONY : styles/KoTableCellStyle.s

# target to build an object file
styles/KoTableColumnFormat.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableColumnFormat.o
.PHONY : styles/KoTableColumnFormat.o

# target to preprocess a source file
styles/KoTableColumnFormat.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableColumnFormat.i
.PHONY : styles/KoTableColumnFormat.i

# target to generate assembly for a file
styles/KoTableColumnFormat.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableColumnFormat.s
.PHONY : styles/KoTableColumnFormat.s

# target to build an object file
styles/KoTableColumnStyle.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableColumnStyle.o
.PHONY : styles/KoTableColumnStyle.o

# target to preprocess a source file
styles/KoTableColumnStyle.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableColumnStyle.i
.PHONY : styles/KoTableColumnStyle.i

# target to generate assembly for a file
styles/KoTableColumnStyle.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableColumnStyle.s
.PHONY : styles/KoTableColumnStyle.s

# target to build an object file
styles/KoTableFormat.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableFormat.o
.PHONY : styles/KoTableFormat.o

# target to preprocess a source file
styles/KoTableFormat.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableFormat.i
.PHONY : styles/KoTableFormat.i

# target to generate assembly for a file
styles/KoTableFormat.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableFormat.s
.PHONY : styles/KoTableFormat.s

# target to build an object file
styles/KoTableFormat_p.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableFormat_p.o
.PHONY : styles/KoTableFormat_p.o

# target to preprocess a source file
styles/KoTableFormat_p.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableFormat_p.i
.PHONY : styles/KoTableFormat_p.i

# target to generate assembly for a file
styles/KoTableFormat_p.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableFormat_p.s
.PHONY : styles/KoTableFormat_p.s

# target to build an object file
styles/KoTableRowFormat.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableRowFormat.o
.PHONY : styles/KoTableRowFormat.o

# target to preprocess a source file
styles/KoTableRowFormat.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableRowFormat.i
.PHONY : styles/KoTableRowFormat.i

# target to generate assembly for a file
styles/KoTableRowFormat.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableRowFormat.s
.PHONY : styles/KoTableRowFormat.s

# target to build an object file
styles/KoTableRowStyle.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableRowStyle.o
.PHONY : styles/KoTableRowStyle.o

# target to preprocess a source file
styles/KoTableRowStyle.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableRowStyle.i
.PHONY : styles/KoTableRowStyle.i

# target to generate assembly for a file
styles/KoTableRowStyle.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableRowStyle.s
.PHONY : styles/KoTableRowStyle.s

# target to build an object file
styles/KoTableStyle.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableStyle.o
.PHONY : styles/KoTableStyle.o

# target to preprocess a source file
styles/KoTableStyle.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableStyle.i
.PHONY : styles/KoTableStyle.i

# target to generate assembly for a file
styles/KoTableStyle.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/KoTableStyle.s
.PHONY : styles/KoTableStyle.s

# target to build an object file
styles/Styles_p.o:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/Styles_p.o
.PHONY : styles/Styles_p.o

# target to preprocess a source file
styles/Styles_p.i:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/Styles_p.i
.PHONY : styles/Styles_p.i

# target to generate assembly for a file
styles/Styles_p.s:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(MAKE) -f libs/kotext/CMakeFiles/kotext.dir/build.make libs/kotext/CMakeFiles/kotext.dir/styles/Styles_p.s
.PHONY : styles/Styles_p.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... kotext"
	@echo "... kotext_automoc"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... FindDirection_p.o"
	@echo "... FindDirection_p.i"
	@echo "... FindDirection_p.s"
	@echo "... InsertNamedVariableAction.o"
	@echo "... InsertNamedVariableAction.i"
	@echo "... InsertNamedVariableAction.s"
	@echo "... InsertTextReferenceAction.o"
	@echo "... InsertTextReferenceAction.i"
	@echo "... InsertTextReferenceAction.s"
	@echo "... InsertVariableAction.o"
	@echo "... InsertVariableAction.i"
	@echo "... InsertVariableAction.s"
	@echo "... InsertVariableActionBase.o"
	@echo "... InsertVariableActionBase.i"
	@echo "... InsertVariableActionBase.s"
	@echo "... KoBookmark.o"
	@echo "... KoBookmark.i"
	@echo "... KoBookmark.s"
	@echo "... KoBookmarkManager.o"
	@echo "... KoBookmarkManager.i"
	@echo "... KoBookmarkManager.s"
	@echo "... KoFind.o"
	@echo "... KoFind.i"
	@echo "... KoFind.s"
	@echo "... KoFindStrategy.o"
	@echo "... KoFindStrategy.i"
	@echo "... KoFindStrategy.s"
	@echo "... KoFind_p.o"
	@echo "... KoFind_p.i"
	@echo "... KoFind_p.s"
	@echo "... KoInlineNote.o"
	@echo "... KoInlineNote.i"
	@echo "... KoInlineNote.s"
	@echo "... KoInlineObject.o"
	@echo "... KoInlineObject.i"
	@echo "... KoInlineObject.s"
	@echo "... KoInlineTextObjectManager.o"
	@echo "... KoInlineTextObjectManager.i"
	@echo "... KoInlineTextObjectManager.s"
	@echo "... KoList.o"
	@echo "... KoList.i"
	@echo "... KoList.s"
	@echo "... KoNamedVariable.o"
	@echo "... KoNamedVariable.i"
	@echo "... KoNamedVariable.s"
	@echo "... KoPageFormat.o"
	@echo "... KoPageFormat.i"
	@echo "... KoPageFormat.s"
	@echo "... KoPageProvider.o"
	@echo "... KoPageProvider.i"
	@echo "... KoPageProvider.s"
	@echo "... KoReplaceStrategy.o"
	@echo "... KoReplaceStrategy.i"
	@echo "... KoReplaceStrategy.s"
	@echo "... KoTableColumnAndRowStyleManager.o"
	@echo "... KoTableColumnAndRowStyleManager.i"
	@echo "... KoTableColumnAndRowStyleManager.s"
	@echo "... KoText.o"
	@echo "... KoText.i"
	@echo "... KoText.s"
	@echo "... KoTextAnchor.o"
	@echo "... KoTextAnchor.i"
	@echo "... KoTextAnchor.s"
	@echo "... KoTextBlockBorderData.o"
	@echo "... KoTextBlockBorderData.i"
	@echo "... KoTextBlockBorderData.s"
	@echo "... KoTextBlockData.o"
	@echo "... KoTextBlockData.i"
	@echo "... KoTextBlockData.s"
	@echo "... KoTextDebug.o"
	@echo "... KoTextDebug.i"
	@echo "... KoTextDebug.s"
	@echo "... KoTextDocument.o"
	@echo "... KoTextDocument.i"
	@echo "... KoTextDocument.s"
	@echo "... KoTextDocumentLayout.o"
	@echo "... KoTextDocumentLayout.i"
	@echo "... KoTextDocumentLayout.s"
	@echo "... KoTextDrag.o"
	@echo "... KoTextDrag.i"
	@echo "... KoTextDrag.s"
	@echo "... KoTextEditingFactory.o"
	@echo "... KoTextEditingFactory.i"
	@echo "... KoTextEditingFactory.s"
	@echo "... KoTextEditingPlugin.o"
	@echo "... KoTextEditingPlugin.i"
	@echo "... KoTextEditingPlugin.s"
	@echo "... KoTextEditingRegistry.o"
	@echo "... KoTextEditingRegistry.i"
	@echo "... KoTextEditingRegistry.s"
	@echo "... KoTextEditor.o"
	@echo "... KoTextEditor.i"
	@echo "... KoTextEditor.s"
	@echo "... KoTextLocator.o"
	@echo "... KoTextLocator.i"
	@echo "... KoTextLocator.s"
	@echo "... KoTextOdfSaveHelper.o"
	@echo "... KoTextOdfSaveHelper.i"
	@echo "... KoTextOdfSaveHelper.s"
	@echo "... KoTextPage.o"
	@echo "... KoTextPage.i"
	@echo "... KoTextPage.s"
	@echo "... KoTextPaste.o"
	@echo "... KoTextPaste.i"
	@echo "... KoTextPaste.s"
	@echo "... KoTextReference.o"
	@echo "... KoTextReference.i"
	@echo "... KoTextReference.s"
	@echo "... KoTextShapeContainerModel.o"
	@echo "... KoTextShapeContainerModel.i"
	@echo "... KoTextShapeContainerModel.s"
	@echo "... KoTextShapeData.o"
	@echo "... KoTextShapeData.i"
	@echo "... KoTextShapeData.s"
	@echo "... KoTextShapeSavingContext.o"
	@echo "... KoTextShapeSavingContext.i"
	@echo "... KoTextShapeSavingContext.s"
	@echo "... KoUndoStack.o"
	@echo "... KoUndoStack.i"
	@echo "... KoUndoStack.s"
	@echo "... KoVariable.o"
	@echo "... KoVariable.i"
	@echo "... KoVariable.s"
	@echo "... KoVariableFactory.o"
	@echo "... KoVariableFactory.i"
	@echo "... KoVariableFactory.s"
	@echo "... KoVariableManager.o"
	@echo "... KoVariableManager.i"
	@echo "... KoVariableManager.s"
	@echo "... KoVariableRegistry.o"
	@echo "... KoVariableRegistry.i"
	@echo "... KoVariableRegistry.s"
	@echo "... changetracker/KoChangeTracker.o"
	@echo "... changetracker/KoChangeTracker.i"
	@echo "... changetracker/KoChangeTracker.s"
	@echo "... changetracker/KoChangeTrackerElement.o"
	@echo "... changetracker/KoChangeTrackerElement.i"
	@echo "... changetracker/KoChangeTrackerElement.s"
	@echo "... changetracker/KoDeleteChangeMarker.o"
	@echo "... changetracker/KoDeleteChangeMarker.i"
	@echo "... changetracker/KoDeleteChangeMarker.s"
	@echo "... kotext_automoc.o"
	@echo "... kotext_automoc.i"
	@echo "... kotext_automoc.s"
	@echo "... opendocument/KoTextLoader.o"
	@echo "... opendocument/KoTextLoader.i"
	@echo "... opendocument/KoTextLoader.s"
	@echo "... opendocument/KoTextSharedLoadingData.o"
	@echo "... opendocument/KoTextSharedLoadingData.i"
	@echo "... opendocument/KoTextSharedLoadingData.s"
	@echo "... opendocument/KoTextSharedSavingData.o"
	@echo "... opendocument/KoTextSharedSavingData.i"
	@echo "... opendocument/KoTextSharedSavingData.s"
	@echo "... opendocument/KoTextWriter.o"
	@echo "... opendocument/KoTextWriter.i"
	@echo "... opendocument/KoTextWriter.s"
	@echo "... styles/ChangeFollower.o"
	@echo "... styles/ChangeFollower.i"
	@echo "... styles/ChangeFollower.s"
	@echo "... styles/KoCharacterStyle.o"
	@echo "... styles/KoCharacterStyle.i"
	@echo "... styles/KoCharacterStyle.s"
	@echo "... styles/KoListLevelProperties.o"
	@echo "... styles/KoListLevelProperties.i"
	@echo "... styles/KoListLevelProperties.s"
	@echo "... styles/KoListStyle.o"
	@echo "... styles/KoListStyle.i"
	@echo "... styles/KoListStyle.s"
	@echo "... styles/KoParagraphStyle.o"
	@echo "... styles/KoParagraphStyle.i"
	@echo "... styles/KoParagraphStyle.s"
	@echo "... styles/KoStyleManager.o"
	@echo "... styles/KoStyleManager.i"
	@echo "... styles/KoStyleManager.s"
	@echo "... styles/KoTableCellStyle.o"
	@echo "... styles/KoTableCellStyle.i"
	@echo "... styles/KoTableCellStyle.s"
	@echo "... styles/KoTableColumnFormat.o"
	@echo "... styles/KoTableColumnFormat.i"
	@echo "... styles/KoTableColumnFormat.s"
	@echo "... styles/KoTableColumnStyle.o"
	@echo "... styles/KoTableColumnStyle.i"
	@echo "... styles/KoTableColumnStyle.s"
	@echo "... styles/KoTableFormat.o"
	@echo "... styles/KoTableFormat.i"
	@echo "... styles/KoTableFormat.s"
	@echo "... styles/KoTableFormat_p.o"
	@echo "... styles/KoTableFormat_p.i"
	@echo "... styles/KoTableFormat_p.s"
	@echo "... styles/KoTableRowFormat.o"
	@echo "... styles/KoTableRowFormat.i"
	@echo "... styles/KoTableRowFormat.s"
	@echo "... styles/KoTableRowStyle.o"
	@echo "... styles/KoTableRowStyle.i"
	@echo "... styles/KoTableRowStyle.s"
	@echo "... styles/KoTableStyle.o"
	@echo "... styles/KoTableStyle.i"
	@echo "... styles/KoTableStyle.s"
	@echo "... styles/Styles_p.o"
	@echo "... styles/Styles_p.i"
	@echo "... styles/Styles_p.s"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	cd /scratchbox/users/lassinie/home/lassinie/projects/office/src/tags/temp/koffice && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

