diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-11-16 13:43:48 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-11-16 13:43:48 +0000 |
commit | fd42422283254a1309dffe7ac94f645bdd60d34c (patch) | |
tree | 4f5891d662652a15808455b2511657f649b59715 /qt-recordmydesktop/m4/common.mk | |
parent | 9a74509219f0493546b86960058bdcfa17ab42f2 (diff) |
removed unneccessary macro files: as-python.m4 as-version.m4 py-compile-destdir common.mk python.mk pychecker.mk
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@570 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'qt-recordmydesktop/m4/common.mk')
-rw-r--r-- | qt-recordmydesktop/m4/common.mk | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/qt-recordmydesktop/m4/common.mk b/qt-recordmydesktop/m4/common.mk deleted file mode 100644 index e6b86a1..0000000 --- a/qt-recordmydesktop/m4/common.mk +++ /dev/null @@ -1,28 +0,0 @@ -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 |