summaryrefslogtreecommitdiff
path: root/telepathy-glib/codegen.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-23 15:32:02 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-01 14:54:59 +0000
commitd70ba9ba46ea037b8003efc27de7f8c2d067befa (patch)
treebd50283ac3c0ab34907e84a516b277b4dbed68b1 /telepathy-glib/codegen.am
parenta7f5ea03fd6b09a8a3c4c3a63a85d0d9932bf11d (diff)
downloadtelepathy-glib-d70ba9ba46ea037b8003efc27de7f8c2d067befa.tar.gz
Stop generating lists of signals marshallers altogether
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46523 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/codegen.am')
-rw-r--r--telepathy-glib/codegen.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/telepathy-glib/codegen.am b/telepathy-glib/codegen.am
index c15dfc79d..e6d1159a8 100644
--- a/telepathy-glib/codegen.am
+++ b/telepathy-glib/codegen.am
@@ -82,10 +82,6 @@ nodist_geninclude_HEADERS = \
nodist_libtelepathy_glib_internal_la_SOURCES = \
_gen/error-str.c \
- _gen/signals-marshal.c \
- _gen/signals-marshal.h \
- _gen/signals-marshal.list \
- _gen/tp-signals-marshal.list \
_gen/interfaces-body.h \
_gen/genums.c \
_gen/gtypes-body.h \
@@ -174,21 +170,6 @@ _gen/register-dbus-glib-marshallers-body.h: _gen/stable-spec.xml \
$(tools_dir)/glib-client-marshaller-gen.py
$(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-client-marshaller-gen.py $< _tp > $@
-_gen/tp-signals-marshal.list: $(tools_dir)/glib-signals-marshal-gen.py \
- _gen/stable-spec.xml
- $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-signals-marshal-gen.py \
- _gen/stable-spec.xml > $@
-
-_gen/signals-marshal.list: signals-marshal.list _gen/tp-signals-marshal.list
- $(AM_V_GEN)sort -u $^ > $@
-
-_gen/signals-marshal.h: _gen/signals-marshal.list codegen.am
- $(AM_V_GEN)$(GLIB_GENMARSHAL) --header --prefix=_tp_marshal $< > $@
-
-_gen/signals-marshal.c: _gen/signals-marshal.list codegen.am
- $(AM_V_GEN){ echo '#include "_gen/signals-marshal.h"' && \
- $(GLIB_GENMARSHAL) --body --prefix=_tp_marshal $< ; } > $@
-
_gen/genums.c: _gen/spec-stamp genums.c.template $(our_headers) codegen.am
$(AM_V_GEN)( cd $(srcdir) && \
$(GLIB_MKENUMS) --template genums.c.template $(our_headers) \
@@ -216,7 +197,6 @@ _gen/tp-svc-%.c _gen/tp-svc-%.h: _gen/tp-spec-%.xml \
--filename=_gen/tp-svc-$* \
--signal-marshal-prefix=_tp \
--include='<telepathy-glib/dbus.h>' \
- --include="\"_gen/signals-marshal.h\"" \
--not-implemented-func='tp_dbus_g_method_return_not_implemented' \
$< Tp_Svc_