From 22e4eb5b1d3360261c3854650a1ab8c7a321cde7 Mon Sep 17 00:00:00 2001 From: Boris Date: Mon, 3 Dec 2018 13:38:32 +0100 Subject: [PATCH] add Makefile in .gitignore --- .gitignore | 2 +- Makefile | 1472 ---------------------------------------------------- 2 files changed, 1 insertion(+), 1473 deletions(-) delete mode 100644 Makefile diff --git a/.gitignore b/.gitignore index bf09378c..03496cb8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ *.so build/ __pycache__/ - +Makefile # Random junk *.sw? *.db diff --git a/Makefile b/Makefile deleted file mode 100644 index 34d17943..00000000 --- a/Makefile +++ /dev/null @@ -1,1472 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.9 - -# 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 = /private/home/oteytaud/.conda/envs/otgo13/bin/cmake - -# The command to remove a file. -RM = /private/home/oteytaud/.conda/envs/otgo13/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /private/home/oteytaud/newtasksexternal/ELF2 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /private/home/oteytaud/newtasksexternal/ELF2 - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." - /private/home/oteytaud/.conda/envs/otgo13/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..." - /private/home/oteytaud/.conda/envs/otgo13/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /private/home/oteytaud/.conda/envs/otgo13/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..." - /private/home/oteytaud/.conda/envs/otgo13/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..." - /private/home/oteytaud/.conda/envs/otgo13/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..." - /private/home/oteytaud/.conda/envs/otgo13/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/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 edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - /private/home/oteytaud/.conda/envs/otgo13/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 rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /private/home/oteytaud/.conda/envs/otgo13/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 /private/home/oteytaud/newtasksexternal/ELF2/CMakeFiles /private/home/oteytaud/newtasksexternal/ELF2/CMakeFiles/progress.marks - $(MAKE) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /private/home/oteytaud/newtasksexternal/ELF2/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 gmock_main - -# Build rule for target. -gmock_main: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 gmock_main -.PHONY : gmock_main - -# fast build rule for target. -gmock_main/fast: - $(MAKE) -f third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/build.make third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/build -.PHONY : gmock_main/fast - -#============================================================================= -# Target rules for targets named gmock - -# Build rule for target. -gmock: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 gmock -.PHONY : gmock - -# fast build rule for target. -gmock/fast: - $(MAKE) -f third_party/googletest/googlemock/CMakeFiles/gmock.dir/build.make third_party/googletest/googlemock/CMakeFiles/gmock.dir/build -.PHONY : gmock/fast - -#============================================================================= -# Target rules for targets named gtest_main - -# Build rule for target. -gtest_main: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 gtest_main -.PHONY : gtest_main - -# fast build rule for target. -gtest_main/fast: - $(MAKE) -f third_party/googletest/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make third_party/googletest/googlemock/gtest/CMakeFiles/gtest_main.dir/build -.PHONY : gtest_main/fast - -#============================================================================= -# Target rules for targets named gtest - -# Build rule for target. -gtest: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 gtest -.PHONY : gtest - -# fast build rule for target. -gtest/fast: - $(MAKE) -f third_party/googletest/googlemock/gtest/CMakeFiles/gtest.dir/build.make third_party/googletest/googlemock/gtest/CMakeFiles/gtest.dir/build -.PHONY : gtest/fast - -#============================================================================= -# Target rules for targets named ContinuousSubmit - -# Build rule for target. -ContinuousSubmit: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousSubmit -.PHONY : ContinuousSubmit - -# fast build rule for target. -ContinuousSubmit/fast: - $(MAKE) -f third_party/json/CMakeFiles/ContinuousSubmit.dir/build.make third_party/json/CMakeFiles/ContinuousSubmit.dir/build -.PHONY : ContinuousSubmit/fast - -#============================================================================= -# Target rules for targets named ContinuousMemCheck - -# Build rule for target. -ContinuousMemCheck: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousMemCheck -.PHONY : ContinuousMemCheck - -# fast build rule for target. -ContinuousMemCheck/fast: - $(MAKE) -f third_party/json/CMakeFiles/ContinuousMemCheck.dir/build.make third_party/json/CMakeFiles/ContinuousMemCheck.dir/build -.PHONY : ContinuousMemCheck/fast - -#============================================================================= -# Target rules for targets named ContinuousConfigure - -# Build rule for target. -ContinuousConfigure: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousConfigure -.PHONY : ContinuousConfigure - -# fast build rule for target. -ContinuousConfigure/fast: - $(MAKE) -f third_party/json/CMakeFiles/ContinuousConfigure.dir/build.make third_party/json/CMakeFiles/ContinuousConfigure.dir/build -.PHONY : ContinuousConfigure/fast - -#============================================================================= -# Target rules for targets named ExperimentalSubmit - -# Build rule for target. -ExperimentalSubmit: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalSubmit -.PHONY : ExperimentalSubmit - -# fast build rule for target. -ExperimentalSubmit/fast: - $(MAKE) -f third_party/json/CMakeFiles/ExperimentalSubmit.dir/build.make third_party/json/CMakeFiles/ExperimentalSubmit.dir/build -.PHONY : ExperimentalSubmit/fast - -#============================================================================= -# Target rules for targets named ExperimentalMemCheck - -# Build rule for target. -ExperimentalMemCheck: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalMemCheck -.PHONY : ExperimentalMemCheck - -# fast build rule for target. -ExperimentalMemCheck/fast: - $(MAKE) -f third_party/json/CMakeFiles/ExperimentalMemCheck.dir/build.make third_party/json/CMakeFiles/ExperimentalMemCheck.dir/build -.PHONY : ExperimentalMemCheck/fast - -#============================================================================= -# Target rules for targets named ExperimentalTest - -# Build rule for target. -ExperimentalTest: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalTest -.PHONY : ExperimentalTest - -# fast build rule for target. -ExperimentalTest/fast: - $(MAKE) -f third_party/json/CMakeFiles/ExperimentalTest.dir/build.make third_party/json/CMakeFiles/ExperimentalTest.dir/build -.PHONY : ExperimentalTest/fast - -#============================================================================= -# Target rules for targets named ContinuousTest - -# Build rule for target. -ContinuousTest: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousTest -.PHONY : ContinuousTest - -# fast build rule for target. -ContinuousTest/fast: - $(MAKE) -f third_party/json/CMakeFiles/ContinuousTest.dir/build.make third_party/json/CMakeFiles/ContinuousTest.dir/build -.PHONY : ContinuousTest/fast - -#============================================================================= -# Target rules for targets named ContinuousUpdate - -# Build rule for target. -ContinuousUpdate: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousUpdate -.PHONY : ContinuousUpdate - -# fast build rule for target. -ContinuousUpdate/fast: - $(MAKE) -f third_party/json/CMakeFiles/ContinuousUpdate.dir/build.make third_party/json/CMakeFiles/ContinuousUpdate.dir/build -.PHONY : ContinuousUpdate/fast - -#============================================================================= -# Target rules for targets named ExperimentalBuild - -# Build rule for target. -ExperimentalBuild: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalBuild -.PHONY : ExperimentalBuild - -# fast build rule for target. -ExperimentalBuild/fast: - $(MAKE) -f third_party/json/CMakeFiles/ExperimentalBuild.dir/build.make third_party/json/CMakeFiles/ExperimentalBuild.dir/build -.PHONY : ExperimentalBuild/fast - -#============================================================================= -# Target rules for targets named NightlyMemoryCheck - -# Build rule for target. -NightlyMemoryCheck: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyMemoryCheck -.PHONY : NightlyMemoryCheck - -# fast build rule for target. -NightlyMemoryCheck/fast: - $(MAKE) -f third_party/json/CMakeFiles/NightlyMemoryCheck.dir/build.make third_party/json/CMakeFiles/NightlyMemoryCheck.dir/build -.PHONY : NightlyMemoryCheck/fast - -#============================================================================= -# Target rules for targets named NightlyBuild - -# Build rule for target. -NightlyBuild: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyBuild -.PHONY : NightlyBuild - -# fast build rule for target. -NightlyBuild/fast: - $(MAKE) -f third_party/json/CMakeFiles/NightlyBuild.dir/build.make third_party/json/CMakeFiles/NightlyBuild.dir/build -.PHONY : NightlyBuild/fast - -#============================================================================= -# Target rules for targets named ExperimentalUpdate - -# Build rule for target. -ExperimentalUpdate: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalUpdate -.PHONY : ExperimentalUpdate - -# fast build rule for target. -ExperimentalUpdate/fast: - $(MAKE) -f third_party/json/CMakeFiles/ExperimentalUpdate.dir/build.make third_party/json/CMakeFiles/ExperimentalUpdate.dir/build -.PHONY : ExperimentalUpdate/fast - -#============================================================================= -# Target rules for targets named ContinuousBuild - -# Build rule for target. -ContinuousBuild: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousBuild -.PHONY : ContinuousBuild - -# fast build rule for target. -ContinuousBuild/fast: - $(MAKE) -f third_party/json/CMakeFiles/ContinuousBuild.dir/build.make third_party/json/CMakeFiles/ContinuousBuild.dir/build -.PHONY : ContinuousBuild/fast - -#============================================================================= -# Target rules for targets named Continuous - -# Build rule for target. -Continuous: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 Continuous -.PHONY : Continuous - -# fast build rule for target. -Continuous/fast: - $(MAKE) -f third_party/json/CMakeFiles/Continuous.dir/build.make third_party/json/CMakeFiles/Continuous.dir/build -.PHONY : Continuous/fast - -#============================================================================= -# Target rules for targets named Experimental - -# Build rule for target. -Experimental: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 Experimental -.PHONY : Experimental - -# fast build rule for target. -Experimental/fast: - $(MAKE) -f third_party/json/CMakeFiles/Experimental.dir/build.make third_party/json/CMakeFiles/Experimental.dir/build -.PHONY : Experimental/fast - -#============================================================================= -# Target rules for targets named ExperimentalConfigure - -# Build rule for target. -ExperimentalConfigure: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalConfigure -.PHONY : ExperimentalConfigure - -# fast build rule for target. -ExperimentalConfigure/fast: - $(MAKE) -f third_party/json/CMakeFiles/ExperimentalConfigure.dir/build.make third_party/json/CMakeFiles/ExperimentalConfigure.dir/build -.PHONY : ExperimentalConfigure/fast - -#============================================================================= -# Target rules for targets named NightlyStart - -# Build rule for target. -NightlyStart: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyStart -.PHONY : NightlyStart - -# fast build rule for target. -NightlyStart/fast: - $(MAKE) -f third_party/json/CMakeFiles/NightlyStart.dir/build.make third_party/json/CMakeFiles/NightlyStart.dir/build -.PHONY : NightlyStart/fast - -#============================================================================= -# Target rules for targets named NightlyTest - -# Build rule for target. -NightlyTest: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyTest -.PHONY : NightlyTest - -# fast build rule for target. -NightlyTest/fast: - $(MAKE) -f third_party/json/CMakeFiles/NightlyTest.dir/build.make third_party/json/CMakeFiles/NightlyTest.dir/build -.PHONY : NightlyTest/fast - -#============================================================================= -# Target rules for targets named NightlyUpdate - -# Build rule for target. -NightlyUpdate: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyUpdate -.PHONY : NightlyUpdate - -# fast build rule for target. -NightlyUpdate/fast: - $(MAKE) -f third_party/json/CMakeFiles/NightlyUpdate.dir/build.make third_party/json/CMakeFiles/NightlyUpdate.dir/build -.PHONY : NightlyUpdate/fast - -#============================================================================= -# Target rules for targets named ContinuousCoverage - -# Build rule for target. -ContinuousCoverage: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousCoverage -.PHONY : ContinuousCoverage - -# fast build rule for target. -ContinuousCoverage/fast: - $(MAKE) -f third_party/json/CMakeFiles/ContinuousCoverage.dir/build.make third_party/json/CMakeFiles/ContinuousCoverage.dir/build -.PHONY : ContinuousCoverage/fast - -#============================================================================= -# Target rules for targets named ExperimentalStart - -# Build rule for target. -ExperimentalStart: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalStart -.PHONY : ExperimentalStart - -# fast build rule for target. -ExperimentalStart/fast: - $(MAKE) -f third_party/json/CMakeFiles/ExperimentalStart.dir/build.make third_party/json/CMakeFiles/ExperimentalStart.dir/build -.PHONY : ExperimentalStart/fast - -#============================================================================= -# Target rules for targets named Nightly - -# Build rule for target. -Nightly: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 Nightly -.PHONY : Nightly - -# fast build rule for target. -Nightly/fast: - $(MAKE) -f third_party/json/CMakeFiles/Nightly.dir/build.make third_party/json/CMakeFiles/Nightly.dir/build -.PHONY : Nightly/fast - -#============================================================================= -# Target rules for targets named NightlyConfigure - -# Build rule for target. -NightlyConfigure: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyConfigure -.PHONY : NightlyConfigure - -# fast build rule for target. -NightlyConfigure/fast: - $(MAKE) -f third_party/json/CMakeFiles/NightlyConfigure.dir/build.make third_party/json/CMakeFiles/NightlyConfigure.dir/build -.PHONY : NightlyConfigure/fast - -#============================================================================= -# Target rules for targets named NightlyCoverage - -# Build rule for target. -NightlyCoverage: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyCoverage -.PHONY : NightlyCoverage - -# fast build rule for target. -NightlyCoverage/fast: - $(MAKE) -f third_party/json/CMakeFiles/NightlyCoverage.dir/build.make third_party/json/CMakeFiles/NightlyCoverage.dir/build -.PHONY : NightlyCoverage/fast - -#============================================================================= -# Target rules for targets named ExperimentalCoverage - -# Build rule for target. -ExperimentalCoverage: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ExperimentalCoverage -.PHONY : ExperimentalCoverage - -# fast build rule for target. -ExperimentalCoverage/fast: - $(MAKE) -f third_party/json/CMakeFiles/ExperimentalCoverage.dir/build.make third_party/json/CMakeFiles/ExperimentalCoverage.dir/build -.PHONY : ExperimentalCoverage/fast - -#============================================================================= -# Target rules for targets named NightlyMemCheck - -# Build rule for target. -NightlyMemCheck: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlyMemCheck -.PHONY : NightlyMemCheck - -# fast build rule for target. -NightlyMemCheck/fast: - $(MAKE) -f third_party/json/CMakeFiles/NightlyMemCheck.dir/build.make third_party/json/CMakeFiles/NightlyMemCheck.dir/build -.PHONY : NightlyMemCheck/fast - -#============================================================================= -# Target rules for targets named ContinuousStart - -# Build rule for target. -ContinuousStart: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 ContinuousStart -.PHONY : ContinuousStart - -# fast build rule for target. -ContinuousStart/fast: - $(MAKE) -f third_party/json/CMakeFiles/ContinuousStart.dir/build.make third_party/json/CMakeFiles/ContinuousStart.dir/build -.PHONY : ContinuousStart/fast - -#============================================================================= -# Target rules for targets named NightlySubmit - -# Build rule for target. -NightlySubmit: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 NightlySubmit -.PHONY : NightlySubmit - -# fast build rule for target. -NightlySubmit/fast: - $(MAKE) -f third_party/json/CMakeFiles/NightlySubmit.dir/build.make third_party/json/CMakeFiles/NightlySubmit.dir/build -.PHONY : NightlySubmit/fast - -#============================================================================= -# Target rules for targets named test-wstring - -# Build rule for target. -test-wstring: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-wstring -.PHONY : test-wstring - -# fast build rule for target. -test-wstring/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-wstring.dir/build.make third_party/json/test/CMakeFiles/test-wstring.dir/build -.PHONY : test-wstring/fast - -#============================================================================= -# Target rules for targets named test-unicode - -# Build rule for target. -test-unicode: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-unicode -.PHONY : test-unicode - -# fast build rule for target. -test-unicode/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-unicode.dir/build.make third_party/json/test/CMakeFiles/test-unicode.dir/build -.PHONY : test-unicode/fast - -#============================================================================= -# Target rules for targets named test-udt - -# Build rule for target. -test-udt: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-udt -.PHONY : test-udt - -# fast build rule for target. -test-udt/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-udt.dir/build.make third_party/json/test/CMakeFiles/test-udt.dir/build -.PHONY : test-udt/fast - -#============================================================================= -# Target rules for targets named test-ubjson - -# Build rule for target. -test-ubjson: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-ubjson -.PHONY : test-ubjson - -# fast build rule for target. -test-ubjson/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-ubjson.dir/build.make third_party/json/test/CMakeFiles/test-ubjson.dir/build -.PHONY : test-ubjson/fast - -#============================================================================= -# Target rules for targets named test-to_chars - -# Build rule for target. -test-to_chars: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-to_chars -.PHONY : test-to_chars - -# fast build rule for target. -test-to_chars/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-to_chars.dir/build.make third_party/json/test/CMakeFiles/test-to_chars.dir/build -.PHONY : test-to_chars/fast - -#============================================================================= -# Target rules for targets named test-conversions - -# Build rule for target. -test-conversions: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-conversions -.PHONY : test-conversions - -# fast build rule for target. -test-conversions/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-conversions.dir/build.make third_party/json/test/CMakeFiles/test-conversions.dir/build -.PHONY : test-conversions/fast - -#============================================================================= -# Target rules for targets named test-convenience - -# Build rule for target. -test-convenience: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-convenience -.PHONY : test-convenience - -# fast build rule for target. -test-convenience/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-convenience.dir/build.make third_party/json/test/CMakeFiles/test-convenience.dir/build -.PHONY : test-convenience/fast - -#============================================================================= -# Target rules for targets named test-class_iterator - -# Build rule for target. -test-class_iterator: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-class_iterator -.PHONY : test-class_iterator - -# fast build rule for target. -test-class_iterator/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-class_iterator.dir/build.make third_party/json/test/CMakeFiles/test-class_iterator.dir/build -.PHONY : test-class_iterator/fast - -#============================================================================= -# Target rules for targets named test-class_parser - -# Build rule for target. -test-class_parser: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-class_parser -.PHONY : test-class_parser - -# fast build rule for target. -test-class_parser/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-class_parser.dir/build.make third_party/json/test/CMakeFiles/test-class_parser.dir/build -.PHONY : test-class_parser/fast - -#============================================================================= -# Target rules for targets named test-class_const_iterator - -# Build rule for target. -test-class_const_iterator: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-class_const_iterator -.PHONY : test-class_const_iterator - -# fast build rule for target. -test-class_const_iterator/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-class_const_iterator.dir/build.make third_party/json/test/CMakeFiles/test-class_const_iterator.dir/build -.PHONY : test-class_const_iterator/fast - -#============================================================================= -# Target rules for targets named test-json_patch - -# Build rule for target. -test-json_patch: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-json_patch -.PHONY : test-json_patch - -# fast build rule for target. -test-json_patch/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-json_patch.dir/build.make third_party/json/test/CMakeFiles/test-json_patch.dir/build -.PHONY : test-json_patch/fast - -#============================================================================= -# Target rules for targets named test-noexcept - -# Build rule for target. -test-noexcept: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-noexcept -.PHONY : test-noexcept - -# fast build rule for target. -test-noexcept/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-noexcept.dir/build.make third_party/json/test/CMakeFiles/test-noexcept.dir/build -.PHONY : test-noexcept/fast - -#============================================================================= -# Target rules for targets named test-class_lexer - -# Build rule for target. -test-class_lexer: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-class_lexer -.PHONY : test-class_lexer - -# fast build rule for target. -test-class_lexer/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-class_lexer.dir/build.make third_party/json/test/CMakeFiles/test-class_lexer.dir/build -.PHONY : test-class_lexer/fast - -#============================================================================= -# Target rules for targets named test-concepts - -# Build rule for target. -test-concepts: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-concepts -.PHONY : test-concepts - -# fast build rule for target. -test-concepts/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-concepts.dir/build.make third_party/json/test/CMakeFiles/test-concepts.dir/build -.PHONY : test-concepts/fast - -#============================================================================= -# Target rules for targets named test-testsuites - -# Build rule for target. -test-testsuites: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-testsuites -.PHONY : test-testsuites - -# fast build rule for target. -test-testsuites/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-testsuites.dir/build.make third_party/json/test/CMakeFiles/test-testsuites.dir/build -.PHONY : test-testsuites/fast - -#============================================================================= -# Target rules for targets named test-element_access2 - -# Build rule for target. -test-element_access2: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-element_access2 -.PHONY : test-element_access2 - -# fast build rule for target. -test-element_access2/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-element_access2.dir/build.make third_party/json/test/CMakeFiles/test-element_access2.dir/build -.PHONY : test-element_access2/fast - -#============================================================================= -# Target rules for targets named test-comparison - -# Build rule for target. -test-comparison: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-comparison -.PHONY : test-comparison - -# fast build rule for target. -test-comparison/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-comparison.dir/build.make third_party/json/test/CMakeFiles/test-comparison.dir/build -.PHONY : test-comparison/fast - -#============================================================================= -# Target rules for targets named test-regression - -# Build rule for target. -test-regression: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-regression -.PHONY : test-regression - -# fast build rule for target. -test-regression/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-regression.dir/build.make third_party/json/test/CMakeFiles/test-regression.dir/build -.PHONY : test-regression/fast - -#============================================================================= -# Target rules for targets named catch_main - -# Build rule for target. -catch_main: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 catch_main -.PHONY : catch_main - -# fast build rule for target. -catch_main/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/catch_main.dir/build.make third_party/json/test/CMakeFiles/catch_main.dir/build -.PHONY : catch_main/fast - -#============================================================================= -# Target rules for targets named test-json_pointer - -# Build rule for target. -test-json_pointer: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-json_pointer -.PHONY : test-json_pointer - -# fast build rule for target. -test-json_pointer/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-json_pointer.dir/build.make third_party/json/test/CMakeFiles/test-json_pointer.dir/build -.PHONY : test-json_pointer/fast - -#============================================================================= -# Target rules for targets named test-modifiers - -# Build rule for target. -test-modifiers: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-modifiers -.PHONY : test-modifiers - -# fast build rule for target. -test-modifiers/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-modifiers.dir/build.make third_party/json/test/CMakeFiles/test-modifiers.dir/build -.PHONY : test-modifiers/fast - -#============================================================================= -# Target rules for targets named test-allocator - -# Build rule for target. -test-allocator: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-allocator -.PHONY : test-allocator - -# fast build rule for target. -test-allocator/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-allocator.dir/build.make third_party/json/test/CMakeFiles/test-allocator.dir/build -.PHONY : test-allocator/fast - -#============================================================================= -# Target rules for targets named test-items - -# Build rule for target. -test-items: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-items -.PHONY : test-items - -# fast build rule for target. -test-items/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-items.dir/build.make third_party/json/test/CMakeFiles/test-items.dir/build -.PHONY : test-items/fast - -#============================================================================= -# Target rules for targets named test-algorithms - -# Build rule for target. -test-algorithms: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-algorithms -.PHONY : test-algorithms - -# fast build rule for target. -test-algorithms/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-algorithms.dir/build.make third_party/json/test/CMakeFiles/test-algorithms.dir/build -.PHONY : test-algorithms/fast - -#============================================================================= -# Target rules for targets named test-cbor - -# Build rule for target. -test-cbor: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-cbor -.PHONY : test-cbor - -# fast build rule for target. -test-cbor/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-cbor.dir/build.make third_party/json/test/CMakeFiles/test-cbor.dir/build -.PHONY : test-cbor/fast - -#============================================================================= -# Target rules for targets named test-pointer_access - -# Build rule for target. -test-pointer_access: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-pointer_access -.PHONY : test-pointer_access - -# fast build rule for target. -test-pointer_access/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-pointer_access.dir/build.make third_party/json/test/CMakeFiles/test-pointer_access.dir/build -.PHONY : test-pointer_access/fast - -#============================================================================= -# Target rules for targets named test-constructor2 - -# Build rule for target. -test-constructor2: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-constructor2 -.PHONY : test-constructor2 - -# fast build rule for target. -test-constructor2/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-constructor2.dir/build.make third_party/json/test/CMakeFiles/test-constructor2.dir/build -.PHONY : test-constructor2/fast - -#============================================================================= -# Target rules for targets named test-alt-string - -# Build rule for target. -test-alt-string: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-alt-string -.PHONY : test-alt-string - -# fast build rule for target. -test-alt-string/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-alt-string.dir/build.make third_party/json/test/CMakeFiles/test-alt-string.dir/build -.PHONY : test-alt-string/fast - -#============================================================================= -# Target rules for targets named test-iterators2 - -# Build rule for target. -test-iterators2: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-iterators2 -.PHONY : test-iterators2 - -# fast build rule for target. -test-iterators2/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-iterators2.dir/build.make third_party/json/test/CMakeFiles/test-iterators2.dir/build -.PHONY : test-iterators2/fast - -#============================================================================= -# Target rules for targets named test-capacity - -# Build rule for target. -test-capacity: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-capacity -.PHONY : test-capacity - -# fast build rule for target. -test-capacity/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-capacity.dir/build.make third_party/json/test/CMakeFiles/test-capacity.dir/build -.PHONY : test-capacity/fast - -#============================================================================= -# Target rules for targets named test-constructor1 - -# Build rule for target. -test-constructor1: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-constructor1 -.PHONY : test-constructor1 - -# fast build rule for target. -test-constructor1/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-constructor1.dir/build.make third_party/json/test/CMakeFiles/test-constructor1.dir/build -.PHONY : test-constructor1/fast - -#============================================================================= -# Target rules for targets named test-deserialization - -# Build rule for target. -test-deserialization: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-deserialization -.PHONY : test-deserialization - -# fast build rule for target. -test-deserialization/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-deserialization.dir/build.make third_party/json/test/CMakeFiles/test-deserialization.dir/build -.PHONY : test-deserialization/fast - -#============================================================================= -# Target rules for targets named test-reference_access - -# Build rule for target. -test-reference_access: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-reference_access -.PHONY : test-reference_access - -# fast build rule for target. -test-reference_access/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-reference_access.dir/build.make third_party/json/test/CMakeFiles/test-reference_access.dir/build -.PHONY : test-reference_access/fast - -#============================================================================= -# Target rules for targets named test-element_access1 - -# Build rule for target. -test-element_access1: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-element_access1 -.PHONY : test-element_access1 - -# fast build rule for target. -test-element_access1/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-element_access1.dir/build.make third_party/json/test/CMakeFiles/test-element_access1.dir/build -.PHONY : test-element_access1/fast - -#============================================================================= -# Target rules for targets named test-meta - -# Build rule for target. -test-meta: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-meta -.PHONY : test-meta - -# fast build rule for target. -test-meta/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-meta.dir/build.make third_party/json/test/CMakeFiles/test-meta.dir/build -.PHONY : test-meta/fast - -#============================================================================= -# Target rules for targets named test-inspection - -# Build rule for target. -test-inspection: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-inspection -.PHONY : test-inspection - -# fast build rule for target. -test-inspection/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-inspection.dir/build.make third_party/json/test/CMakeFiles/test-inspection.dir/build -.PHONY : test-inspection/fast - -#============================================================================= -# Target rules for targets named test-readme - -# Build rule for target. -test-readme: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-readme -.PHONY : test-readme - -# fast build rule for target. -test-readme/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-readme.dir/build.make third_party/json/test/CMakeFiles/test-readme.dir/build -.PHONY : test-readme/fast - -#============================================================================= -# Target rules for targets named test-iterators1 - -# Build rule for target. -test-iterators1: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-iterators1 -.PHONY : test-iterators1 - -# fast build rule for target. -test-iterators1/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-iterators1.dir/build.make third_party/json/test/CMakeFiles/test-iterators1.dir/build -.PHONY : test-iterators1/fast - -#============================================================================= -# Target rules for targets named test-merge_patch - -# Build rule for target. -test-merge_patch: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-merge_patch -.PHONY : test-merge_patch - -# fast build rule for target. -test-merge_patch/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-merge_patch.dir/build.make third_party/json/test/CMakeFiles/test-merge_patch.dir/build -.PHONY : test-merge_patch/fast - -#============================================================================= -# Target rules for targets named test-msgpack - -# Build rule for target. -test-msgpack: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-msgpack -.PHONY : test-msgpack - -# fast build rule for target. -test-msgpack/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-msgpack.dir/build.make third_party/json/test/CMakeFiles/test-msgpack.dir/build -.PHONY : test-msgpack/fast - -#============================================================================= -# Target rules for targets named test-serialization - -# Build rule for target. -test-serialization: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test-serialization -.PHONY : test-serialization - -# fast build rule for target. -test-serialization/fast: - $(MAKE) -f third_party/json/test/CMakeFiles/test-serialization.dir/build.make third_party/json/test/CMakeFiles/test-serialization.dir/build -.PHONY : test-serialization/fast - -#============================================================================= -# Target rules for targets named spdlog_headers_for_ide - -# Build rule for target. -spdlog_headers_for_ide: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 spdlog_headers_for_ide -.PHONY : spdlog_headers_for_ide - -# fast build rule for target. -spdlog_headers_for_ide/fast: - $(MAKE) -f third_party/spdlog/CMakeFiles/spdlog_headers_for_ide.dir/build.make third_party/spdlog/CMakeFiles/spdlog_headers_for_ide.dir/build -.PHONY : spdlog_headers_for_ide/fast - -#============================================================================= -# Target rules for targets named spdlog-utests - -# Build rule for target. -spdlog-utests: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 spdlog-utests -.PHONY : spdlog-utests - -# fast build rule for target. -spdlog-utests/fast: - $(MAKE) -f third_party/spdlog/tests/CMakeFiles/spdlog-utests.dir/build.make third_party/spdlog/tests/CMakeFiles/spdlog-utests.dir/build -.PHONY : spdlog-utests/fast - -#============================================================================= -# Target rules for targets named _elf - -# Build rule for target. -_elf: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 _elf -.PHONY : _elf - -# fast build rule for target. -_elf/fast: - $(MAKE) -f elf/CMakeFiles/_elf.dir/build.make elf/CMakeFiles/_elf.dir/build -.PHONY : _elf/fast - -#============================================================================= -# Target rules for targets named elf - -# Build rule for target. -elf: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 elf -.PHONY : elf - -# fast build rule for target. -elf/fast: - $(MAKE) -f elf/CMakeFiles/elf.dir/build.make elf/CMakeFiles/elf.dir/build -.PHONY : elf/fast - -#============================================================================= -# Target rules for targets named test_cpp_elfgames_go_sgf_sgf_test - -# Build rule for target. -test_cpp_elfgames_go_sgf_sgf_test: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test_cpp_elfgames_go_sgf_sgf_test -.PHONY : test_cpp_elfgames_go_sgf_sgf_test - -# fast build rule for target. -test_cpp_elfgames_go_sgf_sgf_test/fast: - $(MAKE) -f elfgames/go/CMakeFiles/test_cpp_elfgames_go_sgf_sgf_test.dir/build.make elfgames/go/CMakeFiles/test_cpp_elfgames_go_sgf_sgf_test.dir/build -.PHONY : test_cpp_elfgames_go_sgf_sgf_test/fast - -#============================================================================= -# Target rules for targets named test_cpp_elfgames_go_base_test_symmetry_test - -# Build rule for target. -test_cpp_elfgames_go_base_test_symmetry_test: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test_cpp_elfgames_go_base_test_symmetry_test -.PHONY : test_cpp_elfgames_go_base_test_symmetry_test - -# fast build rule for target. -test_cpp_elfgames_go_base_test_symmetry_test/fast: - $(MAKE) -f elfgames/go/CMakeFiles/test_cpp_elfgames_go_base_test_symmetry_test.dir/build.make elfgames/go/CMakeFiles/test_cpp_elfgames_go_base_test_symmetry_test.dir/build -.PHONY : test_cpp_elfgames_go_base_test_symmetry_test/fast - -#============================================================================= -# Target rules for targets named test_cpp_elfgames_go_base_test_go_test - -# Build rule for target. -test_cpp_elfgames_go_base_test_go_test: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test_cpp_elfgames_go_base_test_go_test -.PHONY : test_cpp_elfgames_go_base_test_go_test - -# fast build rule for target. -test_cpp_elfgames_go_base_test_go_test/fast: - $(MAKE) -f elfgames/go/CMakeFiles/test_cpp_elfgames_go_base_test_go_test.dir/build.make elfgames/go/CMakeFiles/test_cpp_elfgames_go_base_test_go_test.dir/build -.PHONY : test_cpp_elfgames_go_base_test_go_test/fast - -#============================================================================= -# Target rules for targets named elfgames_go_inference - -# Build rule for target. -elfgames_go_inference: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 elfgames_go_inference -.PHONY : elfgames_go_inference - -# fast build rule for target. -elfgames_go_inference/fast: - $(MAKE) -f elfgames/go/CMakeFiles/elfgames_go_inference.dir/build.make elfgames/go/CMakeFiles/elfgames_go_inference.dir/build -.PHONY : elfgames_go_inference/fast - -#============================================================================= -# Target rules for targets named _elfgames_go - -# Build rule for target. -_elfgames_go: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 _elfgames_go -.PHONY : _elfgames_go - -# fast build rule for target. -_elfgames_go/fast: - $(MAKE) -f elfgames/go/CMakeFiles/_elfgames_go.dir/build.make elfgames/go/CMakeFiles/_elfgames_go.dir/build -.PHONY : _elfgames_go/fast - -#============================================================================= -# Target rules for targets named test_cpp_elfgames_go_base_test_board_feature_test - -# Build rule for target. -test_cpp_elfgames_go_base_test_board_feature_test: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test_cpp_elfgames_go_base_test_board_feature_test -.PHONY : test_cpp_elfgames_go_base_test_board_feature_test - -# fast build rule for target. -test_cpp_elfgames_go_base_test_board_feature_test/fast: - $(MAKE) -f elfgames/go/CMakeFiles/test_cpp_elfgames_go_base_test_board_feature_test.dir/build.make elfgames/go/CMakeFiles/test_cpp_elfgames_go_base_test_board_feature_test.dir/build -.PHONY : test_cpp_elfgames_go_base_test_board_feature_test/fast - -#============================================================================= -# Target rules for targets named elfgames_go - -# Build rule for target. -elfgames_go: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 elfgames_go -.PHONY : elfgames_go - -# fast build rule for target. -elfgames_go/fast: - $(MAKE) -f elfgames/go/CMakeFiles/elfgames_go.dir/build.make elfgames/go/CMakeFiles/elfgames_go.dir/build -.PHONY : elfgames_go/fast - -#============================================================================= -# Target rules for targets named test_cpp_elfgames_go_base_test_coord_test - -# Build rule for target. -test_cpp_elfgames_go_base_test_coord_test: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 test_cpp_elfgames_go_base_test_coord_test -.PHONY : test_cpp_elfgames_go_base_test_coord_test - -# fast build rule for target. -test_cpp_elfgames_go_base_test_coord_test/fast: - $(MAKE) -f elfgames/go/CMakeFiles/test_cpp_elfgames_go_base_test_coord_test.dir/build.make elfgames/go/CMakeFiles/test_cpp_elfgames_go_base_test_coord_test.dir/build -.PHONY : test_cpp_elfgames_go_base_test_coord_test/fast - -#============================================================================= -# Target rules for targets named elfgames_go9 - -# Build rule for target. -elfgames_go9: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 elfgames_go9 -.PHONY : elfgames_go9 - -# fast build rule for target. -elfgames_go9/fast: - $(MAKE) -f elfgames/go/CMakeFiles/elfgames_go9.dir/build.make elfgames/go/CMakeFiles/elfgames_go9.dir/build -.PHONY : elfgames_go9/fast - -#============================================================================= -# Target rules for targets named _elfgames_go_inference - -# Build rule for target. -_elfgames_go_inference: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 _elfgames_go_inference -.PHONY : _elfgames_go_inference - -# fast build rule for target. -_elfgames_go_inference/fast: - $(MAKE) -f elfgames/go/CMakeFiles/_elfgames_go_inference.dir/build.make elfgames/go/CMakeFiles/_elfgames_go_inference.dir/build -.PHONY : _elfgames_go_inference/fast - -#============================================================================= -# Target rules for targets named elfgames_tasks_inference - -# Build rule for target. -elfgames_tasks_inference: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 elfgames_tasks_inference -.PHONY : elfgames_tasks_inference - -# fast build rule for target. -elfgames_tasks_inference/fast: - $(MAKE) -f elfgames/tasks/CMakeFiles/elfgames_tasks_inference.dir/build.make elfgames/tasks/CMakeFiles/elfgames_tasks_inference.dir/build -.PHONY : elfgames_tasks_inference/fast - -#============================================================================= -# Target rules for targets named elfgames_tasks9 - -# Build rule for target. -elfgames_tasks9: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 elfgames_tasks9 -.PHONY : elfgames_tasks9 - -# fast build rule for target. -elfgames_tasks9/fast: - $(MAKE) -f elfgames/tasks/CMakeFiles/elfgames_tasks9.dir/build.make elfgames/tasks/CMakeFiles/elfgames_tasks9.dir/build -.PHONY : elfgames_tasks9/fast - -#============================================================================= -# Target rules for targets named _elfgames_tasks - -# Build rule for target. -_elfgames_tasks: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 _elfgames_tasks -.PHONY : _elfgames_tasks - -# fast build rule for target. -_elfgames_tasks/fast: - $(MAKE) -f elfgames/tasks/CMakeFiles/_elfgames_tasks.dir/build.make elfgames/tasks/CMakeFiles/_elfgames_tasks.dir/build -.PHONY : _elfgames_tasks/fast - -#============================================================================= -# Target rules for targets named elfgames_tasks - -# Build rule for target. -elfgames_tasks: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 elfgames_tasks -.PHONY : elfgames_tasks - -# fast build rule for target. -elfgames_tasks/fast: - $(MAKE) -f elfgames/tasks/CMakeFiles/elfgames_tasks.dir/build.make elfgames/tasks/CMakeFiles/elfgames_tasks.dir/build -.PHONY : elfgames_tasks/fast - -#============================================================================= -# Target rules for targets named _elfgames_tasks_inference - -# Build rule for target. -_elfgames_tasks_inference: cmake_check_build_system - $(MAKE) -f CMakeFiles/Makefile2 _elfgames_tasks_inference -.PHONY : _elfgames_tasks_inference - -# fast build rule for target. -_elfgames_tasks_inference/fast: - $(MAKE) -f elfgames/tasks/CMakeFiles/_elfgames_tasks_inference.dir/build.make elfgames/tasks/CMakeFiles/_elfgames_tasks_inference.dir/build -.PHONY : _elfgames_tasks_inference/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 "... install/strip" - @echo "... install" - @echo "... install/local" - @echo "... list_install_components" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... gmock_main" - @echo "... gmock" - @echo "... gtest_main" - @echo "... gtest" - @echo "... ContinuousSubmit" - @echo "... ContinuousMemCheck" - @echo "... ContinuousConfigure" - @echo "... ExperimentalSubmit" - @echo "... ExperimentalMemCheck" - @echo "... ExperimentalTest" - @echo "... ContinuousTest" - @echo "... ContinuousUpdate" - @echo "... ExperimentalBuild" - @echo "... NightlyMemoryCheck" - @echo "... NightlyBuild" - @echo "... ExperimentalUpdate" - @echo "... ContinuousBuild" - @echo "... Continuous" - @echo "... Experimental" - @echo "... ExperimentalConfigure" - @echo "... NightlyStart" - @echo "... NightlyTest" - @echo "... NightlyUpdate" - @echo "... ContinuousCoverage" - @echo "... ExperimentalStart" - @echo "... Nightly" - @echo "... NightlyConfigure" - @echo "... NightlyCoverage" - @echo "... ExperimentalCoverage" - @echo "... NightlyMemCheck" - @echo "... ContinuousStart" - @echo "... NightlySubmit" - @echo "... test-wstring" - @echo "... test-unicode" - @echo "... test-udt" - @echo "... test-ubjson" - @echo "... test-to_chars" - @echo "... test-conversions" - @echo "... test-convenience" - @echo "... test-class_iterator" - @echo "... test-class_parser" - @echo "... test-class_const_iterator" - @echo "... test-json_patch" - @echo "... test-noexcept" - @echo "... test-class_lexer" - @echo "... test-concepts" - @echo "... test-testsuites" - @echo "... test-element_access2" - @echo "... test-comparison" - @echo "... test-regression" - @echo "... catch_main" - @echo "... test-json_pointer" - @echo "... test-modifiers" - @echo "... test-allocator" - @echo "... test-items" - @echo "... test-algorithms" - @echo "... test-cbor" - @echo "... test-pointer_access" - @echo "... test-constructor2" - @echo "... test-alt-string" - @echo "... test-iterators2" - @echo "... test-capacity" - @echo "... test-constructor1" - @echo "... test-deserialization" - @echo "... test-reference_access" - @echo "... test-element_access1" - @echo "... test-meta" - @echo "... test-inspection" - @echo "... test-readme" - @echo "... test-iterators1" - @echo "... test-merge_patch" - @echo "... test-msgpack" - @echo "... test-serialization" - @echo "... spdlog_headers_for_ide" - @echo "... spdlog-utests" - @echo "... _elf" - @echo "... elf" - @echo "... test_cpp_elfgames_go_sgf_sgf_test" - @echo "... test_cpp_elfgames_go_base_test_symmetry_test" - @echo "... test_cpp_elfgames_go_base_test_go_test" - @echo "... elfgames_go_inference" - @echo "... _elfgames_go" - @echo "... test_cpp_elfgames_go_base_test_board_feature_test" - @echo "... elfgames_go" - @echo "... test_cpp_elfgames_go_base_test_coord_test" - @echo "... elfgames_go9" - @echo "... _elfgames_go_inference" - @echo "... elfgames_tasks_inference" - @echo "... elfgames_tasks9" - @echo "... _elfgames_tasks" - @echo "... elfgames_tasks" - @echo "... _elfgames_tasks_inference" -.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 -