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

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

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

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

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

.SUFFIXES: .hpux_make_needs_suffix_list

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

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

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

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

# The CMake executable.
CMAKE_COMMAND = /opt/local/bin/cmake

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

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

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/leto/src/polyora

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/leto/src/polyora/test

#=============================================================================
# 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..."
	/opt/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

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

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/opt/local/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..."
	/opt/local/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..."
	/opt/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

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

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

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

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"polyora_lib_headers\" \"tools\" \"videosource_lib_headers\""
.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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /Users/leto/src/polyora/test && /opt/local/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

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

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /Users/leto/src/polyora/test && /opt/local/bin/cpack --config ./CPackSourceConfig.cmake /Users/leto/src/polyora/test/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/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..."
	/opt/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

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

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

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

# The main all target
all: cmake_check_build_system
	cd /Users/leto/src/polyora/test && $(CMAKE_COMMAND) -E cmake_progress_start /Users/leto/src/polyora/test/CMakeFiles /Users/leto/src/polyora/test/videosource/CMakeFiles/progress.make
	cd /Users/leto/src/polyora/test && $(MAKE) -f CMakeFiles/Makefile2 videosource/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/leto/src/polyora/test/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /Users/leto/src/polyora/test && $(MAKE) -f CMakeFiles/Makefile2 videosource/clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	cd /Users/leto/src/polyora/test && $(MAKE) -f CMakeFiles/Makefile2 videosource/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /Users/leto/src/polyora/test && $(MAKE) -f CMakeFiles/Makefile2 videosource/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /Users/leto/src/polyora/test && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
videosource/CMakeFiles/videosource.dir/rule:
	cd /Users/leto/src/polyora/test && $(MAKE) -f CMakeFiles/Makefile2 videosource/CMakeFiles/videosource.dir/rule
.PHONY : videosource/CMakeFiles/videosource.dir/rule

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

# fast build rule for target.
videosource/fast:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/build
.PHONY : videosource/fast

bidirpipe.o: bidirpipe.cpp.o
.PHONY : bidirpipe.o

# target to build an object file
bidirpipe.cpp.o:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/bidirpipe.cpp.o
.PHONY : bidirpipe.cpp.o

bidirpipe.i: bidirpipe.cpp.i
.PHONY : bidirpipe.i

# target to preprocess a source file
bidirpipe.cpp.i:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/bidirpipe.cpp.i
.PHONY : bidirpipe.cpp.i

bidirpipe.s: bidirpipe.cpp.s
.PHONY : bidirpipe.s

# target to generate assembly for a file
bidirpipe.cpp.s:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/bidirpipe.cpp.s
.PHONY : bidirpipe.cpp.s

bmpvideosource.o: bmpvideosource.cpp.o
.PHONY : bmpvideosource.o

# target to build an object file
bmpvideosource.cpp.o:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/bmpvideosource.cpp.o
.PHONY : bmpvideosource.cpp.o

bmpvideosource.i: bmpvideosource.cpp.i
.PHONY : bmpvideosource.i

# target to preprocess a source file
bmpvideosource.cpp.i:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/bmpvideosource.cpp.i
.PHONY : bmpvideosource.cpp.i

bmpvideosource.s: bmpvideosource.cpp.s
.PHONY : bmpvideosource.s

# target to generate assembly for a file
bmpvideosource.cpp.s:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/bmpvideosource.cpp.s
.PHONY : bmpvideosource.cpp.s

dc1394vs.o: dc1394vs.cpp.o
.PHONY : dc1394vs.o

# target to build an object file
dc1394vs.cpp.o:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/dc1394vs.cpp.o
.PHONY : dc1394vs.cpp.o

dc1394vs.i: dc1394vs.cpp.i
.PHONY : dc1394vs.i

# target to preprocess a source file
dc1394vs.cpp.i:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/dc1394vs.cpp.i
.PHONY : dc1394vs.cpp.i

dc1394vs.s: dc1394vs.cpp.s
.PHONY : dc1394vs.s

# target to generate assembly for a file
dc1394vs.cpp.s:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/dc1394vs.cpp.s
.PHONY : dc1394vs.cpp.s

iniparser.o: iniparser.cpp.o
.PHONY : iniparser.o

# target to build an object file
iniparser.cpp.o:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/iniparser.cpp.o
.PHONY : iniparser.cpp.o

iniparser.i: iniparser.cpp.i
.PHONY : iniparser.i

# target to preprocess a source file
iniparser.cpp.i:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/iniparser.cpp.i
.PHONY : iniparser.cpp.i

iniparser.s: iniparser.cpp.s
.PHONY : iniparser.s

# target to generate assembly for a file
iniparser.cpp.s:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/iniparser.cpp.s
.PHONY : iniparser.cpp.s

mplayer.o: mplayer.cpp.o
.PHONY : mplayer.o

# target to build an object file
mplayer.cpp.o:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/mplayer.cpp.o
.PHONY : mplayer.cpp.o

mplayer.i: mplayer.cpp.i
.PHONY : mplayer.i

# target to preprocess a source file
mplayer.cpp.i:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/mplayer.cpp.i
.PHONY : mplayer.cpp.i

mplayer.s: mplayer.cpp.s
.PHONY : mplayer.s

# target to generate assembly for a file
mplayer.cpp.s:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/mplayer.cpp.s
.PHONY : mplayer.cpp.s

opencv_vs.o: opencv_vs.cpp.o
.PHONY : opencv_vs.o

# target to build an object file
opencv_vs.cpp.o:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/opencv_vs.cpp.o
.PHONY : opencv_vs.cpp.o

opencv_vs.i: opencv_vs.cpp.i
.PHONY : opencv_vs.i

# target to preprocess a source file
opencv_vs.cpp.i:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/opencv_vs.cpp.i
.PHONY : opencv_vs.cpp.i

opencv_vs.s: opencv_vs.cpp.s
.PHONY : opencv_vs.s

# target to generate assembly for a file
opencv_vs.cpp.s:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/opencv_vs.cpp.s
.PHONY : opencv_vs.cpp.s

videosource.o: videosource.cpp.o
.PHONY : videosource.o

# target to build an object file
videosource.cpp.o:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/videosource.cpp.o
.PHONY : videosource.cpp.o

videosource.i: videosource.cpp.i
.PHONY : videosource.i

# target to preprocess a source file
videosource.cpp.i:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/videosource.cpp.i
.PHONY : videosource.cpp.i

videosource.s: videosource.cpp.s
.PHONY : videosource.s

# target to generate assembly for a file
videosource.cpp.s:
	cd /Users/leto/src/polyora/test && $(MAKE) -f videosource/CMakeFiles/videosource.dir/build.make videosource/CMakeFiles/videosource.dir/videosource.cpp.s
.PHONY : videosource.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 "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... videosource"
	@echo "... bidirpipe.o"
	@echo "... bidirpipe.i"
	@echo "... bidirpipe.s"
	@echo "... bmpvideosource.o"
	@echo "... bmpvideosource.i"
	@echo "... bmpvideosource.s"
	@echo "... dc1394vs.o"
	@echo "... dc1394vs.i"
	@echo "... dc1394vs.s"
	@echo "... iniparser.o"
	@echo "... iniparser.i"
	@echo "... iniparser.s"
	@echo "... mplayer.o"
	@echo "... mplayer.i"
	@echo "... mplayer.s"
	@echo "... opencv_vs.o"
	@echo "... opencv_vs.i"
	@echo "... opencv_vs.s"
	@echo "... videosource.o"
	@echo "... videosource.i"
	@echo "... videosource.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 /Users/leto/src/polyora/test && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

