makefile.bor

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

BOR
66
字号
#----------------------------------------------------------------------------#       Borland Workspace## $Id: BorlandWorkspaceCreator.pm 75329 2006-11-10 12:59:53Z 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/560/DOC_ROOT/stage-24190/ACE_wrappers/bin/mwc.pl -type borland -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 -exclude TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc#----------------------------------------------------------------------------!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>all: Activate Condition_Variables Guards Message_Blocks Message_Queue Mutexesclean:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Activate.bor clean	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Condition_Variables.bor clean	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Guards.bor clean	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Message_Blocks.bor clean	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Message_Queue.bor clean	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Mutexes.bor cleanrealclean:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Activate.bor realclean	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Condition_Variables.bor realclean	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Guards.bor realclean	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Message_Blocks.bor realclean	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Message_Queue.bor realclean	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Mutexes.bor realcleaninstall:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Activate.bor install	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Condition_Variables.bor install	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Guards.bor install	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Message_Blocks.bor install	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Message_Queue.bor install	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Mutexes.bor installActivate:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Activate.bor allCondition_Variables:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Condition_Variables.bor allGuards:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Guards.bor allMessage_Blocks:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Message_Blocks.bor allMessage_Queue:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Message_Queue.bor allMutexes:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Mutexes.bor allproject_name_list:	@echo Activate	@echo Condition_Variables	@echo Guards	@echo Message_Blocks	@echo Message_Queue	@echo Mutexes

⌨️ 快捷键说明

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