makefile.mak

来自「在使用TAO的通知服务过程中作为提供者于消费者的各种例程。」· MAK 代码 · 共 43 行

MAK
43
字号
#----------------------------------------------------------------------------
#       NMAKE Workspace
#
# $Id: NMakeWorkspaceCreator.pm 1145 2007-02-26 17:31:52Z elliott_c $
#
# 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 nmake -value_template platforms=Win64 -make_coexistence -recurse -exclude TAO/CIAO -features qos=1,mfc=1
#
#----------------------------------------------------------------------------

!IF "$(CFG)" == ""
CFG=Win64 Debug
!MESSAGE No configuration specified. Defaulting to Win64 Debug.
!ENDIF

!IF "$(CUSTOM_TARGETS)" == ""
CUSTOM_TARGETS=_EMPTY_TARGET_
!ENDIF

all: QoSProperties_Client QoSProperties_Consumer QoSProperties_Server

clean depend generated realclean $(CUSTOM_TARGETS):
	$(MAKE) /f Makefile.QoSProperties_Client.mak CFG="$(CFG)" $(@)
	$(MAKE) /f Makefile.QoSProperties_Consumer.mak CFG="$(CFG)" $(@)
	$(MAKE) /f Makefile.QoSProperties_Server.mak CFG="$(CFG)" $(@)

QoSProperties_Client:
	$(MAKE) /f Makefile.QoSProperties_Client.mak CFG="$(CFG)" all

QoSProperties_Consumer:
	$(MAKE) /f Makefile.QoSProperties_Consumer.mak CFG="$(CFG)" all

QoSProperties_Server:
	$(MAKE) /f Makefile.QoSProperties_Server.mak CFG="$(CFG)" all

project_name_list:
	@echo QoSProperties_Client
	@echo QoSProperties_Consumer
	@echo QoSProperties_Server

⌨️ 快捷键说明

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