summaryrefslogtreecommitdiff
path: root/examples/hello_autoconf/Makefile
blob: 3f6e87b23c16f97be0a89fb31f36d98f580d8a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FOREIGN =		autotools
FSRCDIR =		proj

AT_USE_AUTOMAKE =	no
AT_MAKE         =	${BUILTIN.prog_gmake}

MKC_CHECK_BUILTINS =	prog_gmake
MKCHECKS           =	yes # we need path to gmake for target "clean"

# The following line is for regression tests.
# In real life we don't need this.
all: mkgen

.include "test.mk"
.include <mkc.mk>