equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
42 JGSS_WRAPPER = |
42 JGSS_WRAPPER = |
43 ifneq ($(PLATFORM), windows) |
43 ifneq ($(PLATFORM), windows) |
44 JGSS_WRAPPER = jgss/wrapper |
44 JGSS_WRAPPER = jgss/wrapper |
45 endif |
45 endif |
46 |
46 |
47 # Build PKCS#11 on all platforms except 64-bit Windows. |
47 # Build PKCS#11 on all platforms |
48 # We exclude windows-amd64 because we don't have any |
|
49 # 64-bit PKCS#11 implementations to test with on that platform. |
|
50 PKCS11 = pkcs11 |
48 PKCS11 = pkcs11 |
51 ifeq ($(ARCH_DATA_MODEL), 64) |
|
52 ifeq ($(PLATFORM), windows) |
|
53 PKCS11 = |
|
54 endif |
|
55 endif |
|
56 |
49 |
57 # Build Microsoft CryptoAPI provider only on Windows platform. |
50 # Build Microsoft CryptoAPI provider only on Windows platform. |
58 MSCAPI = |
51 MSCAPI = |
59 ifeq ($(PLATFORM), windows) |
52 ifeq ($(PLATFORM), windows) |
60 MSCAPI = mscapi |
53 MSCAPI = mscapi |