makefile
来自「TAO学习工具」· 代码 · 共 38 行
TXT
38 行
#----------------------------------------------------------------------------
# Borland Workspace Makefile
#
# $Id: BMakeWorkspaceCreator.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 bmake -recurse -exclude TAO/CIAO -features qos=1
#
#----------------------------------------------------------------------------
!ifndef CUSTOM_TARGETS
CUSTOM_TARGETS=_EMPTY_TARGET_
!endif
all: nsadd nsdel nslist
clean generated realclean $(CUSTOM_TARGETS):
$(MAKE) -$(MAKEFLAGS) -f Makefile.nsadd.bmak $(@)
$(MAKE) -$(MAKEFLAGS) -f Makefile.nsdel.bmak $(@)
$(MAKE) -$(MAKEFLAGS) -f Makefile.nslist.bmak $(@)
nsadd:
$(MAKE) -$(MAKEFLAGS) -f Makefile.nsadd.bmak all
nsdel:
$(MAKE) -$(MAKEFLAGS) -f Makefile.nsdel.bmak all
nslist:
$(MAKE) -$(MAKEFLAGS) -f Makefile.nslist.bmak all
project_name_list:
@echo nsadd
@echo nsdel
@echo nslist
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?