gnumakefile
来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· 代码 · 共 107 行
TXT
107 行
# -*- 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: WFMO_Reactor_APC WFMO_Reactor_Abandoned WFMO_Reactor_Console_Input WFMO_Reactor_Directory_Changes WFMO_Reactor_Exceptions WFMO_Reactor_Handle_Close WFMO_Reactor_Multithreading WFMO_Reactor_Network_Events WFMO_Reactor_Prerun_State_Changes WFMO_Reactor_Registration WFMO_Reactor_Registry_Changes WFMO_Reactor_Removals WFMO_Reactor_Suspended_Removals WFMO_Reactor_Talker WFMO_Reactor_Timeouts WFMO_Reactor_Window_Messages.PHONY: WFMO_Reactor_APCWFMO_Reactor_APC: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_APC.PHONY: WFMO_Reactor_AbandonedWFMO_Reactor_Abandoned: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Abandoned.PHONY: WFMO_Reactor_Console_InputWFMO_Reactor_Console_Input: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Console_Input.PHONY: WFMO_Reactor_Directory_ChangesWFMO_Reactor_Directory_Changes: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Directory_Changes.PHONY: WFMO_Reactor_ExceptionsWFMO_Reactor_Exceptions: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Exceptions.PHONY: WFMO_Reactor_Handle_CloseWFMO_Reactor_Handle_Close: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Handle_Close.PHONY: WFMO_Reactor_MultithreadingWFMO_Reactor_Multithreading: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Multithreading.PHONY: WFMO_Reactor_Network_EventsWFMO_Reactor_Network_Events: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Network_Events.PHONY: WFMO_Reactor_Prerun_State_ChangesWFMO_Reactor_Prerun_State_Changes: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Prerun_State_Changes.PHONY: WFMO_Reactor_RegistrationWFMO_Reactor_Registration: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Registration.PHONY: WFMO_Reactor_Registry_ChangesWFMO_Reactor_Registry_Changes: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Registry_Changes.PHONY: WFMO_Reactor_RemovalsWFMO_Reactor_Removals: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Removals.PHONY: WFMO_Reactor_Suspended_RemovalsWFMO_Reactor_Suspended_Removals: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Suspended_Removals.PHONY: WFMO_Reactor_TalkerWFMO_Reactor_Talker: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Talker.PHONY: WFMO_Reactor_TimeoutsWFMO_Reactor_Timeouts: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Timeouts.PHONY: WFMO_Reactor_Window_MessagesWFMO_Reactor_Window_Messages: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Window_MessagesREMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)$(REMAINING_TARGETS): $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_APC $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Abandoned $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Console_Input $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Directory_Changes $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Exceptions $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Handle_Close $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Multithreading $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Network_Events $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Prerun_State_Changes $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Registration $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Registry_Changes $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Removals $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Suspended_Removals $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Talker $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Timeouts $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.WFMO_Reactor_Window_Messages $(@)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?