xref: /f-stack/dpdk/buildtools/meson.build (revision 2d9fd380)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017-2019 Intel Corporation
3
4pkgconf = find_program('pkg-config', 'pkgconf', required: false)
5pmdinfo = find_program('gen-pmdinfo-cfile.sh')
6list_dir_globs = find_program('list-dir-globs.py')
7check_symbols = find_program('check-symbols.sh')
8ldflags_ibverbs_static = find_program('options-ibverbs-static.sh')
9binutils_avx512_check = find_program('binutils-avx512-check.sh')
10
11# set up map-to-win script using python, either built-in or external
12python3 = import('python').find_installation(required: false)
13if python3.found()
14	py3 = [python3]
15else
16	py3 = ['meson', 'runpython']
17endif
18map_to_win_cmd = py3 + files('map_to_win.py')
19sphinx_wrapper = py3 + files('call-sphinx-build.py')
20