gnumakefile
来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· 代码 · 共 66 行
TXT
66 行
# -*- 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: SSL_SAP_Client SSL_SAP_Client_Simple SSL_SAP_Server SSL_SAP_Server_Fancy SSL_SAP_Server_Poll SSL_SAP_Server_SimpleREMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)$(REMAINING_TARGETS): @$(MAKE) -f GNUmakefile.SSL_SAP_Client $(@) @$(MAKE) -f GNUmakefile.SSL_SAP_Client_Simple $(@) @$(MAKE) -f GNUmakefile.SSL_SAP_Server $(@) @$(MAKE) -f GNUmakefile.SSL_SAP_Server_Fancy $(@) @$(MAKE) -f GNUmakefile.SSL_SAP_Server_Poll $(@) @$(MAKE) -f GNUmakefile.SSL_SAP_Server_Simple $(@).PHONY: SSL_SAP_ClientSSL_SAP_Client: @$(MAKE) -f GNUmakefile.SSL_SAP_Client all.PHONY: SSL_SAP_Client_SimpleSSL_SAP_Client_Simple: @$(MAKE) -f GNUmakefile.SSL_SAP_Client_Simple all.PHONY: SSL_SAP_ServerSSL_SAP_Server: @$(MAKE) -f GNUmakefile.SSL_SAP_Server all.PHONY: SSL_SAP_Server_FancySSL_SAP_Server_Fancy: @$(MAKE) -f GNUmakefile.SSL_SAP_Server_Fancy all.PHONY: SSL_SAP_Server_PollSSL_SAP_Server_Poll: @$(MAKE) -f GNUmakefile.SSL_SAP_Server_Poll all.PHONY: SSL_SAP_Server_SimpleSSL_SAP_Server_Simple: @$(MAKE) -f GNUmakefile.SSL_SAP_Server_Simple allproject_name_list: @echo SSL_SAP_Client @echo SSL_SAP_Client_Simple @echo SSL_SAP_Server @echo SSL_SAP_Server_Fancy @echo SSL_SAP_Server_Poll @echo SSL_SAP_Server_Simple
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?