📄 makefile.unixware
字号:
############################################################################## Software Testing Automation Framework (STAF) ## (C) Copyright IBM Corp. 2001 ## ## This software is licensed under the Common Public License (CPL) V1.0. ############################################################################### Setup system variablesFS := /PS := :OS_TYPE = unixOS_LIBS = socket thread gen cryptOS_LIBDIRS = /usr/ccs/lib# Setup tool namesSTRIP := strip# Setup compiler variablesifeq ($(CC_NAME),) CC_NAME := scoccendif# Setup commandsifndef CREATE_PATH CREATE_PATH = @$(shell test ! -d $(@D) && $(MAKE_PATH) $(@D))endifOS_COMMONFLAGS := -DSTAF_OS_NAME_UNIXWARE -DSTAF_NO_IOS_BINARY# Provide the default location for library files on this systemifndef JAVA_ROOT JAVA_ROOT = /opt/jdk-1.1.7.petaendififndef JAVA_LIBDIRS JAVA_LIBDIRS = $(JAVA_ROOT)/lib/x86at/green_threadsendififndef PERL_ROOT PERL_ROOT = /usr/local/lib/perl5/5.00503/i386-svr4/COREendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -