mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
build: Drop autotools support
So long, and thanks for everything. We’re a Meson-only shop now. glib-2-58 will remain the last stable GLib release series which is buildable using autotools. We continue to install autoconf macros for autotools-using projects which depend on GLib; they are stable API. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -1,49 +0,0 @@
|
||||
include $(top_srcdir)/glib.mk
|
||||
|
||||
AM_CPPFLAGS = -g $(gio_INCLUDES) $(GLIB_DEBUG_FLAGS) -I$(top_builddir)/gio -I$(top_srcdir)/gio
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
|
||||
GDBUS_GENERATED = \
|
||||
objectmanager-gen.h \
|
||||
objectmanager-gen.c \
|
||||
objectmanager-gen-org.gtk.GDBus.Example.ObjectManager.Animal.xml \
|
||||
objectmanager-gen-org.gtk.GDBus.Example.ObjectManager.Cat.xml \
|
||||
$(NULL)
|
||||
|
||||
$(GDBUS_GENERATED) : gdbus-example-objectmanager.xml Makefile $(top_builddir)/gio/gdbus-2.0/codegen/gdbus-codegen
|
||||
$(AM_V_GEN) UNINSTALLED_GLIB_SRCDIR=$(top_srcdir) \
|
||||
UNINSTALLED_GLIB_BUILDDIR=$(top_builddir) \
|
||||
$(PYTHON) $(top_builddir)/gio/gdbus-2.0/codegen/gdbus-codegen \
|
||||
--interface-prefix org.gtk.GDBus.Example.ObjectManager. \
|
||||
--c-namespace Example \
|
||||
--c-generate-object-manager \
|
||||
--generate-c-code objectmanager-gen \
|
||||
--generate-docbook objectmanager-gen \
|
||||
$< \
|
||||
$(NULL)
|
||||
|
||||
test_ltlibraries = libgdbus-example-objectmanager.la
|
||||
|
||||
if ENABLE_GTK_DOC
|
||||
# The docs pull these in, so we need them even if not doing 'make check'
|
||||
BUILT_SOURCES += $(GDBUS_GENERATED)
|
||||
noinst_LTLIBRARIES += libgdbus-example-objectmanager.la
|
||||
endif
|
||||
|
||||
nodist_libgdbus_example_objectmanager_la_SOURCES = \
|
||||
objectmanager-gen.h \
|
||||
objectmanager-gen.c
|
||||
|
||||
libgdbus_example_objectmanager_la_LIBADD = \
|
||||
$(top_builddir)/glib/libglib-2.0.la \
|
||||
$(top_builddir)/gobject/libgobject-2.0.la \
|
||||
$(top_builddir)/gmodule/libgmodule-2.0.la \
|
||||
$(top_builddir)/gio/libgio-2.0.la \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST += gdbus-example-objectmanager.xml
|
||||
|
||||
CLEANFILES += $(GDBUS_GENERATED)
|
||||
|
||||
check-TESTS:
|
Reference in New Issue
Block a user