mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
build: Fix rules for marshalers.[ch]
This commit is contained in:
parent
3d52ee999a
commit
d10f79a196
1
gobject/tests/.gitignore
vendored
1
gobject/tests/.gitignore
vendored
@ -9,3 +9,4 @@ reference
|
|||||||
signals
|
signals
|
||||||
threadtests
|
threadtests
|
||||||
valuearray
|
valuearray
|
||||||
|
marshalers.[ch]
|
||||||
|
@ -18,14 +18,17 @@ TEST_PROGS += \
|
|||||||
ifaceproperties \
|
ifaceproperties \
|
||||||
valuearray
|
valuearray
|
||||||
|
|
||||||
signals_SOURCES=signals.c marshalers.c
|
signals_SOURCES = signals.c marshalers.c
|
||||||
|
|
||||||
marshalers.h: marshalers.list
|
marshalers.h: Makefile.am marshalers.list
|
||||||
$(AM_V_GEN) ../glib-genmarshal --prefix=test $(srcdir)/marshalers.list --header --valist-marshallers > marshalers.h
|
$(AM_V_GEN) ../glib-genmarshal --prefix=test $(srcdir)/marshalers.list --header --valist-marshallers > marshalers.h
|
||||||
|
|
||||||
marshalers.c: marshalers.list
|
marshalers.c: Makefile.am marshalers.list
|
||||||
$(AM_V_GEN) ../glib-genmarshal --prefix=test $(srcdir)/marshalers.list --body --valist-marshallers > marshalers.c
|
$(AM_V_GEN) ../glib-genmarshal --prefix=test $(srcdir)/marshalers.list --body --valist-marshallers > marshalers.c
|
||||||
|
|
||||||
|
BUILT_SOURCES = marshalers.h marshalers.c
|
||||||
|
CLEANFILES = marshalers.h marshalers.c
|
||||||
|
|
||||||
ifaceproperties_SOURCES = ifaceproperties.c testcommon.h
|
ifaceproperties_SOURCES = ifaceproperties.c testcommon.h
|
||||||
|
|
||||||
EXTRA_DIST = marshalers.list
|
EXTRA_DIST += marshalers.list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user