[gnome-games] libgames-support: Remove obsolete games-marshal.list



commit d5bcdea1a2765913c53e565ec1406e2236d16b47
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Jan 3 17:31:42 2012 +1100

    libgames-support: Remove obsolete games-marshal.list

 libgames-support/Makefile.am        |   25 -------------------------
 libgames-support/games-marshal.list |    1 -
 2 files changed, 0 insertions(+), 26 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index acc275e..32d3466 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -6,16 +6,10 @@ pkglib_LTLIBRARIES =
 
 # libgames-support.la
 
-BUILT_SOURCES = \
-	games-marshal.c			\
-	games-marshal.h
-
 libgames_support_la_SOURCES =		\
 	games-stock.c			\
 	games-stock.h
 
-nodist_libgames_support_la_SOURCES = $(BUILT_SOURCES)
-
 libgames_support_la_SOURCES +=		\
 	games-clock.c			\
 	games-clock.h			\
@@ -86,33 +80,14 @@ endif
 gsettingsschema_in_files = org.gnome.Games.WindowState.gschema.xml.in
 gsettings_SCHEMAS = $(gsettingsschema_in_files:.gschema.xml.in=.gschema.xml)
 
-stamp_files = \
-	stamp-games-marshal.c \
-	stamp-games-marshal.h
-
 EXTRA_DIST = \
-	games-marshal.list \
 	$(gsettingsschema_in_files)
 
 CLEANFILES = \
-	$(BUILT_SOURCES) \
-	$(stamp_files) \
 	$(gsettings_SCHEMAS)
 
 DISTCLEANFILES =
 
-games-marshal.c: stamp-games-marshal.c
-	@true
-stamp-games-marshal.c: games-marshal.list Makefile
-	$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=games_marshal $< --header --body $(GLIB_GENMARSHAL_INTERNAL) > games-marshal.c \
-	&& echo timestamp > $(@F)
-
-games-marshal.h: stamp-games-marshal.h
-	@true
-stamp-games-marshal.h: games-marshal.list Makefile
-	$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=games_marshal $< --header $(GLIB_GENMARSHAL_INTERNAL) > games-marshal.h \
-	&& echo timestamp > $(@F)
-
 if HAVE_INTROSPECTION
 
 pkglib_LTLIBRARIES += libgames-support-gi.la



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