Use stack-allocated strings for temporary filenames.
[oweals/tinc.git] / Makefile.am
index de63d112da2b2f5f65b4f3bae9ace70fee695d08..bfaf557d9ba0708253704fefeb42d421a374648f 100644 (file)
@@ -2,26 +2,14 @@
 
 AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS = m4 lib cipher src doc po redhat debian
+SUBDIRS = src doc distro
 
-ACLOCAL_AMFLAGS =
+ACLOCAL_AMFLAGS = -I m4 
 
-EXTRA_DIST = 
-
-CVS_CREATED = configure aclocal.m4 config.h.in config.guess \
- config.sub install-sh ltconfig ltmain.sh missing mkinstalldirs \
- stamp-h.in m4/Makefile.am ChangeLog
+EXTRA_DIST = COPYING.README README.android
 
 ChangeLog:
-       rm -f ChangeLog
-       rcs2log -u "zarq        Ivo Timmermans  itimmermans@bigfoot.com" \
-         -u "guus      Guus Sliepen    guus@sliepen.warande.net" | \
-         sed -e 's,/home/CVS/tinc/cabal/,,g' > $@
-
-cvs-clean: maintainer-clean
-       for f in $(CVS_CREATED) `find -name Makefile.in` ; do\
-         rm -f "$$f"; \
-       done
+       git log > ChangeLog
 
-deb:
-       dpkg-buildpackage -rfakeroot
+astyle:
+       astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch]