make-platform

来自「vc环境下的pgp源码」· 代码 · 共 34 行

TXT
34
字号
#
# LDAP HP-UX standard cc Make-platform file
#

#
# add any platform-specific overrides below here
#


#
# -------------------------------------------------------------------------
# you will probably not need to edit anything below this point
# -------------------------------------------------------------------------
# ranlib not needed under HP-UX
RANLIB	= ""

# install under HP-UX is not like on BSD systems, so we use our own script
INSTALL=$(LDAPSRC)/build/install.sh

# we need to link a separate library to get ndbm routines under HP/UX 
LDBMLIB=-lndbm

PLATFORMCFLAGS= -Ae #-Dhpux

# we need to link in the V3 library to get sigset()
PLATFORMLIBS= #-lV3

#
# the HP-UX cc compiler doesn't understand function prototypes, so we
# need the unproto preprocessor (no longer true, just use -Ae)
#
NEEDUNPROTO=no
UNPROTOCFLAGS=#-tp,$(LDAPSRC)/build/unproto/cpp

⌨️ 快捷键说明

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