aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-18 08:17:29 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-18 08:17:29 +0000
commit38a17571687d65d4ec10ef201125a8ddee681ec5 (patch)
treee46e9dcf2999054d67f90318fb7e31007a6d95fb /crypto/Makefile
parent4104a57107cb55bc7e99a832875f9fd93168eacc (diff)
downloadopenssl-38a17571687d65d4ec10ef201125a8ddee681ec5.tar.gz
Engage Applink in mingw. [from HEAD]
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 9f309e0256..c6c76c26ac 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -67,6 +67,12 @@ x86cpuid-cof.s: x86cpuid.pl perlasm/x86asm.pl
x86cpuid-out.s: x86cpuid.pl perlasm/x86asm.pl
$(PERL) x86cpuid.pl a.out $(CFLAGS) $(PROCESSOR) > $@
+uplink.o: ../ms/uplink.c
+ $(CC) $(CFLAGS) -c -o $@ ../ms/uplink.c
+
+uplink-cof.s: ../ms/uplink.pl
+ $(PERL) ../ms/uplink.pl coff > $@
+
x86_64cpuid.s: x86_64cpuid.pl
$(PERL) x86_64cpuid.pl $@
ia64cpuid.s: ia64cpuid.S