makefile.bmak

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

BMAK
33
字号
#----------------------------------------------------------------------------

#       Borland Workspace Makefile

#

# $Id: BMakeWorkspaceCreator.pm 1477 2008-09-16 08:36:05Z johnnyw $

#

# 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 bmake -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 -exclude "TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc"

#

#----------------------------------------------------------------------------



!ifndef CUSTOM_TARGETS

CUSTOM_TARGETS=_EMPTY_TARGET_

!endif



all: Send_Msg_Receiver Send_Msg_Sender



clean generated realclean $(CUSTOM_TARGETS):

	$(COMSPEC) /c "cd Send_Msg &$(__TRICK_BORLAND_MAKE__)& $(MAKE) -$(MAKEFLAGS) -f Makefile.Send_Msg_Receiver.bmak $(@)"

	$(COMSPEC) /c "cd Send_Msg &$(__TRICK_BORLAND_MAKE__)& $(MAKE) -$(MAKEFLAGS) -f Makefile.Send_Msg_Sender.bmak $(@)"



Send_Msg_Receiver:

	$(COMSPEC) /c "cd Send_Msg &$(__TRICK_BORLAND_MAKE__)& $(MAKE) -$(MAKEFLAGS) -f Makefile.Send_Msg_Receiver.bmak all"



Send_Msg_Sender:

	$(COMSPEC) /c "cd Send_Msg &$(__TRICK_BORLAND_MAKE__)& $(MAKE) -$(MAKEFLAGS) -f Makefile.Send_Msg_Sender.bmak all"



project_name_list:

	@echo Send_Msg_Receiver

	@echo Send_Msg_Sender

⌨️ 快捷键说明

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