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

1886 lines
85 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
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(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/extension//CMakeFiles/progress.marks
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/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:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(CMAKE_COMMAND) -P /Users/shen/Work/Code/Metin2/metin2-client/build-debug/CMakeFiles/VerifyGlobs.cmake
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
extension/CMakeFiles/mtnet.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/mtnet.dir/rule
.PHONY : extension/CMakeFiles/mtnet.dir/rule
# Convenience name for target.
mtnet: extension/CMakeFiles/mtnet.dir/rule
.PHONY : mtnet
# fast build rule for target.
mtnet/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/build
.PHONY : mtnet/fast
# Convenience name for target.
extension/CMakeFiles/mtpack.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/mtpack.dir/rule
.PHONY : extension/CMakeFiles/mtpack.dir/rule
# Convenience name for target.
mtpack: extension/CMakeFiles/mtpack.dir/rule
.PHONY : mtpack
# fast build rule for target.
mtpack/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtpack.dir/build.make extension/CMakeFiles/mtpack.dir/build
.PHONY : mtpack/fast
# Convenience name for target.
extension/CMakeFiles/mtproto.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/mtproto.dir/rule
.PHONY : extension/CMakeFiles/mtproto.dir/rule
# Convenience name for target.
mtproto: extension/CMakeFiles/mtproto.dir/rule
.PHONY : mtproto
# fast build rule for target.
mtproto/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtproto.dir/build.make extension/CMakeFiles/mtproto.dir/build
.PHONY : mtproto/fast
# Convenience name for target.
extension/CMakeFiles/packtool.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/packtool.dir/rule
.PHONY : extension/CMakeFiles/packtool.dir/rule
# Convenience name for target.
packtool: extension/CMakeFiles/packtool.dir/rule
.PHONY : packtool
# fast build rule for target.
packtool/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/packtool.dir/build.make extension/CMakeFiles/packtool.dir/build
.PHONY : packtool/fast
# Convenience name for target.
extension/CMakeFiles/net_probe.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_probe.dir/rule
.PHONY : extension/CMakeFiles/net_probe.dir/rule
# Convenience name for target.
net_probe: extension/CMakeFiles/net_probe.dir/rule
.PHONY : net_probe
# fast build rule for target.
net_probe/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_probe.dir/build.make extension/CMakeFiles/net_probe.dir/build
.PHONY : net_probe/fast
# Convenience name for target.
extension/CMakeFiles/net_e2e.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_e2e.dir/rule
.PHONY : extension/CMakeFiles/net_e2e.dir/rule
# Convenience name for target.
net_e2e: extension/CMakeFiles/net_e2e.dir/rule
.PHONY : net_e2e
# fast build rule for target.
net_e2e/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_e2e.dir/build.make extension/CMakeFiles/net_e2e.dir/build
.PHONY : net_e2e/fast
# Convenience name for target.
extension/CMakeFiles/net_classic_e2e.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_classic_e2e.dir/rule
.PHONY : extension/CMakeFiles/net_classic_e2e.dir/rule
# Convenience name for target.
net_classic_e2e: extension/CMakeFiles/net_classic_e2e.dir/rule
.PHONY : net_classic_e2e
# fast build rule for target.
net_classic_e2e/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_e2e.dir/build.make extension/CMakeFiles/net_classic_e2e.dir/build
.PHONY : net_classic_e2e/fast
# Convenience name for target.
extension/CMakeFiles/net_cipher_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_cipher_test.dir/rule
.PHONY : extension/CMakeFiles/net_cipher_test.dir/rule
# Convenience name for target.
net_cipher_test: extension/CMakeFiles/net_cipher_test.dir/rule
.PHONY : net_cipher_test
# fast build rule for target.
net_cipher_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_cipher_test.dir/build.make extension/CMakeFiles/net_cipher_test.dir/build
.PHONY : net_cipher_test/fast
# Convenience name for target.
extension/CMakeFiles/net_loopback_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_loopback_test.dir/rule
.PHONY : extension/CMakeFiles/net_loopback_test.dir/rule
# Convenience name for target.
net_loopback_test: extension/CMakeFiles/net_loopback_test.dir/rule
.PHONY : net_loopback_test
# fast build rule for target.
net_loopback_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_loopback_test.dir/build.make extension/CMakeFiles/net_loopback_test.dir/build
.PHONY : net_loopback_test/fast
# Convenience name for target.
extension/CMakeFiles/net_entity_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_entity_test.dir/rule
.PHONY : extension/CMakeFiles/net_entity_test.dir/rule
# Convenience name for target.
net_entity_test: extension/CMakeFiles/net_entity_test.dir/rule
.PHONY : net_entity_test
# fast build rule for target.
net_entity_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_entity_test.dir/build.make extension/CMakeFiles/net_entity_test.dir/build
.PHONY : net_entity_test/fast
# Convenience name for target.
extension/CMakeFiles/net_state_queue_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_state_queue_test.dir/rule
.PHONY : extension/CMakeFiles/net_state_queue_test.dir/rule
# Convenience name for target.
net_state_queue_test: extension/CMakeFiles/net_state_queue_test.dir/rule
.PHONY : net_state_queue_test
# fast build rule for target.
net_state_queue_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(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
# Convenience name for target.
extension/CMakeFiles/net_classic_wire_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_classic_wire_test.dir/rule
.PHONY : extension/CMakeFiles/net_classic_wire_test.dir/rule
# Convenience name for target.
net_classic_wire_test: extension/CMakeFiles/net_classic_wire_test.dir/rule
.PHONY : net_classic_wire_test
# fast build rule for target.
net_classic_wire_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(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
# Convenience name for target.
extension/CMakeFiles/net_classic_stream_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_classic_stream_test.dir/rule
.PHONY : extension/CMakeFiles/net_classic_stream_test.dir/rule
# Convenience name for target.
net_classic_stream_test: extension/CMakeFiles/net_classic_stream_test.dir/rule
.PHONY : net_classic_stream_test
# fast build rule for target.
net_classic_stream_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(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
# Convenience name for target.
extension/CMakeFiles/net_classic_session_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_classic_session_test.dir/rule
.PHONY : extension/CMakeFiles/net_classic_session_test.dir/rule
# Convenience name for target.
net_classic_session_test: extension/CMakeFiles/net_classic_session_test.dir/rule
.PHONY : net_classic_session_test
# fast build rule for target.
net_classic_session_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(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
# Convenience name for target.
extension/CMakeFiles/net_classic_cipher_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_classic_cipher_test.dir/rule
.PHONY : extension/CMakeFiles/net_classic_cipher_test.dir/rule
# Convenience name for target.
net_classic_cipher_test: extension/CMakeFiles/net_classic_cipher_test.dir/rule
.PHONY : net_classic_cipher_test
# fast build rule for target.
net_classic_cipher_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(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
# Convenience name for target.
extension/CMakeFiles/net_classic_encstream_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_classic_encstream_test.dir/rule
.PHONY : extension/CMakeFiles/net_classic_encstream_test.dir/rule
# Convenience name for target.
net_classic_encstream_test: extension/CMakeFiles/net_classic_encstream_test.dir/rule
.PHONY : net_classic_encstream_test
# fast build rule for target.
net_classic_encstream_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(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
# Convenience name for target.
extension/CMakeFiles/net_classic_mark_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_classic_mark_test.dir/rule
.PHONY : extension/CMakeFiles/net_classic_mark_test.dir/rule
# Convenience name for target.
net_classic_mark_test: extension/CMakeFiles/net_classic_mark_test.dir/rule
.PHONY : net_classic_mark_test
# fast build rule for target.
net_classic_mark_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(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
# Convenience name for target.
extension/CMakeFiles/net_text_codec_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_text_codec_test.dir/rule
.PHONY : extension/CMakeFiles/net_text_codec_test.dir/rule
# Convenience name for target.
net_text_codec_test: extension/CMakeFiles/net_text_codec_test.dir/rule
.PHONY : net_text_codec_test
# fast build rule for target.
net_text_codec_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(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
# Convenience name for target.
extension/CMakeFiles/net_bounds_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_bounds_test.dir/rule
.PHONY : extension/CMakeFiles/net_bounds_test.dir/rule
# Convenience name for target.
net_bounds_test: extension/CMakeFiles/net_bounds_test.dir/rule
.PHONY : net_bounds_test
# fast build rule for target.
net_bounds_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_bounds_test.dir/build.make extension/CMakeFiles/net_bounds_test.dir/build
.PHONY : net_bounds_test/fast
# Convenience name for target.
extension/CMakeFiles/net_mark_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/net_mark_test.dir/rule
.PHONY : extension/CMakeFiles/net_mark_test.dir/rule
# Convenience name for target.
net_mark_test: extension/CMakeFiles/net_mark_test.dir/rule
.PHONY : net_mark_test
# fast build rule for target.
net_mark_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_mark_test.dir/build.make extension/CMakeFiles/net_mark_test.dir/build
.PHONY : net_mark_test/fast
# Convenience name for target.
extension/CMakeFiles/pack_roundtrip_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/pack_roundtrip_test.dir/rule
.PHONY : extension/CMakeFiles/pack_roundtrip_test.dir/rule
# Convenience name for target.
pack_roundtrip_test: extension/CMakeFiles/pack_roundtrip_test.dir/rule
.PHONY : pack_roundtrip_test
# fast build rule for target.
pack_roundtrip_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/pack_roundtrip_test.dir/build.make extension/CMakeFiles/pack_roundtrip_test.dir/build
.PHONY : pack_roundtrip_test/fast
# Convenience name for target.
extension/CMakeFiles/proto_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/proto_test.dir/rule
.PHONY : extension/CMakeFiles/proto_test.dir/rule
# Convenience name for target.
proto_test: extension/CMakeFiles/proto_test.dir/rule
.PHONY : proto_test
# fast build rule for target.
proto_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/proto_test.dir/build.make extension/CMakeFiles/proto_test.dir/build
.PHONY : proto_test/fast
# Convenience name for target.
extension/CMakeFiles/proto_item_layout_test.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/proto_item_layout_test.dir/rule
.PHONY : extension/CMakeFiles/proto_item_layout_test.dir/rule
# Convenience name for target.
proto_item_layout_test: extension/CMakeFiles/proto_item_layout_test.dir/rule
.PHONY : proto_item_layout_test
# fast build rule for target.
proto_item_layout_test/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(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
# Convenience name for target.
extension/CMakeFiles/mtgodot.dir/rule:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 extension/CMakeFiles/mtgodot.dir/rule
.PHONY : extension/CMakeFiles/mtgodot.dir/rule
# Convenience name for target.
mtgodot: extension/CMakeFiles/mtgodot.dir/rule
.PHONY : mtgodot
# fast build rule for target.
mtgodot/fast:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/build
.PHONY : mtgodot/fast
src/asset_io.o: src/asset_io.cpp.o
.PHONY : src/asset_io.o
# target to build an object file
src/asset_io.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/asset_io.cpp.o
.PHONY : src/asset_io.cpp.o
src/asset_io.i: src/asset_io.cpp.i
.PHONY : src/asset_io.i
# target to preprocess a source file
src/asset_io.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/asset_io.cpp.i
.PHONY : src/asset_io.cpp.i
src/asset_io.s: src/asset_io.cpp.s
.PHONY : src/asset_io.s
# target to generate assembly for a file
src/asset_io.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/asset_io.cpp.s
.PHONY : src/asset_io.cpp.s
src/dxt.o: src/dxt.cpp.o
.PHONY : src/dxt.o
# target to build an object file
src/dxt.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/dxt.cpp.o
.PHONY : src/dxt.cpp.o
src/dxt.i: src/dxt.cpp.i
.PHONY : src/dxt.i
# target to preprocess a source file
src/dxt.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/dxt.cpp.i
.PHONY : src/dxt.cpp.i
src/dxt.s: src/dxt.cpp.s
.PHONY : src/dxt.s
# target to generate assembly for a file
src/dxt.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/dxt.cpp.s
.PHONY : src/dxt.cpp.s
src/environment_builder.o: src/environment_builder.cpp.o
.PHONY : src/environment_builder.o
# target to build an object file
src/environment_builder.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/environment_builder.cpp.o
.PHONY : src/environment_builder.cpp.o
src/environment_builder.i: src/environment_builder.cpp.i
.PHONY : src/environment_builder.i
# target to preprocess a source file
src/environment_builder.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/environment_builder.cpp.i
.PHONY : src/environment_builder.cpp.i
src/environment_builder.s: src/environment_builder.cpp.s
.PHONY : src/environment_builder.s
# target to generate assembly for a file
src/environment_builder.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/environment_builder.cpp.s
.PHONY : src/environment_builder.cpp.s
src/gr2_bridge.o: src/gr2_bridge.cpp.o
.PHONY : src/gr2_bridge.o
# target to build an object file
src/gr2_bridge.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/gr2_bridge.cpp.o
.PHONY : src/gr2_bridge.cpp.o
src/gr2_bridge.i: src/gr2_bridge.cpp.i
.PHONY : src/gr2_bridge.i
# target to preprocess a source file
src/gr2_bridge.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/gr2_bridge.cpp.i
.PHONY : src/gr2_bridge.cpp.i
src/gr2_bridge.s: src/gr2_bridge.cpp.s
.PHONY : src/gr2_bridge.s
# target to generate assembly for a file
src/gr2_bridge.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/gr2_bridge.cpp.s
.PHONY : src/gr2_bridge.cpp.s
src/m2_material.o: src/m2_material.cpp.o
.PHONY : src/m2_material.o
# target to build an object file
src/m2_material.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/m2_material.cpp.o
.PHONY : src/m2_material.cpp.o
src/m2_material.i: src/m2_material.cpp.i
.PHONY : src/m2_material.i
# target to preprocess a source file
src/m2_material.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/m2_material.cpp.i
.PHONY : src/m2_material.cpp.i
src/m2_material.s: src/m2_material.cpp.s
.PHONY : src/m2_material.s
# target to generate assembly for a file
src/m2_material.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/m2_material.cpp.s
.PHONY : src/m2_material.cpp.s
src/metin2_anim.o: src/metin2_anim.cpp.o
.PHONY : src/metin2_anim.o
# target to build an object file
src/metin2_anim.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/metin2_anim.cpp.o
.PHONY : src/metin2_anim.cpp.o
src/metin2_anim.i: src/metin2_anim.cpp.i
.PHONY : src/metin2_anim.i
# target to preprocess a source file
src/metin2_anim.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/metin2_anim.cpp.i
.PHONY : src/metin2_anim.cpp.i
src/metin2_anim.s: src/metin2_anim.cpp.s
.PHONY : src/metin2_anim.s
# target to generate assembly for a file
src/metin2_anim.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/metin2_anim.cpp.s
.PHONY : src/metin2_anim.cpp.s
src/metin2_model.o: src/metin2_model.cpp.o
.PHONY : src/metin2_model.o
# target to build an object file
src/metin2_model.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/metin2_model.cpp.o
.PHONY : src/metin2_model.cpp.o
src/metin2_model.i: src/metin2_model.cpp.i
.PHONY : src/metin2_model.i
# target to preprocess a source file
src/metin2_model.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/metin2_model.cpp.i
.PHONY : src/metin2_model.cpp.i
src/metin2_model.s: src/metin2_model.cpp.s
.PHONY : src/metin2_model.s
# target to generate assembly for a file
src/metin2_model.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/metin2_model.cpp.s
.PHONY : src/metin2_model.cpp.s
src/metin2_world.o: src/metin2_world.cpp.o
.PHONY : src/metin2_world.o
# target to build an object file
src/metin2_world.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/metin2_world.cpp.o
.PHONY : src/metin2_world.cpp.o
src/metin2_world.i: src/metin2_world.cpp.i
.PHONY : src/metin2_world.i
# target to preprocess a source file
src/metin2_world.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/metin2_world.cpp.i
.PHONY : src/metin2_world.cpp.i
src/metin2_world.s: src/metin2_world.cpp.s
.PHONY : src/metin2_world.s
# target to generate assembly for a file
src/metin2_world.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/metin2_world.cpp.s
.PHONY : src/metin2_world.cpp.s
src/net/classic/classic_cipher.o: src/net/classic/classic_cipher.cpp.o
.PHONY : src/net/classic/classic_cipher.o
# target to build an object file
src/net/classic/classic_cipher.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/classic/classic_cipher.cpp.o
.PHONY : src/net/classic/classic_cipher.cpp.o
src/net/classic/classic_cipher.i: src/net/classic/classic_cipher.cpp.i
.PHONY : src/net/classic/classic_cipher.i
# target to preprocess a source file
src/net/classic/classic_cipher.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/classic/classic_cipher.cpp.i
.PHONY : src/net/classic/classic_cipher.cpp.i
src/net/classic/classic_cipher.s: src/net/classic/classic_cipher.cpp.s
.PHONY : src/net/classic/classic_cipher.s
# target to generate assembly for a file
src/net/classic/classic_cipher.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/classic/classic_cipher.cpp.s
.PHONY : src/net/classic/classic_cipher.cpp.s
src/net/classic/classic_parser.o: src/net/classic/classic_parser.cpp.o
.PHONY : src/net/classic/classic_parser.o
# target to build an object file
src/net/classic/classic_parser.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/classic/classic_parser.cpp.o
.PHONY : src/net/classic/classic_parser.cpp.o
src/net/classic/classic_parser.i: src/net/classic/classic_parser.cpp.i
.PHONY : src/net/classic/classic_parser.i
# target to preprocess a source file
src/net/classic/classic_parser.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/classic/classic_parser.cpp.i
.PHONY : src/net/classic/classic_parser.cpp.i
src/net/classic/classic_parser.s: src/net/classic/classic_parser.cpp.s
.PHONY : src/net/classic/classic_parser.s
# target to generate assembly for a file
src/net/classic/classic_parser.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/classic/classic_parser.cpp.s
.PHONY : src/net/classic/classic_parser.cpp.s
src/net/classic/classic_session.o: src/net/classic/classic_session.cpp.o
.PHONY : src/net/classic/classic_session.o
# target to build an object file
src/net/classic/classic_session.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/classic/classic_session.cpp.o
.PHONY : src/net/classic/classic_session.cpp.o
src/net/classic/classic_session.i: src/net/classic/classic_session.cpp.i
.PHONY : src/net/classic/classic_session.i
# target to preprocess a source file
src/net/classic/classic_session.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/classic/classic_session.cpp.i
.PHONY : src/net/classic/classic_session.cpp.i
src/net/classic/classic_session.s: src/net/classic/classic_session.cpp.s
.PHONY : src/net/classic/classic_session.s
# target to generate assembly for a file
src/net/classic/classic_session.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/classic/classic_session.cpp.s
.PHONY : src/net/classic/classic_session.cpp.s
src/net/classic/classic_stream.o: src/net/classic/classic_stream.cpp.o
.PHONY : src/net/classic/classic_stream.o
# target to build an object file
src/net/classic/classic_stream.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/classic/classic_stream.cpp.o
.PHONY : src/net/classic/classic_stream.cpp.o
src/net/classic/classic_stream.i: src/net/classic/classic_stream.cpp.i
.PHONY : src/net/classic/classic_stream.i
# target to preprocess a source file
src/net/classic/classic_stream.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/classic/classic_stream.cpp.i
.PHONY : src/net/classic/classic_stream.cpp.i
src/net/classic/classic_stream.s: src/net/classic/classic_stream.cpp.s
.PHONY : src/net/classic/classic_stream.s
# target to generate assembly for a file
src/net/classic/classic_stream.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/classic/classic_stream.cpp.s
.PHONY : src/net/classic/classic_stream.cpp.s
src/net/entity_store.o: src/net/entity_store.cpp.o
.PHONY : src/net/entity_store.o
# target to build an object file
src/net/entity_store.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/entity_store.cpp.o
.PHONY : src/net/entity_store.cpp.o
src/net/entity_store.i: src/net/entity_store.cpp.i
.PHONY : src/net/entity_store.i
# target to preprocess a source file
src/net/entity_store.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/entity_store.cpp.i
.PHONY : src/net/entity_store.cpp.i
src/net/entity_store.s: src/net/entity_store.cpp.s
.PHONY : src/net/entity_store.s
# target to generate assembly for a file
src/net/entity_store.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/entity_store.cpp.s
.PHONY : src/net/entity_store.cpp.s
src/net/m2_client.o: src/net/m2_client.cpp.o
.PHONY : src/net/m2_client.o
# target to build an object file
src/net/m2_client.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/net/m2_client.cpp.o
.PHONY : src/net/m2_client.cpp.o
src/net/m2_client.i: src/net/m2_client.cpp.i
.PHONY : src/net/m2_client.i
# target to preprocess a source file
src/net/m2_client.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/net/m2_client.cpp.i
.PHONY : src/net/m2_client.cpp.i
src/net/m2_client.s: src/net/m2_client.cpp.s
.PHONY : src/net/m2_client.s
# target to generate assembly for a file
src/net/m2_client.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/net/m2_client.cpp.s
.PHONY : src/net/m2_client.cpp.s
src/net/mark_image.o: src/net/mark_image.cpp.o
.PHONY : src/net/mark_image.o
# target to build an object file
src/net/mark_image.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/mark_image.cpp.o
.PHONY : src/net/mark_image.cpp.o
src/net/mark_image.i: src/net/mark_image.cpp.i
.PHONY : src/net/mark_image.i
# target to preprocess a source file
src/net/mark_image.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/mark_image.cpp.i
.PHONY : src/net/mark_image.cpp.i
src/net/mark_image.s: src/net/mark_image.cpp.s
.PHONY : src/net/mark_image.s
# target to generate assembly for a file
src/net/mark_image.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/mark_image.cpp.s
.PHONY : src/net/mark_image.cpp.s
src/net/net_stream.o: src/net/net_stream.cpp.o
.PHONY : src/net/net_stream.o
# target to build an object file
src/net/net_stream.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/net_stream.cpp.o
.PHONY : src/net/net_stream.cpp.o
src/net/net_stream.i: src/net/net_stream.cpp.i
.PHONY : src/net/net_stream.i
# target to preprocess a source file
src/net/net_stream.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/net_stream.cpp.i
.PHONY : src/net/net_stream.cpp.i
src/net/net_stream.s: src/net/net_stream.cpp.s
.PHONY : src/net/net_stream.s
# target to generate assembly for a file
src/net/net_stream.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/net_stream.cpp.s
.PHONY : src/net/net_stream.cpp.s
src/net/secure_cipher.o: src/net/secure_cipher.cpp.o
.PHONY : src/net/secure_cipher.o
# target to build an object file
src/net/secure_cipher.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/secure_cipher.cpp.o
.PHONY : src/net/secure_cipher.cpp.o
src/net/secure_cipher.i: src/net/secure_cipher.cpp.i
.PHONY : src/net/secure_cipher.i
# target to preprocess a source file
src/net/secure_cipher.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/secure_cipher.cpp.i
.PHONY : src/net/secure_cipher.cpp.i
src/net/secure_cipher.s: src/net/secure_cipher.cpp.s
.PHONY : src/net/secure_cipher.s
# target to generate assembly for a file
src/net/secure_cipher.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/secure_cipher.cpp.s
.PHONY : src/net/secure_cipher.cpp.s
src/net/text_codec.o: src/net/text_codec.cpp.o
.PHONY : src/net/text_codec.o
# target to build an object file
src/net/text_codec.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/text_codec.cpp.o
.PHONY : src/net/text_codec.cpp.o
src/net/text_codec.i: src/net/text_codec.cpp.i
.PHONY : src/net/text_codec.i
# target to preprocess a source file
src/net/text_codec.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/text_codec.cpp.i
.PHONY : src/net/text_codec.cpp.i
src/net/text_codec.s: src/net/text_codec.cpp.s
.PHONY : src/net/text_codec.s
# target to generate assembly for a file
src/net/text_codec.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtnet.dir/build.make extension/CMakeFiles/mtnet.dir/src/net/text_codec.cpp.s
.PHONY : src/net/text_codec.cpp.s
src/pack/asset_source.o: src/pack/asset_source.cpp.o
.PHONY : src/pack/asset_source.o
# target to build an object file
src/pack/asset_source.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtpack.dir/build.make extension/CMakeFiles/mtpack.dir/src/pack/asset_source.cpp.o
.PHONY : src/pack/asset_source.cpp.o
src/pack/asset_source.i: src/pack/asset_source.cpp.i
.PHONY : src/pack/asset_source.i
# target to preprocess a source file
src/pack/asset_source.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtpack.dir/build.make extension/CMakeFiles/mtpack.dir/src/pack/asset_source.cpp.i
.PHONY : src/pack/asset_source.cpp.i
src/pack/asset_source.s: src/pack/asset_source.cpp.s
.PHONY : src/pack/asset_source.s
# target to generate assembly for a file
src/pack/asset_source.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtpack.dir/build.make extension/CMakeFiles/mtpack.dir/src/pack/asset_source.cpp.s
.PHONY : src/pack/asset_source.cpp.s
src/pack/eterpack.o: src/pack/eterpack.cpp.o
.PHONY : src/pack/eterpack.o
# target to build an object file
src/pack/eterpack.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtpack.dir/build.make extension/CMakeFiles/mtpack.dir/src/pack/eterpack.cpp.o
.PHONY : src/pack/eterpack.cpp.o
src/pack/eterpack.i: src/pack/eterpack.cpp.i
.PHONY : src/pack/eterpack.i
# target to preprocess a source file
src/pack/eterpack.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtpack.dir/build.make extension/CMakeFiles/mtpack.dir/src/pack/eterpack.cpp.i
.PHONY : src/pack/eterpack.cpp.i
src/pack/eterpack.s: src/pack/eterpack.cpp.s
.PHONY : src/pack/eterpack.s
# target to generate assembly for a file
src/pack/eterpack.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtpack.dir/build.make extension/CMakeFiles/mtpack.dir/src/pack/eterpack.cpp.s
.PHONY : src/pack/eterpack.cpp.s
src/pack/pack_mount.o: src/pack/pack_mount.cpp.o
.PHONY : src/pack/pack_mount.o
# target to build an object file
src/pack/pack_mount.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtpack.dir/build.make extension/CMakeFiles/mtpack.dir/src/pack/pack_mount.cpp.o
.PHONY : src/pack/pack_mount.cpp.o
src/pack/pack_mount.i: src/pack/pack_mount.cpp.i
.PHONY : src/pack/pack_mount.i
# target to preprocess a source file
src/pack/pack_mount.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtpack.dir/build.make extension/CMakeFiles/mtpack.dir/src/pack/pack_mount.cpp.i
.PHONY : src/pack/pack_mount.cpp.i
src/pack/pack_mount.s: src/pack/pack_mount.cpp.s
.PHONY : src/pack/pack_mount.s
# target to generate assembly for a file
src/pack/pack_mount.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtpack.dir/build.make extension/CMakeFiles/mtpack.dir/src/pack/pack_mount.cpp.s
.PHONY : src/pack/pack_mount.cpp.s
src/proto/proto.o: src/proto/proto.cpp.o
.PHONY : src/proto/proto.o
# target to build an object file
src/proto/proto.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtproto.dir/build.make extension/CMakeFiles/mtproto.dir/src/proto/proto.cpp.o
.PHONY : src/proto/proto.cpp.o
src/proto/proto.i: src/proto/proto.cpp.i
.PHONY : src/proto/proto.i
# target to preprocess a source file
src/proto/proto.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtproto.dir/build.make extension/CMakeFiles/mtproto.dir/src/proto/proto.cpp.i
.PHONY : src/proto/proto.cpp.i
src/proto/proto.s: src/proto/proto.cpp.s
.PHONY : src/proto/proto.s
# target to generate assembly for a file
src/proto/proto.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtproto.dir/build.make extension/CMakeFiles/mtproto.dir/src/proto/proto.cpp.s
.PHONY : src/proto/proto.cpp.s
src/proto/proto_node.o: src/proto/proto_node.cpp.o
.PHONY : src/proto/proto_node.o
# target to build an object file
src/proto/proto_node.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/proto/proto_node.cpp.o
.PHONY : src/proto/proto_node.cpp.o
src/proto/proto_node.i: src/proto/proto_node.cpp.i
.PHONY : src/proto/proto_node.i
# target to preprocess a source file
src/proto/proto_node.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/proto/proto_node.cpp.i
.PHONY : src/proto/proto_node.cpp.i
src/proto/proto_node.s: src/proto/proto_node.cpp.s
.PHONY : src/proto/proto_node.s
# target to generate assembly for a file
src/proto/proto_node.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/proto/proto_node.cpp.s
.PHONY : src/proto/proto_node.cpp.s
src/register_types.o: src/register_types.cpp.o
.PHONY : src/register_types.o
# target to build an object file
src/register_types.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/register_types.cpp.o
.PHONY : src/register_types.cpp.o
src/register_types.i: src/register_types.cpp.i
.PHONY : src/register_types.i
# target to preprocess a source file
src/register_types.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/register_types.cpp.i
.PHONY : src/register_types.cpp.i
src/register_types.s: src/register_types.cpp.s
.PHONY : src/register_types.s
# target to generate assembly for a file
src/register_types.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/register_types.cpp.s
.PHONY : src/register_types.cpp.s
src/static_object.o: src/static_object.cpp.o
.PHONY : src/static_object.o
# target to build an object file
src/static_object.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/static_object.cpp.o
.PHONY : src/static_object.cpp.o
src/static_object.i: src/static_object.cpp.i
.PHONY : src/static_object.i
# target to preprocess a source file
src/static_object.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/static_object.cpp.i
.PHONY : src/static_object.cpp.i
src/static_object.s: src/static_object.cpp.s
.PHONY : src/static_object.s
# target to generate assembly for a file
src/static_object.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/static_object.cpp.s
.PHONY : src/static_object.cpp.s
src/terrain_splat.o: src/terrain_splat.cpp.o
.PHONY : src/terrain_splat.o
# target to build an object file
src/terrain_splat.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/terrain_splat.cpp.o
.PHONY : src/terrain_splat.cpp.o
src/terrain_splat.i: src/terrain_splat.cpp.i
.PHONY : src/terrain_splat.i
# target to preprocess a source file
src/terrain_splat.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/terrain_splat.cpp.i
.PHONY : src/terrain_splat.cpp.i
src/terrain_splat.s: src/terrain_splat.cpp.s
.PHONY : src/terrain_splat.s
# target to generate assembly for a file
src/terrain_splat.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/terrain_splat.cpp.s
.PHONY : src/terrain_splat.cpp.s
src/texture_util.o: src/texture_util.cpp.o
.PHONY : src/texture_util.o
# target to build an object file
src/texture_util.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/texture_util.cpp.o
.PHONY : src/texture_util.cpp.o
src/texture_util.i: src/texture_util.cpp.i
.PHONY : src/texture_util.i
# target to preprocess a source file
src/texture_util.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/texture_util.cpp.i
.PHONY : src/texture_util.cpp.i
src/texture_util.s: src/texture_util.cpp.s
.PHONY : src/texture_util.s
# target to generate assembly for a file
src/texture_util.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/texture_util.cpp.s
.PHONY : src/texture_util.cpp.s
src/tree_placeholder.o: src/tree_placeholder.cpp.o
.PHONY : src/tree_placeholder.o
# target to build an object file
src/tree_placeholder.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/tree_placeholder.cpp.o
.PHONY : src/tree_placeholder.cpp.o
src/tree_placeholder.i: src/tree_placeholder.cpp.i
.PHONY : src/tree_placeholder.i
# target to preprocess a source file
src/tree_placeholder.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/tree_placeholder.cpp.i
.PHONY : src/tree_placeholder.cpp.i
src/tree_placeholder.s: src/tree_placeholder.cpp.s
.PHONY : src/tree_placeholder.s
# target to generate assembly for a file
src/tree_placeholder.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/tree_placeholder.cpp.s
.PHONY : src/tree_placeholder.cpp.s
src/water_builder.o: src/water_builder.cpp.o
.PHONY : src/water_builder.o
# target to build an object file
src/water_builder.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/water_builder.cpp.o
.PHONY : src/water_builder.cpp.o
src/water_builder.i: src/water_builder.cpp.i
.PHONY : src/water_builder.i
# target to preprocess a source file
src/water_builder.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/water_builder.cpp.i
.PHONY : src/water_builder.cpp.i
src/water_builder.s: src/water_builder.cpp.s
.PHONY : src/water_builder.s
# target to generate assembly for a file
src/water_builder.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/mtgodot.dir/build.make extension/CMakeFiles/mtgodot.dir/src/water_builder.cpp.s
.PHONY : src/water_builder.cpp.s
tests/net_bounds_test.o: tests/net_bounds_test.cpp.o
.PHONY : tests/net_bounds_test.o
# target to build an object file
tests/net_bounds_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_bounds_test.dir/build.make extension/CMakeFiles/net_bounds_test.dir/tests/net_bounds_test.cpp.o
.PHONY : tests/net_bounds_test.cpp.o
tests/net_bounds_test.i: tests/net_bounds_test.cpp.i
.PHONY : tests/net_bounds_test.i
# target to preprocess a source file
tests/net_bounds_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_bounds_test.dir/build.make extension/CMakeFiles/net_bounds_test.dir/tests/net_bounds_test.cpp.i
.PHONY : tests/net_bounds_test.cpp.i
tests/net_bounds_test.s: tests/net_bounds_test.cpp.s
.PHONY : tests/net_bounds_test.s
# target to generate assembly for a file
tests/net_bounds_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_bounds_test.dir/build.make extension/CMakeFiles/net_bounds_test.dir/tests/net_bounds_test.cpp.s
.PHONY : tests/net_bounds_test.cpp.s
tests/net_cipher_test.o: tests/net_cipher_test.cpp.o
.PHONY : tests/net_cipher_test.o
# target to build an object file
tests/net_cipher_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_cipher_test.dir/build.make extension/CMakeFiles/net_cipher_test.dir/tests/net_cipher_test.cpp.o
.PHONY : tests/net_cipher_test.cpp.o
tests/net_cipher_test.i: tests/net_cipher_test.cpp.i
.PHONY : tests/net_cipher_test.i
# target to preprocess a source file
tests/net_cipher_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_cipher_test.dir/build.make extension/CMakeFiles/net_cipher_test.dir/tests/net_cipher_test.cpp.i
.PHONY : tests/net_cipher_test.cpp.i
tests/net_cipher_test.s: tests/net_cipher_test.cpp.s
.PHONY : tests/net_cipher_test.s
# target to generate assembly for a file
tests/net_cipher_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_cipher_test.dir/build.make extension/CMakeFiles/net_cipher_test.dir/tests/net_cipher_test.cpp.s
.PHONY : tests/net_cipher_test.cpp.s
tests/net_classic_cipher_test.o: tests/net_classic_cipher_test.cpp.o
.PHONY : tests/net_classic_cipher_test.o
# target to build an object file
tests/net_classic_cipher_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_cipher_test.dir/build.make extension/CMakeFiles/net_classic_cipher_test.dir/tests/net_classic_cipher_test.cpp.o
.PHONY : tests/net_classic_cipher_test.cpp.o
tests/net_classic_cipher_test.i: tests/net_classic_cipher_test.cpp.i
.PHONY : tests/net_classic_cipher_test.i
# target to preprocess a source file
tests/net_classic_cipher_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_cipher_test.dir/build.make extension/CMakeFiles/net_classic_cipher_test.dir/tests/net_classic_cipher_test.cpp.i
.PHONY : tests/net_classic_cipher_test.cpp.i
tests/net_classic_cipher_test.s: tests/net_classic_cipher_test.cpp.s
.PHONY : tests/net_classic_cipher_test.s
# target to generate assembly for a file
tests/net_classic_cipher_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_cipher_test.dir/build.make extension/CMakeFiles/net_classic_cipher_test.dir/tests/net_classic_cipher_test.cpp.s
.PHONY : tests/net_classic_cipher_test.cpp.s
tests/net_classic_encstream_test.o: tests/net_classic_encstream_test.cpp.o
.PHONY : tests/net_classic_encstream_test.o
# target to build an object file
tests/net_classic_encstream_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_encstream_test.dir/build.make extension/CMakeFiles/net_classic_encstream_test.dir/tests/net_classic_encstream_test.cpp.o
.PHONY : tests/net_classic_encstream_test.cpp.o
tests/net_classic_encstream_test.i: tests/net_classic_encstream_test.cpp.i
.PHONY : tests/net_classic_encstream_test.i
# target to preprocess a source file
tests/net_classic_encstream_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_encstream_test.dir/build.make extension/CMakeFiles/net_classic_encstream_test.dir/tests/net_classic_encstream_test.cpp.i
.PHONY : tests/net_classic_encstream_test.cpp.i
tests/net_classic_encstream_test.s: tests/net_classic_encstream_test.cpp.s
.PHONY : tests/net_classic_encstream_test.s
# target to generate assembly for a file
tests/net_classic_encstream_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_encstream_test.dir/build.make extension/CMakeFiles/net_classic_encstream_test.dir/tests/net_classic_encstream_test.cpp.s
.PHONY : tests/net_classic_encstream_test.cpp.s
tests/net_classic_mark_test.o: tests/net_classic_mark_test.cpp.o
.PHONY : tests/net_classic_mark_test.o
# target to build an object file
tests/net_classic_mark_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_mark_test.dir/build.make extension/CMakeFiles/net_classic_mark_test.dir/tests/net_classic_mark_test.cpp.o
.PHONY : tests/net_classic_mark_test.cpp.o
tests/net_classic_mark_test.i: tests/net_classic_mark_test.cpp.i
.PHONY : tests/net_classic_mark_test.i
# target to preprocess a source file
tests/net_classic_mark_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_mark_test.dir/build.make extension/CMakeFiles/net_classic_mark_test.dir/tests/net_classic_mark_test.cpp.i
.PHONY : tests/net_classic_mark_test.cpp.i
tests/net_classic_mark_test.s: tests/net_classic_mark_test.cpp.s
.PHONY : tests/net_classic_mark_test.s
# target to generate assembly for a file
tests/net_classic_mark_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_mark_test.dir/build.make extension/CMakeFiles/net_classic_mark_test.dir/tests/net_classic_mark_test.cpp.s
.PHONY : tests/net_classic_mark_test.cpp.s
tests/net_classic_session_test.o: tests/net_classic_session_test.cpp.o
.PHONY : tests/net_classic_session_test.o
# target to build an object file
tests/net_classic_session_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_session_test.dir/build.make extension/CMakeFiles/net_classic_session_test.dir/tests/net_classic_session_test.cpp.o
.PHONY : tests/net_classic_session_test.cpp.o
tests/net_classic_session_test.i: tests/net_classic_session_test.cpp.i
.PHONY : tests/net_classic_session_test.i
# target to preprocess a source file
tests/net_classic_session_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_session_test.dir/build.make extension/CMakeFiles/net_classic_session_test.dir/tests/net_classic_session_test.cpp.i
.PHONY : tests/net_classic_session_test.cpp.i
tests/net_classic_session_test.s: tests/net_classic_session_test.cpp.s
.PHONY : tests/net_classic_session_test.s
# target to generate assembly for a file
tests/net_classic_session_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_session_test.dir/build.make extension/CMakeFiles/net_classic_session_test.dir/tests/net_classic_session_test.cpp.s
.PHONY : tests/net_classic_session_test.cpp.s
tests/net_classic_stream_test.o: tests/net_classic_stream_test.cpp.o
.PHONY : tests/net_classic_stream_test.o
# target to build an object file
tests/net_classic_stream_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_stream_test.dir/build.make extension/CMakeFiles/net_classic_stream_test.dir/tests/net_classic_stream_test.cpp.o
.PHONY : tests/net_classic_stream_test.cpp.o
tests/net_classic_stream_test.i: tests/net_classic_stream_test.cpp.i
.PHONY : tests/net_classic_stream_test.i
# target to preprocess a source file
tests/net_classic_stream_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_stream_test.dir/build.make extension/CMakeFiles/net_classic_stream_test.dir/tests/net_classic_stream_test.cpp.i
.PHONY : tests/net_classic_stream_test.cpp.i
tests/net_classic_stream_test.s: tests/net_classic_stream_test.cpp.s
.PHONY : tests/net_classic_stream_test.s
# target to generate assembly for a file
tests/net_classic_stream_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_stream_test.dir/build.make extension/CMakeFiles/net_classic_stream_test.dir/tests/net_classic_stream_test.cpp.s
.PHONY : tests/net_classic_stream_test.cpp.s
tests/net_classic_wire_test.o: tests/net_classic_wire_test.cpp.o
.PHONY : tests/net_classic_wire_test.o
# target to build an object file
tests/net_classic_wire_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_wire_test.dir/build.make extension/CMakeFiles/net_classic_wire_test.dir/tests/net_classic_wire_test.cpp.o
.PHONY : tests/net_classic_wire_test.cpp.o
tests/net_classic_wire_test.i: tests/net_classic_wire_test.cpp.i
.PHONY : tests/net_classic_wire_test.i
# target to preprocess a source file
tests/net_classic_wire_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_wire_test.dir/build.make extension/CMakeFiles/net_classic_wire_test.dir/tests/net_classic_wire_test.cpp.i
.PHONY : tests/net_classic_wire_test.cpp.i
tests/net_classic_wire_test.s: tests/net_classic_wire_test.cpp.s
.PHONY : tests/net_classic_wire_test.s
# target to generate assembly for a file
tests/net_classic_wire_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_wire_test.dir/build.make extension/CMakeFiles/net_classic_wire_test.dir/tests/net_classic_wire_test.cpp.s
.PHONY : tests/net_classic_wire_test.cpp.s
tests/net_entity_test.o: tests/net_entity_test.cpp.o
.PHONY : tests/net_entity_test.o
# target to build an object file
tests/net_entity_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_entity_test.dir/build.make extension/CMakeFiles/net_entity_test.dir/tests/net_entity_test.cpp.o
.PHONY : tests/net_entity_test.cpp.o
tests/net_entity_test.i: tests/net_entity_test.cpp.i
.PHONY : tests/net_entity_test.i
# target to preprocess a source file
tests/net_entity_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_entity_test.dir/build.make extension/CMakeFiles/net_entity_test.dir/tests/net_entity_test.cpp.i
.PHONY : tests/net_entity_test.cpp.i
tests/net_entity_test.s: tests/net_entity_test.cpp.s
.PHONY : tests/net_entity_test.s
# target to generate assembly for a file
tests/net_entity_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_entity_test.dir/build.make extension/CMakeFiles/net_entity_test.dir/tests/net_entity_test.cpp.s
.PHONY : tests/net_entity_test.cpp.s
tests/net_loopback_test.o: tests/net_loopback_test.cpp.o
.PHONY : tests/net_loopback_test.o
# target to build an object file
tests/net_loopback_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_loopback_test.dir/build.make extension/CMakeFiles/net_loopback_test.dir/tests/net_loopback_test.cpp.o
.PHONY : tests/net_loopback_test.cpp.o
tests/net_loopback_test.i: tests/net_loopback_test.cpp.i
.PHONY : tests/net_loopback_test.i
# target to preprocess a source file
tests/net_loopback_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_loopback_test.dir/build.make extension/CMakeFiles/net_loopback_test.dir/tests/net_loopback_test.cpp.i
.PHONY : tests/net_loopback_test.cpp.i
tests/net_loopback_test.s: tests/net_loopback_test.cpp.s
.PHONY : tests/net_loopback_test.s
# target to generate assembly for a file
tests/net_loopback_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_loopback_test.dir/build.make extension/CMakeFiles/net_loopback_test.dir/tests/net_loopback_test.cpp.s
.PHONY : tests/net_loopback_test.cpp.s
tests/net_mark_test.o: tests/net_mark_test.cpp.o
.PHONY : tests/net_mark_test.o
# target to build an object file
tests/net_mark_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_mark_test.dir/build.make extension/CMakeFiles/net_mark_test.dir/tests/net_mark_test.cpp.o
.PHONY : tests/net_mark_test.cpp.o
tests/net_mark_test.i: tests/net_mark_test.cpp.i
.PHONY : tests/net_mark_test.i
# target to preprocess a source file
tests/net_mark_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_mark_test.dir/build.make extension/CMakeFiles/net_mark_test.dir/tests/net_mark_test.cpp.i
.PHONY : tests/net_mark_test.cpp.i
tests/net_mark_test.s: tests/net_mark_test.cpp.s
.PHONY : tests/net_mark_test.s
# target to generate assembly for a file
tests/net_mark_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_mark_test.dir/build.make extension/CMakeFiles/net_mark_test.dir/tests/net_mark_test.cpp.s
.PHONY : tests/net_mark_test.cpp.s
tests/net_state_queue_test.o: tests/net_state_queue_test.cpp.o
.PHONY : tests/net_state_queue_test.o
# target to build an object file
tests/net_state_queue_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_state_queue_test.dir/build.make extension/CMakeFiles/net_state_queue_test.dir/tests/net_state_queue_test.cpp.o
.PHONY : tests/net_state_queue_test.cpp.o
tests/net_state_queue_test.i: tests/net_state_queue_test.cpp.i
.PHONY : tests/net_state_queue_test.i
# target to preprocess a source file
tests/net_state_queue_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_state_queue_test.dir/build.make extension/CMakeFiles/net_state_queue_test.dir/tests/net_state_queue_test.cpp.i
.PHONY : tests/net_state_queue_test.cpp.i
tests/net_state_queue_test.s: tests/net_state_queue_test.cpp.s
.PHONY : tests/net_state_queue_test.s
# target to generate assembly for a file
tests/net_state_queue_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_state_queue_test.dir/build.make extension/CMakeFiles/net_state_queue_test.dir/tests/net_state_queue_test.cpp.s
.PHONY : tests/net_state_queue_test.cpp.s
tests/net_text_codec_test.o: tests/net_text_codec_test.cpp.o
.PHONY : tests/net_text_codec_test.o
# target to build an object file
tests/net_text_codec_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_text_codec_test.dir/build.make extension/CMakeFiles/net_text_codec_test.dir/tests/net_text_codec_test.cpp.o
.PHONY : tests/net_text_codec_test.cpp.o
tests/net_text_codec_test.i: tests/net_text_codec_test.cpp.i
.PHONY : tests/net_text_codec_test.i
# target to preprocess a source file
tests/net_text_codec_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_text_codec_test.dir/build.make extension/CMakeFiles/net_text_codec_test.dir/tests/net_text_codec_test.cpp.i
.PHONY : tests/net_text_codec_test.cpp.i
tests/net_text_codec_test.s: tests/net_text_codec_test.cpp.s
.PHONY : tests/net_text_codec_test.s
# target to generate assembly for a file
tests/net_text_codec_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_text_codec_test.dir/build.make extension/CMakeFiles/net_text_codec_test.dir/tests/net_text_codec_test.cpp.s
.PHONY : tests/net_text_codec_test.cpp.s
tests/pack_roundtrip_test.o: tests/pack_roundtrip_test.cpp.o
.PHONY : tests/pack_roundtrip_test.o
# target to build an object file
tests/pack_roundtrip_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/pack_roundtrip_test.dir/build.make extension/CMakeFiles/pack_roundtrip_test.dir/tests/pack_roundtrip_test.cpp.o
.PHONY : tests/pack_roundtrip_test.cpp.o
tests/pack_roundtrip_test.i: tests/pack_roundtrip_test.cpp.i
.PHONY : tests/pack_roundtrip_test.i
# target to preprocess a source file
tests/pack_roundtrip_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/pack_roundtrip_test.dir/build.make extension/CMakeFiles/pack_roundtrip_test.dir/tests/pack_roundtrip_test.cpp.i
.PHONY : tests/pack_roundtrip_test.cpp.i
tests/pack_roundtrip_test.s: tests/pack_roundtrip_test.cpp.s
.PHONY : tests/pack_roundtrip_test.s
# target to generate assembly for a file
tests/pack_roundtrip_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/pack_roundtrip_test.dir/build.make extension/CMakeFiles/pack_roundtrip_test.dir/tests/pack_roundtrip_test.cpp.s
.PHONY : tests/pack_roundtrip_test.cpp.s
tests/proto_item_layout_test.o: tests/proto_item_layout_test.cpp.o
.PHONY : tests/proto_item_layout_test.o
# target to build an object file
tests/proto_item_layout_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/proto_item_layout_test.dir/build.make extension/CMakeFiles/proto_item_layout_test.dir/tests/proto_item_layout_test.cpp.o
.PHONY : tests/proto_item_layout_test.cpp.o
tests/proto_item_layout_test.i: tests/proto_item_layout_test.cpp.i
.PHONY : tests/proto_item_layout_test.i
# target to preprocess a source file
tests/proto_item_layout_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/proto_item_layout_test.dir/build.make extension/CMakeFiles/proto_item_layout_test.dir/tests/proto_item_layout_test.cpp.i
.PHONY : tests/proto_item_layout_test.cpp.i
tests/proto_item_layout_test.s: tests/proto_item_layout_test.cpp.s
.PHONY : tests/proto_item_layout_test.s
# target to generate assembly for a file
tests/proto_item_layout_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/proto_item_layout_test.dir/build.make extension/CMakeFiles/proto_item_layout_test.dir/tests/proto_item_layout_test.cpp.s
.PHONY : tests/proto_item_layout_test.cpp.s
tests/proto_test.o: tests/proto_test.cpp.o
.PHONY : tests/proto_test.o
# target to build an object file
tests/proto_test.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/proto_test.dir/build.make extension/CMakeFiles/proto_test.dir/tests/proto_test.cpp.o
.PHONY : tests/proto_test.cpp.o
tests/proto_test.i: tests/proto_test.cpp.i
.PHONY : tests/proto_test.i
# target to preprocess a source file
tests/proto_test.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/proto_test.dir/build.make extension/CMakeFiles/proto_test.dir/tests/proto_test.cpp.i
.PHONY : tests/proto_test.cpp.i
tests/proto_test.s: tests/proto_test.cpp.s
.PHONY : tests/proto_test.s
# target to generate assembly for a file
tests/proto_test.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/proto_test.dir/build.make extension/CMakeFiles/proto_test.dir/tests/proto_test.cpp.s
.PHONY : tests/proto_test.cpp.s
tools/net_classic_e2e.o: tools/net_classic_e2e.cpp.o
.PHONY : tools/net_classic_e2e.o
# target to build an object file
tools/net_classic_e2e.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_e2e.dir/build.make extension/CMakeFiles/net_classic_e2e.dir/tools/net_classic_e2e.cpp.o
.PHONY : tools/net_classic_e2e.cpp.o
tools/net_classic_e2e.i: tools/net_classic_e2e.cpp.i
.PHONY : tools/net_classic_e2e.i
# target to preprocess a source file
tools/net_classic_e2e.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_e2e.dir/build.make extension/CMakeFiles/net_classic_e2e.dir/tools/net_classic_e2e.cpp.i
.PHONY : tools/net_classic_e2e.cpp.i
tools/net_classic_e2e.s: tools/net_classic_e2e.cpp.s
.PHONY : tools/net_classic_e2e.s
# target to generate assembly for a file
tools/net_classic_e2e.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_classic_e2e.dir/build.make extension/CMakeFiles/net_classic_e2e.dir/tools/net_classic_e2e.cpp.s
.PHONY : tools/net_classic_e2e.cpp.s
tools/net_e2e.o: tools/net_e2e.cpp.o
.PHONY : tools/net_e2e.o
# target to build an object file
tools/net_e2e.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_e2e.dir/build.make extension/CMakeFiles/net_e2e.dir/tools/net_e2e.cpp.o
.PHONY : tools/net_e2e.cpp.o
tools/net_e2e.i: tools/net_e2e.cpp.i
.PHONY : tools/net_e2e.i
# target to preprocess a source file
tools/net_e2e.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_e2e.dir/build.make extension/CMakeFiles/net_e2e.dir/tools/net_e2e.cpp.i
.PHONY : tools/net_e2e.cpp.i
tools/net_e2e.s: tools/net_e2e.cpp.s
.PHONY : tools/net_e2e.s
# target to generate assembly for a file
tools/net_e2e.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_e2e.dir/build.make extension/CMakeFiles/net_e2e.dir/tools/net_e2e.cpp.s
.PHONY : tools/net_e2e.cpp.s
tools/net_probe.o: tools/net_probe.cpp.o
.PHONY : tools/net_probe.o
# target to build an object file
tools/net_probe.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_probe.dir/build.make extension/CMakeFiles/net_probe.dir/tools/net_probe.cpp.o
.PHONY : tools/net_probe.cpp.o
tools/net_probe.i: tools/net_probe.cpp.i
.PHONY : tools/net_probe.i
# target to preprocess a source file
tools/net_probe.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_probe.dir/build.make extension/CMakeFiles/net_probe.dir/tools/net_probe.cpp.i
.PHONY : tools/net_probe.cpp.i
tools/net_probe.s: tools/net_probe.cpp.s
.PHONY : tools/net_probe.s
# target to generate assembly for a file
tools/net_probe.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/net_probe.dir/build.make extension/CMakeFiles/net_probe.dir/tools/net_probe.cpp.s
.PHONY : tools/net_probe.cpp.s
tools/packtool.o: tools/packtool.cpp.o
.PHONY : tools/packtool.o
# target to build an object file
tools/packtool.cpp.o:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/packtool.dir/build.make extension/CMakeFiles/packtool.dir/tools/packtool.cpp.o
.PHONY : tools/packtool.cpp.o
tools/packtool.i: tools/packtool.cpp.i
.PHONY : tools/packtool.i
# target to preprocess a source file
tools/packtool.cpp.i:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/packtool.dir/build.make extension/CMakeFiles/packtool.dir/tools/packtool.cpp.i
.PHONY : tools/packtool.cpp.i
tools/packtool.s: tools/packtool.cpp.s
.PHONY : tools/packtool.s
# target to generate assembly for a file
tools/packtool.cpp.s:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(MAKE) $(MAKESILENT) -f extension/CMakeFiles/packtool.dir/build.make extension/CMakeFiles/packtool.dir/tools/packtool.cpp.s
.PHONY : tools/packtool.cpp.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... test"
@echo "... 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 "... src/asset_io.o"
@echo "... src/asset_io.i"
@echo "... src/asset_io.s"
@echo "... src/dxt.o"
@echo "... src/dxt.i"
@echo "... src/dxt.s"
@echo "... src/environment_builder.o"
@echo "... src/environment_builder.i"
@echo "... src/environment_builder.s"
@echo "... src/gr2_bridge.o"
@echo "... src/gr2_bridge.i"
@echo "... src/gr2_bridge.s"
@echo "... src/m2_material.o"
@echo "... src/m2_material.i"
@echo "... src/m2_material.s"
@echo "... src/metin2_anim.o"
@echo "... src/metin2_anim.i"
@echo "... src/metin2_anim.s"
@echo "... src/metin2_model.o"
@echo "... src/metin2_model.i"
@echo "... src/metin2_model.s"
@echo "... src/metin2_world.o"
@echo "... src/metin2_world.i"
@echo "... src/metin2_world.s"
@echo "... src/net/classic/classic_cipher.o"
@echo "... src/net/classic/classic_cipher.i"
@echo "... src/net/classic/classic_cipher.s"
@echo "... src/net/classic/classic_parser.o"
@echo "... src/net/classic/classic_parser.i"
@echo "... src/net/classic/classic_parser.s"
@echo "... src/net/classic/classic_session.o"
@echo "... src/net/classic/classic_session.i"
@echo "... src/net/classic/classic_session.s"
@echo "... src/net/classic/classic_stream.o"
@echo "... src/net/classic/classic_stream.i"
@echo "... src/net/classic/classic_stream.s"
@echo "... src/net/entity_store.o"
@echo "... src/net/entity_store.i"
@echo "... src/net/entity_store.s"
@echo "... src/net/m2_client.o"
@echo "... src/net/m2_client.i"
@echo "... src/net/m2_client.s"
@echo "... src/net/mark_image.o"
@echo "... src/net/mark_image.i"
@echo "... src/net/mark_image.s"
@echo "... src/net/net_stream.o"
@echo "... src/net/net_stream.i"
@echo "... src/net/net_stream.s"
@echo "... src/net/secure_cipher.o"
@echo "... src/net/secure_cipher.i"
@echo "... src/net/secure_cipher.s"
@echo "... src/net/text_codec.o"
@echo "... src/net/text_codec.i"
@echo "... src/net/text_codec.s"
@echo "... src/pack/asset_source.o"
@echo "... src/pack/asset_source.i"
@echo "... src/pack/asset_source.s"
@echo "... src/pack/eterpack.o"
@echo "... src/pack/eterpack.i"
@echo "... src/pack/eterpack.s"
@echo "... src/pack/pack_mount.o"
@echo "... src/pack/pack_mount.i"
@echo "... src/pack/pack_mount.s"
@echo "... src/proto/proto.o"
@echo "... src/proto/proto.i"
@echo "... src/proto/proto.s"
@echo "... src/proto/proto_node.o"
@echo "... src/proto/proto_node.i"
@echo "... src/proto/proto_node.s"
@echo "... src/register_types.o"
@echo "... src/register_types.i"
@echo "... src/register_types.s"
@echo "... src/static_object.o"
@echo "... src/static_object.i"
@echo "... src/static_object.s"
@echo "... src/terrain_splat.o"
@echo "... src/terrain_splat.i"
@echo "... src/terrain_splat.s"
@echo "... src/texture_util.o"
@echo "... src/texture_util.i"
@echo "... src/texture_util.s"
@echo "... src/tree_placeholder.o"
@echo "... src/tree_placeholder.i"
@echo "... src/tree_placeholder.s"
@echo "... src/water_builder.o"
@echo "... src/water_builder.i"
@echo "... src/water_builder.s"
@echo "... tests/net_bounds_test.o"
@echo "... tests/net_bounds_test.i"
@echo "... tests/net_bounds_test.s"
@echo "... tests/net_cipher_test.o"
@echo "... tests/net_cipher_test.i"
@echo "... tests/net_cipher_test.s"
@echo "... tests/net_classic_cipher_test.o"
@echo "... tests/net_classic_cipher_test.i"
@echo "... tests/net_classic_cipher_test.s"
@echo "... tests/net_classic_encstream_test.o"
@echo "... tests/net_classic_encstream_test.i"
@echo "... tests/net_classic_encstream_test.s"
@echo "... tests/net_classic_mark_test.o"
@echo "... tests/net_classic_mark_test.i"
@echo "... tests/net_classic_mark_test.s"
@echo "... tests/net_classic_session_test.o"
@echo "... tests/net_classic_session_test.i"
@echo "... tests/net_classic_session_test.s"
@echo "... tests/net_classic_stream_test.o"
@echo "... tests/net_classic_stream_test.i"
@echo "... tests/net_classic_stream_test.s"
@echo "... tests/net_classic_wire_test.o"
@echo "... tests/net_classic_wire_test.i"
@echo "... tests/net_classic_wire_test.s"
@echo "... tests/net_entity_test.o"
@echo "... tests/net_entity_test.i"
@echo "... tests/net_entity_test.s"
@echo "... tests/net_loopback_test.o"
@echo "... tests/net_loopback_test.i"
@echo "... tests/net_loopback_test.s"
@echo "... tests/net_mark_test.o"
@echo "... tests/net_mark_test.i"
@echo "... tests/net_mark_test.s"
@echo "... tests/net_state_queue_test.o"
@echo "... tests/net_state_queue_test.i"
@echo "... tests/net_state_queue_test.s"
@echo "... tests/net_text_codec_test.o"
@echo "... tests/net_text_codec_test.i"
@echo "... tests/net_text_codec_test.s"
@echo "... tests/pack_roundtrip_test.o"
@echo "... tests/pack_roundtrip_test.i"
@echo "... tests/pack_roundtrip_test.s"
@echo "... tests/proto_item_layout_test.o"
@echo "... tests/proto_item_layout_test.i"
@echo "... tests/proto_item_layout_test.s"
@echo "... tests/proto_test.o"
@echo "... tests/proto_test.i"
@echo "... tests/proto_test.s"
@echo "... tools/net_classic_e2e.o"
@echo "... tools/net_classic_e2e.i"
@echo "... tools/net_classic_e2e.s"
@echo "... tools/net_e2e.o"
@echo "... tools/net_e2e.i"
@echo "... tools/net_e2e.s"
@echo "... tools/net_probe.o"
@echo "... tools/net_probe.i"
@echo "... tools/net_probe.s"
@echo "... tools/packtool.o"
@echo "... tools/packtool.i"
@echo "... tools/packtool.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(CMAKE_COMMAND) -P /Users/shen/Work/Code/Metin2/metin2-client/build-debug/CMakeFiles/VerifyGlobs.cmake
cd /Users/shen/Work/Code/Metin2/metin2-client/build-debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system