- Small fixes
[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
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
14
15 ChangeLog:
16         rm -f ChangeLog
17         rcs2log -r -r -r CABAL \
18           -u "zarq      Ivo Timmermans  itimmermans@bigfoot.com" \
19           -u "guus      Guus Sliepen    guus@sliepen.warande.net" \
20           -u "wsl       Wessel Dankers  wsl@nl.linux.org" | \
21           sed -e 's,/home/CVS/tinc/,,g' > $@
22
23 cvs-clean: maintainer-clean
24         for f in $(CVS_CREATED) `find -name Makefile.in` ; do\
25           rm -f "$$f"; \
26         done
27
28 deb:
29         dpkg-buildpackage -rfakeroot
30
31 rpm: dist
32         cp $(distdir).tar.gz /usr/src/redhat/SOURCES/
33         cp redhat/tinc.spec /usr/src/redhat/SOURCES/
34         cd /usr/src/redhat/SOURCES/
35         rpm -bi tinc.spec