- item_tooltip_view.gd: 新增 avoid_rect 属性,tooltip 与装备窗口重叠时自动推到左侧 - inventory_ui.gd: 悬停装备时传入窗口矩形作为避让区域 - 包含其他累积的功能开发和测试文件
1169 lines
42 KiB
Makefile
1169 lines
42 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 4.4
|
|
|
|
# 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/shen/Work/Code/Metin2/metin2-client
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /Users/shen/Work/Code/Metin2/metin2-client/build-debug
|
|
|
|
#=============================================================================
|
|
# 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 $(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/shen/Work/Code/Metin2/metin2-client/build-debug/CMakeFiles /Users/shen/Work/Code/Metin2/metin2-client/build-debug//CMakeFiles/progress.marks
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/shen/Work/Code/Metin2/metin2-client/build-debug/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) -P /Users/shen/Work/Code/Metin2/metin2-client/build-debug/CMakeFiles/VerifyGlobs.cmake
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named Experimental
|
|
|
|
# Build rule for target.
|
|
Experimental: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Experimental
|
|
.PHONY : Experimental
|
|
|
|
# fast build rule for target.
|
|
Experimental/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build
|
|
.PHONY : Experimental/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named Nightly
|
|
|
|
# Build rule for target.
|
|
Nightly: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Nightly
|
|
.PHONY : Nightly
|
|
|
|
# fast build rule for target.
|
|
Nightly/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build
|
|
.PHONY : Nightly/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named Continuous
|
|
|
|
# Build rule for target.
|
|
Continuous: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Continuous
|
|
.PHONY : Continuous
|
|
|
|
# fast build rule for target.
|
|
Continuous/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build
|
|
.PHONY : Continuous/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyMemoryCheck
|
|
|
|
# Build rule for target.
|
|
NightlyMemoryCheck: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemoryCheck
|
|
.PHONY : NightlyMemoryCheck
|
|
|
|
# fast build rule for target.
|
|
NightlyMemoryCheck/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build
|
|
.PHONY : NightlyMemoryCheck/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyStart
|
|
|
|
# Build rule for target.
|
|
NightlyStart: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyStart
|
|
.PHONY : NightlyStart
|
|
|
|
# fast build rule for target.
|
|
NightlyStart/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build
|
|
.PHONY : NightlyStart/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyUpdate
|
|
|
|
# Build rule for target.
|
|
NightlyUpdate: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyUpdate
|
|
.PHONY : NightlyUpdate
|
|
|
|
# fast build rule for target.
|
|
NightlyUpdate/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build
|
|
.PHONY : NightlyUpdate/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyConfigure
|
|
|
|
# Build rule for target.
|
|
NightlyConfigure: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyConfigure
|
|
.PHONY : NightlyConfigure
|
|
|
|
# fast build rule for target.
|
|
NightlyConfigure/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build
|
|
.PHONY : NightlyConfigure/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyBuild
|
|
|
|
# Build rule for target.
|
|
NightlyBuild: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyBuild
|
|
.PHONY : NightlyBuild
|
|
|
|
# fast build rule for target.
|
|
NightlyBuild/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build
|
|
.PHONY : NightlyBuild/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyTest
|
|
|
|
# Build rule for target.
|
|
NightlyTest: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyTest
|
|
.PHONY : NightlyTest
|
|
|
|
# fast build rule for target.
|
|
NightlyTest/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build
|
|
.PHONY : NightlyTest/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyCoverage
|
|
|
|
# Build rule for target.
|
|
NightlyCoverage: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyCoverage
|
|
.PHONY : NightlyCoverage
|
|
|
|
# fast build rule for target.
|
|
NightlyCoverage/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build
|
|
.PHONY : NightlyCoverage/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyMemCheck
|
|
|
|
# Build rule for target.
|
|
NightlyMemCheck: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemCheck
|
|
.PHONY : NightlyMemCheck
|
|
|
|
# fast build rule for target.
|
|
NightlyMemCheck/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build
|
|
.PHONY : NightlyMemCheck/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlySubmit
|
|
|
|
# Build rule for target.
|
|
NightlySubmit: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlySubmit
|
|
.PHONY : NightlySubmit
|
|
|
|
# fast build rule for target.
|
|
NightlySubmit/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build
|
|
.PHONY : NightlySubmit/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalStart
|
|
|
|
# Build rule for target.
|
|
ExperimentalStart: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalStart
|
|
.PHONY : ExperimentalStart
|
|
|
|
# fast build rule for target.
|
|
ExperimentalStart/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build
|
|
.PHONY : ExperimentalStart/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalUpdate
|
|
|
|
# Build rule for target.
|
|
ExperimentalUpdate: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalUpdate
|
|
.PHONY : ExperimentalUpdate
|
|
|
|
# fast build rule for target.
|
|
ExperimentalUpdate/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build
|
|
.PHONY : ExperimentalUpdate/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalConfigure
|
|
|
|
# Build rule for target.
|
|
ExperimentalConfigure: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalConfigure
|
|
.PHONY : ExperimentalConfigure
|
|
|
|
# fast build rule for target.
|
|
ExperimentalConfigure/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build
|
|
.PHONY : ExperimentalConfigure/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalBuild
|
|
|
|
# Build rule for target.
|
|
ExperimentalBuild: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalBuild
|
|
.PHONY : ExperimentalBuild
|
|
|
|
# fast build rule for target.
|
|
ExperimentalBuild/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build
|
|
.PHONY : ExperimentalBuild/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalTest
|
|
|
|
# Build rule for target.
|
|
ExperimentalTest: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalTest
|
|
.PHONY : ExperimentalTest
|
|
|
|
# fast build rule for target.
|
|
ExperimentalTest/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build
|
|
.PHONY : ExperimentalTest/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalCoverage
|
|
|
|
# Build rule for target.
|
|
ExperimentalCoverage: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalCoverage
|
|
.PHONY : ExperimentalCoverage
|
|
|
|
# fast build rule for target.
|
|
ExperimentalCoverage/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build
|
|
.PHONY : ExperimentalCoverage/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalMemCheck
|
|
|
|
# Build rule for target.
|
|
ExperimentalMemCheck: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalMemCheck
|
|
.PHONY : ExperimentalMemCheck
|
|
|
|
# fast build rule for target.
|
|
ExperimentalMemCheck/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build
|
|
.PHONY : ExperimentalMemCheck/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalSubmit
|
|
|
|
# Build rule for target.
|
|
ExperimentalSubmit: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalSubmit
|
|
.PHONY : ExperimentalSubmit
|
|
|
|
# fast build rule for target.
|
|
ExperimentalSubmit/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build
|
|
.PHONY : ExperimentalSubmit/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousStart
|
|
|
|
# Build rule for target.
|
|
ContinuousStart: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousStart
|
|
.PHONY : ContinuousStart
|
|
|
|
# fast build rule for target.
|
|
ContinuousStart/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build
|
|
.PHONY : ContinuousStart/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousUpdate
|
|
|
|
# Build rule for target.
|
|
ContinuousUpdate: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousUpdate
|
|
.PHONY : ContinuousUpdate
|
|
|
|
# fast build rule for target.
|
|
ContinuousUpdate/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build
|
|
.PHONY : ContinuousUpdate/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousConfigure
|
|
|
|
# Build rule for target.
|
|
ContinuousConfigure: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousConfigure
|
|
.PHONY : ContinuousConfigure
|
|
|
|
# fast build rule for target.
|
|
ContinuousConfigure/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build
|
|
.PHONY : ContinuousConfigure/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousBuild
|
|
|
|
# Build rule for target.
|
|
ContinuousBuild: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousBuild
|
|
.PHONY : ContinuousBuild
|
|
|
|
# fast build rule for target.
|
|
ContinuousBuild/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build
|
|
.PHONY : ContinuousBuild/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousTest
|
|
|
|
# Build rule for target.
|
|
ContinuousTest: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousTest
|
|
.PHONY : ContinuousTest
|
|
|
|
# fast build rule for target.
|
|
ContinuousTest/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build
|
|
.PHONY : ContinuousTest/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousCoverage
|
|
|
|
# Build rule for target.
|
|
ContinuousCoverage: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousCoverage
|
|
.PHONY : ContinuousCoverage
|
|
|
|
# fast build rule for target.
|
|
ContinuousCoverage/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build
|
|
.PHONY : ContinuousCoverage/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousMemCheck
|
|
|
|
# Build rule for target.
|
|
ContinuousMemCheck: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousMemCheck
|
|
.PHONY : ContinuousMemCheck
|
|
|
|
# fast build rule for target.
|
|
ContinuousMemCheck/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build
|
|
.PHONY : ContinuousMemCheck/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousSubmit
|
|
|
|
# Build rule for target.
|
|
ContinuousSubmit: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousSubmit
|
|
.PHONY : ContinuousSubmit
|
|
|
|
# fast build rule for target.
|
|
ContinuousSubmit/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build
|
|
.PHONY : ContinuousSubmit/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named libgr2
|
|
|
|
# Build rule for target.
|
|
libgr2: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libgr2
|
|
.PHONY : libgr2
|
|
|
|
# fast build rule for target.
|
|
libgr2/fast:
|
|
$(MAKE) $(MAKESILENT) -f libgr2/CMakeFiles/libgr2.dir/build.make libgr2/CMakeFiles/libgr2.dir/build
|
|
.PHONY : libgr2/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named libgr2_loader_errors_test
|
|
|
|
# Build rule for target.
|
|
libgr2_loader_errors_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libgr2_loader_errors_test
|
|
.PHONY : libgr2_loader_errors_test
|
|
|
|
# fast build rule for target.
|
|
libgr2_loader_errors_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f libgr2/CMakeFiles/libgr2_loader_errors_test.dir/build.make libgr2/CMakeFiles/libgr2_loader_errors_test.dir/build
|
|
.PHONY : libgr2_loader_errors_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named libgr2_animation_test
|
|
|
|
# Build rule for target.
|
|
libgr2_animation_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libgr2_animation_test
|
|
.PHONY : libgr2_animation_test
|
|
|
|
# fast build rule for target.
|
|
libgr2_animation_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f libgr2/CMakeFiles/libgr2_animation_test.dir/build.make libgr2/CMakeFiles/libgr2_animation_test.dir/build
|
|
.PHONY : libgr2_animation_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named xr_formats
|
|
|
|
# Build rule for target.
|
|
xr_formats: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xr_formats
|
|
.PHONY : xr_formats
|
|
|
|
# fast build rule for target.
|
|
xr_formats/fast:
|
|
$(MAKE) $(MAKESILENT) -f formats/CMakeFiles/xr_formats.dir/build.make formats/CMakeFiles/xr_formats.dir/build
|
|
.PHONY : xr_formats/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named formats_msa_test
|
|
|
|
# Build rule for target.
|
|
formats_msa_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 formats_msa_test
|
|
.PHONY : formats_msa_test
|
|
|
|
# fast build rule for target.
|
|
formats_msa_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f formats/CMakeFiles/formats_msa_test.dir/build.make formats/CMakeFiles/formats_msa_test.dir/build
|
|
.PHONY : formats_msa_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named formats_msm_test
|
|
|
|
# Build rule for target.
|
|
formats_msm_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 formats_msm_test
|
|
.PHONY : formats_msm_test
|
|
|
|
# fast build rule for target.
|
|
formats_msm_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f formats/CMakeFiles/formats_msm_test.dir/build.make formats/CMakeFiles/formats_msm_test.dir/build
|
|
.PHONY : formats_msm_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named formats_combo_table_test
|
|
|
|
# Build rule for target.
|
|
formats_combo_table_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 formats_combo_table_test
|
|
.PHONY : formats_combo_table_test
|
|
|
|
# fast build rule for target.
|
|
formats_combo_table_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f formats/CMakeFiles/formats_combo_table_test.dir/build.make formats/CMakeFiles/formats_combo_table_test.dir/build
|
|
.PHONY : formats_combo_table_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named formats_attribute_data_test
|
|
|
|
# Build rule for target.
|
|
formats_attribute_data_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 formats_attribute_data_test
|
|
.PHONY : formats_attribute_data_test
|
|
|
|
# fast build rule for target.
|
|
formats_attribute_data_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f formats/CMakeFiles/formats_attribute_data_test.dir/build.make formats/CMakeFiles/formats_attribute_data_test.dir/build
|
|
.PHONY : formats_attribute_data_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named formats_map_test
|
|
|
|
# Build rule for target.
|
|
formats_map_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 formats_map_test
|
|
.PHONY : formats_map_test
|
|
|
|
# fast build rule for target.
|
|
formats_map_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f formats/CMakeFiles/formats_map_test.dir/build.make formats/CMakeFiles/formats_map_test.dir/build
|
|
.PHONY : formats_map_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mtnet
|
|
|
|
# Build rule for target.
|
|
mtnet: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mtnet
|
|
.PHONY : mtnet
|
|
|
|
# fast build rule for target.
|
|
mtnet/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/build
|
|
.PHONY : mtnet/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mtpack
|
|
|
|
# Build rule for target.
|
|
mtpack: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mtpack
|
|
.PHONY : mtpack
|
|
|
|
# fast build rule for target.
|
|
mtpack/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtpack.dir/build.make extension/CMakeFiles/mtpack.dir/build
|
|
.PHONY : mtpack/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mtproto
|
|
|
|
# Build rule for target.
|
|
mtproto: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mtproto
|
|
.PHONY : mtproto
|
|
|
|
# fast build rule for target.
|
|
mtproto/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtproto.dir/build.make extension/CMakeFiles/mtproto.dir/build
|
|
.PHONY : mtproto/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named packtool
|
|
|
|
# Build rule for target.
|
|
packtool: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 packtool
|
|
.PHONY : packtool
|
|
|
|
# fast build rule for target.
|
|
packtool/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/packtool.dir/build.make extension/CMakeFiles/packtool.dir/build
|
|
.PHONY : packtool/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_probe
|
|
|
|
# Build rule for target.
|
|
net_probe: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_probe
|
|
.PHONY : net_probe
|
|
|
|
# fast build rule for target.
|
|
net_probe/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_probe.dir/build.make extension/CMakeFiles/net_probe.dir/build
|
|
.PHONY : net_probe/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_e2e
|
|
|
|
# Build rule for target.
|
|
net_e2e: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_e2e
|
|
.PHONY : net_e2e
|
|
|
|
# fast build rule for target.
|
|
net_e2e/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_e2e.dir/build.make extension/CMakeFiles/net_e2e.dir/build
|
|
.PHONY : net_e2e/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_classic_e2e
|
|
|
|
# Build rule for target.
|
|
net_classic_e2e: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_classic_e2e
|
|
.PHONY : net_classic_e2e
|
|
|
|
# fast build rule for target.
|
|
net_classic_e2e/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_e2e.dir/build.make extension/CMakeFiles/net_classic_e2e.dir/build
|
|
.PHONY : net_classic_e2e/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_cipher_test
|
|
|
|
# Build rule for target.
|
|
net_cipher_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_cipher_test
|
|
.PHONY : net_cipher_test
|
|
|
|
# fast build rule for target.
|
|
net_cipher_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_cipher_test.dir/build.make extension/CMakeFiles/net_cipher_test.dir/build
|
|
.PHONY : net_cipher_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_loopback_test
|
|
|
|
# Build rule for target.
|
|
net_loopback_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_loopback_test
|
|
.PHONY : net_loopback_test
|
|
|
|
# fast build rule for target.
|
|
net_loopback_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_loopback_test.dir/build.make extension/CMakeFiles/net_loopback_test.dir/build
|
|
.PHONY : net_loopback_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_entity_test
|
|
|
|
# Build rule for target.
|
|
net_entity_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_entity_test
|
|
.PHONY : net_entity_test
|
|
|
|
# fast build rule for target.
|
|
net_entity_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_entity_test.dir/build.make extension/CMakeFiles/net_entity_test.dir/build
|
|
.PHONY : net_entity_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_state_queue_test
|
|
|
|
# Build rule for target.
|
|
net_state_queue_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_state_queue_test
|
|
.PHONY : net_state_queue_test
|
|
|
|
# fast build rule for target.
|
|
net_state_queue_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_state_queue_test.dir/build.make extension/CMakeFiles/net_state_queue_test.dir/build
|
|
.PHONY : net_state_queue_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_classic_wire_test
|
|
|
|
# Build rule for target.
|
|
net_classic_wire_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_classic_wire_test
|
|
.PHONY : net_classic_wire_test
|
|
|
|
# fast build rule for target.
|
|
net_classic_wire_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_wire_test.dir/build.make extension/CMakeFiles/net_classic_wire_test.dir/build
|
|
.PHONY : net_classic_wire_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_classic_stream_test
|
|
|
|
# Build rule for target.
|
|
net_classic_stream_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_classic_stream_test
|
|
.PHONY : net_classic_stream_test
|
|
|
|
# fast build rule for target.
|
|
net_classic_stream_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_stream_test.dir/build.make extension/CMakeFiles/net_classic_stream_test.dir/build
|
|
.PHONY : net_classic_stream_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_classic_session_test
|
|
|
|
# Build rule for target.
|
|
net_classic_session_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_classic_session_test
|
|
.PHONY : net_classic_session_test
|
|
|
|
# fast build rule for target.
|
|
net_classic_session_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_session_test.dir/build.make extension/CMakeFiles/net_classic_session_test.dir/build
|
|
.PHONY : net_classic_session_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_classic_cipher_test
|
|
|
|
# Build rule for target.
|
|
net_classic_cipher_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_classic_cipher_test
|
|
.PHONY : net_classic_cipher_test
|
|
|
|
# fast build rule for target.
|
|
net_classic_cipher_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_cipher_test.dir/build.make extension/CMakeFiles/net_classic_cipher_test.dir/build
|
|
.PHONY : net_classic_cipher_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_classic_encstream_test
|
|
|
|
# Build rule for target.
|
|
net_classic_encstream_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_classic_encstream_test
|
|
.PHONY : net_classic_encstream_test
|
|
|
|
# fast build rule for target.
|
|
net_classic_encstream_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_encstream_test.dir/build.make extension/CMakeFiles/net_classic_encstream_test.dir/build
|
|
.PHONY : net_classic_encstream_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_classic_mark_test
|
|
|
|
# Build rule for target.
|
|
net_classic_mark_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_classic_mark_test
|
|
.PHONY : net_classic_mark_test
|
|
|
|
# fast build rule for target.
|
|
net_classic_mark_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_mark_test.dir/build.make extension/CMakeFiles/net_classic_mark_test.dir/build
|
|
.PHONY : net_classic_mark_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_text_codec_test
|
|
|
|
# Build rule for target.
|
|
net_text_codec_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_text_codec_test
|
|
.PHONY : net_text_codec_test
|
|
|
|
# fast build rule for target.
|
|
net_text_codec_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_text_codec_test.dir/build.make extension/CMakeFiles/net_text_codec_test.dir/build
|
|
.PHONY : net_text_codec_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_bounds_test
|
|
|
|
# Build rule for target.
|
|
net_bounds_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_bounds_test
|
|
.PHONY : net_bounds_test
|
|
|
|
# fast build rule for target.
|
|
net_bounds_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_bounds_test.dir/build.make extension/CMakeFiles/net_bounds_test.dir/build
|
|
.PHONY : net_bounds_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named net_mark_test
|
|
|
|
# Build rule for target.
|
|
net_mark_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 net_mark_test
|
|
.PHONY : net_mark_test
|
|
|
|
# fast build rule for target.
|
|
net_mark_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_mark_test.dir/build.make extension/CMakeFiles/net_mark_test.dir/build
|
|
.PHONY : net_mark_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named pack_roundtrip_test
|
|
|
|
# Build rule for target.
|
|
pack_roundtrip_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pack_roundtrip_test
|
|
.PHONY : pack_roundtrip_test
|
|
|
|
# fast build rule for target.
|
|
pack_roundtrip_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/pack_roundtrip_test.dir/build.make extension/CMakeFiles/pack_roundtrip_test.dir/build
|
|
.PHONY : pack_roundtrip_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named proto_test
|
|
|
|
# Build rule for target.
|
|
proto_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 proto_test
|
|
.PHONY : proto_test
|
|
|
|
# fast build rule for target.
|
|
proto_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/proto_test.dir/build.make extension/CMakeFiles/proto_test.dir/build
|
|
.PHONY : proto_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named proto_item_layout_test
|
|
|
|
# Build rule for target.
|
|
proto_item_layout_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 proto_item_layout_test
|
|
.PHONY : proto_item_layout_test
|
|
|
|
# fast build rule for target.
|
|
proto_item_layout_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/proto_item_layout_test.dir/build.make extension/CMakeFiles/proto_item_layout_test.dir/build
|
|
.PHONY : proto_item_layout_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mtgodot
|
|
|
|
# Build rule for target.
|
|
mtgodot: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mtgodot
|
|
.PHONY : mtgodot
|
|
|
|
# fast build rule for target.
|
|
mtgodot/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/build
|
|
.PHONY : mtgodot/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named generate_bindings
|
|
|
|
# Build rule for target.
|
|
generate_bindings: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 generate_bindings
|
|
.PHONY : generate_bindings
|
|
|
|
# fast build rule for target.
|
|
generate_bindings/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/godot-cpp/CMakeFiles/generate_bindings.dir/build.make extension/godot-cpp/CMakeFiles/generate_bindings.dir/build
|
|
.PHONY : generate_bindings/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named godot-cpp
|
|
|
|
# Build rule for target.
|
|
godot-cpp: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 godot-cpp
|
|
.PHONY : godot-cpp
|
|
|
|
# fast build rule for target.
|
|
godot-cpp/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/godot-cpp/CMakeFiles/godot-cpp.dir/build.make extension/godot-cpp/CMakeFiles/godot-cpp.dir/build
|
|
.PHONY : godot-cpp/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named minilzo
|
|
|
|
# Build rule for target.
|
|
minilzo: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 minilzo
|
|
.PHONY : minilzo
|
|
|
|
# fast build rule for target.
|
|
minilzo/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/third_party/CMakeFiles/minilzo.dir/build.make extension/third_party/CMakeFiles/minilzo.dir/build
|
|
.PHONY : minilzo/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named sodium
|
|
|
|
# Build rule for target.
|
|
sodium: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sodium
|
|
.PHONY : sodium
|
|
|
|
# fast build rule for target.
|
|
sodium/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/third_party/libsodium-cmake/CMakeFiles/sodium.dir/build.make extension/third_party/libsodium-cmake/CMakeFiles/sodium.dir/build
|
|
.PHONY : sodium/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named clean-all
|
|
|
|
# Build rule for target.
|
|
clean-all: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean-all
|
|
.PHONY : clean-all
|
|
|
|
# fast build rule for target.
|
|
clean-all/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/third_party/zstd-build/CMakeFiles/clean-all.dir/build.make extension/third_party/zstd-build/CMakeFiles/clean-all.dir/build
|
|
.PHONY : clean-all/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named libzstd_static
|
|
|
|
# Build rule for target.
|
|
libzstd_static: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libzstd_static
|
|
.PHONY : libzstd_static
|
|
|
|
# fast build rule for target.
|
|
libzstd_static/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/third_party/zstd-build/lib/CMakeFiles/libzstd_static.dir/build.make extension/third_party/zstd-build/lib/CMakeFiles/libzstd_static.dir/build
|
|
.PHONY : libzstd_static/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named uninstall
|
|
|
|
# Build rule for target.
|
|
uninstall: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall
|
|
.PHONY : uninstall
|
|
|
|
# fast build rule for target.
|
|
uninstall/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/third_party/zstd-build/lib/CMakeFiles/uninstall.dir/build.make extension/third_party/zstd-build/lib/CMakeFiles/uninstall.dir/build
|
|
.PHONY : uninstall/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named cryptopp
|
|
|
|
# Build rule for target.
|
|
cryptopp: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cryptopp
|
|
.PHONY : cryptopp
|
|
|
|
# fast build rule for target.
|
|
cryptopp/fast:
|
|
$(MAKE) $(MAKESILENT) -f extension/third_party/cryptopp/CMakeFiles/cryptopp.dir/build.make extension/third_party/cryptopp/CMakeFiles/cryptopp.dir/build
|
|
.PHONY : cryptopp/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 "... edit_cache"
|
|
@echo "... install"
|
|
@echo "... install/local"
|
|
@echo "... install/strip"
|
|
@echo "... list_install_components"
|
|
@echo "... rebuild_cache"
|
|
@echo "... test"
|
|
@echo "... Continuous"
|
|
@echo "... ContinuousBuild"
|
|
@echo "... ContinuousConfigure"
|
|
@echo "... ContinuousCoverage"
|
|
@echo "... ContinuousMemCheck"
|
|
@echo "... ContinuousStart"
|
|
@echo "... ContinuousSubmit"
|
|
@echo "... ContinuousTest"
|
|
@echo "... ContinuousUpdate"
|
|
@echo "... Experimental"
|
|
@echo "... ExperimentalBuild"
|
|
@echo "... ExperimentalConfigure"
|
|
@echo "... ExperimentalCoverage"
|
|
@echo "... ExperimentalMemCheck"
|
|
@echo "... ExperimentalStart"
|
|
@echo "... ExperimentalSubmit"
|
|
@echo "... ExperimentalTest"
|
|
@echo "... ExperimentalUpdate"
|
|
@echo "... Nightly"
|
|
@echo "... NightlyBuild"
|
|
@echo "... NightlyConfigure"
|
|
@echo "... NightlyCoverage"
|
|
@echo "... NightlyMemCheck"
|
|
@echo "... NightlyMemoryCheck"
|
|
@echo "... NightlyStart"
|
|
@echo "... NightlySubmit"
|
|
@echo "... NightlyTest"
|
|
@echo "... NightlyUpdate"
|
|
@echo "... clean-all"
|
|
@echo "... generate_bindings"
|
|
@echo "... uninstall"
|
|
@echo "... cryptopp"
|
|
@echo "... formats_attribute_data_test"
|
|
@echo "... formats_combo_table_test"
|
|
@echo "... formats_map_test"
|
|
@echo "... formats_msa_test"
|
|
@echo "... formats_msm_test"
|
|
@echo "... godot-cpp"
|
|
@echo "... libgr2"
|
|
@echo "... libgr2_animation_test"
|
|
@echo "... libgr2_loader_errors_test"
|
|
@echo "... libzstd_static"
|
|
@echo "... minilzo"
|
|
@echo "... mtgodot"
|
|
@echo "... mtnet"
|
|
@echo "... mtpack"
|
|
@echo "... mtproto"
|
|
@echo "... net_bounds_test"
|
|
@echo "... net_cipher_test"
|
|
@echo "... net_classic_cipher_test"
|
|
@echo "... net_classic_e2e"
|
|
@echo "... net_classic_encstream_test"
|
|
@echo "... net_classic_mark_test"
|
|
@echo "... net_classic_session_test"
|
|
@echo "... net_classic_stream_test"
|
|
@echo "... net_classic_wire_test"
|
|
@echo "... net_e2e"
|
|
@echo "... net_entity_test"
|
|
@echo "... net_loopback_test"
|
|
@echo "... net_mark_test"
|
|
@echo "... net_probe"
|
|
@echo "... net_state_queue_test"
|
|
@echo "... net_text_codec_test"
|
|
@echo "... pack_roundtrip_test"
|
|
@echo "... packtool"
|
|
@echo "... proto_item_layout_test"
|
|
@echo "... proto_test"
|
|
@echo "... sodium"
|
|
@echo "... xr_formats"
|
|
.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) -P /Users/shen/Work/Code/Metin2/metin2-client/build-debug/CMakeFiles/VerifyGlobs.cmake
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|