build: Remove the Autotools build
CI and downstream packagers have been using the Meson build for a while now, and we checked that it's idempotent to the Autotools build. Having two build systems in tree doesn't make maintaining and releasing GTK any easier, even if it's the stable/frozen branch.
This commit is contained in:
		| @ -1,33 +0,0 @@ | ||||
| include $(top_srcdir)/Makefile.decl | ||||
|  | ||||
| backenddir = $(libdir)/gtk-3.0/$(GTK_BINARY_VERSION)/printbackends | ||||
|  | ||||
| backend_LTLIBRARIES = libprintbackend-test.la | ||||
|  | ||||
| libprintbackend_test_la_SOURCES = \ | ||||
| 	gtkprintbackendtest.c | ||||
|  | ||||
| libprintbackend_test_la_CPPFLAGS = \ | ||||
| 	-I$(top_srcdir) 				\ | ||||
| 	-I$(top_srcdir)/gtk				\ | ||||
| 	-I$(top_builddir)/gtk				\ | ||||
| 	-I$(top_srcdir)/gdk				\ | ||||
| 	-I$(top_builddir)/gdk				\ | ||||
| 	-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED		\ | ||||
| 	$(AM_CPPFLAGS) | ||||
|  | ||||
| libprintbackend_test_la_CFLAGS = \ | ||||
| 	$(GTK_DEP_CFLAGS)				\ | ||||
| 	$(AM_CFLAGS) | ||||
|  | ||||
| libprintbackend_test_la_LDFLAGS =  \ | ||||
| 	-avoid-version -module $(no_undefined) | ||||
|  | ||||
| libprintbackend_test_la_LIBADD = \ | ||||
| 	$(top_builddir)/gtk/libgtk-3.la	\ | ||||
| 	$(GTK_DEP_LIBS) | ||||
|  | ||||
| noinst_HEADERS =			\ | ||||
| 	gtkprintbackendtest.h | ||||
|  | ||||
| -include $(top_srcdir)/git.mk | ||||
		Reference in New Issue
	
	Block a user
	 Emmanuele Bassi
					Emmanuele Bassi