Searched refs:BINDGEN (Results 1 – 4 of 4) sorted by relevance
35 if ! command -v "$BINDGEN" >/dev/null; then38 echo >&2 "*** Rust bindings generator '$BINDGEN' could not be found."77 LC_ALL=C "$BINDGEN" --version 2>/dev/null \87 echo >&2 "*** Rust bindings generator '$BINDGEN' is too old."96 echo >&2 "*** Rust bindings generator '$BINDGEN' is too new. This may or may not work."104 LC_ALL=C "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_libclang.h 2>&1 >/dev/null \115 echo >&2 "*** libclang (used by the Rust bindings generator '$BINDGEN') is too old."137 echo >&2 "*** libclang (used by the Rust bindings generator '$BINDGEN')"
275 quiet_cmd_bindgen = BINDGEN $@277 $(BINDGEN) $< $(bindgen_target_flags) \
508 BINDGEN = bindgen macro603 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN CARGO
1939 default $(shell,command -v $(BINDGEN) >/dev/null 2>&1 && $(BINDGEN) --version || echo n)