Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# 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:
# 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 top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = "/home/boyan/Desktop/Dissertation Code VC/FSAI_Cone_Distance"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "/home/boyan/Desktop/Dissertation Code VC/FSAI_Cone_Distance"
#=============================================================================
# Targets provided globally by CMake.
# 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 -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 edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start "/home/boyan/Desktop/Dissertation Code VC/FSAI_Cone_Distance/CMakeFiles" "/home/boyan/Desktop/Dissertation Code VC/FSAI_Cone_Distance/CMakeFiles/progress.marks"
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start "/home/boyan/Desktop/Dissertation Code VC/FSAI_Cone_Distance/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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named get_distance
# Build rule for target.
get_distance: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 get_distance
.PHONY : get_distance
# fast build rule for target.
get_distance/fast:
$(MAKE) -f CMakeFiles/get_distance.dir/build.make CMakeFiles/get_distance.dir/build
.PHONY : get_distance/fast
#=============================================================================
# Target rules for targets named preprocessing.o
# Build rule for target.
preprocessing.o: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 preprocessing.o
.PHONY : preprocessing.o
# fast build rule for target.
preprocessing.o/fast:
$(MAKE) -f CMakeFiles/preprocessing.o.dir/build.make CMakeFiles/preprocessing.o.dir/build
.PHONY : preprocessing.o/fast
#=============================================================================
# Target rules for targets named cluster.o
# Build rule for target.
cluster.o: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 cluster.o
.PHONY : cluster.o
# fast build rule for target.
cluster.o/fast:
$(MAKE) -f CMakeFiles/cluster.o.dir/build.make CMakeFiles/cluster.o.dir/build
.PHONY : cluster.o/fast
src/clustering.o: src/clustering.cpp.o
.PHONY : src/clustering.o
# target to build an object file
src/clustering.cpp.o:
$(MAKE) -f CMakeFiles/cluster.o.dir/build.make CMakeFiles/cluster.o.dir/src/clustering.cpp.o
.PHONY : src/clustering.cpp.o
src/clustering.i: src/clustering.cpp.i
.PHONY : src/clustering.i
# target to preprocess a source file
src/clustering.cpp.i:
$(MAKE) -f CMakeFiles/cluster.o.dir/build.make CMakeFiles/cluster.o.dir/src/clustering.cpp.i
.PHONY : src/clustering.cpp.i
src/clustering.s: src/clustering.cpp.s
.PHONY : src/clustering.s
# target to generate assembly for a file
src/clustering.cpp.s:
$(MAKE) -f CMakeFiles/cluster.o.dir/build.make CMakeFiles/cluster.o.dir/src/clustering.cpp.s
.PHONY : src/clustering.cpp.s
src/data_preprocessing.o: src/data_preprocessing.cpp.o
.PHONY : src/data_preprocessing.o
# target to build an object file
src/data_preprocessing.cpp.o:
$(MAKE) -f CMakeFiles/preprocessing.o.dir/build.make CMakeFiles/preprocessing.o.dir/src/data_preprocessing.cpp.o
.PHONY : src/data_preprocessing.cpp.o
src/data_preprocessing.i: src/data_preprocessing.cpp.i
.PHONY : src/data_preprocessing.i
# target to preprocess a source file
src/data_preprocessing.cpp.i:
$(MAKE) -f CMakeFiles/preprocessing.o.dir/build.make CMakeFiles/preprocessing.o.dir/src/data_preprocessing.cpp.i
.PHONY : src/data_preprocessing.cpp.i
src/data_preprocessing.s: src/data_preprocessing.cpp.s
.PHONY : src/data_preprocessing.s
# target to generate assembly for a file
src/data_preprocessing.cpp.s:
$(MAKE) -f CMakeFiles/preprocessing.o.dir/build.make CMakeFiles/preprocessing.o.dir/src/data_preprocessing.cpp.s
.PHONY : src/data_preprocessing.cpp.s
src/main.o: src/main.cpp.o
.PHONY : src/main.o
# target to build an object file
src/main.cpp.o:
$(MAKE) -f CMakeFiles/get_distance.dir/build.make CMakeFiles/get_distance.dir/src/main.cpp.o
.PHONY : src/main.cpp.o
src/main.i: src/main.cpp.i
.PHONY : src/main.i
# target to preprocess a source file
src/main.cpp.i:
$(MAKE) -f CMakeFiles/get_distance.dir/build.make CMakeFiles/get_distance.dir/src/main.cpp.i
.PHONY : src/main.cpp.i
src/main.s: src/main.cpp.s
.PHONY : src/main.s
# target to generate assembly for a file
src/main.cpp.s:
$(MAKE) -f CMakeFiles/get_distance.dir/build.make CMakeFiles/get_distance.dir/src/main.cpp.s
.PHONY : src/main.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 "... rebuild_cache"
@echo "... get_distance"
@echo "... preprocessing.o"
@echo "... edit_cache"
@echo "... cluster.o"
@echo "... src/clustering.o"
@echo "... src/clustering.i"
@echo "... src/clustering.s"
@echo "... src/data_preprocessing.o"
@echo "... src/data_preprocessing.i"
@echo "... src/data_preprocessing.s"
@echo "... src/main.o"
@echo "... src/main.i"
@echo "... src/main.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system