# 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

# 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/trazzag/Downloads/flann-1.8.4-src

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/trazzag/Downloads/flann-1.8.4-src/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\" \"pkgconfig\""
.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..."
	/usr/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..."
	/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/trazzag/Downloads/flann-1.8.4-src/build/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..."
	/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/trazzag/Downloads/flann-1.8.4-src/build/CMakeFiles /home/trazzag/Downloads/flann-1.8.4-src/build/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/trazzag/Downloads/flann-1.8.4-src/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 uninstall

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

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

#=============================================================================
# Target rules for targets named flann

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

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

#=============================================================================
# Target rules for targets named flann_cpp

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

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

#=============================================================================
# Target rules for targets named flann_cpp_s

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

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

#=============================================================================
# Target rules for targets named flann_s

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

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

#=============================================================================
# Target rules for targets named examples

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

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

#=============================================================================
# Target rules for targets named flann_example_c

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

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

#=============================================================================
# Target rules for targets named flann_example_cpp

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

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

#=============================================================================
# Target rules for targets named dataset_brief100K.h5

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

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

#=============================================================================
# Target rules for targets named dataset_cloud.h5

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

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

#=============================================================================
# Target rules for targets named dataset_sift100K.h5

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

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

#=============================================================================
# Target rules for targets named dataset_sift100K_byte.h5

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

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

#=============================================================================
# Target rules for targets named dataset_sift10K.h5

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

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

#=============================================================================
# Target rules for targets named dataset_sift10K_byte.h5

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

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

#=============================================================================
# Target rules for targets named flann_gtest

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

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

#=============================================================================
# Target rules for targets named flann_gtests

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

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

#=============================================================================
# Target rules for targets named pyunit_test_clustering.py

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

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

#=============================================================================
# Target rules for targets named pyunit_test_index_save.py

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

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

#=============================================================================
# Target rules for targets named pyunit_test_nn.py

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

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

#=============================================================================
# Target rules for targets named pyunit_test_nn_autotune.py

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

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

#=============================================================================
# Target rules for targets named pyunit_test_nn_index.py

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

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

#=============================================================================
# Target rules for targets named test

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

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

#=============================================================================
# Target rules for targets named tests

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

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

#=============================================================================
# Target rules for targets named auxclean

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

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

#=============================================================================
# Target rules for targets named doc

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

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

#=============================================================================
# Target rules for targets named dvi

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

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

#=============================================================================
# Target rules for targets named html

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

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

#=============================================================================
# Target rules for targets named pdf

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

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

#=============================================================================
# Target rules for targets named ps

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

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

#=============================================================================
# Target rules for targets named safepdf

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

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

# 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 "... uninstall"
	@echo "... flann"
	@echo "... flann_cpp"
	@echo "... flann_cpp_s"
	@echo "... flann_s"
	@echo "... examples"
	@echo "... flann_example_c"
	@echo "... flann_example_cpp"
	@echo "... dataset_brief100K.h5"
	@echo "... dataset_cloud.h5"
	@echo "... dataset_sift100K.h5"
	@echo "... dataset_sift100K_byte.h5"
	@echo "... dataset_sift10K.h5"
	@echo "... dataset_sift10K_byte.h5"
	@echo "... flann_gtest"
	@echo "... flann_gtests"
	@echo "... pyunit_test_clustering.py"
	@echo "... pyunit_test_index_save.py"
	@echo "... pyunit_test_nn.py"
	@echo "... pyunit_test_nn_autotune.py"
	@echo "... pyunit_test_nn_index.py"
	@echo "... test"
	@echo "... tests"
	@echo "... auxclean"
	@echo "... doc"
	@echo "... dvi"
	@echo "... html"
	@echo "... pdf"
	@echo "... ps"
	@echo "... safepdf"
.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

