1 # This GNUmakefile is only required to build targets of interest
2 # to the maintainers, not users building from the source tarball
5 _check_slow_mk
:= $(shell test -s
test/slow.mk ||
$(RM
) test/slow.mk
)
8 test/slow.mk
: $(RB_TESTS_SLOW
) test/gen-slow.sh
9 $(AM_V_GEN
)test/gen-slow.sh
$(RB_TESTS_SLOW
) > $@.
$$$$ && \
11 # manpage-hack.mk is intended for maintainers and _not_ distributed with
12 # the tarball. This hack is to avoid recursively calling make inside
13 # the cmogstored.1 rule, as recursively building "cmogstored" breaks
14 # parallel builds. We also don't want to rely on users having help2man
15 # installed, so we distribute the generated manpage from the tarball.
16 # manpage-hack.mk is only in the git repo: https://yhbt.net/cmogstored.git
17 -include build-aux
/manpage-hack.mk