]> git.0d.be Git - empathy.git/commitdiff
Do not generate marshallers in src/, it is not needed.
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 9 Jan 2009 16:16:43 +0000 (16:16 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 9 Jan 2009 16:16:43 +0000 (16:16 +0000)
svn path=/trunk/; revision=2212

src/Makefile.am

index faf9cd4741453813ffec528b356732b08d8ced4a..e2c9e24260fd70a9059ad03f083a1ee93904182c 100644 (file)
@@ -14,9 +14,6 @@ bin_PROGRAMS =                        \
        empathy-logs
 
 BUILT_SOURCES= \
-       empathy-marshal.h \
-       empathy-marshal.c \
-       empathy-marshal.list \
        empathy-tube-dispatch-enumtypes.h \
        empathy-tube-dispatch-enumtypes.c
 
@@ -59,24 +56,6 @@ glade_DATA =                                         \
 dist_man_MANS =                        \
        empathy.1
 
-empathy-marshal.list: $(empathy_SOURCES) Makefile.am
-       ( cd $(srcdir) && \
-       sed -n -e 's/.*empathy_marshal_\([[:upper:][:digit:]]*__[[:upper:][:digit:]_]*\).*/\1/p' \
-       $(empathy_SOURCES) ) \
-       | sed -e 's/__/:/' -e 'y/_/,/' | sort -u > $@.tmp
-       if cmp -s $@.tmp $@; then \
-               rm $@.tmp; \
-       else \
-               mv $@.tmp $@; \
-       fi
-
-%-marshal.h: %-marshal.list Makefile
-       $(GLIB_GENMARSHAL) --header --prefix=_$(subst -,_,$*)_marshal $< > $*-marshal.h
-
-%-marshal.c: %-marshal.list Makefile
-       echo "#include \"empathy-marshal.h\"" > $@ && \
-       $(GLIB_GENMARSHAL) --body --prefix=_$(subst -,_,$*)_marshal $< >> $*-marshal.c
-
 # rules for making the glib enum objects
 %-enumtypes.h: %.h Makefile.in
        glib-mkenums \