mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
20 lines
301 B
Makefile
20 lines
301 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = include man src test
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
EXTRA_DIST = \
|
|
autogen \
|
|
get-version \
|
|
$(nil)
|
|
|
|
DISTCLEANFILES = ChangeLog
|
|
.PHONY: ChangeLog
|
|
|
|
ChangeLog:
|
|
git log --stat -C >$@
|
|
|
|
dist-hook:
|
|
echo $(VERSION) >$(distdir)/.dist-version
|