1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/gcov.mak
7 GCOV_DIRS = girepository tools
9 check-coverage: coverage-report.txt
10 @cat $(top_builddir)/coverage-report.txt
15 @echo "ERROR: Need to reconfigure with --enable-gcov to run make check-coverage"
19 ACLOCAL_AMFLAGS = -I m4
21 SUBDIRS = girepository giscanner tools gir docs tests examples
22 DIST_SUBDIRS = m4 $(SUBDIRS)
25 docs/g-ir-compiler.1 \
26 docs/g-ir-generate.1 \
29 pkgconfigdir = $(libdir)/pkgconfig
30 pkgconfig_DATA = gobject-introspection-1.0.pc gobject-introspection-no-export-1.0.pc
32 m4dir = $(datadir)/aclocal
33 m4_DATA = m4/introspection.m4
44 @TAG=`echo $(VERSION)|sed s/\\\./_/g`;\
45 echo "* Tagging $(VERSION)"; \
46 git tag -s -m "Tag $$VERSION" -a \
47 GOBJECT_INTROSPECTION_$$TAG && \
48 git push --tags ssh://git.gnome.org/git/gobject-introspection
50 upload-release: $(distdir).tar.gz
51 scp $(distdir).tar.gz gnome.org:
52 ssh gnome.org install-module $(distdir).tar.gz
55 @echo " PEP-8 INQUISITION"
56 @find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pep8.py --repeat --exclude=config.py
57 @echo " CHECK Pyflakes"
58 @find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pyflakes.py