2018-08-07 10:46:53 -04:00
|
|
|
include $(top_srcdir)/Makefile.top
|
|
|
|
|
|
2022-06-14 11:20:28 -04:00
|
|
|
SUBDIRS = . lib doc
|
2018-08-07 10:46:53 -04:00
|
|
|
|
2022-06-14 11:20:28 -04:00
|
|
|
# build libtest before fuzz/* and bin/tests
|
2022-05-03 05:37:31 -04:00
|
|
|
SUBDIRS += tests
|
|
|
|
|
|
2022-06-14 11:20:28 -04:00
|
|
|
# run fuzz tests before system tests
|
|
|
|
|
SUBDIRS += fuzz bin
|
|
|
|
|
|
2023-01-30 09:36:49 -05:00
|
|
|
BUILT_SOURCES += bind.keys.h
|
|
|
|
|
CLEANFILES += bind.keys.h
|
2018-08-07 10:46:53 -04:00
|
|
|
|
|
|
|
|
bind.keys.h: bind.keys Makefile
|
2020-05-21 05:50:56 -04:00
|
|
|
${PERL} ${top_srcdir}/util/bindkeys.pl ${top_srcdir}/bind.keys > $@
|
2018-08-07 10:46:53 -04:00
|
|
|
|
2019-03-31 06:49:47 -04:00
|
|
|
.PHONY: doc
|
2020-06-04 13:02:27 -04:00
|
|
|
|
2022-05-03 05:37:31 -04:00
|
|
|
EXTRA_DIST = \
|
2023-02-03 17:57:17 -05:00
|
|
|
bind.keys \
|
2020-06-04 13:02:27 -04:00
|
|
|
util/bindkeys.pl \
|
2023-01-30 09:36:49 -05:00
|
|
|
util/dtrace.sh \
|
2020-06-04 13:02:27 -04:00
|
|
|
contrib \
|
|
|
|
|
COPYRIGHT \
|
|
|
|
|
LICENSE \
|
|
|
|
|
*.md
|
|
|
|
|
|
|
|
|
|
dist-hook:
|
|
|
|
|
find $(distdir) -type f -name .gitignore -delete
|
2020-06-09 08:47:06 -04:00
|
|
|
git rev-parse --short HEAD | cut -b1-7 > $(distdir)/srcid
|