File: Makefile.am

package info (click to toggle)
telepathy-gabble 0.18.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,364 kB
  • ctags: 15,182
  • sloc: ansic: 121,604; python: 30,728; sh: 11,574; xml: 2,842; makefile: 1,836
file content (27 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (4)
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
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = docs tools extensions lib src data m4 plugins tests gabble

DISTCHECK_CONFIGURE_FLAGS = --disable-debug --enable-gtk-doc

CLEANFILES = FIXME.out

check-twisted: all
	$(MAKE) -C tests/twisted check-twisted

check-all: check check-twisted

check-local::
	egrep -A 5 '[F]IXME|[T]ODO|[X]XX' $(srcdir)/src/*.[ch] \
		> FIXME.out || true

include tools/lcov.am
LCOV_CHECK_ARGS = CHECK_TWISTED_SLEEP=6

CHANGELOG_RANGE = telepathy-gabble-0.12.0..
CHECK_FOR_UNRELEASED = \
	$(srcdir)/NEWS \
	$(wildcard $(srcdir)/gabble/*.[ch]) \
	$(wildcard $(srcdir)/src/*.[ch])

include tools/telepathy.am