Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
1416aec6
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
9
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看板
提交
1416aec6
编写于
11月 12, 2008
作者:
A
Andy Polyakov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update make rules for x86_64 assembler pack.
上级
aa8f38e4
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
11 addition
and
9 deletion
+11
-9
crypto/Makefile
crypto/Makefile
+1
-1
crypto/aes/Makefile
crypto/aes/Makefile
+1
-1
crypto/bn/Makefile
crypto/bn/Makefile
+1
-1
crypto/md5/Makefile
crypto/md5/Makefile
+2
-1
crypto/rc4/Makefile
crypto/rc4/Makefile
+2
-1
crypto/sha/Makefile
crypto/sha/Makefile
+3
-3
crypto/whrlpool/Makefile
crypto/whrlpool/Makefile
+1
-1
未找到文件。
crypto/Makefile
浏览文件 @
1416aec6
...
@@ -71,7 +71,7 @@ uplink-cof.s: $(TOP)/ms/uplink.pl
...
@@ -71,7 +71,7 @@ uplink-cof.s: $(TOP)/ms/uplink.pl
$(PERL)
$(TOP)
/ms/uplink.pl coff
>
$@
$(PERL)
$(TOP)
/ms/uplink.pl coff
>
$@
x86_64cpuid.s
:
x86_64cpuid.pl
x86_64cpuid.s
:
x86_64cpuid.pl
$(PERL)
x86_64cpuid.pl
$@
$(PERL)
x86_64cpuid.pl
$
(PERLASM_SCHEME)
>
$
@
ia64cpuid.s
:
ia64cpuid.S
ia64cpuid.s
:
ia64cpuid.S
$(CC)
$(CFLAGS)
-E
ia64cpuid.S
>
$@
$(CC)
$(CFLAGS)
-E
ia64cpuid.S
>
$@
ppccpuid.s
:
ppccpuid.pl; $(PERL) ppccpuid.pl $(PERLASM_SCHEME) $@
ppccpuid.s
:
ppccpuid.pl; $(PERL) ppccpuid.pl $(PERLASM_SCHEME) $@
...
...
crypto/aes/Makefile
浏览文件 @
1416aec6
...
@@ -52,7 +52,7 @@ aes-586.s: asm/aes-586.pl ../perlasm/x86asm.pl
...
@@ -52,7 +52,7 @@ aes-586.s: asm/aes-586.pl ../perlasm/x86asm.pl
$(PERL)
asm/aes-586.pl
$(PERLASM_SCHEME)
$(CFLAGS)
$(PROCESSOR)
>
$@
$(PERL)
asm/aes-586.pl
$(PERLASM_SCHEME)
$(CFLAGS)
$(PROCESSOR)
>
$@
aes-x86_64.s
:
asm/aes-x86_64.pl
aes-x86_64.s
:
asm/aes-x86_64.pl
$(PERL)
asm/aes-x86_64.pl
$@
$(PERL)
asm/aes-x86_64.pl
$
(PERLASM_SCHEME)
>
$
@
aes-sparcv9.s
:
asm/aes-sparcv9.pl
aes-sparcv9.s
:
asm/aes-sparcv9.pl
$(PERL)
asm/aes-sparcv9.pl
$(CFLAGS)
>
$@
$(PERL)
asm/aes-sparcv9.pl
$(CFLAGS)
>
$@
...
...
crypto/bn/Makefile
浏览文件 @
1416aec6
...
@@ -88,7 +88,7 @@ bn-s390x.o: asm/s390x.S
...
@@ -88,7 +88,7 @@ bn-s390x.o: asm/s390x.S
x86_64-gcc.o
:
asm/x86_64-gcc.c
x86_64-gcc.o
:
asm/x86_64-gcc.c
$(CC)
$(CFLAGS)
-c
-o
$@
asm/x86_64-gcc.c
$(CC)
$(CFLAGS)
-c
-o
$@
asm/x86_64-gcc.c
x86_64-mont.s
:
asm/x86_64-mont.pl
x86_64-mont.s
:
asm/x86_64-mont.pl
$(PERL)
asm/x86_64-mont.pl
$@
$(PERL)
asm/x86_64-mont.pl
$
(PERLASM_SCHEME)
>
$
@
bn-ia64.s
:
asm/ia64.S
bn-ia64.s
:
asm/ia64.S
$(CC)
$(CFLAGS)
-E
asm/ia64.S
>
$@
$(CC)
$(CFLAGS)
-E
asm/ia64.S
>
$@
...
...
crypto/md5/Makefile
浏览文件 @
1416aec6
...
@@ -45,7 +45,8 @@ lib: $(LIBOBJ)
...
@@ -45,7 +45,8 @@ lib: $(LIBOBJ)
md5-586.s
:
asm/md5-586.pl ../perlasm/x86asm.pl
md5-586.s
:
asm/md5-586.pl ../perlasm/x86asm.pl
$(PERL)
asm/md5-586.pl
$(PERLASM_SCHEME)
$(CFLAGS)
>
$@
$(PERL)
asm/md5-586.pl
$(PERLASM_SCHEME)
$(CFLAGS)
>
$@
md5-x86_64.s
:
asm/md5-x86_64.pl; $(PERL) asm/md5-x86_64.pl $@
md5-x86_64.s
:
asm/md5-x86_64.pl
$(PERL)
asm/md5-x86_64.pl
$(PERLASM_SCHEME)
>
$@
md5-ia64.s
:
asm/md5-ia64.S
md5-ia64.s
:
asm/md5-ia64.S
$(CC)
$(CFLAGS)
-E
asm/md5-ia64.S |
\
$(CC)
$(CFLAGS)
-E
asm/md5-ia64.S |
\
...
...
crypto/rc4/Makefile
浏览文件 @
1416aec6
...
@@ -44,7 +44,8 @@ lib: $(LIBOBJ)
...
@@ -44,7 +44,8 @@ lib: $(LIBOBJ)
rc4-586.s
:
asm/rc4-586.pl ../perlasm/x86asm.pl
rc4-586.s
:
asm/rc4-586.pl ../perlasm/x86asm.pl
$(PERL)
asm/rc4-586.pl
$(PERLASM_SCHEME)
$(CFLAGS)
>
$@
$(PERL)
asm/rc4-586.pl
$(PERLASM_SCHEME)
$(CFLAGS)
>
$@
rc4-x86_64.s
:
asm/rc4-x86_64.pl; $(PERL) asm/rc4-x86_64.pl $@
rc4-x86_64.s
:
asm/rc4-x86_64.pl
$(PERL)
asm/rc4-x86_64.pl
$(PERLASM_SCHEME)
>
$@
rc4-ia64.S
:
asm/rc4-ia64.pl
rc4-ia64.S
:
asm/rc4-ia64.pl
$(PERL)
asm/rc4-ia64.pl
$(CFLAGS)
>
$@
$(PERL)
asm/rc4-ia64.pl
$(CFLAGS)
>
$@
...
...
crypto/sha/Makefile
浏览文件 @
1416aec6
...
@@ -60,9 +60,9 @@ sha256-armv4.s: asm/sha256-armv4.pl
...
@@ -60,9 +60,9 @@ sha256-armv4.s: asm/sha256-armv4.pl
$(PERL)
$<
$@
$(PERL)
$<
$@
# Solaris make has to be explicitly told
# Solaris make has to be explicitly told
sha1-x86_64.s
:
asm/sha1-x86_64.pl; $(PERL) asm/sha1-x86_64.pl $@
sha1-x86_64.s
:
asm/sha1-x86_64.pl; $(PERL) asm/sha1-x86_64.pl $
(PERLASM_SCHEME) > $
@
sha256-x86_64.s
:
asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $@
sha256-x86_64.s
:
asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $
(PERLASM_SCHEME) $
@
sha512-x86_64.s
:
asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $@
sha512-x86_64.s
:
asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $
(PERLASM_SCHEME) $
@
sha1-sparcv9.s
:
asm/sha1-sparcv9.pl; $(PERL) asm/sha1-sparcv9.pl $@ $(CFLAGS)
sha1-sparcv9.s
:
asm/sha1-sparcv9.pl; $(PERL) asm/sha1-sparcv9.pl $@ $(CFLAGS)
sha256-sparcv9.s
:
asm/sha512-sparcv9.pl; $(PERL) asm/sha512-sparcv9.pl $@ $(CFLAGS)
sha256-sparcv9.s
:
asm/sha512-sparcv9.pl; $(PERL) asm/sha512-sparcv9.pl $@ $(CFLAGS)
sha512-sparcv9.s
:
asm/sha512-sparcv9.pl; $(PERL) asm/sha512-sparcv9.pl $@ $(CFLAGS)
sha512-sparcv9.s
:
asm/sha512-sparcv9.pl; $(PERL) asm/sha512-sparcv9.pl $@ $(CFLAGS)
...
...
crypto/whrlpool/Makefile
浏览文件 @
1416aec6
...
@@ -46,7 +46,7 @@ wp-mmx.s: asm/wp-mmx.pl ../perlasm/x86asm.pl
...
@@ -46,7 +46,7 @@ wp-mmx.s: asm/wp-mmx.pl ../perlasm/x86asm.pl
$(PERL)
asm/wp-mmx.pl
$(PERLASM_SCHEME)
$(CFLAGS)
$(PROCESSOR)
>
$@
$(PERL)
asm/wp-mmx.pl
$(PERLASM_SCHEME)
$(CFLAGS)
$(PROCESSOR)
>
$@
wp-x86_64.s
:
asm/wp-x86_64.pl
wp-x86_64.s
:
asm/wp-x86_64.pl
$(PERL)
asm/wp-x86_64.pl
$@
$(PERL)
asm/wp-x86_64.pl
$
(PERLASM_SCHEME)
>
$
@
$(LIBOBJ)
:
$(LIBSRC)
$(LIBOBJ)
:
$(LIBSRC)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录