summaryrefslogtreecommitdiff
path: root/qt-recordmydesktop/m4/common.mk
blob: e6b86a10e9815a32e64a685fcf0b6dc3e85649ad (plain)
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
28
clean-local:
	@rm -rf _trial_temp

test:
	@make check -C flumotion/test

check-docs:
	@make check -C doc/reference

coverage:
	@trial --coverage coverage -R flumotion.test
	@$(PYTHON) common/show-coverage.py _trial_temp/coverage/flumotion.*

fixme:
	tools/fixme | less -R

release: dist
	make $(PACKAGE)-$(VERSION).tar.bz2.md5

# generate md5 sum files
%.md5: %
	md5sum $< > $@

# generate a sloc count
sloc:
	sloccount flumotion | grep "(SLOC)" | cut -d = -f 2

.PHONY: test
© All Rights Reserved