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

📄 makefile.staf

📁 Software Testing Automation Framework (STAF)的开发代码
💻 STAF
字号:
############################################################################## Software Testing Automation Framework (STAF)                              ## (C) Copyright IBM Corp. 2001                                              ##                                                                           ## This software is licensed under the Common Public License (CPL) V1.0.     ##############################################################################stafinfo_targets += $(REL)/bin/STAFInfo$(OS_EE)Targets += $(stafinfo_targets)CleanupTargets += cleanup_stafinfo$(stafinfo_targets): SUBSYS_REL := stafinfoSUBSYS_REL := stafinfo#=====================================================================#   C/C++ Info Flags#=====================================================================$(stafinfo_targets): OBJS = $(stafinfo_objs)$(stafinfo_targets): LIBS = STAFstafinfo_objs :=\  STAFInfostafinfo_objs        := $(foreach obj,$(stafinfo_objs),$(O)/stafinfo/$(obj)$(OS_OE))stafinfo_dependents  := $(stafinfo_objs:$(OS_OE)=.d)$(stafinfo_dependents): SUBSYS_REL := stafinfo# Include dependenciesifneq ($(InCleanup), "1")    include $(stafinfo_dependents)endif# Include inference rulesinclude $(InferenceRules)# STAFClnt targets$(REL)/bin/STAFInfo$(OS_EE): $(stafinfo_objs) $(LIB_STAF_FP)	$(LINK_IT)cleanup_stafinfo:	-@$(DEL) $(O)/stafinfo/* $(OUT_ERR_TO_DEV_NULL)	-@$(DEL) $(REL)/bin/STAFInfo$(OS_EE) $(OUT_ERR_TO_DEV_NULL)

⌨️ 快捷键说明

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