summaryrefslogtreecommitdiff
path: root/lib/liboqs/src/common/sha3/sha3.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/liboqs/src/common/sha3/sha3.gyp')
-rw-r--r--lib/liboqs/src/common/sha3/sha3.gyp40
1 files changed, 0 insertions, 40 deletions
diff --git a/lib/liboqs/src/common/sha3/sha3.gyp b/lib/liboqs/src/common/sha3/sha3.gyp
deleted file mode 100644
index 114c93cab..000000000
--- a/lib/liboqs/src/common/sha3/sha3.gyp
+++ /dev/null
@@ -1,40 +0,0 @@
-# DO NOT EDIT: generated from subdir.gyp.template
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-{
- 'includes': [
- '../../../../../coreconf/config.gypi'
- ],
- 'targets': [
- {
- 'target_name': 'oqs_src_common_sha3',
- 'type': 'static_library',
- 'sources': [
- 'xkcp_sha3.c',
- 'xkcp_sha3x4.c',
- ],
- 'dependencies': [
- '<(DEPTH)/exports.gyp:nss_exports'
- ]
- }
- ],
- 'target_defaults': {
- 'defines': [
- ],
- 'include_dirs': [
- '<(DEPTH)/lib/liboqs/src/common/pqclean_shims',
- '<(DEPTH)/lib/liboqs/src/common/sha3/xkcp_low/KeccakP-1600/plain-64bits',
- ],
- [ 'OS=="mac"', {
- 'defines': [
- 'OQS_HAVE_POSIX_MEMALIGN',
- 'OQS_HAVE_ALIGNED_ALLOC',
- 'OQS_HAVE_MEMALIGN'
- ]
- }]
- },
- 'variables': {
- 'module': 'oqs'
- }
-}