File: Makefile.am

package info (click to toggle)
plptools 1.0.13-0.3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 4,444 kB
  • ctags: 3,747
  • sloc: ansic: 17,622; sh: 12,838; cpp: 12,823; makefile: 650; yacc: 291; sed: 16
file content (24 lines) | stat: -rw-r--r-- 717 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = intl po lib ncpd plpftp plpprint sisinstall doc
if BUILD_PLPFUSE
SUBDIRS += plpfuse
endif

EXTRA_DIST = AUTHORS COPYING INSTALL NEWS README TODO HISTORY ABOUT-NLS \
	etc/s5magic etc/s5kdemagic etc/plptools.in \
	etc/ttytap.c etc/psidump etc/psidump.1 \
	etc/udev-usbserial-plptools.rules

DISTCLEANFILES = etc/plptools

uninstall-local:
	rm -f $(DESTDIR)$(initdir)/plptools

install-exec-local:
	install -D $(top_builddir)/etc/plptools $(DESTDIR)$(initdir)/plptools

release: distcheck
	git diff && \
	git tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && git push --tag && \
	woger sourceforge package=$(PACKAGE) version=$(VERSION) notes=release-notes-$(VERSION) dist_type="tar.gz"