qulogic/libgnt

Rename finch/libgnt/genmarshal to gntmarshal for consistency.
meson
2016-08-22, Elliott Sales de Andrade
12cec571fe2c
Parents cdbda37176f1
Children 7f3df413b4ed
Rename finch/libgnt/genmarshal to gntmarshal for consistency.

This makes for a simpler generator rule.
  • +5 -5
    Makefile.am
  • +0 -11
    genmarshal
  • +11 -0
    gntmarshal
  • --- a/Makefile.am Mon Aug 22 23:03:22 2016 -0400
    +++ b/Makefile.am Mon Aug 22 19:44:24 2016 -0400
    @@ -1,4 +1,4 @@
    -EXTRA_DIST=genmarshal
    +EXTRA_DIST=gntmarshal
    SUBDIRS = . wms
    pkgconfigdir = $(libdir)/pkgconfig
    @@ -72,12 +72,12 @@
    gntmarshal.h \
    gntmarshal.c
    -gntmarshal.c: $(srcdir)/genmarshal gntmarshal.h
    +gntmarshal.c: $(srcdir)/gntmarshal gntmarshal.h
    $(AM_V_GEN)echo "#include \"gntmarshal.h\"" > $@
    - $(AM_V_at)glib-genmarshal --prefix=gnt_closure_marshal --body $(srcdir)/genmarshal >> $@
    + $(AM_V_at)glib-genmarshal --prefix=gnt_closure_marshal --body $(srcdir)/gntmarshal >> $@
    -gntmarshal.h: $(srcdir)/genmarshal
    - $(AM_V_GEN)glib-genmarshal --prefix=gnt_closure_marshal --header $(srcdir)/genmarshal > $@
    +gntmarshal.h: $(srcdir)/gntmarshal
    + $(AM_V_GEN)glib-genmarshal --prefix=gnt_closure_marshal --header $(srcdir)/gntmarshal > $@
    libgnt_laincludedir=$(includedir)/gnt
    libgnt_lainclude_HEADERS = \
    --- a/genmarshal Mon Aug 22 23:03:22 2016 -0400
    +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
    @@ -1,11 +0,0 @@
    -BOOLEAN:VOID
    -BOOLEAN:STRING
    -VOID:INT,INT,INT,INT
    -VOID:INT,INT
    -VOID:POINTER,POINTER
    -BOOLEAN:INT,INT
    -BOOLEAN:INT,INT,INT
    -BOOLEAN:POINTER,POINTER,POINTER
    -BOOLEAN:INT,INT,INT,POINTER
    -VOID:STRING,STRING
    -VOID:POINTER,BOOLEAN
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/gntmarshal Mon Aug 22 19:44:24 2016 -0400
    @@ -0,0 +1,11 @@
    +BOOLEAN:VOID
    +BOOLEAN:STRING
    +VOID:INT,INT,INT,INT
    +VOID:INT,INT
    +VOID:POINTER,POINTER
    +BOOLEAN:INT,INT
    +BOOLEAN:INT,INT,INT
    +BOOLEAN:POINTER,POINTER,POINTER
    +BOOLEAN:INT,INT,INT,POINTER
    +VOID:STRING,STRING
    +VOID:POINTER,BOOLEAN