mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
dddbc95375
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
14 lines
256 B
Makefile
14 lines
256 B
Makefile
# define variables
|
|
|
|
top_srcdir = @top_srcdir@
|
|
top_builddir = @top_builddir@
|
|
FLAKE8 = @flake8_path@
|
|
RUNUTF8 = @runutf8@
|
|
PYTHON = @PYTHON3@
|
|
GREP = @GREP@
|
|
SED = @SED@
|
|
AWK = @AWK@
|
|
|
|
# include syntax-check.mk file
|
|
include $(top_srcdir)/build-aux/syntax-check.mk
|