From f82a1cfd7d318c35cf9fb696d38d63c9d5a899d2 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 9 Feb 2008 21:07:02 +0000 Subject: Generate marshal.list thanks to gabble black magic. svn path=/trunk/; revision=614 --- libempathy/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libempathy/Makefile.am') diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index a114ad7c8..5d0c021b2 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -8,6 +8,7 @@ AM_CPPFLAGS = \ BUILT_SOURCES = \ empathy-marshal.h \ empathy-marshal.c \ + empathy-marshal.list \ empathy-enum-types.h \ empathy-enum-types.c \ empathy-filter-glue.h \ @@ -84,6 +85,17 @@ libempathy_include_HEADERS = \ $(libempathy_headers) \ empathy-enum-types.h +empathy-marshal.list: $(libempathy_la_SOURCES) Makefile.am + ( cd $(srcdir) && \ + sed -n -e 's/.*empathy_marshal_\([[:upper:]]*__[[:upper:]_]*\).*/\1/p' \ + $(libempathy_la_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 -- cgit v1.2.3