1 ## Process this file with automake to get Makefile.in
5 SUBDIRS = src doc test systemd bash_completion.d
7 ACLOCAL_AMFLAGS = -I m4
9 EXTRA_DIST = COPYING.README README.android
13 # If git describe works, force autoconf to run in order to make sure we have the
14 # current version number from git in the resulting configure script.
16 -cd $(srcdir) && git describe && autoconf --force
18 # Triggering the README target means we are building a distribution (make dist).
19 README: configure-version
22 (cd $(srcdir) && git log) > ChangeLog
25 dpkg-buildpackage -rfakeroot
28 cp $(distdir).tar.gz /usr/src/redhat/SOURCES/
29 cp redhat/tinc.spec /usr/src/redhat/SOURCES/
30 cd /usr/src/redhat/SOURCES/ && rpm -bb tinc.spec
35 echo "Please edit the NEWS file now..."
36 /usr/bin/editor $(srcdir)/NEWS
40 astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch]