Files
NE_YuR/network/start/build_bak/Makefile
2025-11-17 22:22:52 +08:00

236 lines
7.3 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.30
# 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.
SHELL = cmd.exe
# The CMake executable.
CMAKE_COMMAND = D:\cmake\bin\cmake.exe
# The command to remove a file.
RM = D:\cmake\bin\cmake.exe -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = D:\c_work\start\xnet_tiny_c0101
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = D:\c_work\start\build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
D:\cmake\bin\cmake-gui.exe -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..."
D:\cmake\bin\cmake.exe --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
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start D:\c_work\start\build\CMakeFiles D:\c_work\start\build\\CMakeFiles\progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start D:\c_work\start\build\CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named xnet
# Build rule for target.
xnet: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 xnet
.PHONY : xnet
# fast build rule for target.
xnet/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles\xnet.dir\build.make CMakeFiles/xnet.dir/build
.PHONY : xnet/fast
#=============================================================================
# Target rules for targets named xnet_tiny
# Build rule for target.
xnet_tiny: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 xnet_tiny
.PHONY : xnet_tiny
# fast build rule for target.
xnet_tiny/fast:
$(MAKE) $(MAKESILENT) -f src\xnet_tiny\CMakeFiles\xnet_tiny.dir\build.make src/xnet_tiny/CMakeFiles/xnet_tiny.dir/build
.PHONY : xnet_tiny/fast
#=============================================================================
# Target rules for targets named xnet_app
# Build rule for target.
xnet_app: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 xnet_app
.PHONY : xnet_app
# fast build rule for target.
xnet_app/fast:
$(MAKE) $(MAKESILENT) -f src\xnet_app\CMakeFiles\xnet_app.dir\build.make src/xnet_app/CMakeFiles/xnet_app.dir/build
.PHONY : xnet_app/fast
D_/c_work/start/lib/xnet/pcap_device.obj: D_/c_work/start/lib/xnet/pcap_device.c.obj
.PHONY : D_/c_work/start/lib/xnet/pcap_device.obj
# target to build an object file
D_/c_work/start/lib/xnet/pcap_device.c.obj:
$(MAKE) $(MAKESILENT) -f CMakeFiles\xnet.dir\build.make CMakeFiles/xnet.dir/D_/c_work/start/lib/xnet/pcap_device.c.obj
.PHONY : D_/c_work/start/lib/xnet/pcap_device.c.obj
D_/c_work/start/lib/xnet/pcap_device.i: D_/c_work/start/lib/xnet/pcap_device.c.i
.PHONY : D_/c_work/start/lib/xnet/pcap_device.i
# target to preprocess a source file
D_/c_work/start/lib/xnet/pcap_device.c.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles\xnet.dir\build.make CMakeFiles/xnet.dir/D_/c_work/start/lib/xnet/pcap_device.c.i
.PHONY : D_/c_work/start/lib/xnet/pcap_device.c.i
D_/c_work/start/lib/xnet/pcap_device.s: D_/c_work/start/lib/xnet/pcap_device.c.s
.PHONY : D_/c_work/start/lib/xnet/pcap_device.s
# target to generate assembly for a file
D_/c_work/start/lib/xnet/pcap_device.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles\xnet.dir\build.make CMakeFiles/xnet.dir/D_/c_work/start/lib/xnet/pcap_device.c.s
.PHONY : D_/c_work/start/lib/xnet/pcap_device.c.s
src/app.obj: src/app.c.obj
.PHONY : src/app.obj
# target to build an object file
src/app.c.obj:
$(MAKE) $(MAKESILENT) -f CMakeFiles\xnet.dir\build.make CMakeFiles/xnet.dir/src/app.c.obj
.PHONY : src/app.c.obj
src/app.i: src/app.c.i
.PHONY : src/app.i
# target to preprocess a source file
src/app.c.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles\xnet.dir\build.make CMakeFiles/xnet.dir/src/app.c.i
.PHONY : src/app.c.i
src/app.s: src/app.c.s
.PHONY : src/app.s
# target to generate assembly for a file
src/app.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles\xnet.dir\build.make CMakeFiles/xnet.dir/src/app.c.s
.PHONY : src/app.c.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 ... rebuild_cache
@echo ... xnet
@echo ... xnet_app
@echo ... xnet_tiny
@echo ... D_/c_work/start/lib/xnet/pcap_device.obj
@echo ... D_/c_work/start/lib/xnet/pcap_device.i
@echo ... D_/c_work/start/lib/xnet/pcap_device.s
@echo ... src/app.obj
@echo ... src/app.i
@echo ... src/app.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:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
.PHONY : cmake_check_build_system