299 lines
9.9 KiB
Makefile
299 lines
9.9 KiB
Makefile
# 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 top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/harle/catkin_ws/src/demo_ASIFT_src
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/harle/catkin_ws/src/demo_ASIFT_src
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
|
|
/usr/bin/cmake -i .
|
|
.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 -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
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles /home/harle/catkin_ws/src/demo_ASIFT_src/libNumerics/CMakeFiles/progress.marks
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f CMakeFiles/Makefile2 libNumerics/all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/harle/catkin_ws/src/demo_ASIFT_src/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f CMakeFiles/Makefile2 libNumerics/clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f CMakeFiles/Makefile2 libNumerics/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f CMakeFiles/Makefile2 libNumerics/preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
# Convenience name for target.
|
|
libNumerics/CMakeFiles/Numerics.dir/rule:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f CMakeFiles/Makefile2 libNumerics/CMakeFiles/Numerics.dir/rule
|
|
.PHONY : libNumerics/CMakeFiles/Numerics.dir/rule
|
|
|
|
# Convenience name for target.
|
|
Numerics: libNumerics/CMakeFiles/Numerics.dir/rule
|
|
.PHONY : Numerics
|
|
|
|
# fast build rule for target.
|
|
Numerics/fast:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/build
|
|
.PHONY : Numerics/fast
|
|
|
|
computeH.o: computeH.cpp.o
|
|
.PHONY : computeH.o
|
|
|
|
# target to build an object file
|
|
computeH.cpp.o:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/computeH.cpp.o
|
|
.PHONY : computeH.cpp.o
|
|
|
|
computeH.i: computeH.cpp.i
|
|
.PHONY : computeH.i
|
|
|
|
# target to preprocess a source file
|
|
computeH.cpp.i:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/computeH.cpp.i
|
|
.PHONY : computeH.cpp.i
|
|
|
|
computeH.s: computeH.cpp.s
|
|
.PHONY : computeH.s
|
|
|
|
# target to generate assembly for a file
|
|
computeH.cpp.s:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/computeH.cpp.s
|
|
.PHONY : computeH.cpp.s
|
|
|
|
homography.o: homography.cpp.o
|
|
.PHONY : homography.o
|
|
|
|
# target to build an object file
|
|
homography.cpp.o:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/homography.cpp.o
|
|
.PHONY : homography.cpp.o
|
|
|
|
homography.i: homography.cpp.i
|
|
.PHONY : homography.i
|
|
|
|
# target to preprocess a source file
|
|
homography.cpp.i:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/homography.cpp.i
|
|
.PHONY : homography.cpp.i
|
|
|
|
homography.s: homography.cpp.s
|
|
.PHONY : homography.s
|
|
|
|
# target to generate assembly for a file
|
|
homography.cpp.s:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/homography.cpp.s
|
|
.PHONY : homography.cpp.s
|
|
|
|
matrix.o: matrix.cpp.o
|
|
.PHONY : matrix.o
|
|
|
|
# target to build an object file
|
|
matrix.cpp.o:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/matrix.cpp.o
|
|
.PHONY : matrix.cpp.o
|
|
|
|
matrix.i: matrix.cpp.i
|
|
.PHONY : matrix.i
|
|
|
|
# target to preprocess a source file
|
|
matrix.cpp.i:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/matrix.cpp.i
|
|
.PHONY : matrix.cpp.i
|
|
|
|
matrix.s: matrix.cpp.s
|
|
.PHONY : matrix.s
|
|
|
|
# target to generate assembly for a file
|
|
matrix.cpp.s:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/matrix.cpp.s
|
|
.PHONY : matrix.cpp.s
|
|
|
|
numerics.o: numerics.cpp.o
|
|
.PHONY : numerics.o
|
|
|
|
# target to build an object file
|
|
numerics.cpp.o:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/numerics.cpp.o
|
|
.PHONY : numerics.cpp.o
|
|
|
|
numerics.i: numerics.cpp.i
|
|
.PHONY : numerics.i
|
|
|
|
# target to preprocess a source file
|
|
numerics.cpp.i:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/numerics.cpp.i
|
|
.PHONY : numerics.cpp.i
|
|
|
|
numerics.s: numerics.cpp.s
|
|
.PHONY : numerics.s
|
|
|
|
# target to generate assembly for a file
|
|
numerics.cpp.s:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/numerics.cpp.s
|
|
.PHONY : numerics.cpp.s
|
|
|
|
rodrigues.o: rodrigues.cpp.o
|
|
.PHONY : rodrigues.o
|
|
|
|
# target to build an object file
|
|
rodrigues.cpp.o:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/rodrigues.cpp.o
|
|
.PHONY : rodrigues.cpp.o
|
|
|
|
rodrigues.i: rodrigues.cpp.i
|
|
.PHONY : rodrigues.i
|
|
|
|
# target to preprocess a source file
|
|
rodrigues.cpp.i:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/rodrigues.cpp.i
|
|
.PHONY : rodrigues.cpp.i
|
|
|
|
rodrigues.s: rodrigues.cpp.s
|
|
.PHONY : rodrigues.s
|
|
|
|
# target to generate assembly for a file
|
|
rodrigues.cpp.s:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/rodrigues.cpp.s
|
|
.PHONY : rodrigues.cpp.s
|
|
|
|
vector.o: vector.cpp.o
|
|
.PHONY : vector.o
|
|
|
|
# target to build an object file
|
|
vector.cpp.o:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/vector.cpp.o
|
|
.PHONY : vector.cpp.o
|
|
|
|
vector.i: vector.cpp.i
|
|
.PHONY : vector.i
|
|
|
|
# target to preprocess a source file
|
|
vector.cpp.i:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/vector.cpp.i
|
|
.PHONY : vector.cpp.i
|
|
|
|
vector.s: vector.cpp.s
|
|
.PHONY : vector.s
|
|
|
|
# target to generate assembly for a file
|
|
vector.cpp.s:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(MAKE) -f libNumerics/CMakeFiles/Numerics.dir/build.make libNumerics/CMakeFiles/Numerics.dir/vector.cpp.s
|
|
.PHONY : 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 "... Numerics"
|
|
@echo "... edit_cache"
|
|
@echo "... rebuild_cache"
|
|
@echo "... computeH.o"
|
|
@echo "... computeH.i"
|
|
@echo "... computeH.s"
|
|
@echo "... homography.o"
|
|
@echo "... homography.i"
|
|
@echo "... homography.s"
|
|
@echo "... matrix.o"
|
|
@echo "... matrix.i"
|
|
@echo "... matrix.s"
|
|
@echo "... numerics.o"
|
|
@echo "... numerics.i"
|
|
@echo "... numerics.s"
|
|
@echo "... rodrigues.o"
|
|
@echo "... rodrigues.i"
|
|
@echo "... rodrigues.s"
|
|
@echo "... vector.o"
|
|
@echo "... vector.i"
|
|
@echo "... 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:
|
|
cd /home/harle/catkin_ws/src/demo_ASIFT_src && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|