Use `make ChangeLog' to create this file from the CVS logs.
[tinc] / Makefile.am
1 ## Process this file with automake to get Makefile.in
2
3 AUTOMAKE_OPTIONS = gnits
4
5 SUBDIRS = m4 lib cipher src doc redhat
6
7 ACLOCAL_AMFLAGS = -I m4
8
9 EXTRA_DIST = TODO
10
11 CVS_CREATED = configure aclocal.m4 config.h.in
12
13 ChangeLog:
14         rcs2log -u "zarq        Ivo Timmermans  itimmermans@bigfoot.com" | \
15           sed -e 's,/home/CVS/tinc/cabal/,,g' > $@
16
17 cvs-clean: maintainer-clean
18         for f in $(CVS_CREATED) `find -name Makefile.in` ; do\
19           rm "$$f"; \
20           if [ $$? -ne 0 ] ; then \
21             echo $$f bestaat niet; \
22           fi; \
23         done