gnumakefile
来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· 代码 · 共 126 行
TXT
126 行
# -*- makefile -*-#----------------------------------------------------------------------------# GNU ACE Workspace## $Id: GNUACEWorkspaceCreator.pm 77499 2007-03-02 18:19:05Z 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:# /export/anduriltmp/bczar/560/DOC_ROOT/stage-24190/ACE_wrappers/bin/mwc.pl -type gnuace -exclude TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc -recurse -hierarchy -relative ACE_ROOT=/export/anduriltmp/bczar/560/DOC_ROOT/stage-24190/ACE_wrappers -relative TAO_ROOT=/export/anduriltmp/bczar/560/DOC_ROOT/stage-24190/ACE_wrappers/TAO -relative CIAO_ROOT=/export/anduriltmp/bczar/560/DOC_ROOT/stage-24190/ACE_wrappers/TAO/CIAO##----------------------------------------------------------------------------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_MessagesREMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)$(REMAINING_TARGETS): @$(MAKE) -f GNUmakefile.WFMO_Reactor_APC $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Abandoned $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Console_Input $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Directory_Changes $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Exceptions $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Handle_Close $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Multithreading $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Network_Events $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Prerun_State_Changes $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Registration $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Registry_Changes $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Removals $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Suspended_Removals $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Talker $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Timeouts $(@) @$(MAKE) -f GNUmakefile.WFMO_Reactor_Window_Messages $(@).PHONY: WFMO_Reactor_APCWFMO_Reactor_APC: @$(MAKE) -f GNUmakefile.WFMO_Reactor_APC all.PHONY: WFMO_Reactor_AbandonedWFMO_Reactor_Abandoned: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Abandoned all.PHONY: WFMO_Reactor_Console_InputWFMO_Reactor_Console_Input: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Console_Input all.PHONY: WFMO_Reactor_Directory_ChangesWFMO_Reactor_Directory_Changes: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Directory_Changes all.PHONY: WFMO_Reactor_ExceptionsWFMO_Reactor_Exceptions: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Exceptions all.PHONY: WFMO_Reactor_Handle_CloseWFMO_Reactor_Handle_Close: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Handle_Close all.PHONY: WFMO_Reactor_MultithreadingWFMO_Reactor_Multithreading: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Multithreading all.PHONY: WFMO_Reactor_Network_EventsWFMO_Reactor_Network_Events: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Network_Events all.PHONY: WFMO_Reactor_Prerun_State_ChangesWFMO_Reactor_Prerun_State_Changes: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Prerun_State_Changes all.PHONY: WFMO_Reactor_RegistrationWFMO_Reactor_Registration: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Registration all.PHONY: WFMO_Reactor_Registry_ChangesWFMO_Reactor_Registry_Changes: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Registry_Changes all.PHONY: WFMO_Reactor_RemovalsWFMO_Reactor_Removals: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Removals all.PHONY: WFMO_Reactor_Suspended_RemovalsWFMO_Reactor_Suspended_Removals: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Suspended_Removals all.PHONY: WFMO_Reactor_TalkerWFMO_Reactor_Talker: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Talker all.PHONY: WFMO_Reactor_TimeoutsWFMO_Reactor_Timeouts: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Timeouts all.PHONY: WFMO_Reactor_Window_MessagesWFMO_Reactor_Window_Messages: @$(MAKE) -f GNUmakefile.WFMO_Reactor_Window_Messages allproject_name_list: @echo WFMO_Reactor_APC @echo WFMO_Reactor_Abandoned @echo WFMO_Reactor_Console_Input @echo WFMO_Reactor_Directory_Changes @echo WFMO_Reactor_Exceptions @echo WFMO_Reactor_Handle_Close @echo WFMO_Reactor_Multithreading @echo WFMO_Reactor_Network_Events @echo WFMO_Reactor_Prerun_State_Changes @echo WFMO_Reactor_Registration @echo WFMO_Reactor_Registry_Changes @echo WFMO_Reactor_Removals @echo WFMO_Reactor_Suspended_Removals @echo WFMO_Reactor_Talker @echo WFMO_Reactor_Timeouts @echo WFMO_Reactor_Window_Messages
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?