gnumakefile

来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· 代码 · 共 102 行

TXT
102
字号
# -*- 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: Svc_Cfg_IPC_Client_Bcast Svc_Cfg_IPC_Client_Loc_Dgram Svc_Cfg_IPC_Client_Loc_Fifo Svc_Cfg_IPC_Client_Loc_Pipe Svc_Cfg_IPC_Client_Loc_Spipe Svc_Cfg_IPC_Client_Loc_Stream Svc_Cfg_IPC_Client_Rem_Dgram Svc_Cfg_IPC_Client_Rem_Stream Svc_Cfg_IPC_Client_Rem_Svc_Dir Svc_Cfg_IPC_Client_Rem_Thr_Stream Svc_Cfg_IPC_Server_Lib Svc_Cfg_IPC_Server_TestREMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)$(REMAINING_TARGETS):	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Bcast $(@)	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Dgram $(@)	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Fifo $(@)	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Pipe $(@)	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Spipe $(@)	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Stream $(@)	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Rem_Dgram $(@)	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Rem_Stream $(@)	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Rem_Svc_Dir $(@)	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Rem_Thr_Stream $(@)	@cd server && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Server_Lib $(@)	@cd server && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Server_Test $(@).PHONY: Svc_Cfg_IPC_Client_BcastSvc_Cfg_IPC_Client_Bcast:	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Bcast all.PHONY: Svc_Cfg_IPC_Client_Loc_DgramSvc_Cfg_IPC_Client_Loc_Dgram:	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Dgram all.PHONY: Svc_Cfg_IPC_Client_Loc_FifoSvc_Cfg_IPC_Client_Loc_Fifo:	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Fifo all.PHONY: Svc_Cfg_IPC_Client_Loc_PipeSvc_Cfg_IPC_Client_Loc_Pipe:	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Pipe all.PHONY: Svc_Cfg_IPC_Client_Loc_SpipeSvc_Cfg_IPC_Client_Loc_Spipe:	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Spipe all.PHONY: Svc_Cfg_IPC_Client_Loc_StreamSvc_Cfg_IPC_Client_Loc_Stream:	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Stream all.PHONY: Svc_Cfg_IPC_Client_Rem_DgramSvc_Cfg_IPC_Client_Rem_Dgram:	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Rem_Dgram all.PHONY: Svc_Cfg_IPC_Client_Rem_StreamSvc_Cfg_IPC_Client_Rem_Stream:	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Rem_Stream all.PHONY: Svc_Cfg_IPC_Client_Rem_Svc_DirSvc_Cfg_IPC_Client_Rem_Svc_Dir:	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Rem_Svc_Dir all.PHONY: Svc_Cfg_IPC_Client_Rem_Thr_StreamSvc_Cfg_IPC_Client_Rem_Thr_Stream:	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Rem_Thr_Stream all.PHONY: Svc_Cfg_IPC_Server_LibSvc_Cfg_IPC_Server_Lib:	@cd server && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Server_Lib all.PHONY: Svc_Cfg_IPC_Server_TestSvc_Cfg_IPC_Server_Test: Svc_Cfg_IPC_Server_Lib	@cd server && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Server_Test allproject_name_list:	@echo Svc_Cfg_IPC_Client_Bcast	@echo Svc_Cfg_IPC_Client_Loc_Dgram	@echo Svc_Cfg_IPC_Client_Loc_Fifo	@echo Svc_Cfg_IPC_Client_Loc_Pipe	@echo Svc_Cfg_IPC_Client_Loc_Spipe	@echo Svc_Cfg_IPC_Client_Loc_Stream	@echo Svc_Cfg_IPC_Client_Rem_Dgram	@echo Svc_Cfg_IPC_Client_Rem_Stream	@echo Svc_Cfg_IPC_Client_Rem_Svc_Dir	@echo Svc_Cfg_IPC_Client_Rem_Thr_Stream	@echo Svc_Cfg_IPC_Server_Lib	@echo Svc_Cfg_IPC_Server_Test

⌨️ 快捷键说明

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