|
# 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
|