Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
a41b0aad
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
10
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
a41b0aad
编写于
6月 23, 2005
作者:
A
Andy Polyakov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
HP-UX specific updates to Makefile.org and Makefile.shared.
上级
02c31fa4
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
7 addition
and
4 deletion
+7
-4
Makefile.org
Makefile.org
+5
-4
Makefile.shared
Makefile.shared
+2
-0
未找到文件。
Makefile.org
浏览文件 @
a41b0aad
...
@@ -149,10 +149,11 @@ HEADER= e_os.h
...
@@ -149,10 +149,11 @@ HEADER= e_os.h
all
:
Makefile build_all openssl.pc
all
:
Makefile build_all openssl.pc
# as we stick to -e, CLEARENV ensures that local variables in lower
# as we stick to -e, CLEARENV ensures that local variables in lower
# Makefiles remain local and variable. $${var+var} is tribute to Korn
# Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn
# shell, which [annoyingly enough] terminates unset with error if var
# shell, which [annoyingly enough] terminates unset with error if VAR
# is not set:-(
# is not present:-( TOP= && unset TOP is tribute to HP-UX /bin/sh,
CLEARENV
=
unset
$
${
TOP
+TOP
}
$
${
LIB
+LIB
}
$
${
LIBS
+LIBS
}
\
# which terminates unset with error if no variable was present:-(
CLEARENV
=
TOP
=
&&
unset
TOP
$
${
LIB
+LIB
}
$
${
LIBS
+LIBS
}
\
$
${
INCLUDE
+INCLUDE
}
$
${
INCLUDES
+INCLUDES
}
\
$
${
INCLUDE
+INCLUDE
}
$
${
INCLUDES
+INCLUDES
}
\
$
${
DIR
+DIR
}
$
${
DIRS
+DIRS
}
$
${
SRC
+SRC
}
\
$
${
DIR
+DIR
}
$
${
DIRS
+DIRS
}
$
${
SRC
+SRC
}
\
$
${
LIBSRC
+LIBSRC
}
$
${
LIBOBJ
+LIBOBJ
}
$
${
ALL
+ALL
}
\
$
${
LIBSRC
+LIBSRC
}
$
${
LIBOBJ
+LIBOBJ
}
$
${
ALL
+ALL
}
\
...
...
Makefile.shared
浏览文件 @
a41b0aad
...
@@ -455,6 +455,7 @@ link_o.hpux:
...
@@ -455,6 +455,7 @@ link_o.hpux:
expr
$(PLATFORM)
:
'hpux64'
>
/dev/null
&&
ALLSYMSFLAGS
=
'-Wl,+forceload'
;
\
expr
$(PLATFORM)
:
'hpux64'
>
/dev/null
&&
ALLSYMSFLAGS
=
'-Wl,+forceload'
;
\
SHAREDFLAGS
=
"
$(CFLAGS)
$(SHARED_LDFLAGS)
-Wl,-B,symbolic,+vnocompatwarnings,-z,+s,+h,
$$
SHLIB
$$
SHLIB_SOVER
$$
SHLIB_SUFFIX"
;
\
SHAREDFLAGS
=
"
$(CFLAGS)
$(SHARED_LDFLAGS)
-Wl,-B,symbolic,+vnocompatwarnings,-z,+s,+h,
$$
SHLIB
$$
SHLIB_SOVER
$$
SHLIB_SUFFIX"
;
\
fi
;
\
fi
;
\
rm
-f
$$
SHLIB
$$
SHLIB_SOVER
$$
SHLIB_SUFFIX
||
:
;
\
$(LINK_SO_O)
&&
chmod
a
=
rx
$$
SHLIB
$$
SHLIB_SOVER
$$
SHLIB_SUFFIX
$(LINK_SO_O)
&&
chmod
a
=
rx
$$
SHLIB
$$
SHLIB_SOVER
$$
SHLIB_SUFFIX
link_a.hpux
:
link_a.hpux
:
@
if
${DETECT_GNU_LD}
;
then
$(DO_GNU_SO)
;
else
\
@
if
${DETECT_GNU_LD}
;
then
$(DO_GNU_SO)
;
else
\
...
@@ -467,6 +468,7 @@ link_a.hpux:
...
@@ -467,6 +468,7 @@ link_a.hpux:
expr
$(PLATFORM)
:
'hpux64'
>
/dev/null
&&
ALLSYMSFLAGS
=
'-Wl,+forceload'
;
\
expr
$(PLATFORM)
:
'hpux64'
>
/dev/null
&&
ALLSYMSFLAGS
=
'-Wl,+forceload'
;
\
SHAREDFLAGS
=
"
$(CFLAGS)
$(SHARED_LDFLAGS)
-Wl,-B,symbolic,+vnocompatwarnings,-z,+s,+h,
$$
SHLIB
$$
SHLIB_SOVER
$$
SHLIB_SUFFIX"
;
\
SHAREDFLAGS
=
"
$(CFLAGS)
$(SHARED_LDFLAGS)
-Wl,-B,symbolic,+vnocompatwarnings,-z,+s,+h,
$$
SHLIB
$$
SHLIB_SOVER
$$
SHLIB_SUFFIX"
;
\
fi
;
\
fi
;
\
rm
-f
$$
SHLIB
$$
SHLIB_SOVER
$$
SHLIB_SUFFIX
||
:
;
\
$(LINK_SO_A)
&&
chmod
a
=
rx
$$
SHLIB
$$
SHLIB_SOVER
$$
SHLIB_SUFFIX
$(LINK_SO_A)
&&
chmod
a
=
rx
$$
SHLIB
$$
SHLIB_SOVER
$$
SHLIB_SUFFIX
link_app.hpux
:
link_app.hpux
:
@
if
${DETECT_GNU_LD}
;
then
$(DO_GNU_APP)
;
else
\
@
if
${DETECT_GNU_LD}
;
then
$(DO_GNU_APP)
;
else
\
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录