tinc/Makefile.am

31 lines
674 B
Makefile
Raw Normal View History

2019-08-26 11:44:36 +00:00
## Process this file with automake to get Makefile.in
AUTOMAKE_OPTIONS = gnu
2019-08-26 11:44:36 +00:00
SUBDIRS = m4 lib src doc po
2019-08-26 11:44:36 +00:00
2019-08-26 11:44:36 +00:00
ACLOCAL_AMFLAGS = -I m4
2019-08-26 11:44:36 +00:00
2019-08-26 11:44:36 +00:00
EXTRA_DIST = config.rpath mkinstalldirs have.h system.h COPYING.README depcomp
2019-08-26 11:44:36 +00:00
ChangeLog:
2019-08-26 11:44:36 +00:00
svn log > ChangeLog
2019-08-26 11:44:36 +00:00
2019-08-26 11:44:36 +00:00
svn-clean: maintainer-clean
svn status --no-ignore | sed -n 's/^[?I] \+//p' | tr '\012' '\0' | xargs -r0 rm -rf
2019-08-26 11:44:36 +00:00
deb:
dpkg-buildpackage -rfakeroot
rpm: dist
cp $(distdir).tar.gz /usr/src/redhat/SOURCES/
cp redhat/tinc.spec /usr/src/redhat/SOURCES/
cd /usr/src/redhat/SOURCES/ && rpm -bb tinc.spec
release:
rm -f ChangeLog
$(MAKE) ChangeLog
echo "Please edit the NEWS file now..."
/usr/bin/editor NEWS
$(MAKE) dist