mirror of https://gitee.com/openkylin/libvirt.git
10 lines
199 B
Makefile
10 lines
199 B
Makefile
|
# define variables
|
||
|
|
||
|
top_srcdir = @top_srcdir@
|
||
|
top_builddir = @top_builddir@
|
||
|
FLAKE8 = @flake8_path@
|
||
|
RUNUTF8 = @runutf8@
|
||
|
|
||
|
# include syntax-check.mk file
|
||
|
include $(top_srcdir)/build-aux/syntax-check.mk
|