summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 5d7e7a7da185b1e0e113c65ccab3cbdd6b9858a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUBDIRS = src data

# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing config.h.in

ACLOCAL_AMFLAGS = -I m4

# see build-aux/git-version-get for details
BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version:
	echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
	echo $(VERSION) > $(distdir)/.tarball-version