| 1 | rust_packages := rust librustzcash |
| 2 | |
| 3 | ifeq ($(build_os),darwin) |
| 4 | zcash_packages := libgmp libsodium |
| 5 | else |
| 6 | proton_packages := proton |
| 7 | zcash_packages := libgmp libsodium |
| 8 | endif |
| 9 | |
| 10 | rust_crates := \ |
| 11 | crate_aes \ |
| 12 | crate_aesni \ |
| 13 | crate_aes_soft \ |
| 14 | crate_arrayvec \ |
| 15 | crate_bitflags \ |
| 16 | crate_bit_vec \ |
| 17 | crate_blake2_rfc \ |
| 18 | crate_block_cipher_trait \ |
| 19 | crate_byte_tools \ |
| 20 | crate_byteorder \ |
| 21 | crate_constant_time_eq \ |
| 22 | crate_crossbeam \ |
| 23 | crate_digest \ |
| 24 | crate_fpe \ |
| 25 | crate_fuchsia_zircon \ |
| 26 | crate_fuchsia_zircon_sys \ |
| 27 | crate_futures_cpupool \ |
| 28 | crate_futures \ |
| 29 | crate_generic_array \ |
| 30 | crate_lazy_static \ |
| 31 | crate_libc \ |
| 32 | crate_nodrop \ |
| 33 | crate_num_bigint \ |
| 34 | crate_num_cpus \ |
| 35 | crate_num_integer \ |
| 36 | crate_num_traits \ |
| 37 | crate_opaque_debug \ |
| 38 | crate_rand \ |
| 39 | crate_stream_cipher \ |
| 40 | crate_typenum \ |
| 41 | crate_winapi_i686_pc_windows_gnu \ |
| 42 | crate_winapi \ |
| 43 | crate_winapi_x86_64_pc_windows_gnu |
| 44 | rust_packages := rust $(rust_crates) librustzcash |
| 45 | native_packages := native_ccache |
| 46 | |
| 47 | wallet_packages=bdb |
| 48 | |
| 49 | packages := boost openssl libevent zeromq $(zcash_packages) libcurl googletest #googlemock |