Missing declaration.
[oweals/tinc.git] / Makefile.am
1 ## Process this file with automake to get Makefile.in
2
3 AUTOMAKE_OPTIONS = gnu
4
5 SUBDIRS =  m4 lib src doc po
6
7 ACLOCAL_AMFLAGS = -I m4 
8
9 EXTRA_DIST = config.rpath mkinstalldirs system.h COPYING.README depcomp
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 po/*.sed po/*.header po/*.sin po/Rules-quot \
15  src/.libs intl depcomp
16
17 ChangeLog:
18         cvs2cl -U cvsusers --fsf
19
20 cvs-clean: maintainer-clean
21         for f in $(CVS_CREATED) `find . -name Makefile.in` tinc-$(VERSION).tar.gz; do\
22           rm -Rf "$$f"; \
23         done
24         grep -l gettext `find m4 -type f` | xargs rm -f
25
26 deb:
27         dpkg-buildpackage -rfakeroot
28
29 rpm: dist
30         cp $(distdir).tar.gz /usr/src/redhat/SOURCES/
31         cp redhat/tinc.spec /usr/src/redhat/SOURCES/
32         cd /usr/src/redhat/SOURCES/ && rpm -bb tinc.spec
33
34 release:
35         rm -f ChangeLog
36         $(MAKE) ChangeLog
37         echo "Please edit the NEWS file now..."
38         /usr/bin/editor NEWS
39         $(MAKE) dist