File: Makefile.am

package info (click to toggle)
mmlib 1.4.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,716 kB
  • sloc: ansic: 18,071; makefile: 431; sh: 135; python: 63
file content (27 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
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 --install
SUBDIRS = po src doc tests
EXTRA_DIST = \
	autogen.sh \
	build-aux/config.rpath \
	LICENSE \
	TODO.md \
	tools/coverage.sh \
	$(NULL)

test-coverage:
	$(srcdir)/tools/coverage.sh run

clean-local:
	$(srcdir)/tools/coverage.sh clean

checkstyle:
	$(MAKE) -C src $@

fixstyle:
	$(MAKE) -C src $@

spelling:
	$(MAKE) -C src $@

api-compat-test:
	$(MAKE) -C src $@