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,56 +0,0 @@ | ||||
| ## Process this file with automake to produce Makefile.in | ||||
| include $(top_srcdir)/Makefile.decl | ||||
| include gdk-win32-sources.inc | ||||
|  | ||||
| libgdkincludedir = $(includedir)/gtk-3.0/gdk | ||||
| libgdkwin32includedir = $(includedir)/gtk-3.0/gdk/win32 | ||||
|  | ||||
| AM_CPPFLAGS = \ | ||||
| 	-DG_LOG_DOMAIN=\"Gdk\"		\ | ||||
| 	-DG_LOG_USE_STRUCTURED=1	\ | ||||
| 	-DINSIDE_GDK_WIN32		\ | ||||
| 	-I$(top_srcdir)			\ | ||||
| 	-I$(top_srcdir)/gdk		\ | ||||
| 	-I$(top_builddir)/gdk		\ | ||||
| 	$(GDK_HIDDEN_VISIBILITY_CFLAGS) \ | ||||
| 	$(GTK_DEBUG_FLAGS) 		\ | ||||
| 	$(GDK_DEP_CFLAGS)		\ | ||||
| 	$(GDK_WIN32_EXTRA_CFLAGS)	\ | ||||
| 	-DGDK_COMPILATION | ||||
|  | ||||
| if WIN32_GLES | ||||
| AM_CPPFLAGS += "-DGDK_WIN32_ENABLE_EGL=1" | ||||
| endif #WIN32_GLES | ||||
|  | ||||
| libgdk_win32_DEP_LIBS = \ | ||||
| 	-lhid | ||||
|  | ||||
| LDADDS = $(libgdk_win32_DEP_LIBS) $(GDK_DEP_LIBS) | ||||
|  | ||||
| noinst_LTLIBRARIES = libgdk-win32.la | ||||
|  | ||||
| SUBDIRS=rc | ||||
|  | ||||
| EXTRA_DIST += \ | ||||
| 	bdfcursor.c \ | ||||
| 	makefile.msc \ | ||||
| 	meson.build | ||||
|  | ||||
| libgdk_win32_la_LIBADD = \ | ||||
| 	$(LDADDS) \ | ||||
| 	$(NULL) | ||||
|  | ||||
| libgdkinclude_HEADERS = $(GDK_PUBLIC_H_SRCS_WIN32) | ||||
|  | ||||
| # ------------------- MSVC Build Items ---------------- | ||||
| MSVCPROJS = gdk3-win32 | ||||
|  | ||||
| gdk3_win32_FILES = $(libgdk_win32_la_SOURCES) | ||||
| gdk3_win32_EXCLUDES = dummy | ||||
|  | ||||
| include $(top_srcdir)/win32/Makefile.msvcproj | ||||
|  | ||||
| dist-hook: \ | ||||
| 	$(top_builddir)/win32/vs9/gdk3-win32.vcproj | ||||
|  | ||||
| -include $(top_srcdir)/git.mk | ||||
| @ -1,72 +0,0 @@ | ||||
| # Public header list for GdkWin32 | ||||
|  | ||||
| GDK_PUBLIC_H_SRCS_WIN32 =		\ | ||||
| 	gdkwin32.h | ||||
|  | ||||
| libgdkwin32include_HEADERS =	\ | ||||
| 	gdkwin32cursor.h	\ | ||||
| 	gdkwin32display.h	\ | ||||
| 	gdkwin32displaymanager.h\ | ||||
| 	gdkwin32dnd.h		\ | ||||
| 	gdkwin32glcontext.h	\ | ||||
| 	gdkwin32keys.h		\ | ||||
| 	gdkwin32misc.h		\ | ||||
| 	gdkwin32monitor.h	\ | ||||
| 	gdkwin32screen.h	\ | ||||
| 	gdkwin32window.h | ||||
|  | ||||
| # Sources list for GdkWin32 | ||||
| libgdk_win32_la_SOURCES = \ | ||||
| 	gdkcursor-win32.c \ | ||||
| 	gdkdevicemanager-win32.c \ | ||||
| 	gdkdevicemanager-win32.h \ | ||||
| 	gdkdevice-virtual.c \ | ||||
| 	gdkdevice-virtual.h \ | ||||
| 	gdkdevice-win32.c \ | ||||
| 	gdkdevice-win32.h \ | ||||
| 	gdkdevice-winpointer.c \ | ||||
| 	gdkdevice-winpointer.h \ | ||||
| 	gdkdevice-wintab.c \ | ||||
| 	gdkdevice-wintab.h \ | ||||
| 	gdkdisplay-win32.c \ | ||||
| 	gdkdisplay-win32.h \ | ||||
| 	gdkdisplaymanager-win32.c \ | ||||
| 	gdkdnd-win32.c \ | ||||
| 	gdkevents-win32.c \ | ||||
| 	gdkgeometry-win32.c \ | ||||
| 	gdkglcontext-win32.c \ | ||||
| 	gdkglcontext-win32.h \ | ||||
| 	gdkglobals-win32.c \ | ||||
| 	gdkkeys-win32.c \ | ||||
| 	gdkkeys-win32.h \ | ||||
| 	gdkkeys-win32-impl.c \ | ||||
| 	gdkkeys-win32-impl-wow64.c \ | ||||
| 	gdkmain-win32.c \ | ||||
| 	gdkmonitor-win32.c \ | ||||
| 	gdkmonitor-win32.h \ | ||||
| 	gdkprivate-win32.h \ | ||||
| 	gdkproperty-win32.c \ | ||||
| 	gdkscreen-win32.c \ | ||||
| 	gdkselection-win32.c \ | ||||
| 	gdkselection-win32.h \ | ||||
| 	gdktestutils-win32.c \ | ||||
| 	gdkwin32cursor.h \ | ||||
| 	gdkwin32display.h \ | ||||
| 	gdkwin32displaymanager.h \ | ||||
| 	gdkwin32dnd.h \ | ||||
| 	gdkwin32dnd-private.h \ | ||||
| 	gdkwin32glcontext.h \ | ||||
| 	gdkwin32langnotification.c \ | ||||
| 	gdkwin32langnotification.h \ | ||||
| 	gdkwin32.h \ | ||||
| 	gdkwin32id.c \ | ||||
| 	gdkwin32keys.h \ | ||||
| 	gdkwin32monitor.h \ | ||||
| 	gdkwin32screen.h \ | ||||
| 	gdkwin32window.h \ | ||||
| 	gdkwindow-win32.c \ | ||||
| 	gdkwindow-win32.h \ | ||||
| 	pktdef.h \ | ||||
| 	winpointer.h \ | ||||
| 	wintab.h \ | ||||
| 	xcursors.h | ||||
| @ -1,76 +0,0 @@ | ||||
| ## Makefile for building the GDK DLL with Microsoft C | ||||
| ## Use: nmake -f makefile.msc | ||||
|  | ||||
| ################################################################ | ||||
|  | ||||
| # Nothing much configurable below | ||||
|  | ||||
| TOP = ../../.. | ||||
| !INCLUDE $(TOP)/glib/build/win32/make.msc | ||||
|  | ||||
| # Location of the Wintab toolkit. Downloadable from http://www.pointing.com. | ||||
| # definition should possibly go to build/win32/module.def, too. | ||||
| !IFNDEF WTKIT | ||||
| WTKIT = $(TOP)\wtkit126 | ||||
| !ENDIF | ||||
|  | ||||
| GTK_VER=3.0 | ||||
|  | ||||
| DEFINES = \ | ||||
| 	-DHAVE_CONFIG_H -DINSIDE_GDK_WIN32 -DGDK_VERSION=\"$(GTK_VER)\" \ | ||||
| 	-DGDK_COMPILATION -DG_LOG_DOMAIN=\"Gdk\" | ||||
|  | ||||
| INCLUDES = -FImsvc_recommended_pragmas.h \ | ||||
| 	-I. -I.. -I..\.. $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(CAIRO_CFLAGS) \ | ||||
| 	$(GDK_PIXBUF_CFLAGS) -I$(WTKIT)\include -I$(GLIB) \ | ||||
|  | ||||
| all: \ | ||||
| 	..\..\config.h	\ | ||||
| 	..\gdkconfig.h \ | ||||
| 	gdk-win32.lib \ | ||||
| 	gdk.res | ||||
|  | ||||
| gdk_win32_DEPS = \ | ||||
| 	hid.lib | ||||
|  | ||||
| gdk_win32_OBJECTS = \ | ||||
| 	gdkcursor-win32.obj \ | ||||
| 	gdkdevice-win32.obj \ | ||||
| 	gdkdevice-winpointer.obj \ | ||||
| 	gdkdevice-wintab.obj \ | ||||
| 	gdkdevicemanager-win32.obj \ | ||||
| 	gdkdnd-win32.obj \ | ||||
| 	gdkdisplay-win32.obj \ | ||||
| 	gdkdisplaymanager-win32.obj \ | ||||
| 	gdkevents-win32.obj \ | ||||
| 	gdkgeometry-win32.obj \ | ||||
| 	gdkglobals-win32.obj \ | ||||
| 	gdkinput.obj \ | ||||
| 	gdkkeys-win32.obj \ | ||||
| 	gdkkeys-win32-impl.obj \ | ||||
| 	gdkkeys-win32-impl-wow64.obj \ | ||||
| 	gdkmain-win32.obj \ | ||||
| 	gdkproperty-win32.obj \ | ||||
| 	gdkscreen-win32.obj \ | ||||
| 	gdkselection-win32.obj \ | ||||
| 	gdktestutils-win32.obj \ | ||||
| 	gdkwin32id.obj \ | ||||
| 	gdkwindow-win32.obj | ||||
|  | ||||
| ..\..\config.h : ..\..\config.h.win32 | ||||
| 	copy ..\..\config.h.win32 ..\..\config.h | ||||
|  | ||||
| ..\gdkconfig.h : ..\gdkconfig.h.win32 | ||||
| 	copy ..\gdkconfig.h.win32 ..\gdkconfig.h | ||||
|  | ||||
| gdk.res : rc\gdk.rc | ||||
| 	rc -DBUILDNUMBER=0 -r -fo gdk.res rc\gdk.rc | ||||
|  | ||||
| gdk-win32.lib : $(gdk_win32_OBJECTS) | ||||
| 	lib -out:gdk-win32.lib $(gdk_win32_DEPS) $(gdk_win32_OBJECTS) | ||||
|  | ||||
| clean:: | ||||
| 	del *.obj | ||||
| 	del *.lib | ||||
| 	del *.err | ||||
| 	del *.res | ||||
| @ -1,15 +0,0 @@ | ||||
| include $(top_srcdir)/Makefile.decl | ||||
|  | ||||
| EXTRA_DIST += \ | ||||
| 	gdk.rc \ | ||||
| 	gdk.rc.in \ | ||||
| 	gtk.ico | ||||
|  | ||||
| if USE_WIN32 | ||||
| noinst_DATA = gdk-win32-res.o | ||||
| endif | ||||
|  | ||||
| gdk-win32-res.o : gdk.rc gtk.ico | ||||
| 	$(WINDRES) -I $(srcdir) gdk.rc $@ | ||||
|  | ||||
| -include $(top_srcdir)/git.mk | ||||
		Reference in New Issue
	
	Block a user
	 Emmanuele Bassi
					Emmanuele Bassi