All features for 1.0 are implemented now, we just have to check the
[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 debian
6
7 ACLOCAL_AMFLAGS =
8
9 EXTRA_DIST = system.h ABOUT-NLS COPYING.README autogen.sh
10
11 CVS_CREATED = 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         rm -f ChangeLog
18         cvs2cl -U cvsusers --fsf
19
20 cvs-clean: maintainer-clean
21         for f in $(CVS_CREATED) `find -name Makefile.in` ; do\
22           rm -Rf "$$f"; \
23         done
24
25 deb:
26         dpkg-buildpackage -rfakeroot
27
28 rpm: dist
29         cp $(distdir).tar.gz /usr/src/redhat/SOURCES/
30         cp redhat/tinc.spec /usr/src/redhat/SOURCES/
31         cd /usr/src/redhat/SOURCES/
32         rpm -bi tinc.spec