makefile.aix433

来自「Software Testing Automation Framework (S」· AIX433 代码 · 共 48 行

AIX433
48
字号
############################################################################## 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 ?= pthread# Setup tool namesSTRIP := strip# Setup compiler variablesifeq ($(CC_NAME),)    CC_NAME := xlCendifOS_COMMONFLAGS := -DSTAF_OS_NAME_AIX -DSTAF_GETHOSTBYNAME_R_3PARM \                  -DSTAF_GETHOSTBYADDR_R_5PARM -D_LARGE_FILESOS_LD_PATH_NAME := LIBPATH# Provide the default location for Java files on this systemJAVA_BUILD_V11 ?= 0JAVA_V11_ROOT ?= /usr/jdk_baseJAVA_BUILD_V12 ?= 1JAVA_V12_ROOT ?= /usr/java_dev2REXX_ROOT ?= /usr/lpp/orexx# Provide the default location for zlib files on this systemZLIB_SOURCEDIR ?= /opt/dev/autobuild/tools/zlib-1.2.1# Provide the default location for openssl files on this systemOPENSSL_SOURCEDIR ?= /opt/dev/autobuild/tools/openssl-0.9.7dANT_ROOT ?= /opt/dev/autobuild/tools/apache-ant-1.6.2

⌨️ 快捷键说明

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