📄 makefile.freebsd
字号:
############################################################################## Software Testing Automation Framework (STAF) ## (C) Copyright IBM Corp. 2007 ## ## This software is licensed under the Common Public License (CPL) V1.0. ############################################################################### Setup system variablesFS := /PS := :OS_TYPE = unixOS_LIBS = crypt pthreadOS_DL_LIB =# Setup tool namesSTRIP := strip# Setup compiler variablesifeq ($(CC_NAME),) CC_NAME := gccendifOS_COMMONFLAGS := -D_XOPEN_SOURCE -D_BSD_SOURCE -DSTAF_OS_NAME_FREEBSD \ -DSTAF_NO_GETHOSTBYNAME_R -DSTAF_NO_GETHOSTBYADDR_R \ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64# Provide the default location for Java files on this systemJAVA_DEFAULT_VERSION ?= V12JAVA_BUILD_V11 ?= 0JAVA_BUILD_V12 ?= 1JAVA_V12_ROOT ?= /opt/dev/autobuild/tools/diablo-jdk1.5.0_07# Provide the default location for Python files on this systemPYTHON_ROOT ?= /usr/local/lib/python-2.4PYTHON_INCLUDEDIRS ?= /usr/local/include/python2.4PYTHON_LIBDIRS ?= /opt/dev/autobuild/tools/Python-2.4.4PYTHON_LIBS ?= python2.4# 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.7d# Provide the default location for Ant files on this systemANT_ROOT ?= /opt/dev/autobuild/tools/apache-ant-1.6.2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -