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

# 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 canonical targets will work.
.SUFFIXES:

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

.SUFFIXES: .hpux_make_needs_suffix_list

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

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

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

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

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

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

# Escaping for special characters.
EQUALS = =

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

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/nitin/CMSC733/dlib-19.2/tools/python

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/nitin/CMSC733/dlib-19.2/tools/python/build

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

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

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

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

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

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

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

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

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

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

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

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

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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/nitin/CMSC733/dlib-19.2/tools/python/build/CMakeFiles /home/nitin/CMSC733/dlib-19.2/tools/python/build/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/nitin/CMSC733/dlib-19.2/tools/python/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

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

# Prepare targets for installation.
preinstall: all
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named dlib_

# Build rule for target.
dlib_: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 dlib_
.PHONY : dlib_

# fast build rule for target.
dlib_/fast:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/build
.PHONY : dlib_/fast

#=============================================================================
# Target rules for targets named dlib

# Build rule for target.
dlib: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 dlib
.PHONY : dlib

# fast build rule for target.
dlib/fast:
	$(MAKE) -f dlib_build/CMakeFiles/dlib.dir/build.make dlib_build/CMakeFiles/dlib.dir/build
.PHONY : dlib/fast

src/basic.o: src/basic.cpp.o
.PHONY : src/basic.o

# target to build an object file
src/basic.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/basic.cpp.o
.PHONY : src/basic.cpp.o

src/basic.i: src/basic.cpp.i
.PHONY : src/basic.i

# target to preprocess a source file
src/basic.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/basic.cpp.i
.PHONY : src/basic.cpp.i

src/basic.s: src/basic.cpp.s
.PHONY : src/basic.s

# target to generate assembly for a file
src/basic.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/basic.cpp.s
.PHONY : src/basic.cpp.s

src/cca.o: src/cca.cpp.o
.PHONY : src/cca.o

# target to build an object file
src/cca.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/cca.cpp.o
.PHONY : src/cca.cpp.o

src/cca.i: src/cca.cpp.i
.PHONY : src/cca.i

# target to preprocess a source file
src/cca.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/cca.cpp.i
.PHONY : src/cca.cpp.i

src/cca.s: src/cca.cpp.s
.PHONY : src/cca.s

# target to generate assembly for a file
src/cca.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/cca.cpp.s
.PHONY : src/cca.cpp.s

src/correlation_tracker.o: src/correlation_tracker.cpp.o
.PHONY : src/correlation_tracker.o

# target to build an object file
src/correlation_tracker.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/correlation_tracker.cpp.o
.PHONY : src/correlation_tracker.cpp.o

src/correlation_tracker.i: src/correlation_tracker.cpp.i
.PHONY : src/correlation_tracker.i

# target to preprocess a source file
src/correlation_tracker.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/correlation_tracker.cpp.i
.PHONY : src/correlation_tracker.cpp.i

src/correlation_tracker.s: src/correlation_tracker.cpp.s
.PHONY : src/correlation_tracker.s

# target to generate assembly for a file
src/correlation_tracker.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/correlation_tracker.cpp.s
.PHONY : src/correlation_tracker.cpp.s

src/decision_functions.o: src/decision_functions.cpp.o
.PHONY : src/decision_functions.o

# target to build an object file
src/decision_functions.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/decision_functions.cpp.o
.PHONY : src/decision_functions.cpp.o

src/decision_functions.i: src/decision_functions.cpp.i
.PHONY : src/decision_functions.i

# target to preprocess a source file
src/decision_functions.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/decision_functions.cpp.i
.PHONY : src/decision_functions.cpp.i

src/decision_functions.s: src/decision_functions.cpp.s
.PHONY : src/decision_functions.s

# target to generate assembly for a file
src/decision_functions.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/decision_functions.cpp.s
.PHONY : src/decision_functions.cpp.s

src/dlib.o: src/dlib.cpp.o
.PHONY : src/dlib.o

# target to build an object file
src/dlib.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/dlib.cpp.o
.PHONY : src/dlib.cpp.o

src/dlib.i: src/dlib.cpp.i
.PHONY : src/dlib.i

# target to preprocess a source file
src/dlib.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/dlib.cpp.i
.PHONY : src/dlib.cpp.i

src/dlib.s: src/dlib.cpp.s
.PHONY : src/dlib.s

# target to generate assembly for a file
src/dlib.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/dlib.cpp.s
.PHONY : src/dlib.cpp.s

src/gui.o: src/gui.cpp.o
.PHONY : src/gui.o

# target to build an object file
src/gui.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/gui.cpp.o
.PHONY : src/gui.cpp.o

src/gui.i: src/gui.cpp.i
.PHONY : src/gui.i

# target to preprocess a source file
src/gui.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/gui.cpp.i
.PHONY : src/gui.cpp.i

src/gui.s: src/gui.cpp.s
.PHONY : src/gui.s

# target to generate assembly for a file
src/gui.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/gui.cpp.s
.PHONY : src/gui.cpp.s

src/image.o: src/image.cpp.o
.PHONY : src/image.o

# target to build an object file
src/image.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/image.cpp.o
.PHONY : src/image.cpp.o

src/image.i: src/image.cpp.i
.PHONY : src/image.i

# target to preprocess a source file
src/image.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/image.cpp.i
.PHONY : src/image.cpp.i

src/image.s: src/image.cpp.s
.PHONY : src/image.s

# target to generate assembly for a file
src/image.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/image.cpp.s
.PHONY : src/image.cpp.s

src/matrix.o: src/matrix.cpp.o
.PHONY : src/matrix.o

# target to build an object file
src/matrix.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/matrix.cpp.o
.PHONY : src/matrix.cpp.o

src/matrix.i: src/matrix.cpp.i
.PHONY : src/matrix.i

# target to preprocess a source file
src/matrix.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/matrix.cpp.i
.PHONY : src/matrix.cpp.i

src/matrix.s: src/matrix.cpp.s
.PHONY : src/matrix.s

# target to generate assembly for a file
src/matrix.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/matrix.cpp.s
.PHONY : src/matrix.cpp.s

src/object_detection.o: src/object_detection.cpp.o
.PHONY : src/object_detection.o

# target to build an object file
src/object_detection.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/object_detection.cpp.o
.PHONY : src/object_detection.cpp.o

src/object_detection.i: src/object_detection.cpp.i
.PHONY : src/object_detection.i

# target to preprocess a source file
src/object_detection.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/object_detection.cpp.i
.PHONY : src/object_detection.cpp.i

src/object_detection.s: src/object_detection.cpp.s
.PHONY : src/object_detection.s

# target to generate assembly for a file
src/object_detection.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/object_detection.cpp.s
.PHONY : src/object_detection.cpp.s

src/other.o: src/other.cpp.o
.PHONY : src/other.o

# target to build an object file
src/other.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/other.cpp.o
.PHONY : src/other.cpp.o

src/other.i: src/other.cpp.i
.PHONY : src/other.i

# target to preprocess a source file
src/other.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/other.cpp.i
.PHONY : src/other.cpp.i

src/other.s: src/other.cpp.s
.PHONY : src/other.s

# target to generate assembly for a file
src/other.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/other.cpp.s
.PHONY : src/other.cpp.s

src/rectangles.o: src/rectangles.cpp.o
.PHONY : src/rectangles.o

# target to build an object file
src/rectangles.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/rectangles.cpp.o
.PHONY : src/rectangles.cpp.o

src/rectangles.i: src/rectangles.cpp.i
.PHONY : src/rectangles.i

# target to preprocess a source file
src/rectangles.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/rectangles.cpp.i
.PHONY : src/rectangles.cpp.i

src/rectangles.s: src/rectangles.cpp.s
.PHONY : src/rectangles.s

# target to generate assembly for a file
src/rectangles.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/rectangles.cpp.s
.PHONY : src/rectangles.cpp.s

src/sequence_segmenter.o: src/sequence_segmenter.cpp.o
.PHONY : src/sequence_segmenter.o

# target to build an object file
src/sequence_segmenter.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/sequence_segmenter.cpp.o
.PHONY : src/sequence_segmenter.cpp.o

src/sequence_segmenter.i: src/sequence_segmenter.cpp.i
.PHONY : src/sequence_segmenter.i

# target to preprocess a source file
src/sequence_segmenter.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/sequence_segmenter.cpp.i
.PHONY : src/sequence_segmenter.cpp.i

src/sequence_segmenter.s: src/sequence_segmenter.cpp.s
.PHONY : src/sequence_segmenter.s

# target to generate assembly for a file
src/sequence_segmenter.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/sequence_segmenter.cpp.s
.PHONY : src/sequence_segmenter.cpp.s

src/shape_predictor.o: src/shape_predictor.cpp.o
.PHONY : src/shape_predictor.o

# target to build an object file
src/shape_predictor.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/shape_predictor.cpp.o
.PHONY : src/shape_predictor.cpp.o

src/shape_predictor.i: src/shape_predictor.cpp.i
.PHONY : src/shape_predictor.i

# target to preprocess a source file
src/shape_predictor.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/shape_predictor.cpp.i
.PHONY : src/shape_predictor.cpp.i

src/shape_predictor.s: src/shape_predictor.cpp.s
.PHONY : src/shape_predictor.s

# target to generate assembly for a file
src/shape_predictor.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/shape_predictor.cpp.s
.PHONY : src/shape_predictor.cpp.s

src/svm_c_trainer.o: src/svm_c_trainer.cpp.o
.PHONY : src/svm_c_trainer.o

# target to build an object file
src/svm_c_trainer.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/svm_c_trainer.cpp.o
.PHONY : src/svm_c_trainer.cpp.o

src/svm_c_trainer.i: src/svm_c_trainer.cpp.i
.PHONY : src/svm_c_trainer.i

# target to preprocess a source file
src/svm_c_trainer.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/svm_c_trainer.cpp.i
.PHONY : src/svm_c_trainer.cpp.i

src/svm_c_trainer.s: src/svm_c_trainer.cpp.s
.PHONY : src/svm_c_trainer.s

# target to generate assembly for a file
src/svm_c_trainer.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/svm_c_trainer.cpp.s
.PHONY : src/svm_c_trainer.cpp.s

src/svm_rank_trainer.o: src/svm_rank_trainer.cpp.o
.PHONY : src/svm_rank_trainer.o

# target to build an object file
src/svm_rank_trainer.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/svm_rank_trainer.cpp.o
.PHONY : src/svm_rank_trainer.cpp.o

src/svm_rank_trainer.i: src/svm_rank_trainer.cpp.i
.PHONY : src/svm_rank_trainer.i

# target to preprocess a source file
src/svm_rank_trainer.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/svm_rank_trainer.cpp.i
.PHONY : src/svm_rank_trainer.cpp.i

src/svm_rank_trainer.s: src/svm_rank_trainer.cpp.s
.PHONY : src/svm_rank_trainer.s

# target to generate assembly for a file
src/svm_rank_trainer.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/svm_rank_trainer.cpp.s
.PHONY : src/svm_rank_trainer.cpp.s

src/svm_struct.o: src/svm_struct.cpp.o
.PHONY : src/svm_struct.o

# target to build an object file
src/svm_struct.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/svm_struct.cpp.o
.PHONY : src/svm_struct.cpp.o

src/svm_struct.i: src/svm_struct.cpp.i
.PHONY : src/svm_struct.i

# target to preprocess a source file
src/svm_struct.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/svm_struct.cpp.i
.PHONY : src/svm_struct.cpp.i

src/svm_struct.s: src/svm_struct.cpp.s
.PHONY : src/svm_struct.s

# target to generate assembly for a file
src/svm_struct.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/svm_struct.cpp.s
.PHONY : src/svm_struct.cpp.s

src/vector.o: src/vector.cpp.o
.PHONY : src/vector.o

# target to build an object file
src/vector.cpp.o:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/vector.cpp.o
.PHONY : src/vector.cpp.o

src/vector.i: src/vector.cpp.i
.PHONY : src/vector.i

# target to preprocess a source file
src/vector.cpp.i:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/vector.cpp.i
.PHONY : src/vector.cpp.i

src/vector.s: src/vector.cpp.s
.PHONY : src/vector.s

# target to generate assembly for a file
src/vector.cpp.s:
	$(MAKE) -f CMakeFiles/dlib_.dir/build.make CMakeFiles/dlib_.dir/src/vector.cpp.s
.PHONY : src/vector.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 "... dlib_"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... dlib"
	@echo "... src/basic.o"
	@echo "... src/basic.i"
	@echo "... src/basic.s"
	@echo "... src/cca.o"
	@echo "... src/cca.i"
	@echo "... src/cca.s"
	@echo "... src/correlation_tracker.o"
	@echo "... src/correlation_tracker.i"
	@echo "... src/correlation_tracker.s"
	@echo "... src/decision_functions.o"
	@echo "... src/decision_functions.i"
	@echo "... src/decision_functions.s"
	@echo "... src/dlib.o"
	@echo "... src/dlib.i"
	@echo "... src/dlib.s"
	@echo "... src/gui.o"
	@echo "... src/gui.i"
	@echo "... src/gui.s"
	@echo "... src/image.o"
	@echo "... src/image.i"
	@echo "... src/image.s"
	@echo "... src/matrix.o"
	@echo "... src/matrix.i"
	@echo "... src/matrix.s"
	@echo "... src/object_detection.o"
	@echo "... src/object_detection.i"
	@echo "... src/object_detection.s"
	@echo "... src/other.o"
	@echo "... src/other.i"
	@echo "... src/other.s"
	@echo "... src/rectangles.o"
	@echo "... src/rectangles.i"
	@echo "... src/rectangles.s"
	@echo "... src/sequence_segmenter.o"
	@echo "... src/sequence_segmenter.i"
	@echo "... src/sequence_segmenter.s"
	@echo "... src/shape_predictor.o"
	@echo "... src/shape_predictor.i"
	@echo "... src/shape_predictor.s"
	@echo "... src/svm_c_trainer.o"
	@echo "... src/svm_c_trainer.i"
	@echo "... src/svm_c_trainer.s"
	@echo "... src/svm_rank_trainer.o"
	@echo "... src/svm_rank_trainer.i"
	@echo "... src/svm_rank_trainer.s"
	@echo "... src/svm_struct.o"
	@echo "... src/svm_struct.i"
	@echo "... src/svm_struct.s"
	@echo "... src/vector.o"
	@echo "... src/vector.i"
	@echo "... src/vector.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:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

