empathy r2212 - trunk/src



Author: xclaesse
Date: Fri Jan  9 16:16:43 2009
New Revision: 2212
URL: http://svn.gnome.org/viewvc/empathy?rev=2212&view=rev

Log:
Do not generate marshallers in src/, it is not needed.

Modified:
   trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Fri Jan  9 16:16:43 2009
@@ -14,9 +14,6 @@
 	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 @@
 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 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]