gnumakefile

来自「ACE编程的一本经典BIBLE的源代码,喜欢网络编程的别错过」· 代码 · 共 70 行

TXT
70
字号
# -*- makefile -*-
#-------------------------------------------------------------------------
#       GNU ACE Workspace
#
# GNUACEWorkspaceCreator.pm,v 1.38 2006/04/04 15:46:10 elliott_c Exp
#
# 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 -exclude TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc -recurse -hierarchy -relative ACE_ROOT=/tmp/ACE_wrappers_stage-5862/ACE_wrappers
#
#-------------------------------------------------------------------------
MAKEFILE = GNUmakefile

ifeq ($(findstring k,$(MAKEFLAGS)),k)
  KEEP_GOING = -
endif

include $(ACE_ROOT)/include/makeinclude/macros.GNU

all: Proactor_Cancel Proactor_End_Event_Loops Proactor_Multiple_Loops Proactor_Post_Completions Proactor_Proactor Proactor_Timeout Proactor_Udp_Proactor
REMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)

$(REMAINING_TARGETS):
	@$(MAKE) -f GNUmakefile.Proactor_Cancel $(@)
	@$(MAKE) -f GNUmakefile.Proactor_End_Event_Loops $(@)
	@$(MAKE) -f GNUmakefile.Proactor_Multiple_Loops $(@)
	@$(MAKE) -f GNUmakefile.Proactor_Post_Completions $(@)
	@$(MAKE) -f GNUmakefile.Proactor_Proactor $(@)
	@$(MAKE) -f GNUmakefile.Proactor_Timeout $(@)
	@$(MAKE) -f GNUmakefile.Proactor_Udp_Proactor $(@)

.PHONY: Proactor_Cancel
Proactor_Cancel:
	@$(MAKE) -f GNUmakefile.Proactor_Cancel all

.PHONY: Proactor_End_Event_Loops
Proactor_End_Event_Loops:
	@$(MAKE) -f GNUmakefile.Proactor_End_Event_Loops all

.PHONY: Proactor_Multiple_Loops
Proactor_Multiple_Loops:
	@$(MAKE) -f GNUmakefile.Proactor_Multiple_Loops all

.PHONY: Proactor_Post_Completions
Proactor_Post_Completions:
	@$(MAKE) -f GNUmakefile.Proactor_Post_Completions all

.PHONY: Proactor_Proactor
Proactor_Proactor:
	@$(MAKE) -f GNUmakefile.Proactor_Proactor all

.PHONY: Proactor_Timeout
Proactor_Timeout:
	@$(MAKE) -f GNUmakefile.Proactor_Timeout all

.PHONY: Proactor_Udp_Proactor
Proactor_Udp_Proactor:
	@$(MAKE) -f GNUmakefile.Proactor_Udp_Proactor all

project_name_list:
	@echo Proactor_Cancel
	@echo Proactor_End_Event_Loops
	@echo Proactor_Multiple_Loops
	@echo Proactor_Post_Completions
	@echo Proactor_Proactor
	@echo Proactor_Timeout
	@echo Proactor_Udp_Proactor

⌨️ 快捷键说明

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