⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.bor

📁 ACE编程的一本经典BIBLE的源代码,喜欢网络编程的别错过
💻 BOR
字号:
#----------------------------------------------------------------------------
#       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-5862/ACE_wrappers -exclude TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc
#----------------------------------------------------------------------------

!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>

all: HA_Configurable_Server_Dynamic HA_Configurable_Server_Static Svc_Config_HA_Status

clean:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f HA_Configurable_Server_Dynamic.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f HA_Configurable_Server_Static.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Svc_Config_HA_Status.bor clean

realclean:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f HA_Configurable_Server_Dynamic.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f HA_Configurable_Server_Static.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Svc_Config_HA_Status.bor realclean

install:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f HA_Configurable_Server_Dynamic.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f HA_Configurable_Server_Static.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Svc_Config_HA_Status.bor install

HA_Configurable_Server_Dynamic:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f HA_Configurable_Server_Dynamic.bor all

HA_Configurable_Server_Static:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f HA_Configurable_Server_Static.bor all

Svc_Config_HA_Status:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Svc_Config_HA_Status.bor all

project_name_list:
	@echo HA_Configurable_Server_Dynamic
	@echo HA_Configurable_Server_Static
	@echo Svc_Config_HA_Status

⌨️ 快捷键说明

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