Last change
on this file since 83531 was 83531, checked in by vboxsync, 5 years ago |
setting svn:sync-process=export for openssl-1.1.1f, all files except tests
|
File size:
632 bytes
|
Line | |
---|
1 | LIBS=../../libcrypto
|
---|
2 | SOURCE[../../libcrypto]=\
|
---|
3 | {- $target{rc4_asm_src} -}
|
---|
4 |
|
---|
5 | GENERATE[rc4-586.s]=asm/rc4-586.pl \
|
---|
6 | $(PERLASM_SCHEME) $(LIB_CFLAGS) $(LIB_CPPFLAGS) $(PROCESSOR)
|
---|
7 | DEPEND[rc4-586.s]=../perlasm/x86asm.pl
|
---|
8 |
|
---|
9 | GENERATE[rc4-x86_64.s]=asm/rc4-x86_64.pl $(PERLASM_SCHEME)
|
---|
10 | GENERATE[rc4-md5-x86_64.s]=asm/rc4-md5-x86_64.pl $(PERLASM_SCHEME)
|
---|
11 |
|
---|
12 | GENERATE[rc4-parisc.s]=asm/rc4-parisc.pl $(PERLASM_SCHEME)
|
---|
13 |
|
---|
14 | GENERATE[rc4-s390x.s]=asm/rc4-s390x.pl $(PERLASM_SCHEME)
|
---|
15 |
|
---|
16 | BEGINRAW[Makefile]
|
---|
17 | # GNU make "catch all"
|
---|
18 | {- $builddir -}/rc4-%.s: {- $sourcedir -}/asm/rc4-%.pl
|
---|
19 | CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@
|
---|
20 | ENDRAW[Makefile]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.