cmogstored 1.8.1 - use default system stack size
[cmogstored.git] / GNUmakefile
blob3868214e06cdd52b5dd85b1c0f8571425d8bd542
1 # This GNUmakefile is only required to build targets of interest
2 # to the maintainers, not users building from the source tarball
4 include test/ruby.mk
5 _check_slow_mk := $(shell test -s test/slow.mk || $(RM) test/slow.mk)
6 -include test/slow.mk
7 -include Makefile
8 test/slow.mk: $(RB_TESTS_SLOW) test/gen-slow.sh
9 $(AM_V_GEN)test/gen-slow.sh $(RB_TESTS_SLOW) > $@.$$$$ && \
10 mv $@.$$$$ $@
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