⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 在使用ACE的多线程编程过程中用于测试的一段实例代码。
💻
字号:
#----------------------------------------------------------------------------
#       Borland Workspace Makefile
#
# $Id: BMakeWorkspaceCreator.pm 1145 2007-02-26 17:31:52Z elliott_c $
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# bin/mwc.pl -type bmake -recurse -exclude TAO/CIAO -features qos=1
#
#----------------------------------------------------------------------------

!ifndef CUSTOM_TARGETS
CUSTOM_TARGETS=_EMPTY_TARGET_
!endif

all: Multithreading_GracefulShutdown_Client Multithreading_GracefulShutdown_Server

clean generated realclean $(CUSTOM_TARGETS):
	$(MAKE) -$(MAKEFLAGS) -f Makefile.Multithreading_GracefulShutdown_Client.bmak $(@)
	$(MAKE) -$(MAKEFLAGS) -f Makefile.Multithreading_GracefulShutdown_Server.bmak $(@)

Multithreading_GracefulShutdown_Client:
	$(MAKE) -$(MAKEFLAGS) -f Makefile.Multithreading_GracefulShutdown_Client.bmak all

Multithreading_GracefulShutdown_Server:
	$(MAKE) -$(MAKEFLAGS) -f Makefile.Multithreading_GracefulShutdown_Server.bmak all

project_name_list:
	@echo Multithreading_GracefulShutdown_Client
	@echo Multithreading_GracefulShutdown_Server

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -