1 abs_top_builddir = @abs_top_builddir@
3 noinst_SCRIPTS = telepathy-glib-env empathy-env
5 telepathy-glib-env: telepathy-glib-env.in Makefile
6 sed -e 's![@]abs_top_builddir[@]!$(abs_top_builddir)!' $< > $@
9 empathy-env: empathy-env.in Makefile
10 sed -e 's![@]abs_top_builddir[@]!$(abs_top_builddir)!' $< > $@
15 check-coding-style.mk \
23 glib-client-marshaller-gen.py \
24 glib-errors-check-gen.py \
25 glib-errors-str-gen.py \
26 glib-ginterface-gen.py \
27 glib-gtypes-generator.py \
28 glib-interfaces-gen.py \
33 make-release-mail.py \
34 make-version-script.py \
39 telepathy-glib-env.in \
45 CLEANFILES = libtpcodegen.pyc libtpcodegen.pyo libglibcodegen.pyc libglibcodegen.pyo $(noinst_SCRIPTS)
49 libglibcodegen.py: libtpcodegen.py
50 $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@
51 c-constants-gen.py: libglibcodegen.py
52 $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@
53 glib-client-marshaller-gen.py: libglibcodegen.py
54 $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@
55 glib-errors-enum-body-gen.py: libglibcodegen.py
56 $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@
57 glib-errors-enum-header-gen.py: libglibcodegen.py
58 $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@
59 glib-ginterface-gen.py: libglibcodegen.py
60 $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@
61 glib-gtypes-generator.py: libglibcodegen.py
62 $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@
63 glib-interfaces-gen.py: libglibcodegen.py
64 $(AM_V_GEN)test -e ${srcdir}/$@ && touch ${srcdir}/$@
66 TELEPATHY_SPEC_SRCDIR = $(top_srcdir)/../telepathy-spec
67 maintainer-update-from-telepathy-spec:
68 set -e && cd $(srcdir) && \
69 for x in $(EXTRA_DIST); do \
70 if test -f $(TELEPATHY_SPEC_SRCDIR)/tools/$$x; then \
71 cp $(TELEPATHY_SPEC_SRCDIR)/tools/$$x $$x; \