summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-06-09 17:43:38 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-06-09 17:43:38 -0500
commit838d2a39535b368582de2da5e185617ca1d52907 (patch)
tree12149f98a03b3ce641ccd2aff3e0d6662ca5cd86
parent9be2c6c4f786ee0ad034eb52a0ec4b7eb8ac64c3 (diff)
downloadat-spi2-core-838d2a39535b368582de2da5e185617ca1d52907.tar.gz
Remove some pre-meson Makefile debris
-rw-r--r--atk-adaptor/Makefile.include21
-rw-r--r--atk/makefile.msc142
-rw-r--r--doc/libatspi/Makefile.am97
3 files changed, 0 insertions, 260 deletions
diff --git a/atk-adaptor/Makefile.include b/atk-adaptor/Makefile.include
deleted file mode 100644
index 8c47c7b3..00000000
--- a/atk-adaptor/Makefile.include
+++ /dev/null
@@ -1,21 +0,0 @@
-gtkmodule_LTLIBRARIES = libatk-bridge.la
-
-libatk_bridge_la_CFLAGS = \
- $(DBUS_CFLAGS) \
- $(ATK_CFLAGS) \
- $(ATSPI_CFLAGS) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/atk-adaptor/adaptors \
- -I$(top_srcdir)/atk-adaptor/
- $(P2P_CFLAGS)
-
-libatk_bridge_la_LDFLAGS = -no-undefined \
- -module \
- -avoid-version \
- -rpath $(gtkmoduledir)
-
-libatk_bridge_la_LIBADD = $(DBUS_LIBS) \
- $(GMODULE_LIBS) \
- $(ATK_LIBS) \
- $(ATSPI_LIBS) \
- $(top_builddir)/atk-adaptor/libatk-bridge-2.0.la
diff --git a/atk/makefile.msc b/atk/makefile.msc
deleted file mode 100644
index ed4656bd..00000000
--- a/atk/makefile.msc
+++ /dev/null
@@ -1,142 +0,0 @@
-# autogenerated from automake.am with automake.py
-# and slightly modified ...
-
-TOP = ..\..
-PRJ_TOP = ..
-PACKAGE = atk
-!INCLUDE $(TOP)\glib\build\win32\make.msc
-
-!IFNDEF PERL
-PERL = perl
-!ENDIF
-
-PKG_VER = 1.0
-
-top_srcdir = $(PRJ_TOP)
-top_builddir = $(PRJ_TOP)
-includedir = $(PRJ_TOP)
-LT_RELEASE = $(PKG_VER)
-
-INCLUDES = -FImsvc_recommended_pragmas.h \
- -I. -I$(top_srcdir) $(GLIB_CFLAGS) $(PANGO_CFLAGS)
-
-PKG_LINK = $(GLIB_LIBS) $(INTL_LIBS) $(PANGO_LIBS)
-
-MAINTAINERCLEANFILES = \
- atkmarshal.c
-
-OBJECTS = \
- atk-enum-types.obj \
- atkaction.obj \
- atkcomponent.obj \
- atkdocument.obj \
- atkeditabletext.obj \
- atkgobjectaccessible.obj \
- atkhyperlink.obj \
- atkhypertext.obj \
- atkmisc.obj \
- atkimage.obj \
- atknoopobject.obj \
- atknoopobjectfactory.obj \
- atkobject.obj \
- atkobjectfactory.obj \
- atkregistry.obj \
- atkrelation.obj \
- atkrelationset.obj \
- atkselection.obj \
- atkstate.obj \
- atkstateset.obj \
- atkstreamablecontent.obj \
- atktable.obj \
- atktext.obj \
- atkutil.obj \
- atkvalue.obj \
-
-libatkincludedi = \
- $(includedir)/atk-1.0/atk
-
-atk_headers = \
- atk.h \
- atkaction.h \
- atkcomponent.h \
- atkdocument.h \
- atkeditabletext.h \
- atkgobjectaccessible.h \
- atkhyperlink.h \
- atkhypertext.h \
- atknoopobject.h \
- atknoopobjectfactory.h \
- atkobject.h \
- atkobjectfactory.h \
- atkimage.h \
- atkmisc.h \
- atkregistry.h \
- atkrelation.h \
- atkrelationset.h \
- atkrelationtype.h \
- atkselection.h \
- atkstate.h \
- atkstateset.h \
- atkstreamablecontent.h \
- atktable.h \
- atktext.h \
- atkutil.h \
- atkvalue.h
-
-EXTRA_DIST = \
- atkmarshal.list
-
-GENERATED = atkmarshal.c atkmarshal.h
-
-all : \
- $(GENERATED) \
- lib$(PACKAGE)-$(PKG_VER)-0.dll
-
-atkmarshal.h : atkmarshal.list
- $(GLIB)\gobject\glib-genmarshal --prefix=atk_marshal atkmarshal.list --header >atkmarshal.h
-
-atkmarshal.c : atkmarshal.list
- $(GLIB)\gobject\glib-genmarshal --prefix=atk_marshal atkmarshal.list --body >atkmarshal.c
-
-#
-# atk-enum-types.h
-#
-atk-enum-types.h : $(atk_headers) makefile.msc
- $(PERL) $(GLIB)\gobject\glib-mkenums \
- --fhead "#ifndef __ATK_ENUM_TYPES_H__\n#define __ATK_ENUM_TYPES_H__\n" \
- --fprod "/* enumerations from \"@basename@\" */\n" \
- --vhead "GType @enum_name@_get_type (void);\n#define ATK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
- --ftail "#endif /* __ATK_ENUM_TYPES_H__ */" \
- $(atk_headers) > atk-enum-types.h
-
-#
-# atk-enum-types.c
-#
-atk-enum-types.c: $(atk_headers) makefile.msc
- $(PERL) $(GLIB)\gobject\glib-mkenums \
- --fhead "#include <atk.h>" \
- --fprod "\n/* enumerations from \"@basename@\" */" \
- --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \
- --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
- --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \
- $(atk_headers) > atk-enum-types.c
-
-atk-enum-types.obj : atk-enum-types.h atk-enum-types.c
-
-$(PRJ_TOP)\config.h: $(PRJ_TOP)\config.h.win32
- copy $(PRJ_TOP)\config.h.win32 $(PRJ_TOP)\config.h
-
-RESOURCE = $(PACKAGE).res
-
-$(PACKAGE).lib : $(OBJECTS)
- lib /out:$(PACKAGE).lib $(OBJECTS)
-
-lib$(PACKAGE)-$(PKG_VER)-0.dll : $(OBJECTS) $(PACKAGE).def
- $(CC) $(CFLAGS) -LD -Felib$(PACKAGE)-$(PKG_VER)-0.dll $(OBJECTS) $(PKG_LINK) user32.lib advapi32.lib wsock32.lib $(LDFLAGS) /def:$(PACKAGE).def
-
-$(PACKAGE).exe : $(OBJECTS) $(PACKAGE).def $(PACKAGE).res
- $(CC) $(CFLAGS) -Fe$(PACKAGE).exe $(PACKAGE).res $(OBJECTS) $(PKG_LINK) \
- user32.lib advapi32.lib shell32.lib wsock32.lib winspool.lib $(LDFLAGS) /def:$(PACKAGE).def
-
-.c.obj :
- $(CC) $(CFLAGS) -GD -c $(PKG_CFLAGS) $<
diff --git a/doc/libatspi/Makefile.am b/doc/libatspi/Makefile.am
deleted file mode 100644
index 93270f4d..00000000
--- a/doc/libatspi/Makefile.am
+++ /dev/null
@@ -1,97 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-# We require automake 1.6 at least.
-AUTOMAKE_OPTIONS = 1.6
-
-# The name of the module, e.g. 'glib'.
-DOC_MODULE=libatspi
-
-# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
-#DOC_MODULE_VERSION=2
-
-
-# The top-level SGML file. You can change this if you want to.
-DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
-
-# Directories containing the source code, relative to $(srcdir).
-# gtk-doc will search all .c and .h files beneath these paths
-# for inline comments documenting functions and macros.
-# e.g. DOC_SOURCE_DIR=../../../gtk ../../../gdk
-DOC_SOURCE_DIR=$(top_srcdir)/atspi
-
-# Extra options to pass to gtkdoc-scangobj. Not normally needed.
-SCANGOBJ_OPTIONS=
-
-# Extra options to supply to gtkdoc-scan.
-# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
-SCAN_OPTIONS=
-
-# Extra options to supply to gtkdoc-mkdb.
-# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
-MKDB_OPTIONS=--sgml-mode --output-format=xml
-
-# Extra options to supply to gtkdoc-mktmpl
-# e.g. MKTMPL_OPTIONS=--only-section-tmpl
-MKTMPL_OPTIONS=
-
-# Extra options to supply to gtkdoc-mkhtml
-MKHTML_OPTIONS=
-
-# Extra options to supply to gtkdoc-fixref. Not normally needed.
-# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
-FIXXREF_OPTIONS=
-
-# Used for dependencies. The docs will be rebuilt if any of these change.
-# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
-# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
-HFILE_GLOB=$(top_srcdir)/atspi/*.h
-CFILE_GLOB=$(top_srcdir)/atspi/*.c
-
-# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
-# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
-EXTRA_HFILES=
-
-# Header files to ignore when scanning. Use base file name, no paths
-# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=
-
-# Images to copy into HTML directory.
-# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
-HTML_IMAGES=
-
-# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
-# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
-content_files=
-
-# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
-# These files must be listed here *and* in content_files
-# e.g. expand_content_files=running.sgml
-expand_content_files=
-
-# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
-# Only needed if you are using gtkdoc-scangobj to dynamically query widget
-# signals and properties.
-# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
-# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-GTKDOC_CFLAGS=$(GLIB_CFLAGS) $(GOBJ_CFLAGS) $(DBUS_CFLAGS)
-GTKDOC_LIBS=$(GLIB_LIBS) $(GOBJ_LIBS) $(DBUS_LIBS) $(top_builddir)/atspi/libatspi.la
-
-# This includes the standard gtk-doc make rules, copied by gtkdocize.
-include $(top_srcdir)/gtk-doc.make
-
-# Other files to distribute
-# e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST += meson.build
-
-# Files not to distribute
-# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
-# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
-#DISTCLEANFILES +=
-
-# Comment this out if you want your docs-status tested during 'make check'
-if ENABLE_GTK_DOC
-#TESTS_ENVIRONMENT = cd $(srcdir) &&
-#TESTS = $(GTKDOC_CHECK)
-endif
-
--include $(top_srcdir)/git.mk