[gnome-mud] marshallers: Remove their generation



commit 26a29fd820531d572c806431b0582361f8df8834
Author: Steven Jackson <sj oscode net>
Date:   Fri Apr 28 23:35:15 2017 +0100

    marshallers: Remove their generation

 configure.ac          |    2 --
 src/Makefile.am       |   17 -----------------
 src/mud-line-buffer.c |    1 -
 src/mud-subwindow.c   |    1 -
 src/mud-window.c      |    1 -
 5 files changed, 0 insertions(+), 22 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c25da2f..054f424 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,8 +80,6 @@ PKG_CHECK_MODULES(GMUD, gtk+-2.0 >= $GTK_REQUIRED vte >= $VTE_REQUIRED libpcre >
 AC_SUBST(GMUD_CFLAGS)
 AC_SUBST(GMUD_LIBS)
 
-GLIB_GENMARSHAL="$($PKG_CONFIG --variable=glib_genmarshal glib-2.0)"
-AC_SUBST([GLIB_GENMARSHAL])
 GLIB_MKENUMS="$($PKG_CONFIG --variable=glib_mkenums glib-2.0)"
 AC_SUBST([GLIB_MKENUMS])
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 6806202..3cc6921 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,8 +35,6 @@ gnome_mud_SOURCES =                           \
        gnome-mud.h                             \
        gnome-mud-builtins.c                    \
        gnome-mud-builtins.h                    \
-       gnome-mud-marshallers.c                 \
-       gnome-mud-marshallers.h                 \
        gnome-mud-icons.h                       \
        mud-connection-view.c                   \
        mud-connections.c                       \
@@ -78,8 +76,6 @@ gnome_mud_SOURCES =                           \
        utils.h
 
 BUILT_SOURCES = \
-       gnome-mud-marshallers.c \
-       gnome-mud-marshallers.h \
        gnome-mud-builtins.c \
        gnome-mud-builtins.h
 
@@ -87,25 +83,12 @@ enumheaders = \
        mud-trigger.h
 
 EXTRA_DIST = \
-       gnome-mud-marshallers.list \
        gnome-mud-builtins.h.template \
        gnome-mud-builtins.c.template
 
 CLEANFILES = \
        $(BUILT_SOURCES)
 
-gnome-mud-marshallers.h: gnome-mud-marshallers.list
-       ( $(GLIB_GENMARSHAL) --prefix gnome_mud_cclosure --header \
-           gnome-mud-marshallers.list > gnome-mud-marshallers.h.tmp \
-           && mv gnome-mud-marshallers.h.tmp gnome-mud-marshallers.h ) \
-           || ( rm -f gnome-mud-marshallers.h.tmp && exit 1 )
-
-gnome-mud-marshallers.c: gnome-mud-marshallers.list
-       ( $(GLIB_GENMARSHAL) --prefix gnome_mud_cclosure --body \
-           gnome-mud-marshallers.list > gnome-mud-marshallers.c.tmp \
-           && mv gnome-mud-marshallers.c.tmp gnome-mud-marshallers.c ) \
-           || ( rm -f gnome-mud-marshallers.c.tmp && exit 1 )
-
 gnome-mud-builtins.h: $(enumheaders) gnome-mud-builtins.h.template
        ( $(GLIB_MKENUMS) --template gnome-mud-builtins.h.template \
            $(enumheaders) > gnome-mud-builtins.h.tmp \
diff --git a/src/mud-line-buffer.c b/src/mud-line-buffer.c
index 83026c1..068094f 100644
--- a/src/mud-line-buffer.c
+++ b/src/mud-line-buffer.c
@@ -26,7 +26,6 @@
 #include <glib-object.h>
 
 #include "mud-line-buffer.h"
-#include "gnome-mud-marshallers.h"
 
 struct _MudLineBufferPrivate
 {
diff --git a/src/mud-subwindow.c b/src/mud-subwindow.c
index 11d1761..605702d 100644
--- a/src/mud-subwindow.c
+++ b/src/mud-subwindow.c
@@ -29,7 +29,6 @@
 #include <glib/gprintf.h>
 
 #include "gnome-mud.h"
-#include "gnome-mud-marshallers.h"
 #include "mud-connection-view.h"
 #include "mud-window.h"
 #include "mud-subwindow.h"
diff --git a/src/mud-window.c b/src/mud-window.c
index 010092f..c3794f5 100644
--- a/src/mud-window.c
+++ b/src/mud-window.c
@@ -42,7 +42,6 @@
 #include "mud-window-profile.h"
 #include "mud-parse-base.h"
 #include "mud-connections.h"
-#include "gnome-mud-marshallers.h"
 #include "mud-telnet.h"
 #include "handlers/mud-telnet-handlers.h"
 #include "utils.h"


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