makefile.bor

来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· BOR 代码 · 共 66 行

BOR
66
字号
#----------------------------------------------------------------------------#       Borland Workspace## BorlandWorkspaceCreator.pm,v 1.20 2006/01/25 19:34:25 jwillemsen Exp## This file was generated by MPC.  Any changes made directly to# this file will be lost the next time it is generated.## MPC Command:# bin/mwc.pl -type borland -recurse -hierarchy -relative ACE_ROOT=/tmp/ACE_wrappers_stage-7814/ACE_wrappers -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 + -
显示快捷键?