623 lines
23 KiB
Makefile
623 lines
23 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
|
|
|
# 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:
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : %,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : SCCS/s.%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : s.%
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Command-line flag to silence nested $(MAKE).
|
|
$(VERBOSE)MAKESILENT = -s
|
|
|
|
#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/homebrew/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /opt/homebrew/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /Users/tianjianyong/apps/ObstacleAvoidance
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /Users/tianjianyong/apps/ObstacleAvoidance/build
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target test
|
|
test:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
|
|
/opt/homebrew/bin/ctest --force-new-ctest-process $(ARGS)
|
|
.PHONY : test
|
|
|
|
# Special rule for the target test
|
|
test/fast: test
|
|
.PHONY : test/fast
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
|
/opt/homebrew/bin/ccmake -S$(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 rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
|
/opt/homebrew/bin/cmake --regenerate-during-build -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 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 install
|
|
install: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
/opt/homebrew/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/homebrew/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/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local
|
|
|
|
# Special rule for the target install/local
|
|
install/local/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
/opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.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/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
/opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/tianjianyong/apps/ObstacleAvoidance/build/CMakeFiles /Users/tianjianyong/apps/ObstacleAvoidance/build//CMakeFiles/progress.marks
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/tianjianyong/apps/ObstacleAvoidance/build/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
$(MAKE) $(MAKESILENT) -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 airport_collision_avoidance_lib
|
|
|
|
# Build rule for target.
|
|
airport_collision_avoidance_lib: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 airport_collision_avoidance_lib
|
|
.PHONY : airport_collision_avoidance_lib
|
|
|
|
# fast build rule for target.
|
|
airport_collision_avoidance_lib/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/build
|
|
.PHONY : airport_collision_avoidance_lib/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named airport_collision_avoidance
|
|
|
|
# Build rule for target.
|
|
airport_collision_avoidance: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 airport_collision_avoidance
|
|
.PHONY : airport_collision_avoidance
|
|
|
|
# fast build rule for target.
|
|
airport_collision_avoidance/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance.dir/build.make CMakeFiles/airport_collision_avoidance.dir/build
|
|
.PHONY : airport_collision_avoidance/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named unit_tests
|
|
|
|
# Build rule for target.
|
|
unit_tests: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit_tests
|
|
.PHONY : unit_tests
|
|
|
|
# fast build rule for target.
|
|
unit_tests/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/unit_tests.dir/build.make CMakeFiles/unit_tests.dir/build
|
|
.PHONY : unit_tests/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gmock
|
|
|
|
# Build rule for target.
|
|
gmock: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gmock
|
|
.PHONY : gmock
|
|
|
|
# fast build rule for target.
|
|
gmock/fast:
|
|
$(MAKE) $(MAKESILENT) -f _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build
|
|
.PHONY : gmock/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gmock_main
|
|
|
|
# Build rule for target.
|
|
gmock_main: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gmock_main
|
|
.PHONY : gmock_main
|
|
|
|
# fast build rule for target.
|
|
gmock_main/fast:
|
|
$(MAKE) $(MAKESILENT) -f _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build
|
|
.PHONY : gmock_main/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gtest
|
|
|
|
# Build rule for target.
|
|
gtest: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest
|
|
.PHONY : gtest
|
|
|
|
# fast build rule for target.
|
|
gtest/fast:
|
|
$(MAKE) $(MAKESILENT) -f _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build
|
|
.PHONY : gtest/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gtest_main
|
|
|
|
# Build rule for target.
|
|
gtest_main: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest_main
|
|
.PHONY : gtest_main
|
|
|
|
# fast build rule for target.
|
|
gtest_main/fast:
|
|
$(MAKE) $(MAKESILENT) -f _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build
|
|
.PHONY : gtest_main/fast
|
|
|
|
src/collector/DataCollector.o: src/collector/DataCollector.cpp.o
|
|
.PHONY : src/collector/DataCollector.o
|
|
|
|
# target to build an object file
|
|
src/collector/DataCollector.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/collector/DataCollector.cpp.o
|
|
.PHONY : src/collector/DataCollector.cpp.o
|
|
|
|
src/collector/DataCollector.i: src/collector/DataCollector.cpp.i
|
|
.PHONY : src/collector/DataCollector.i
|
|
|
|
# target to preprocess a source file
|
|
src/collector/DataCollector.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/collector/DataCollector.cpp.i
|
|
.PHONY : src/collector/DataCollector.cpp.i
|
|
|
|
src/collector/DataCollector.s: src/collector/DataCollector.cpp.s
|
|
.PHONY : src/collector/DataCollector.s
|
|
|
|
# target to generate assembly for a file
|
|
src/collector/DataCollector.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/collector/DataCollector.cpp.s
|
|
.PHONY : src/collector/DataCollector.cpp.s
|
|
|
|
src/core/System.o: src/core/System.cpp.o
|
|
.PHONY : src/core/System.o
|
|
|
|
# target to build an object file
|
|
src/core/System.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/core/System.cpp.o
|
|
.PHONY : src/core/System.cpp.o
|
|
|
|
src/core/System.i: src/core/System.cpp.i
|
|
.PHONY : src/core/System.i
|
|
|
|
# target to preprocess a source file
|
|
src/core/System.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/core/System.cpp.i
|
|
.PHONY : src/core/System.cpp.i
|
|
|
|
src/core/System.s: src/core/System.cpp.s
|
|
.PHONY : src/core/System.s
|
|
|
|
# target to generate assembly for a file
|
|
src/core/System.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/core/System.cpp.s
|
|
.PHONY : src/core/System.cpp.s
|
|
|
|
src/detector/CollisionDetector.o: src/detector/CollisionDetector.cpp.o
|
|
.PHONY : src/detector/CollisionDetector.o
|
|
|
|
# target to build an object file
|
|
src/detector/CollisionDetector.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/detector/CollisionDetector.cpp.o
|
|
.PHONY : src/detector/CollisionDetector.cpp.o
|
|
|
|
src/detector/CollisionDetector.i: src/detector/CollisionDetector.cpp.i
|
|
.PHONY : src/detector/CollisionDetector.i
|
|
|
|
# target to preprocess a source file
|
|
src/detector/CollisionDetector.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/detector/CollisionDetector.cpp.i
|
|
.PHONY : src/detector/CollisionDetector.cpp.i
|
|
|
|
src/detector/CollisionDetector.s: src/detector/CollisionDetector.cpp.s
|
|
.PHONY : src/detector/CollisionDetector.s
|
|
|
|
# target to generate assembly for a file
|
|
src/detector/CollisionDetector.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/detector/CollisionDetector.cpp.s
|
|
.PHONY : src/detector/CollisionDetector.cpp.s
|
|
|
|
src/main.o: src/main.cpp.o
|
|
.PHONY : src/main.o
|
|
|
|
# target to build an object file
|
|
src/main.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance.dir/build.make CMakeFiles/airport_collision_avoidance.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) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance.dir/build.make CMakeFiles/airport_collision_avoidance.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) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance.dir/build.make CMakeFiles/airport_collision_avoidance.dir/src/main.cpp.s
|
|
.PHONY : src/main.cpp.s
|
|
|
|
src/network/HTTPDataSource.o: src/network/HTTPDataSource.cpp.o
|
|
.PHONY : src/network/HTTPDataSource.o
|
|
|
|
# target to build an object file
|
|
src/network/HTTPDataSource.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/network/HTTPDataSource.cpp.o
|
|
.PHONY : src/network/HTTPDataSource.cpp.o
|
|
|
|
src/network/HTTPDataSource.i: src/network/HTTPDataSource.cpp.i
|
|
.PHONY : src/network/HTTPDataSource.i
|
|
|
|
# target to preprocess a source file
|
|
src/network/HTTPDataSource.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/network/HTTPDataSource.cpp.i
|
|
.PHONY : src/network/HTTPDataSource.cpp.i
|
|
|
|
src/network/HTTPDataSource.s: src/network/HTTPDataSource.cpp.s
|
|
.PHONY : src/network/HTTPDataSource.s
|
|
|
|
# target to generate assembly for a file
|
|
src/network/HTTPDataSource.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/network/HTTPDataSource.cpp.s
|
|
.PHONY : src/network/HTTPDataSource.cpp.s
|
|
|
|
src/spatial/CoordinateConverter.o: src/spatial/CoordinateConverter.cpp.o
|
|
.PHONY : src/spatial/CoordinateConverter.o
|
|
|
|
# target to build an object file
|
|
src/spatial/CoordinateConverter.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/spatial/CoordinateConverter.cpp.o
|
|
.PHONY : src/spatial/CoordinateConverter.cpp.o
|
|
|
|
src/spatial/CoordinateConverter.i: src/spatial/CoordinateConverter.cpp.i
|
|
.PHONY : src/spatial/CoordinateConverter.i
|
|
|
|
# target to preprocess a source file
|
|
src/spatial/CoordinateConverter.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/spatial/CoordinateConverter.cpp.i
|
|
.PHONY : src/spatial/CoordinateConverter.cpp.i
|
|
|
|
src/spatial/CoordinateConverter.s: src/spatial/CoordinateConverter.cpp.s
|
|
.PHONY : src/spatial/CoordinateConverter.s
|
|
|
|
# target to generate assembly for a file
|
|
src/spatial/CoordinateConverter.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/spatial/CoordinateConverter.cpp.s
|
|
.PHONY : src/spatial/CoordinateConverter.cpp.s
|
|
|
|
src/types/BasicTypes.o: src/types/BasicTypes.cpp.o
|
|
.PHONY : src/types/BasicTypes.o
|
|
|
|
# target to build an object file
|
|
src/types/BasicTypes.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/types/BasicTypes.cpp.o
|
|
.PHONY : src/types/BasicTypes.cpp.o
|
|
|
|
src/types/BasicTypes.i: src/types/BasicTypes.cpp.i
|
|
.PHONY : src/types/BasicTypes.i
|
|
|
|
# target to preprocess a source file
|
|
src/types/BasicTypes.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/types/BasicTypes.cpp.i
|
|
.PHONY : src/types/BasicTypes.cpp.i
|
|
|
|
src/types/BasicTypes.s: src/types/BasicTypes.cpp.s
|
|
.PHONY : src/types/BasicTypes.s
|
|
|
|
# target to generate assembly for a file
|
|
src/types/BasicTypes.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/types/BasicTypes.cpp.s
|
|
.PHONY : src/types/BasicTypes.cpp.s
|
|
|
|
src/utils/Logger.o: src/utils/Logger.cpp.o
|
|
.PHONY : src/utils/Logger.o
|
|
|
|
# target to build an object file
|
|
src/utils/Logger.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/utils/Logger.cpp.o
|
|
.PHONY : src/utils/Logger.cpp.o
|
|
|
|
src/utils/Logger.i: src/utils/Logger.cpp.i
|
|
.PHONY : src/utils/Logger.i
|
|
|
|
# target to preprocess a source file
|
|
src/utils/Logger.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/utils/Logger.cpp.i
|
|
.PHONY : src/utils/Logger.cpp.i
|
|
|
|
src/utils/Logger.s: src/utils/Logger.cpp.s
|
|
.PHONY : src/utils/Logger.s
|
|
|
|
# target to generate assembly for a file
|
|
src/utils/Logger.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/airport_collision_avoidance_lib.dir/build.make CMakeFiles/airport_collision_avoidance_lib.dir/src/utils/Logger.cpp.s
|
|
.PHONY : src/utils/Logger.cpp.s
|
|
|
|
tests/BasicTypesTest.o: tests/BasicTypesTest.cpp.o
|
|
.PHONY : tests/BasicTypesTest.o
|
|
|
|
# target to build an object file
|
|
tests/BasicTypesTest.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/unit_tests.dir/build.make CMakeFiles/unit_tests.dir/tests/BasicTypesTest.cpp.o
|
|
.PHONY : tests/BasicTypesTest.cpp.o
|
|
|
|
tests/BasicTypesTest.i: tests/BasicTypesTest.cpp.i
|
|
.PHONY : tests/BasicTypesTest.i
|
|
|
|
# target to preprocess a source file
|
|
tests/BasicTypesTest.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/unit_tests.dir/build.make CMakeFiles/unit_tests.dir/tests/BasicTypesTest.cpp.i
|
|
.PHONY : tests/BasicTypesTest.cpp.i
|
|
|
|
tests/BasicTypesTest.s: tests/BasicTypesTest.cpp.s
|
|
.PHONY : tests/BasicTypesTest.s
|
|
|
|
# target to generate assembly for a file
|
|
tests/BasicTypesTest.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/unit_tests.dir/build.make CMakeFiles/unit_tests.dir/tests/BasicTypesTest.cpp.s
|
|
.PHONY : tests/BasicTypesTest.cpp.s
|
|
|
|
tests/CollisionDetectorTest.o: tests/CollisionDetectorTest.cpp.o
|
|
.PHONY : tests/CollisionDetectorTest.o
|
|
|
|
# target to build an object file
|
|
tests/CollisionDetectorTest.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/unit_tests.dir/build.make CMakeFiles/unit_tests.dir/tests/CollisionDetectorTest.cpp.o
|
|
.PHONY : tests/CollisionDetectorTest.cpp.o
|
|
|
|
tests/CollisionDetectorTest.i: tests/CollisionDetectorTest.cpp.i
|
|
.PHONY : tests/CollisionDetectorTest.i
|
|
|
|
# target to preprocess a source file
|
|
tests/CollisionDetectorTest.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/unit_tests.dir/build.make CMakeFiles/unit_tests.dir/tests/CollisionDetectorTest.cpp.i
|
|
.PHONY : tests/CollisionDetectorTest.cpp.i
|
|
|
|
tests/CollisionDetectorTest.s: tests/CollisionDetectorTest.cpp.s
|
|
.PHONY : tests/CollisionDetectorTest.s
|
|
|
|
# target to generate assembly for a file
|
|
tests/CollisionDetectorTest.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/unit_tests.dir/build.make CMakeFiles/unit_tests.dir/tests/CollisionDetectorTest.cpp.s
|
|
.PHONY : tests/CollisionDetectorTest.cpp.s
|
|
|
|
tests/DataCollectorTest.o: tests/DataCollectorTest.cpp.o
|
|
.PHONY : tests/DataCollectorTest.o
|
|
|
|
# target to build an object file
|
|
tests/DataCollectorTest.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/unit_tests.dir/build.make CMakeFiles/unit_tests.dir/tests/DataCollectorTest.cpp.o
|
|
.PHONY : tests/DataCollectorTest.cpp.o
|
|
|
|
tests/DataCollectorTest.i: tests/DataCollectorTest.cpp.i
|
|
.PHONY : tests/DataCollectorTest.i
|
|
|
|
# target to preprocess a source file
|
|
tests/DataCollectorTest.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/unit_tests.dir/build.make CMakeFiles/unit_tests.dir/tests/DataCollectorTest.cpp.i
|
|
.PHONY : tests/DataCollectorTest.cpp.i
|
|
|
|
tests/DataCollectorTest.s: tests/DataCollectorTest.cpp.s
|
|
.PHONY : tests/DataCollectorTest.s
|
|
|
|
# target to generate assembly for a file
|
|
tests/DataCollectorTest.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/unit_tests.dir/build.make CMakeFiles/unit_tests.dir/tests/DataCollectorTest.cpp.s
|
|
.PHONY : tests/DataCollectorTest.cpp.s
|
|
|
|
tests/HTTPDataSourceTest.o: tests/HTTPDataSourceTest.cpp.o
|
|
.PHONY : tests/HTTPDataSourceTest.o
|
|
|
|
# target to build an object file
|
|
tests/HTTPDataSourceTest.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/unit_tests.dir/build.make CMakeFiles/unit_tests.dir/tests/HTTPDataSourceTest.cpp.o
|
|
.PHONY : tests/HTTPDataSourceTest.cpp.o
|
|
|
|
tests/HTTPDataSourceTest.i: tests/HTTPDataSourceTest.cpp.i
|
|
.PHONY : tests/HTTPDataSourceTest.i
|
|
|
|
# target to preprocess a source file
|
|
tests/HTTPDataSourceTest.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/unit_tests.dir/build.make CMakeFiles/unit_tests.dir/tests/HTTPDataSourceTest.cpp.i
|
|
.PHONY : tests/HTTPDataSourceTest.cpp.i
|
|
|
|
tests/HTTPDataSourceTest.s: tests/HTTPDataSourceTest.cpp.s
|
|
.PHONY : tests/HTTPDataSourceTest.s
|
|
|
|
# target to generate assembly for a file
|
|
tests/HTTPDataSourceTest.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/unit_tests.dir/build.make CMakeFiles/unit_tests.dir/tests/HTTPDataSourceTest.cpp.s
|
|
.PHONY : tests/HTTPDataSourceTest.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 "... rebuild_cache"
|
|
@echo "... test"
|
|
@echo "... airport_collision_avoidance"
|
|
@echo "... airport_collision_avoidance_lib"
|
|
@echo "... gmock"
|
|
@echo "... gmock_main"
|
|
@echo "... gtest"
|
|
@echo "... gtest_main"
|
|
@echo "... unit_tests"
|
|
@echo "... src/collector/DataCollector.o"
|
|
@echo "... src/collector/DataCollector.i"
|
|
@echo "... src/collector/DataCollector.s"
|
|
@echo "... src/core/System.o"
|
|
@echo "... src/core/System.i"
|
|
@echo "... src/core/System.s"
|
|
@echo "... src/detector/CollisionDetector.o"
|
|
@echo "... src/detector/CollisionDetector.i"
|
|
@echo "... src/detector/CollisionDetector.s"
|
|
@echo "... src/main.o"
|
|
@echo "... src/main.i"
|
|
@echo "... src/main.s"
|
|
@echo "... src/network/HTTPDataSource.o"
|
|
@echo "... src/network/HTTPDataSource.i"
|
|
@echo "... src/network/HTTPDataSource.s"
|
|
@echo "... src/spatial/CoordinateConverter.o"
|
|
@echo "... src/spatial/CoordinateConverter.i"
|
|
@echo "... src/spatial/CoordinateConverter.s"
|
|
@echo "... src/types/BasicTypes.o"
|
|
@echo "... src/types/BasicTypes.i"
|
|
@echo "... src/types/BasicTypes.s"
|
|
@echo "... src/utils/Logger.o"
|
|
@echo "... src/utils/Logger.i"
|
|
@echo "... src/utils/Logger.s"
|
|
@echo "... tests/BasicTypesTest.o"
|
|
@echo "... tests/BasicTypesTest.i"
|
|
@echo "... tests/BasicTypesTest.s"
|
|
@echo "... tests/CollisionDetectorTest.o"
|
|
@echo "... tests/CollisionDetectorTest.i"
|
|
@echo "... tests/CollisionDetectorTest.s"
|
|
@echo "... tests/DataCollectorTest.o"
|
|
@echo "... tests/DataCollectorTest.i"
|
|
@echo "... tests/DataCollectorTest.s"
|
|
@echo "... tests/HTTPDataSourceTest.o"
|
|
@echo "... tests/HTTPDataSourceTest.i"
|
|
@echo "... tests/HTTPDataSourceTest.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
|
|
|