2019-03-14 17:15:23 +01:00
|
|
|
{
|
|
|
|
|
"targets": [
|
|
|
|
|
{
|
|
|
|
|
"target_name": "cryptonote",
|
|
|
|
|
"sources": [
|
2024-04-06 18:30:29 +02:00
|
|
|
"main.cc",
|
2026-04-01 22:24:13 +01:00
|
|
|
"Lethean/src/currency_core/currency_format_utils.cpp",
|
|
|
|
|
"Lethean/src/currency_core/currency_format_utils_blocks.cpp",
|
|
|
|
|
"Lethean/src/currency_core/basic_pow_helpers.cpp",
|
|
|
|
|
"Lethean/src/currency_core/basic_pow_helpers.cpp",
|
|
|
|
|
"Lethean/src/crypto/tree-hash.c",
|
|
|
|
|
"Lethean/src/crypto/crypto.cpp",
|
|
|
|
|
"Lethean/src/crypto/crypto-ops.c",
|
|
|
|
|
"Lethean/src/crypto/crypto-sugar.cpp",
|
|
|
|
|
"Lethean/src/crypto/zarcanum.cpp",
|
|
|
|
|
"Lethean/src/crypto/range_proofs.cpp",
|
|
|
|
|
"Lethean/src/crypto/crypto-ops-data.c",
|
|
|
|
|
"Lethean/src/crypto/hash.c",
|
|
|
|
|
"Lethean/src/crypto/keccak.c",
|
|
|
|
|
"Lethean/src/common/base58.cpp",
|
|
|
|
|
"Lethean/contrib/ethereum/libethash/ethash.cpp",
|
|
|
|
|
"Lethean/contrib/ethereum/libethash/keccak.c",
|
|
|
|
|
"Lethean/contrib/ethereum/libethash/keccakf800.c",
|
|
|
|
|
"Lethean/contrib/ethereum/libethash/progpow.cpp",
|
|
|
|
|
"Lethean/contrib/ethereum/libethash/managed.cpp",
|
|
|
|
|
"Lethean/src/currency_core/currency_format_utils_transactions.cpp",
|
|
|
|
|
"Lethean/src/currency_core/genesis.cpp",
|
|
|
|
|
"Lethean/src/currency_core/genesis_acc.cpp",
|
|
|
|
|
"Lethean/src/crypto/random.c",
|
|
|
|
|
"Lethean/contrib/ethereum/libethash/keccakf1600.c",
|
|
|
|
|
"Lethean/contrib/ethereum/libethash/managed.cpp",
|
|
|
|
|
"Lethean/contrib/ethereum/libethash/primes.c"
|
2019-03-14 17:15:23 +01:00
|
|
|
],
|
|
|
|
|
"include_dirs": [
|
2026-04-01 22:24:13 +01:00
|
|
|
"Lethean/src/crypto",
|
|
|
|
|
"Lethean/src",
|
|
|
|
|
"Lethean/contrib",
|
|
|
|
|
"Lethean/contrib/epee/include",
|
|
|
|
|
"Lethean/contrib/eos_portable_archive",
|
|
|
|
|
"Lethean/contrib/ethereum/libethash",
|
|
|
|
|
"Lethean/contrib/randomx/src",
|
2019-03-14 17:15:23 +01:00
|
|
|
"<!(node -e \"require('nan')\")"
|
|
|
|
|
],
|
|
|
|
|
"link_settings": {
|
|
|
|
|
"libraries": [
|
|
|
|
|
"-lboost_system",
|
2019-03-15 20:58:43 +01:00
|
|
|
"-lboost_date_time",
|
|
|
|
|
"-lboost_thread",
|
|
|
|
|
"-lboost_serialization",
|
|
|
|
|
"-lboost_iostreams",
|
|
|
|
|
"-lboost_locale",
|
2019-03-14 17:15:23 +01:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"cflags_cc!": [
|
|
|
|
|
"-fno-exceptions",
|
|
|
|
|
"-fno-rtti"
|
|
|
|
|
],
|
|
|
|
|
"cflags_cc": [
|
2024-04-24 16:46:26 +02:00
|
|
|
"-std=c++17",
|
2019-03-14 17:15:23 +01:00
|
|
|
"-fexceptions",
|
2026-04-01 22:24:13 +01:00
|
|
|
"-frtti",
|
|
|
|
|
"-fpermissive"
|
2019-03-14 17:15:23 +01:00
|
|
|
],
|
|
|
|
|
"conditions": [
|
|
|
|
|
[
|
|
|
|
|
"OS=='mac'",
|
|
|
|
|
{
|
|
|
|
|
"xcode_settings": {
|
|
|
|
|
"GCC_ENABLE_CPP_RTTI": "YES",
|
|
|
|
|
"GCC_ENABLE_CPP_EXCEPTIONS": "YES"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2024-04-24 16:46:26 +02:00
|
|
|
}
|
|
|
|
|
|