Files
mtgodot-poc/build-asan/extension/CMakeFiles/packtool.dir/build.make
T
shenandshen c93894313a fix: 装备属性面板避让逻辑 + 多项功能更新
- item_tooltip_view.gd: 新增 avoid_rect 属性,tooltip 与装备窗口重叠时自动推到左侧
- inventory_ui.gd: 悬停装备时传入窗口矩形作为避让区域
- 包含其他累积的功能开发和测试文件
2026-09-21 16:38:59 -07:00

119 lines
5.7 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.4
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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-asan
# Include any dependencies generated for this target.
include extension/CMakeFiles/packtool.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include extension/CMakeFiles/packtool.dir/compiler_depend.make
# Include the progress variables for this target.
include extension/CMakeFiles/packtool.dir/progress.make
# Include the compile flags for this target's objects.
include extension/CMakeFiles/packtool.dir/flags.make
extension/CMakeFiles/packtool.dir/codegen:
.PHONY : extension/CMakeFiles/packtool.dir/codegen
extension/CMakeFiles/packtool.dir/tools/packtool.cpp.o: extension/CMakeFiles/packtool.dir/flags.make
extension/CMakeFiles/packtool.dir/tools/packtool.cpp.o: /Users/shen/Work/Code/Metin2/metin2-client/extension/tools/packtool.cpp
extension/CMakeFiles/packtool.dir/tools/packtool.cpp.o: extension/CMakeFiles/packtool.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/shen/Work/Code/Metin2/metin2-client/build-asan/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object extension/CMakeFiles/packtool.dir/tools/packtool.cpp.o"
cd /Users/shen/Work/Code/Metin2/metin2-client/build-asan/extension && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT extension/CMakeFiles/packtool.dir/tools/packtool.cpp.o -MF CMakeFiles/packtool.dir/tools/packtool.cpp.o.d -o CMakeFiles/packtool.dir/tools/packtool.cpp.o -c /Users/shen/Work/Code/Metin2/metin2-client/extension/tools/packtool.cpp
extension/CMakeFiles/packtool.dir/tools/packtool.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/packtool.dir/tools/packtool.cpp.i"
cd /Users/shen/Work/Code/Metin2/metin2-client/build-asan/extension && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/shen/Work/Code/Metin2/metin2-client/extension/tools/packtool.cpp > CMakeFiles/packtool.dir/tools/packtool.cpp.i
extension/CMakeFiles/packtool.dir/tools/packtool.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/packtool.dir/tools/packtool.cpp.s"
cd /Users/shen/Work/Code/Metin2/metin2-client/build-asan/extension && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/shen/Work/Code/Metin2/metin2-client/extension/tools/packtool.cpp -o CMakeFiles/packtool.dir/tools/packtool.cpp.s
# Object files for target packtool
packtool_OBJECTS = \
"CMakeFiles/packtool.dir/tools/packtool.cpp.o"
# External object files for target packtool
packtool_EXTERNAL_OBJECTS =
extension/packtool: extension/CMakeFiles/packtool.dir/tools/packtool.cpp.o
extension/packtool: extension/CMakeFiles/packtool.dir/build.make
extension/packtool: extension/libmtpack.a
extension/packtool: extension/third_party/libsodium-cmake/libsodium.a
extension/packtool: extension/third_party/zstd-build/lib/libzstd.a
extension/packtool: formats/libxr_formats.a
extension/packtool: libgr2/liblibgr2.a
extension/packtool: extension/CMakeFiles/packtool.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/shen/Work/Code/Metin2/metin2-client/build-asan/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable packtool"
cd /Users/shen/Work/Code/Metin2/metin2-client/build-asan/extension && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/packtool.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
extension/CMakeFiles/packtool.dir/build: extension/packtool
.PHONY : extension/CMakeFiles/packtool.dir/build
extension/CMakeFiles/packtool.dir/clean:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-asan/extension && $(CMAKE_COMMAND) -P CMakeFiles/packtool.dir/cmake_clean.cmake
.PHONY : extension/CMakeFiles/packtool.dir/clean
extension/CMakeFiles/packtool.dir/depend:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-asan && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/shen/Work/Code/Metin2/metin2-client /Users/shen/Work/Code/Metin2/metin2-client/extension /Users/shen/Work/Code/Metin2/metin2-client/build-asan /Users/shen/Work/Code/Metin2/metin2-client/build-asan/extension /Users/shen/Work/Code/Metin2/metin2-client/build-asan/extension/CMakeFiles/packtool.dir/DependInfo.cmake "--color=$(COLOR)" packtool
.PHONY : extension/CMakeFiles/packtool.dir/depend