X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=8b39f753612a04034b55d40da4e84204a7af5cd4;hb=fc7a1cc27751514e3175c9c50781d724a91d0f0e;hp=306a0ed024349906baf659ece310cd515c9b2d20;hpb=dced64c5c3625f6d2f0674e9fed14455aabc635e;p=meshlink diff --git a/Makefile.am b/Makefile.am index 306a0ed0..8b39f753 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,29 +2,16 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = m4 lib src doc po +SUBDIRS = catta src doc test examples ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs have.h system.h COPYING.README depcomp +EXTRA_DIST = \ + COPYING.README \ + README.android ChangeLog: - svn log > ChangeLog + git log > ChangeLog -svn-clean: maintainer-clean - svn status --no-ignore | sed -n 's/^[?I] \+//p' | tr '\012' '\0' | xargs -r0 rm -rf - -deb: - dpkg-buildpackage -rfakeroot - -rpm: dist - cp $(distdir).tar.gz /usr/src/redhat/SOURCES/ - cp redhat/tinc.spec /usr/src/redhat/SOURCES/ - cd /usr/src/redhat/SOURCES/ && rpm -bb tinc.spec - -release: - rm -f ChangeLog - $(MAKE) ChangeLog - echo "Please edit the NEWS file now..." - /usr/bin/editor NEWS - $(MAKE) dist +astyle: + astyle --options=.astylerc -nQ src/*.[ch] src/ed25519/e*.[ch] examples/*.[ch] examples/*.cc test/*.[ch]