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

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

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:

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

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

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#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 rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64

#=============================================================================
# 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 -S$(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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake --regenerate-during-build -S$(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 list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"libopenscenegraph\" \"libopenscenegraph-dev\" \"libopenscenegraph-pdf\" \"libopenscenegraph-sdl\" \"libopenscenegraph-svg\" \"libopenscenegraph-vnc\" \"libopenthreads\" \"libopenthreads-dev\" \"openscenegraph\""
.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 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: preinstall/fast
	@$(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/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: preinstall/fast
	@$(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/fast

# The main all target
all: cmake_check_build_system
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(CMAKE_COMMAND) -E cmake_progress_start /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64/CMakeFiles /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64/src/osgWrappers/serializers/osgAnimation//CMakeFiles/progress.marks
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/osgWrappers/serializers/osgAnimation/all
	$(CMAKE_COMMAND) -E cmake_progress_start /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/osgWrappers/serializers/osgAnimation/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/osgWrappers/serializers/osgAnimation/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/osgWrappers/serializers/osgAnimation/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/rule:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/rule
.PHONY : src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/rule

# Convenience name for target.
osgdb_serializers_osganimation: src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/rule
.PHONY : osgdb_serializers_osganimation

# fast build rule for target.
osgdb_serializers_osganimation/fast:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build
.PHONY : osgdb_serializers_osganimation/fast

Action.o: Action.cpp.o
.PHONY : Action.o

# target to build an object file
Action.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Action.cpp.o
.PHONY : Action.cpp.o

Action.i: Action.cpp.i
.PHONY : Action.i

# target to preprocess a source file
Action.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Action.cpp.i
.PHONY : Action.cpp.i

Action.s: Action.cpp.s
.PHONY : Action.s

# target to generate assembly for a file
Action.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Action.cpp.s
.PHONY : Action.cpp.s

ActionAnimation.o: ActionAnimation.cpp.o
.PHONY : ActionAnimation.o

# target to build an object file
ActionAnimation.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionAnimation.cpp.o
.PHONY : ActionAnimation.cpp.o

ActionAnimation.i: ActionAnimation.cpp.i
.PHONY : ActionAnimation.i

# target to preprocess a source file
ActionAnimation.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionAnimation.cpp.i
.PHONY : ActionAnimation.cpp.i

ActionAnimation.s: ActionAnimation.cpp.s
.PHONY : ActionAnimation.s

# target to generate assembly for a file
ActionAnimation.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionAnimation.cpp.s
.PHONY : ActionAnimation.cpp.s

ActionBlendIn.o: ActionBlendIn.cpp.o
.PHONY : ActionBlendIn.o

# target to build an object file
ActionBlendIn.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionBlendIn.cpp.o
.PHONY : ActionBlendIn.cpp.o

ActionBlendIn.i: ActionBlendIn.cpp.i
.PHONY : ActionBlendIn.i

# target to preprocess a source file
ActionBlendIn.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionBlendIn.cpp.i
.PHONY : ActionBlendIn.cpp.i

ActionBlendIn.s: ActionBlendIn.cpp.s
.PHONY : ActionBlendIn.s

# target to generate assembly for a file
ActionBlendIn.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionBlendIn.cpp.s
.PHONY : ActionBlendIn.cpp.s

ActionBlendOut.o: ActionBlendOut.cpp.o
.PHONY : ActionBlendOut.o

# target to build an object file
ActionBlendOut.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionBlendOut.cpp.o
.PHONY : ActionBlendOut.cpp.o

ActionBlendOut.i: ActionBlendOut.cpp.i
.PHONY : ActionBlendOut.i

# target to preprocess a source file
ActionBlendOut.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionBlendOut.cpp.i
.PHONY : ActionBlendOut.cpp.i

ActionBlendOut.s: ActionBlendOut.cpp.s
.PHONY : ActionBlendOut.s

# target to generate assembly for a file
ActionBlendOut.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionBlendOut.cpp.s
.PHONY : ActionBlendOut.cpp.s

ActionStripAnimation.o: ActionStripAnimation.cpp.o
.PHONY : ActionStripAnimation.o

# target to build an object file
ActionStripAnimation.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionStripAnimation.cpp.o
.PHONY : ActionStripAnimation.cpp.o

ActionStripAnimation.i: ActionStripAnimation.cpp.i
.PHONY : ActionStripAnimation.i

# target to preprocess a source file
ActionStripAnimation.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionStripAnimation.cpp.i
.PHONY : ActionStripAnimation.cpp.i

ActionStripAnimation.s: ActionStripAnimation.cpp.s
.PHONY : ActionStripAnimation.s

# target to generate assembly for a file
ActionStripAnimation.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/ActionStripAnimation.cpp.s
.PHONY : ActionStripAnimation.cpp.s

Animation.o: Animation.cpp.o
.PHONY : Animation.o

# target to build an object file
Animation.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Animation.cpp.o
.PHONY : Animation.cpp.o

Animation.i: Animation.cpp.i
.PHONY : Animation.i

# target to preprocess a source file
Animation.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Animation.cpp.i
.PHONY : Animation.cpp.i

Animation.s: Animation.cpp.s
.PHONY : Animation.s

# target to generate assembly for a file
Animation.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Animation.cpp.s
.PHONY : Animation.cpp.s

AnimationManagerBase.o: AnimationManagerBase.cpp.o
.PHONY : AnimationManagerBase.o

# target to build an object file
AnimationManagerBase.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/AnimationManagerBase.cpp.o
.PHONY : AnimationManagerBase.cpp.o

AnimationManagerBase.i: AnimationManagerBase.cpp.i
.PHONY : AnimationManagerBase.i

# target to preprocess a source file
AnimationManagerBase.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/AnimationManagerBase.cpp.i
.PHONY : AnimationManagerBase.cpp.i

AnimationManagerBase.s: AnimationManagerBase.cpp.s
.PHONY : AnimationManagerBase.s

# target to generate assembly for a file
AnimationManagerBase.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/AnimationManagerBase.cpp.s
.PHONY : AnimationManagerBase.cpp.s

BasicAnimationManager.o: BasicAnimationManager.cpp.o
.PHONY : BasicAnimationManager.o

# target to build an object file
BasicAnimationManager.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/BasicAnimationManager.cpp.o
.PHONY : BasicAnimationManager.cpp.o

BasicAnimationManager.i: BasicAnimationManager.cpp.i
.PHONY : BasicAnimationManager.i

# target to preprocess a source file
BasicAnimationManager.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/BasicAnimationManager.cpp.i
.PHONY : BasicAnimationManager.cpp.i

BasicAnimationManager.s: BasicAnimationManager.cpp.s
.PHONY : BasicAnimationManager.s

# target to generate assembly for a file
BasicAnimationManager.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/BasicAnimationManager.cpp.s
.PHONY : BasicAnimationManager.cpp.s

Bone.o: Bone.cpp.o
.PHONY : Bone.o

# target to build an object file
Bone.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Bone.cpp.o
.PHONY : Bone.cpp.o

Bone.i: Bone.cpp.i
.PHONY : Bone.i

# target to preprocess a source file
Bone.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Bone.cpp.i
.PHONY : Bone.cpp.i

Bone.s: Bone.cpp.s
.PHONY : Bone.s

# target to generate assembly for a file
Bone.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Bone.cpp.s
.PHONY : Bone.cpp.s

LibraryWrapper.o: LibraryWrapper.cpp.o
.PHONY : LibraryWrapper.o

# target to build an object file
LibraryWrapper.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/LibraryWrapper.cpp.o
.PHONY : LibraryWrapper.cpp.o

LibraryWrapper.i: LibraryWrapper.cpp.i
.PHONY : LibraryWrapper.i

# target to preprocess a source file
LibraryWrapper.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/LibraryWrapper.cpp.i
.PHONY : LibraryWrapper.cpp.i

LibraryWrapper.s: LibraryWrapper.cpp.s
.PHONY : LibraryWrapper.s

# target to generate assembly for a file
LibraryWrapper.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/LibraryWrapper.cpp.s
.PHONY : LibraryWrapper.cpp.s

MorphGeometry.o: MorphGeometry.cpp.o
.PHONY : MorphGeometry.o

# target to build an object file
MorphGeometry.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/MorphGeometry.cpp.o
.PHONY : MorphGeometry.cpp.o

MorphGeometry.i: MorphGeometry.cpp.i
.PHONY : MorphGeometry.i

# target to preprocess a source file
MorphGeometry.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/MorphGeometry.cpp.i
.PHONY : MorphGeometry.cpp.i

MorphGeometry.s: MorphGeometry.cpp.s
.PHONY : MorphGeometry.s

# target to generate assembly for a file
MorphGeometry.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/MorphGeometry.cpp.s
.PHONY : MorphGeometry.cpp.s

RigComputeBoundingBoxCallback.o: RigComputeBoundingBoxCallback.cpp.o
.PHONY : RigComputeBoundingBoxCallback.o

# target to build an object file
RigComputeBoundingBoxCallback.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/RigComputeBoundingBoxCallback.cpp.o
.PHONY : RigComputeBoundingBoxCallback.cpp.o

RigComputeBoundingBoxCallback.i: RigComputeBoundingBoxCallback.cpp.i
.PHONY : RigComputeBoundingBoxCallback.i

# target to preprocess a source file
RigComputeBoundingBoxCallback.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/RigComputeBoundingBoxCallback.cpp.i
.PHONY : RigComputeBoundingBoxCallback.cpp.i

RigComputeBoundingBoxCallback.s: RigComputeBoundingBoxCallback.cpp.s
.PHONY : RigComputeBoundingBoxCallback.s

# target to generate assembly for a file
RigComputeBoundingBoxCallback.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/RigComputeBoundingBoxCallback.cpp.s
.PHONY : RigComputeBoundingBoxCallback.cpp.s

RigGeometry.o: RigGeometry.cpp.o
.PHONY : RigGeometry.o

# target to build an object file
RigGeometry.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/RigGeometry.cpp.o
.PHONY : RigGeometry.cpp.o

RigGeometry.i: RigGeometry.cpp.i
.PHONY : RigGeometry.i

# target to preprocess a source file
RigGeometry.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/RigGeometry.cpp.i
.PHONY : RigGeometry.cpp.i

RigGeometry.s: RigGeometry.cpp.s
.PHONY : RigGeometry.s

# target to generate assembly for a file
RigGeometry.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/RigGeometry.cpp.s
.PHONY : RigGeometry.cpp.s

RigTransform.o: RigTransform.cpp.o
.PHONY : RigTransform.o

# target to build an object file
RigTransform.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/RigTransform.cpp.o
.PHONY : RigTransform.cpp.o

RigTransform.i: RigTransform.cpp.i
.PHONY : RigTransform.i

# target to preprocess a source file
RigTransform.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/RigTransform.cpp.i
.PHONY : RigTransform.cpp.i

RigTransform.s: RigTransform.cpp.s
.PHONY : RigTransform.s

# target to generate assembly for a file
RigTransform.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/RigTransform.cpp.s
.PHONY : RigTransform.cpp.s

Skeleton.o: Skeleton.cpp.o
.PHONY : Skeleton.o

# target to build an object file
Skeleton.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Skeleton.cpp.o
.PHONY : Skeleton.cpp.o

Skeleton.i: Skeleton.cpp.i
.PHONY : Skeleton.i

# target to preprocess a source file
Skeleton.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Skeleton.cpp.i
.PHONY : Skeleton.cpp.i

Skeleton.s: Skeleton.cpp.s
.PHONY : Skeleton.s

# target to generate assembly for a file
Skeleton.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Skeleton.cpp.s
.PHONY : Skeleton.cpp.s

StackedMatrixElement.o: StackedMatrixElement.cpp.o
.PHONY : StackedMatrixElement.o

# target to build an object file
StackedMatrixElement.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedMatrixElement.cpp.o
.PHONY : StackedMatrixElement.cpp.o

StackedMatrixElement.i: StackedMatrixElement.cpp.i
.PHONY : StackedMatrixElement.i

# target to preprocess a source file
StackedMatrixElement.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedMatrixElement.cpp.i
.PHONY : StackedMatrixElement.cpp.i

StackedMatrixElement.s: StackedMatrixElement.cpp.s
.PHONY : StackedMatrixElement.s

# target to generate assembly for a file
StackedMatrixElement.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedMatrixElement.cpp.s
.PHONY : StackedMatrixElement.cpp.s

StackedQuaternionElement.o: StackedQuaternionElement.cpp.o
.PHONY : StackedQuaternionElement.o

# target to build an object file
StackedQuaternionElement.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedQuaternionElement.cpp.o
.PHONY : StackedQuaternionElement.cpp.o

StackedQuaternionElement.i: StackedQuaternionElement.cpp.i
.PHONY : StackedQuaternionElement.i

# target to preprocess a source file
StackedQuaternionElement.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedQuaternionElement.cpp.i
.PHONY : StackedQuaternionElement.cpp.i

StackedQuaternionElement.s: StackedQuaternionElement.cpp.s
.PHONY : StackedQuaternionElement.s

# target to generate assembly for a file
StackedQuaternionElement.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedQuaternionElement.cpp.s
.PHONY : StackedQuaternionElement.cpp.s

StackedRotateAxisElement.o: StackedRotateAxisElement.cpp.o
.PHONY : StackedRotateAxisElement.o

# target to build an object file
StackedRotateAxisElement.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedRotateAxisElement.cpp.o
.PHONY : StackedRotateAxisElement.cpp.o

StackedRotateAxisElement.i: StackedRotateAxisElement.cpp.i
.PHONY : StackedRotateAxisElement.i

# target to preprocess a source file
StackedRotateAxisElement.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedRotateAxisElement.cpp.i
.PHONY : StackedRotateAxisElement.cpp.i

StackedRotateAxisElement.s: StackedRotateAxisElement.cpp.s
.PHONY : StackedRotateAxisElement.s

# target to generate assembly for a file
StackedRotateAxisElement.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedRotateAxisElement.cpp.s
.PHONY : StackedRotateAxisElement.cpp.s

StackedScaleElement.o: StackedScaleElement.cpp.o
.PHONY : StackedScaleElement.o

# target to build an object file
StackedScaleElement.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedScaleElement.cpp.o
.PHONY : StackedScaleElement.cpp.o

StackedScaleElement.i: StackedScaleElement.cpp.i
.PHONY : StackedScaleElement.i

# target to preprocess a source file
StackedScaleElement.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedScaleElement.cpp.i
.PHONY : StackedScaleElement.cpp.i

StackedScaleElement.s: StackedScaleElement.cpp.s
.PHONY : StackedScaleElement.s

# target to generate assembly for a file
StackedScaleElement.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedScaleElement.cpp.s
.PHONY : StackedScaleElement.cpp.s

StackedTransformElement.o: StackedTransformElement.cpp.o
.PHONY : StackedTransformElement.o

# target to build an object file
StackedTransformElement.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedTransformElement.cpp.o
.PHONY : StackedTransformElement.cpp.o

StackedTransformElement.i: StackedTransformElement.cpp.i
.PHONY : StackedTransformElement.i

# target to preprocess a source file
StackedTransformElement.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedTransformElement.cpp.i
.PHONY : StackedTransformElement.cpp.i

StackedTransformElement.s: StackedTransformElement.cpp.s
.PHONY : StackedTransformElement.s

# target to generate assembly for a file
StackedTransformElement.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedTransformElement.cpp.s
.PHONY : StackedTransformElement.cpp.s

StackedTranslateElement.o: StackedTranslateElement.cpp.o
.PHONY : StackedTranslateElement.o

# target to build an object file
StackedTranslateElement.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedTranslateElement.cpp.o
.PHONY : StackedTranslateElement.cpp.o

StackedTranslateElement.i: StackedTranslateElement.cpp.i
.PHONY : StackedTranslateElement.i

# target to preprocess a source file
StackedTranslateElement.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedTranslateElement.cpp.i
.PHONY : StackedTranslateElement.cpp.i

StackedTranslateElement.s: StackedTranslateElement.cpp.s
.PHONY : StackedTranslateElement.s

# target to generate assembly for a file
StackedTranslateElement.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/StackedTranslateElement.cpp.s
.PHONY : StackedTranslateElement.cpp.s

Timeline.o: Timeline.cpp.o
.PHONY : Timeline.o

# target to build an object file
Timeline.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Timeline.cpp.o
.PHONY : Timeline.cpp.o

Timeline.i: Timeline.cpp.i
.PHONY : Timeline.i

# target to preprocess a source file
Timeline.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Timeline.cpp.i
.PHONY : Timeline.cpp.i

Timeline.s: Timeline.cpp.s
.PHONY : Timeline.s

# target to generate assembly for a file
Timeline.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/Timeline.cpp.s
.PHONY : Timeline.cpp.s

TimelineAnimationManager.o: TimelineAnimationManager.cpp.o
.PHONY : TimelineAnimationManager.o

# target to build an object file
TimelineAnimationManager.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/TimelineAnimationManager.cpp.o
.PHONY : TimelineAnimationManager.cpp.o

TimelineAnimationManager.i: TimelineAnimationManager.cpp.i
.PHONY : TimelineAnimationManager.i

# target to preprocess a source file
TimelineAnimationManager.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/TimelineAnimationManager.cpp.i
.PHONY : TimelineAnimationManager.cpp.i

TimelineAnimationManager.s: TimelineAnimationManager.cpp.s
.PHONY : TimelineAnimationManager.s

# target to generate assembly for a file
TimelineAnimationManager.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/TimelineAnimationManager.cpp.s
.PHONY : TimelineAnimationManager.cpp.s

UpdateBone.o: UpdateBone.cpp.o
.PHONY : UpdateBone.o

# target to build an object file
UpdateBone.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateBone.cpp.o
.PHONY : UpdateBone.cpp.o

UpdateBone.i: UpdateBone.cpp.i
.PHONY : UpdateBone.i

# target to preprocess a source file
UpdateBone.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateBone.cpp.i
.PHONY : UpdateBone.cpp.i

UpdateBone.s: UpdateBone.cpp.s
.PHONY : UpdateBone.s

# target to generate assembly for a file
UpdateBone.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateBone.cpp.s
.PHONY : UpdateBone.cpp.s

UpdateFloatUniform.o: UpdateFloatUniform.cpp.o
.PHONY : UpdateFloatUniform.o

# target to build an object file
UpdateFloatUniform.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateFloatUniform.cpp.o
.PHONY : UpdateFloatUniform.cpp.o

UpdateFloatUniform.i: UpdateFloatUniform.cpp.i
.PHONY : UpdateFloatUniform.i

# target to preprocess a source file
UpdateFloatUniform.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateFloatUniform.cpp.i
.PHONY : UpdateFloatUniform.cpp.i

UpdateFloatUniform.s: UpdateFloatUniform.cpp.s
.PHONY : UpdateFloatUniform.s

# target to generate assembly for a file
UpdateFloatUniform.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateFloatUniform.cpp.s
.PHONY : UpdateFloatUniform.cpp.s

UpdateMaterial.o: UpdateMaterial.cpp.o
.PHONY : UpdateMaterial.o

# target to build an object file
UpdateMaterial.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMaterial.cpp.o
.PHONY : UpdateMaterial.cpp.o

UpdateMaterial.i: UpdateMaterial.cpp.i
.PHONY : UpdateMaterial.i

# target to preprocess a source file
UpdateMaterial.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMaterial.cpp.i
.PHONY : UpdateMaterial.cpp.i

UpdateMaterial.s: UpdateMaterial.cpp.s
.PHONY : UpdateMaterial.s

# target to generate assembly for a file
UpdateMaterial.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMaterial.cpp.s
.PHONY : UpdateMaterial.cpp.s

UpdateMatrixTransform.o: UpdateMatrixTransform.cpp.o
.PHONY : UpdateMatrixTransform.o

# target to build an object file
UpdateMatrixTransform.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMatrixTransform.cpp.o
.PHONY : UpdateMatrixTransform.cpp.o

UpdateMatrixTransform.i: UpdateMatrixTransform.cpp.i
.PHONY : UpdateMatrixTransform.i

# target to preprocess a source file
UpdateMatrixTransform.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMatrixTransform.cpp.i
.PHONY : UpdateMatrixTransform.cpp.i

UpdateMatrixTransform.s: UpdateMatrixTransform.cpp.s
.PHONY : UpdateMatrixTransform.s

# target to generate assembly for a file
UpdateMatrixTransform.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMatrixTransform.cpp.s
.PHONY : UpdateMatrixTransform.cpp.s

UpdateMatrixfUniform.o: UpdateMatrixfUniform.cpp.o
.PHONY : UpdateMatrixfUniform.o

# target to build an object file
UpdateMatrixfUniform.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMatrixfUniform.cpp.o
.PHONY : UpdateMatrixfUniform.cpp.o

UpdateMatrixfUniform.i: UpdateMatrixfUniform.cpp.i
.PHONY : UpdateMatrixfUniform.i

# target to preprocess a source file
UpdateMatrixfUniform.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMatrixfUniform.cpp.i
.PHONY : UpdateMatrixfUniform.cpp.i

UpdateMatrixfUniform.s: UpdateMatrixfUniform.cpp.s
.PHONY : UpdateMatrixfUniform.s

# target to generate assembly for a file
UpdateMatrixfUniform.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMatrixfUniform.cpp.s
.PHONY : UpdateMatrixfUniform.cpp.s

UpdateMorph.o: UpdateMorph.cpp.o
.PHONY : UpdateMorph.o

# target to build an object file
UpdateMorph.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMorph.cpp.o
.PHONY : UpdateMorph.cpp.o

UpdateMorph.i: UpdateMorph.cpp.i
.PHONY : UpdateMorph.i

# target to preprocess a source file
UpdateMorph.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMorph.cpp.i
.PHONY : UpdateMorph.cpp.i

UpdateMorph.s: UpdateMorph.cpp.s
.PHONY : UpdateMorph.s

# target to generate assembly for a file
UpdateMorph.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMorph.cpp.s
.PHONY : UpdateMorph.cpp.s

UpdateMorphGeometry.o: UpdateMorphGeometry.cpp.o
.PHONY : UpdateMorphGeometry.o

# target to build an object file
UpdateMorphGeometry.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMorphGeometry.cpp.o
.PHONY : UpdateMorphGeometry.cpp.o

UpdateMorphGeometry.i: UpdateMorphGeometry.cpp.i
.PHONY : UpdateMorphGeometry.i

# target to preprocess a source file
UpdateMorphGeometry.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMorphGeometry.cpp.i
.PHONY : UpdateMorphGeometry.cpp.i

UpdateMorphGeometry.s: UpdateMorphGeometry.cpp.s
.PHONY : UpdateMorphGeometry.s

# target to generate assembly for a file
UpdateMorphGeometry.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateMorphGeometry.cpp.s
.PHONY : UpdateMorphGeometry.cpp.s

UpdateRigGeometry.o: UpdateRigGeometry.cpp.o
.PHONY : UpdateRigGeometry.o

# target to build an object file
UpdateRigGeometry.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateRigGeometry.cpp.o
.PHONY : UpdateRigGeometry.cpp.o

UpdateRigGeometry.i: UpdateRigGeometry.cpp.i
.PHONY : UpdateRigGeometry.i

# target to preprocess a source file
UpdateRigGeometry.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateRigGeometry.cpp.i
.PHONY : UpdateRigGeometry.cpp.i

UpdateRigGeometry.s: UpdateRigGeometry.cpp.s
.PHONY : UpdateRigGeometry.s

# target to generate assembly for a file
UpdateRigGeometry.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateRigGeometry.cpp.s
.PHONY : UpdateRigGeometry.cpp.s

UpdateSkeleton.o: UpdateSkeleton.cpp.o
.PHONY : UpdateSkeleton.o

# target to build an object file
UpdateSkeleton.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateSkeleton.cpp.o
.PHONY : UpdateSkeleton.cpp.o

UpdateSkeleton.i: UpdateSkeleton.cpp.i
.PHONY : UpdateSkeleton.i

# target to preprocess a source file
UpdateSkeleton.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateSkeleton.cpp.i
.PHONY : UpdateSkeleton.cpp.i

UpdateSkeleton.s: UpdateSkeleton.cpp.s
.PHONY : UpdateSkeleton.s

# target to generate assembly for a file
UpdateSkeleton.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateSkeleton.cpp.s
.PHONY : UpdateSkeleton.cpp.s

UpdateVec2fUniform.o: UpdateVec2fUniform.cpp.o
.PHONY : UpdateVec2fUniform.o

# target to build an object file
UpdateVec2fUniform.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateVec2fUniform.cpp.o
.PHONY : UpdateVec2fUniform.cpp.o

UpdateVec2fUniform.i: UpdateVec2fUniform.cpp.i
.PHONY : UpdateVec2fUniform.i

# target to preprocess a source file
UpdateVec2fUniform.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateVec2fUniform.cpp.i
.PHONY : UpdateVec2fUniform.cpp.i

UpdateVec2fUniform.s: UpdateVec2fUniform.cpp.s
.PHONY : UpdateVec2fUniform.s

# target to generate assembly for a file
UpdateVec2fUniform.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateVec2fUniform.cpp.s
.PHONY : UpdateVec2fUniform.cpp.s

UpdateVec3fUniform.o: UpdateVec3fUniform.cpp.o
.PHONY : UpdateVec3fUniform.o

# target to build an object file
UpdateVec3fUniform.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateVec3fUniform.cpp.o
.PHONY : UpdateVec3fUniform.cpp.o

UpdateVec3fUniform.i: UpdateVec3fUniform.cpp.i
.PHONY : UpdateVec3fUniform.i

# target to preprocess a source file
UpdateVec3fUniform.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateVec3fUniform.cpp.i
.PHONY : UpdateVec3fUniform.cpp.i

UpdateVec3fUniform.s: UpdateVec3fUniform.cpp.s
.PHONY : UpdateVec3fUniform.s

# target to generate assembly for a file
UpdateVec3fUniform.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateVec3fUniform.cpp.s
.PHONY : UpdateVec3fUniform.cpp.s

UpdateVec4fUniform.o: UpdateVec4fUniform.cpp.o
.PHONY : UpdateVec4fUniform.o

# target to build an object file
UpdateVec4fUniform.cpp.o:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateVec4fUniform.cpp.o
.PHONY : UpdateVec4fUniform.cpp.o

UpdateVec4fUniform.i: UpdateVec4fUniform.cpp.i
.PHONY : UpdateVec4fUniform.i

# target to preprocess a source file
UpdateVec4fUniform.cpp.i:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateVec4fUniform.cpp.i
.PHONY : UpdateVec4fUniform.cpp.i

UpdateVec4fUniform.s: UpdateVec4fUniform.cpp.s
.PHONY : UpdateVec4fUniform.s

# target to generate assembly for a file
UpdateVec4fUniform.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/build.make src/osgWrappers/serializers/osgAnimation/CMakeFiles/osgdb_serializers_osganimation.dir/UpdateVec4fUniform.cpp.s
.PHONY : UpdateVec4fUniform.cpp.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 "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... osgdb_serializers_osganimation"
	@echo "... Action.o"
	@echo "... Action.i"
	@echo "... Action.s"
	@echo "... ActionAnimation.o"
	@echo "... ActionAnimation.i"
	@echo "... ActionAnimation.s"
	@echo "... ActionBlendIn.o"
	@echo "... ActionBlendIn.i"
	@echo "... ActionBlendIn.s"
	@echo "... ActionBlendOut.o"
	@echo "... ActionBlendOut.i"
	@echo "... ActionBlendOut.s"
	@echo "... ActionStripAnimation.o"
	@echo "... ActionStripAnimation.i"
	@echo "... ActionStripAnimation.s"
	@echo "... Animation.o"
	@echo "... Animation.i"
	@echo "... Animation.s"
	@echo "... AnimationManagerBase.o"
	@echo "... AnimationManagerBase.i"
	@echo "... AnimationManagerBase.s"
	@echo "... BasicAnimationManager.o"
	@echo "... BasicAnimationManager.i"
	@echo "... BasicAnimationManager.s"
	@echo "... Bone.o"
	@echo "... Bone.i"
	@echo "... Bone.s"
	@echo "... LibraryWrapper.o"
	@echo "... LibraryWrapper.i"
	@echo "... LibraryWrapper.s"
	@echo "... MorphGeometry.o"
	@echo "... MorphGeometry.i"
	@echo "... MorphGeometry.s"
	@echo "... RigComputeBoundingBoxCallback.o"
	@echo "... RigComputeBoundingBoxCallback.i"
	@echo "... RigComputeBoundingBoxCallback.s"
	@echo "... RigGeometry.o"
	@echo "... RigGeometry.i"
	@echo "... RigGeometry.s"
	@echo "... RigTransform.o"
	@echo "... RigTransform.i"
	@echo "... RigTransform.s"
	@echo "... Skeleton.o"
	@echo "... Skeleton.i"
	@echo "... Skeleton.s"
	@echo "... StackedMatrixElement.o"
	@echo "... StackedMatrixElement.i"
	@echo "... StackedMatrixElement.s"
	@echo "... StackedQuaternionElement.o"
	@echo "... StackedQuaternionElement.i"
	@echo "... StackedQuaternionElement.s"
	@echo "... StackedRotateAxisElement.o"
	@echo "... StackedRotateAxisElement.i"
	@echo "... StackedRotateAxisElement.s"
	@echo "... StackedScaleElement.o"
	@echo "... StackedScaleElement.i"
	@echo "... StackedScaleElement.s"
	@echo "... StackedTransformElement.o"
	@echo "... StackedTransformElement.i"
	@echo "... StackedTransformElement.s"
	@echo "... StackedTranslateElement.o"
	@echo "... StackedTranslateElement.i"
	@echo "... StackedTranslateElement.s"
	@echo "... Timeline.o"
	@echo "... Timeline.i"
	@echo "... Timeline.s"
	@echo "... TimelineAnimationManager.o"
	@echo "... TimelineAnimationManager.i"
	@echo "... TimelineAnimationManager.s"
	@echo "... UpdateBone.o"
	@echo "... UpdateBone.i"
	@echo "... UpdateBone.s"
	@echo "... UpdateFloatUniform.o"
	@echo "... UpdateFloatUniform.i"
	@echo "... UpdateFloatUniform.s"
	@echo "... UpdateMaterial.o"
	@echo "... UpdateMaterial.i"
	@echo "... UpdateMaterial.s"
	@echo "... UpdateMatrixTransform.o"
	@echo "... UpdateMatrixTransform.i"
	@echo "... UpdateMatrixTransform.s"
	@echo "... UpdateMatrixfUniform.o"
	@echo "... UpdateMatrixfUniform.i"
	@echo "... UpdateMatrixfUniform.s"
	@echo "... UpdateMorph.o"
	@echo "... UpdateMorph.i"
	@echo "... UpdateMorph.s"
	@echo "... UpdateMorphGeometry.o"
	@echo "... UpdateMorphGeometry.i"
	@echo "... UpdateMorphGeometry.s"
	@echo "... UpdateRigGeometry.o"
	@echo "... UpdateRigGeometry.i"
	@echo "... UpdateRigGeometry.s"
	@echo "... UpdateSkeleton.o"
	@echo "... UpdateSkeleton.i"
	@echo "... UpdateSkeleton.s"
	@echo "... UpdateVec2fUniform.o"
	@echo "... UpdateVec2fUniform.i"
	@echo "... UpdateVec2fUniform.s"
	@echo "... UpdateVec3fUniform.o"
	@echo "... UpdateVec3fUniform.i"
	@echo "... UpdateVec3fUniform.s"
	@echo "... UpdateVec4fUniform.o"
	@echo "... UpdateVec4fUniform.i"
	@echo "... UpdateVec4fUniform.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 /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

