bump product version to 4.2.0.1
[LibreOffice.git] / external / openssl / UnpackedTarball_openssl.mk
blobcec09d28f5e98d9d2d52e9198a0acb556ef2e41b
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,openssl))
12 $(eval $(call gb_UnpackedTarball_set_tarball,openssl,$(OPENSSL_TARBALL),,openssl))
14 # hack to fix symlinks with MSVC
15 $(eval $(call gb_UnpackedTarball_fix_end_of_line,openssl,\
16 include/openssl/aes.h \
17 include/openssl/asn1.h \
18 include/openssl/asn1_mac.h \
19 include/openssl/asn1t.h \
20 include/openssl/bio.h \
21 include/openssl/blowfish.h \
22 include/openssl/bn.h \
23 include/openssl/buffer.h \
24 include/openssl/camellia.h \
25 include/openssl/cast.h \
26 include/openssl/cmac.h \
27 include/openssl/cms.h \
28 include/openssl/comp.h \
29 include/openssl/conf.h \
30 include/openssl/conf_api.h \
31 include/openssl/crypto.h \
32 include/openssl/des.h \
33 include/openssl/des_old.h \
34 include/openssl/dh.h \
35 include/openssl/dsa.h \
36 include/openssl/dso.h \
37 include/openssl/dtls1.h \
38 include/openssl/e_os2.h \
39 include/openssl/ebcdic.h \
40 include/openssl/ec.h \
41 include/openssl/ecdh.h \
42 include/openssl/ecdsa.h \
43 include/openssl/engine.h \
44 include/openssl/err.h \
45 include/openssl/evp.h \
46 include/openssl/hmac.h \
47 include/openssl/idea.h \
48 include/openssl/krb5_asn.h \
49 include/openssl/kssl.h \
50 include/openssl/lhash.h \
51 include/openssl/md4.h \
52 include/openssl/md5.h \
53 include/openssl/mdc2.h \
54 include/openssl/modes.h \
55 include/openssl/obj_mac.h \
56 include/openssl/objects.h \
57 include/openssl/ocsp.h \
58 include/openssl/opensslconf.h \
59 include/openssl/opensslv.h \
60 include/openssl/ossl_typ.h \
61 include/openssl/pem.h \
62 include/openssl/pem2.h \
63 include/openssl/pkcs12.h \
64 include/openssl/pkcs7.h \
65 include/openssl/pqueue.h \
66 include/openssl/rand.h \
67 include/openssl/rc2.h \
68 include/openssl/rc4.h \
69 include/openssl/ripemd.h \
70 include/openssl/rsa.h \
71 include/openssl/safestack.h \
72 include/openssl/seed.h \
73 include/openssl/sha.h \
74 include/openssl/srp.h \
75 include/openssl/srtp.h \
76 include/openssl/ssl.h \
77 include/openssl/ssl2.h \
78 include/openssl/ssl23.h \
79 include/openssl/ssl3.h \
80 include/openssl/stack.h \
81 include/openssl/symhacks.h \
82 include/openssl/tls1.h \
83 include/openssl/ts.h \
84 include/openssl/txt_db.h \
85 include/openssl/ui.h \
86 include/openssl/ui_compat.h \
87 include/openssl/whrlpool.h \
88 include/openssl/x509.h \
89 include/openssl/x509_vfy.h \
90 include/openssl/x509v3.h \
93 $(eval $(call gb_UnpackedTarball_add_patches,openssl,\
94 $(if $(filter LINUX FREEBSD ANDROID,$(OS)),external/openssl/openssllnx.patch) \
95 $(if $(filter WNTGCC,$(OS)$(COM)),external/openssl/opensslmingw.patch) \
96 $(if $(filter MSC,$(COM)),external/openssl/opensslwnt.patch) \
97 $(if $(filter SOLARIS,$(OS)),external/openssl/opensslsol.patch) \
98 $(if $(filter IOS,$(OS)),external/openssl/opensslios.patch) \
101 # vim: set noet sw=4 ts=4: