summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.in
blob: 7ee4680847a17f8340cc40f202d9d3c83ded464d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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