gnumakefile

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

TXT
47
字号
# -*- 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: Process_Manager_Death Process_Manager_Spawn Process_Mutex Spawn.PHONY: Process_Manager_DeathProcess_Manager_Death:	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Process_Manager_Death.PHONY: Process_Manager_SpawnProcess_Manager_Spawn:	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Process_Manager_Spawn.PHONY: Process_MutexProcess_Mutex:	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Process_Mutex.PHONY: SpawnSpawn:	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.SpawnREMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)$(REMAINING_TARGETS):	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Process_Manager_Death $(@)	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Process_Manager_Spawn $(@)	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Process_Mutex $(@)	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Spawn $(@)

⌨️ 快捷键说明

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