gnumakefile

来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· 代码 · 共 62 行

TXT
62
字号
# -*- makefile -*-#-------------------------------------------------------------------------#       GNU ACE Workspace## GNUACEWorkspaceCreator.pm,v 1.36 2006/01/24 12:55:22 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-7814/ACE_wrappers##-------------------------------------------------------------------------MAKEFILE = GNUmakefileifeq ($(findstring k,$(MAKEFLAGS)),k)  KEEP_GOING = -endifinclude $(ACE_ROOT)/include/makeinclude/macros.GNUall: Proactor_Cancel Proactor_End_Event_Loops Proactor_Multiple_Loops Proactor_Post_Completions Proactor_Proactor Proactor_Timeout Proactor_Udp_Proactor.PHONY: Proactor_CancelProactor_Cancel:	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_Cancel.PHONY: Proactor_End_Event_LoopsProactor_End_Event_Loops:	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_End_Event_Loops.PHONY: Proactor_Multiple_LoopsProactor_Multiple_Loops:	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_Multiple_Loops.PHONY: Proactor_Post_CompletionsProactor_Post_Completions:	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_Post_Completions.PHONY: Proactor_ProactorProactor_Proactor:	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_Proactor.PHONY: Proactor_TimeoutProactor_Timeout:	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_Timeout.PHONY: Proactor_Udp_ProactorProactor_Udp_Proactor:	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_Udp_ProactorREMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)$(REMAINING_TARGETS):	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_Cancel $(@)	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_End_Event_Loops $(@)	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_Multiple_Loops $(@)	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_Post_Completions $(@)	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_Proactor $(@)	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_Timeout $(@)	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Proactor_Udp_Proactor $(@)

⌨️ 快捷键说明

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