gnumakefile

来自「ACE编程的一本经典BIBLE的源代码,喜欢网络编程的别错过」· 代码 · 共 52 行

TXT
52
字号
# -*- makefile -*-
#-------------------------------------------------------------------------
#       GNU ACE Workspace
#
# GNUACEWorkspaceCreator.pm,v 1.38 2006/04/04 15:46:10 elliott_c 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 -exclude TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc -recurse -hierarchy -relative ACE_ROOT=/tmp/ACE_wrappers_stage-5862/ACE_wrappers
#
#-------------------------------------------------------------------------
MAKEFILE = GNUmakefile

ifeq ($(findstring k,$(MAKEFLAGS)),k)
  KEEP_GOING = -
endif

include $(ACE_ROOT)/include/makeinclude/macros.GNU

all: Netsvsc_Client_Test_Lib Netsvcs_Client_Test Netsvcs_Dump_Restore_Lib Netsvcs_Dump_Restore
REMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)

$(REMAINING_TARGETS):
	@cd Client && $(MAKE) -f GNUmakefile.Netsvsc_Client_Test_Lib $(@)
	@cd Client && $(MAKE) -f GNUmakefile.Netsvcs_Client_Test $(@)
	@cd Dump_Restore && $(MAKE) -f GNUmakefile.Netsvcs_Dump_Restore_Lib $(@)
	@cd Dump_Restore && $(MAKE) -f GNUmakefile.Netsvcs_Dump_Restore $(@)

.PHONY: Netsvsc_Client_Test_Lib
Netsvsc_Client_Test_Lib:
	@cd Client && $(MAKE) -f GNUmakefile.Netsvsc_Client_Test_Lib all

.PHONY: Netsvcs_Client_Test
Netsvcs_Client_Test: Netsvsc_Client_Test_Lib
	@cd Client && $(MAKE) -f GNUmakefile.Netsvcs_Client_Test all

.PHONY: Netsvcs_Dump_Restore_Lib
Netsvcs_Dump_Restore_Lib:
	@cd Dump_Restore && $(MAKE) -f GNUmakefile.Netsvcs_Dump_Restore_Lib all

.PHONY: Netsvcs_Dump_Restore
Netsvcs_Dump_Restore: Netsvcs_Dump_Restore_Lib
	@cd Dump_Restore && $(MAKE) -f GNUmakefile.Netsvcs_Dump_Restore all

project_name_list:
	@echo Netsvcs_Client_Test
	@echo Netsvsc_Client_Test_Lib
	@echo Netsvcs_Dump_Restore
	@echo Netsvcs_Dump_Restore_Lib

⌨️ 快捷键说明

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