fwt_software/build-notui/tests/Makefile

486 lines
17 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# 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 = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/pedro/code/fwt_2a/software
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/pedro/code/fwt_2a/software/build-notui
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
/usr/bin/ctest $(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..."
/usr/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..."
/usr/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..."
/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: preinstall/fast
@$(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/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: preinstall/fast
@$(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/fast
# The main all target
all: cmake_check_build_system
cd /home/pedro/code/fwt_2a/software/build-notui && $(CMAKE_COMMAND) -E cmake_progress_start /home/pedro/code/fwt_2a/software/build-notui/CMakeFiles /home/pedro/code/fwt_2a/software/build-notui/tests//CMakeFiles/progress.marks
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/pedro/code/fwt_2a/software/build-notui/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/pedro/code/fwt_2a/software/build-notui && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
tests/CMakeFiles/fgc_tests.dir/rule:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/fgc_tests.dir/rule
.PHONY : tests/CMakeFiles/fgc_tests.dir/rule
# Convenience name for target.
fgc_tests: tests/CMakeFiles/fgc_tests.dir/rule
.PHONY : fgc_tests
# fast build rule for target.
fgc_tests/fast:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/build
.PHONY : fgc_tests/fast
doctest_main.o: doctest_main.cpp.o
.PHONY : doctest_main.o
# target to build an object file
doctest_main.cpp.o:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/doctest_main.cpp.o
.PHONY : doctest_main.cpp.o
doctest_main.i: doctest_main.cpp.i
.PHONY : doctest_main.i
# target to preprocess a source file
doctest_main.cpp.i:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/doctest_main.cpp.i
.PHONY : doctest_main.cpp.i
doctest_main.s: doctest_main.cpp.s
.PHONY : doctest_main.s
# target to generate assembly for a file
doctest_main.cpp.s:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/doctest_main.cpp.s
.PHONY : doctest_main.cpp.s
test_command.o: test_command.cpp.o
.PHONY : test_command.o
# target to build an object file
test_command.cpp.o:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_command.cpp.o
.PHONY : test_command.cpp.o
test_command.i: test_command.cpp.i
.PHONY : test_command.i
# target to preprocess a source file
test_command.cpp.i:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_command.cpp.i
.PHONY : test_command.cpp.i
test_command.s: test_command.cpp.s
.PHONY : test_command.s
# target to generate assembly for a file
test_command.cpp.s:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_command.cpp.s
.PHONY : test_command.cpp.s
test_config.o: test_config.cpp.o
.PHONY : test_config.o
# target to build an object file
test_config.cpp.o:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_config.cpp.o
.PHONY : test_config.cpp.o
test_config.i: test_config.cpp.i
.PHONY : test_config.i
# target to preprocess a source file
test_config.cpp.i:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_config.cpp.i
.PHONY : test_config.cpp.i
test_config.s: test_config.cpp.s
.PHONY : test_config.s
# target to generate assembly for a file
test_config.cpp.s:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_config.cpp.s
.PHONY : test_config.cpp.s
test_geometry.o: test_geometry.cpp.o
.PHONY : test_geometry.o
# target to build an object file
test_geometry.cpp.o:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_geometry.cpp.o
.PHONY : test_geometry.cpp.o
test_geometry.i: test_geometry.cpp.i
.PHONY : test_geometry.i
# target to preprocess a source file
test_geometry.cpp.i:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_geometry.cpp.i
.PHONY : test_geometry.cpp.i
test_geometry.s: test_geometry.cpp.s
.PHONY : test_geometry.s
# target to generate assembly for a file
test_geometry.cpp.s:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_geometry.cpp.s
.PHONY : test_geometry.cpp.s
test_logger.o: test_logger.cpp.o
.PHONY : test_logger.o
# target to build an object file
test_logger.cpp.o:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_logger.cpp.o
.PHONY : test_logger.cpp.o
test_logger.i: test_logger.cpp.i
.PHONY : test_logger.i
# target to preprocess a source file
test_logger.cpp.i:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_logger.cpp.i
.PHONY : test_logger.cpp.i
test_logger.s: test_logger.cpp.s
.PHONY : test_logger.s
# target to generate assembly for a file
test_logger.cpp.s:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_logger.cpp.s
.PHONY : test_logger.cpp.s
test_paths.o: test_paths.cpp.o
.PHONY : test_paths.o
# target to build an object file
test_paths.cpp.o:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_paths.cpp.o
.PHONY : test_paths.cpp.o
test_paths.i: test_paths.cpp.i
.PHONY : test_paths.i
# target to preprocess a source file
test_paths.cpp.i:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_paths.cpp.i
.PHONY : test_paths.cpp.i
test_paths.s: test_paths.cpp.s
.PHONY : test_paths.s
# target to generate assembly for a file
test_paths.cpp.s:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_paths.cpp.s
.PHONY : test_paths.cpp.s
test_scangrid.o: test_scangrid.cpp.o
.PHONY : test_scangrid.o
# target to build an object file
test_scangrid.cpp.o:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_scangrid.cpp.o
.PHONY : test_scangrid.cpp.o
test_scangrid.i: test_scangrid.cpp.i
.PHONY : test_scangrid.i
# target to preprocess a source file
test_scangrid.cpp.i:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_scangrid.cpp.i
.PHONY : test_scangrid.cpp.i
test_scangrid.s: test_scangrid.cpp.s
.PHONY : test_scangrid.s
# target to generate assembly for a file
test_scangrid.cpp.s:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_scangrid.cpp.s
.PHONY : test_scangrid.cpp.s
test_scheduler.o: test_scheduler.cpp.o
.PHONY : test_scheduler.o
# target to build an object file
test_scheduler.cpp.o:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_scheduler.cpp.o
.PHONY : test_scheduler.cpp.o
test_scheduler.i: test_scheduler.cpp.i
.PHONY : test_scheduler.i
# target to preprocess a source file
test_scheduler.cpp.i:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_scheduler.cpp.i
.PHONY : test_scheduler.cpp.i
test_scheduler.s: test_scheduler.cpp.s
.PHONY : test_scheduler.s
# target to generate assembly for a file
test_scheduler.cpp.s:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_scheduler.cpp.s
.PHONY : test_scheduler.cpp.s
test_telemetry.o: test_telemetry.cpp.o
.PHONY : test_telemetry.o
# target to build an object file
test_telemetry.cpp.o:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_telemetry.cpp.o
.PHONY : test_telemetry.cpp.o
test_telemetry.i: test_telemetry.cpp.i
.PHONY : test_telemetry.i
# target to preprocess a source file
test_telemetry.cpp.i:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_telemetry.cpp.i
.PHONY : test_telemetry.cpp.i
test_telemetry.s: test_telemetry.cpp.s
.PHONY : test_telemetry.s
# target to generate assembly for a file
test_telemetry.cpp.s:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_telemetry.cpp.s
.PHONY : test_telemetry.cpp.s
test_uisnapshot.o: test_uisnapshot.cpp.o
.PHONY : test_uisnapshot.o
# target to build an object file
test_uisnapshot.cpp.o:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_uisnapshot.cpp.o
.PHONY : test_uisnapshot.cpp.o
test_uisnapshot.i: test_uisnapshot.cpp.i
.PHONY : test_uisnapshot.i
# target to preprocess a source file
test_uisnapshot.cpp.i:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_uisnapshot.cpp.i
.PHONY : test_uisnapshot.cpp.i
test_uisnapshot.s: test_uisnapshot.cpp.s
.PHONY : test_uisnapshot.s
# target to generate assembly for a file
test_uisnapshot.cpp.s:
cd /home/pedro/code/fwt_2a/software/build-notui && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/fgc_tests.dir/build.make tests/CMakeFiles/fgc_tests.dir/test_uisnapshot.cpp.s
.PHONY : test_uisnapshot.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 "... fgc_tests"
@echo "... doctest_main.o"
@echo "... doctest_main.i"
@echo "... doctest_main.s"
@echo "... test_command.o"
@echo "... test_command.i"
@echo "... test_command.s"
@echo "... test_config.o"
@echo "... test_config.i"
@echo "... test_config.s"
@echo "... test_geometry.o"
@echo "... test_geometry.i"
@echo "... test_geometry.s"
@echo "... test_logger.o"
@echo "... test_logger.i"
@echo "... test_logger.s"
@echo "... test_paths.o"
@echo "... test_paths.i"
@echo "... test_paths.s"
@echo "... test_scangrid.o"
@echo "... test_scangrid.i"
@echo "... test_scangrid.s"
@echo "... test_scheduler.o"
@echo "... test_scheduler.i"
@echo "... test_scheduler.s"
@echo "... test_telemetry.o"
@echo "... test_telemetry.i"
@echo "... test_telemetry.s"
@echo "... test_uisnapshot.o"
@echo "... test_uisnapshot.i"
@echo "... test_uisnapshot.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/pedro/code/fwt_2a/software/build-notui && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system