# 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/osgGA//CMakeFiles/progress.marks
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/osgWrappers/serializers/osgGA/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/osgGA/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/osgGA/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/osgGA/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/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/rule:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/rule
.PHONY : src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/rule

# Convenience name for target.
osgdb_serializers_osgga: src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/rule
.PHONY : osgdb_serializers_osgga

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

AnimationPathManipulator.o: AnimationPathManipulator.cpp.o
.PHONY : AnimationPathManipulator.o

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

AnimationPathManipulator.i: AnimationPathManipulator.cpp.i
.PHONY : AnimationPathManipulator.i

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

AnimationPathManipulator.s: AnimationPathManipulator.cpp.s
.PHONY : AnimationPathManipulator.s

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

DriveManipulator.o: DriveManipulator.cpp.o
.PHONY : DriveManipulator.o

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

DriveManipulator.i: DriveManipulator.cpp.i
.PHONY : DriveManipulator.i

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

DriveManipulator.s: DriveManipulator.cpp.s
.PHONY : DriveManipulator.s

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

EventVisitor.o: EventVisitor.cpp.o
.PHONY : EventVisitor.o

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

EventVisitor.i: EventVisitor.cpp.i
.PHONY : EventVisitor.i

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

EventVisitor.s: EventVisitor.cpp.s
.PHONY : EventVisitor.s

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

FlightManipulator.o: FlightManipulator.cpp.o
.PHONY : FlightManipulator.o

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

FlightManipulator.i: FlightManipulator.cpp.i
.PHONY : FlightManipulator.i

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

FlightManipulator.s: FlightManipulator.cpp.s
.PHONY : FlightManipulator.s

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

GUIEventAdapter.o: GUIEventAdapter.cpp.o
.PHONY : GUIEventAdapter.o

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

GUIEventAdapter.i: GUIEventAdapter.cpp.i
.PHONY : GUIEventAdapter.i

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

GUIEventAdapter.s: GUIEventAdapter.cpp.s
.PHONY : GUIEventAdapter.s

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

GUIEventHandler.o: GUIEventHandler.cpp.o
.PHONY : GUIEventHandler.o

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

GUIEventHandler.i: GUIEventHandler.cpp.i
.PHONY : GUIEventHandler.i

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

GUIEventHandler.s: GUIEventHandler.cpp.s
.PHONY : GUIEventHandler.s

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

KeySwitchMatrixManipulator.o: KeySwitchMatrixManipulator.cpp.o
.PHONY : KeySwitchMatrixManipulator.o

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

KeySwitchMatrixManipulator.i: KeySwitchMatrixManipulator.cpp.i
.PHONY : KeySwitchMatrixManipulator.i

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

KeySwitchMatrixManipulator.s: KeySwitchMatrixManipulator.cpp.s
.PHONY : KeySwitchMatrixManipulator.s

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

MultiTouchTrackballManipulator.o: MultiTouchTrackballManipulator.cpp.o
.PHONY : MultiTouchTrackballManipulator.o

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

MultiTouchTrackballManipulator.i: MultiTouchTrackballManipulator.cpp.i
.PHONY : MultiTouchTrackballManipulator.i

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

MultiTouchTrackballManipulator.s: MultiTouchTrackballManipulator.cpp.s
.PHONY : MultiTouchTrackballManipulator.s

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

StateSetManipulator.o: StateSetManipulator.cpp.o
.PHONY : StateSetManipulator.o

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

StateSetManipulator.i: StateSetManipulator.cpp.i
.PHONY : StateSetManipulator.i

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

StateSetManipulator.s: StateSetManipulator.cpp.s
.PHONY : StateSetManipulator.s

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

TerrainManipulator.o: TerrainManipulator.cpp.o
.PHONY : TerrainManipulator.o

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

TerrainManipulator.i: TerrainManipulator.cpp.i
.PHONY : TerrainManipulator.i

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

TerrainManipulator.s: TerrainManipulator.cpp.s
.PHONY : TerrainManipulator.s

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

TouchData.o: TouchData.cpp.o
.PHONY : TouchData.o

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

TouchData.i: TouchData.cpp.i
.PHONY : TouchData.i

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

TouchData.s: TouchData.cpp.s
.PHONY : TouchData.s

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

TrackballManipulator.o: TrackballManipulator.cpp.o
.PHONY : TrackballManipulator.o

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

TrackballManipulator.i: TrackballManipulator.cpp.i
.PHONY : TrackballManipulator.i

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

TrackballManipulator.s: TrackballManipulator.cpp.s
.PHONY : TrackballManipulator.s

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

UFOManipulator.o: UFOManipulator.cpp.o
.PHONY : UFOManipulator.o

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

UFOManipulator.i: UFOManipulator.cpp.i
.PHONY : UFOManipulator.i

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

UFOManipulator.s: UFOManipulator.cpp.s
.PHONY : UFOManipulator.s

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

Widget.o: Widget.cpp.o
.PHONY : Widget.o

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

Widget.i: Widget.cpp.i
.PHONY : Widget.i

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

Widget.s: Widget.cpp.s
.PHONY : Widget.s

# target to generate assembly for a file
Widget.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/build.make src/osgWrappers/serializers/osgGA/CMakeFiles/osgdb_serializers_osgga.dir/Widget.cpp.s
.PHONY : Widget.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_osgga"
	@echo "... AnimationPathManipulator.o"
	@echo "... AnimationPathManipulator.i"
	@echo "... AnimationPathManipulator.s"
	@echo "... DriveManipulator.o"
	@echo "... DriveManipulator.i"
	@echo "... DriveManipulator.s"
	@echo "... EventVisitor.o"
	@echo "... EventVisitor.i"
	@echo "... EventVisitor.s"
	@echo "... FlightManipulator.o"
	@echo "... FlightManipulator.i"
	@echo "... FlightManipulator.s"
	@echo "... GUIEventAdapter.o"
	@echo "... GUIEventAdapter.i"
	@echo "... GUIEventAdapter.s"
	@echo "... GUIEventHandler.o"
	@echo "... GUIEventHandler.i"
	@echo "... GUIEventHandler.s"
	@echo "... KeySwitchMatrixManipulator.o"
	@echo "... KeySwitchMatrixManipulator.i"
	@echo "... KeySwitchMatrixManipulator.s"
	@echo "... MultiTouchTrackballManipulator.o"
	@echo "... MultiTouchTrackballManipulator.i"
	@echo "... MultiTouchTrackballManipulator.s"
	@echo "... StateSetManipulator.o"
	@echo "... StateSetManipulator.i"
	@echo "... StateSetManipulator.s"
	@echo "... TerrainManipulator.o"
	@echo "... TerrainManipulator.i"
	@echo "... TerrainManipulator.s"
	@echo "... TouchData.o"
	@echo "... TouchData.i"
	@echo "... TouchData.s"
	@echo "... TrackballManipulator.o"
	@echo "... TrackballManipulator.i"
	@echo "... TrackballManipulator.s"
	@echo "... UFOManipulator.o"
	@echo "... UFOManipulator.i"
	@echo "... UFOManipulator.s"
	@echo "... Widget.o"
	@echo "... Widget.i"
	@echo "... Widget.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

