gnumakefile

来自「最新的版本ACE-5.6.8,刚从外文网上搬下,与大家分享.」· 代码 · 共 102 行

TXT
102
字号
# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm 80826 2008-03-04 14:51:23Z wotte $
#
# 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/DOC_ROOT/stage-29650/ACE_wrappers/bin/mwc.pl -type gnuace -exclude "TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc" -recurse -hierarchy -relative ACE_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-29650/ACE_wrappers -relative TAO_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-29650/ACE_wrappers/TAO -relative CIAO_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-29650/ACE_wrappers/TAO/CIAO
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

ifeq ($(findstring k,$(MAKEFLAGS)),k)
  KEEP_GOING = -
endif

include $(ACE_ROOT)/include/makeinclude/macros.GNU

all: 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_Test

REMAINING_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_Bcast
Svc_Cfg_IPC_Client_Bcast:
	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Bcast all

.PHONY: Svc_Cfg_IPC_Client_Loc_Dgram
Svc_Cfg_IPC_Client_Loc_Dgram:
	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Dgram all

.PHONY: Svc_Cfg_IPC_Client_Loc_Fifo
Svc_Cfg_IPC_Client_Loc_Fifo:
	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Fifo all

.PHONY: Svc_Cfg_IPC_Client_Loc_Pipe
Svc_Cfg_IPC_Client_Loc_Pipe:
	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Pipe all

.PHONY: Svc_Cfg_IPC_Client_Loc_Spipe
Svc_Cfg_IPC_Client_Loc_Spipe:
	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Spipe all

.PHONY: Svc_Cfg_IPC_Client_Loc_Stream
Svc_Cfg_IPC_Client_Loc_Stream:
	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Loc_Stream all

.PHONY: Svc_Cfg_IPC_Client_Rem_Dgram
Svc_Cfg_IPC_Client_Rem_Dgram:
	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Rem_Dgram all

.PHONY: Svc_Cfg_IPC_Client_Rem_Stream
Svc_Cfg_IPC_Client_Rem_Stream:
	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Rem_Stream all

.PHONY: Svc_Cfg_IPC_Client_Rem_Svc_Dir
Svc_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_Stream
Svc_Cfg_IPC_Client_Rem_Thr_Stream:
	@cd client && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Client_Rem_Thr_Stream all

.PHONY: Svc_Cfg_IPC_Server_Lib
Svc_Cfg_IPC_Server_Lib:
	@cd server && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Server_Lib all

.PHONY: Svc_Cfg_IPC_Server_Test
Svc_Cfg_IPC_Server_Test: Svc_Cfg_IPC_Server_Lib
	@cd server && $(MAKE) -f GNUmakefile.Svc_Cfg_IPC_Server_Test all

project_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 + -
显示快捷键?