File: Makefile.am

package info (click to toggle)
tinc 1.0.19-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,336 kB
  • sloc: ansic: 12,360; sh: 4,072; makefile: 98
file content (27 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Process this file with automake to get Makefile.in

AUTOMAKE_OPTIONS = gnu

SUBDIRS =  m4 lib src doc

ACLOCAL_AMFLAGS = -I m4 

EXTRA_DIST = have.h system.h COPYING.README

ChangeLog:
	git log > ChangeLog

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