1 ## Process this file with automake to produce Makefile.in
2 ACLOCAL_AMFLAGS = -I m4
4 SUBDIRS = girepository giscanner tools gir docs tests examples
5 DIST_SUBDIRS = m4 $(SUBDIRS)
6 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
10 docs/g-ir-generate.1 \
13 pkgconfigdir = $(libdir)/pkgconfig
14 pkgconfig_DATA = gobject-introspection-1.0.pc gobject-introspection-no-export-1.0.pc
16 m4dir = $(datadir)/aclocal
17 m4_DATA = m4/introspection.m4
19 makedir = $(datadir)/gobject-introspection-1.0
20 dist_make_DATA = Makefile.introspection
33 @TAG=`echo $(VERSION)|sed s/\\\./_/g`;\
34 echo "* Tagging $(VERSION)"; \
35 git tag -s -m "Tag $$VERSION" -a \
36 GOBJECT_INTROSPECTION_$$TAG && \
37 git push --tags ssh://git.gnome.org/git/gobject-introspection
39 upload-release: $(distdir).tar.gz
40 scp $(distdir).tar.gz gnome.org:
41 ssh gnome.org install-module $(distdir).tar.gz
44 @echo " PEP-8 INQUISITION"
45 @find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pep8.py --repeat --exclude=config.py
46 @echo " CHECK Pyflakes"
47 @find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pyflakes.py