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

# Convenience name for target.
osgdb_serializers_osgsim: src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/rule
.PHONY : osgdb_serializers_osgsim

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

AzimElevationSector.o: AzimElevationSector.cpp.o
.PHONY : AzimElevationSector.o

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

AzimElevationSector.i: AzimElevationSector.cpp.i
.PHONY : AzimElevationSector.i

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

AzimElevationSector.s: AzimElevationSector.cpp.s
.PHONY : AzimElevationSector.s

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

AzimSector.o: AzimSector.cpp.o
.PHONY : AzimSector.o

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

AzimSector.i: AzimSector.cpp.i
.PHONY : AzimSector.i

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

AzimSector.s: AzimSector.cpp.s
.PHONY : AzimSector.s

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

BlinkSequence.o: BlinkSequence.cpp.o
.PHONY : BlinkSequence.o

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

BlinkSequence.i: BlinkSequence.cpp.i
.PHONY : BlinkSequence.i

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

BlinkSequence.s: BlinkSequence.cpp.s
.PHONY : BlinkSequence.s

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

ConeSector.o: ConeSector.cpp.o
.PHONY : ConeSector.o

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

ConeSector.i: ConeSector.cpp.i
.PHONY : ConeSector.i

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

ConeSector.s: ConeSector.cpp.s
.PHONY : ConeSector.s

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

DOFTransform.o: DOFTransform.cpp.o
.PHONY : DOFTransform.o

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

DOFTransform.i: DOFTransform.cpp.i
.PHONY : DOFTransform.i

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

DOFTransform.s: DOFTransform.cpp.s
.PHONY : DOFTransform.s

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

DirectionalSector.o: DirectionalSector.cpp.o
.PHONY : DirectionalSector.o

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

DirectionalSector.i: DirectionalSector.cpp.i
.PHONY : DirectionalSector.i

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

DirectionalSector.s: DirectionalSector.cpp.s
.PHONY : DirectionalSector.s

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

ElevationSector.o: ElevationSector.cpp.o
.PHONY : ElevationSector.o

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

ElevationSector.i: ElevationSector.cpp.i
.PHONY : ElevationSector.i

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

ElevationSector.s: ElevationSector.cpp.s
.PHONY : ElevationSector.s

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

Impostor.o: Impostor.cpp.o
.PHONY : Impostor.o

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

Impostor.i: Impostor.cpp.i
.PHONY : Impostor.i

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

Impostor.s: Impostor.cpp.s
.PHONY : Impostor.s

# target to generate assembly for a file
Impostor.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/build.make src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/Impostor.cpp.s
.PHONY : Impostor.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/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/build.make src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.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/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/build.make src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.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/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/build.make src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/LibraryWrapper.cpp.s
.PHONY : LibraryWrapper.cpp.s

LightPointNode.o: LightPointNode.cpp.o
.PHONY : LightPointNode.o

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

LightPointNode.i: LightPointNode.cpp.i
.PHONY : LightPointNode.i

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

LightPointNode.s: LightPointNode.cpp.s
.PHONY : LightPointNode.s

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

LightPointSystem.o: LightPointSystem.cpp.o
.PHONY : LightPointSystem.o

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

LightPointSystem.i: LightPointSystem.cpp.i
.PHONY : LightPointSystem.i

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

LightPointSystem.s: LightPointSystem.cpp.s
.PHONY : LightPointSystem.s

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

MultiSwitch.o: MultiSwitch.cpp.o
.PHONY : MultiSwitch.o

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

MultiSwitch.i: MultiSwitch.cpp.i
.PHONY : MultiSwitch.i

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

MultiSwitch.s: MultiSwitch.cpp.s
.PHONY : MultiSwitch.s

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

ObjectRecordData.o: ObjectRecordData.cpp.o
.PHONY : ObjectRecordData.o

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

ObjectRecordData.i: ObjectRecordData.cpp.i
.PHONY : ObjectRecordData.i

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

ObjectRecordData.s: ObjectRecordData.cpp.s
.PHONY : ObjectRecordData.s

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

OverlayNode.o: OverlayNode.cpp.o
.PHONY : OverlayNode.o

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

OverlayNode.i: OverlayNode.cpp.i
.PHONY : OverlayNode.i

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

OverlayNode.s: OverlayNode.cpp.s
.PHONY : OverlayNode.s

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

ScalarBar.o: ScalarBar.cpp.o
.PHONY : ScalarBar.o

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

ScalarBar.i: ScalarBar.cpp.i
.PHONY : ScalarBar.i

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

ScalarBar.s: ScalarBar.cpp.s
.PHONY : ScalarBar.s

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

Sector.o: Sector.cpp.o
.PHONY : Sector.o

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

Sector.i: Sector.cpp.i
.PHONY : Sector.i

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

Sector.s: Sector.cpp.s
.PHONY : Sector.s

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

SequenceGroup.o: SequenceGroup.cpp.o
.PHONY : SequenceGroup.o

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

SequenceGroup.i: SequenceGroup.cpp.i
.PHONY : SequenceGroup.i

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

SequenceGroup.s: SequenceGroup.cpp.s
.PHONY : SequenceGroup.s

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

ShapeAttributeList.o: ShapeAttributeList.cpp.o
.PHONY : ShapeAttributeList.o

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

ShapeAttributeList.i: ShapeAttributeList.cpp.i
.PHONY : ShapeAttributeList.i

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

ShapeAttributeList.s: ShapeAttributeList.cpp.s
.PHONY : ShapeAttributeList.s

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

SphereSegment.o: SphereSegment.cpp.o
.PHONY : SphereSegment.o

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

SphereSegment.i: SphereSegment.cpp.i
.PHONY : SphereSegment.i

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

SphereSegment.s: SphereSegment.cpp.s
.PHONY : SphereSegment.s

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

VisibilityGroup.o: VisibilityGroup.cpp.o
.PHONY : VisibilityGroup.o

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

VisibilityGroup.i: VisibilityGroup.cpp.i
.PHONY : VisibilityGroup.i

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

VisibilityGroup.s: VisibilityGroup.cpp.s
.PHONY : VisibilityGroup.s

# target to generate assembly for a file
VisibilityGroup.cpp.s:
	cd /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64 && $(MAKE) $(MAKESILENT) -f src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/build.make src/osgWrappers/serializers/osgSim/CMakeFiles/osgdb_serializers_osgsim.dir/VisibilityGroup.cpp.s
.PHONY : VisibilityGroup.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_osgsim"
	@echo "... AzimElevationSector.o"
	@echo "... AzimElevationSector.i"
	@echo "... AzimElevationSector.s"
	@echo "... AzimSector.o"
	@echo "... AzimSector.i"
	@echo "... AzimSector.s"
	@echo "... BlinkSequence.o"
	@echo "... BlinkSequence.i"
	@echo "... BlinkSequence.s"
	@echo "... ConeSector.o"
	@echo "... ConeSector.i"
	@echo "... ConeSector.s"
	@echo "... DOFTransform.o"
	@echo "... DOFTransform.i"
	@echo "... DOFTransform.s"
	@echo "... DirectionalSector.o"
	@echo "... DirectionalSector.i"
	@echo "... DirectionalSector.s"
	@echo "... ElevationSector.o"
	@echo "... ElevationSector.i"
	@echo "... ElevationSector.s"
	@echo "... Impostor.o"
	@echo "... Impostor.i"
	@echo "... Impostor.s"
	@echo "... LibraryWrapper.o"
	@echo "... LibraryWrapper.i"
	@echo "... LibraryWrapper.s"
	@echo "... LightPointNode.o"
	@echo "... LightPointNode.i"
	@echo "... LightPointNode.s"
	@echo "... LightPointSystem.o"
	@echo "... LightPointSystem.i"
	@echo "... LightPointSystem.s"
	@echo "... MultiSwitch.o"
	@echo "... MultiSwitch.i"
	@echo "... MultiSwitch.s"
	@echo "... ObjectRecordData.o"
	@echo "... ObjectRecordData.i"
	@echo "... ObjectRecordData.s"
	@echo "... OverlayNode.o"
	@echo "... OverlayNode.i"
	@echo "... OverlayNode.s"
	@echo "... ScalarBar.o"
	@echo "... ScalarBar.i"
	@echo "... ScalarBar.s"
	@echo "... Sector.o"
	@echo "... Sector.i"
	@echo "... Sector.s"
	@echo "... SequenceGroup.o"
	@echo "... SequenceGroup.i"
	@echo "... SequenceGroup.s"
	@echo "... ShapeAttributeList.o"
	@echo "... ShapeAttributeList.i"
	@echo "... ShapeAttributeList.s"
	@echo "... SphereSegment.o"
	@echo "... SphereSegment.i"
	@echo "... SphereSegment.s"
	@echo "... VisibilityGroup.o"
	@echo "... VisibilityGroup.i"
	@echo "... VisibilityGroup.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

