Try next connectto instead of the same over and over.
[tinc] / Makefile.am
1 ## Process this file with automake to get Makefile.in
2
3 AUTOMAKE_OPTIONS = gnu
4
5 SUBDIRS = m4 intl lib src doc po redhat
6
7 ACLOCAL_AMFLAGS =
8
9 EXTRA_DIST = system.h COPYING.README
10
11 CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
12  config.sub install-sh ltconfig ltmain.sh missing mkinstalldirs \
13  stamp-h.in m4/Makefile.am ChangeLog po/Makefile.in.in \
14  po/tinc.pot src/.libs intl
15
16 ChangeLog:
17         cvs2cl -U cvsusers --fsf
18
19 cvs-clean: maintainer-clean
20         for f in $(CVS_CREATED) `find -name Makefile.in` tinc-$(VERSION).tar.gz; do\
21           rm -Rf "$$f"; \
22         done
23
24 deb:
25         dpkg-buildpackage -rfakeroot
26
27 rpm: dist
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
31
32 release:
33         rm -f ChangeLog
34         $(MAKE) ChangeLog
35         echo "Please edit the NEWS file now..."
36         /usr/bin/editor NEWS
37         $(MAKE) dist