summaryrefslogtreecommitdiff
path: root/loaders
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2019-08-05 15:10:41 -0700
committerChristian Hergert <chergert@redhat.com>2019-08-05 16:28:59 -0700
commiteadd10dbdd5b9b6b0488aeb41d4bf1592ba9d5d2 (patch)
treeffa022cbdd5c154afa6f15541f9525fe07ec43e3 /loaders
parent98fb732d2989ba2176d4aa719d8081642e23c984 (diff)
downloadlibpeas-eadd10dbdd5b9b6b0488aeb41d4bf1592ba9d5d2.tar.gz
build: remove autotools
Diffstat (limited to 'loaders')
-rw-r--r--loaders/Makefile.am18
-rw-r--r--loaders/lua5.1/Makefile.am36
-rw-r--r--loaders/lua5.1/resources/Makefile.am26
-rw-r--r--loaders/python/Makefile.am60
-rw-r--r--loaders/python3/Makefile.am58
5 files changed, 0 insertions, 198 deletions
diff --git a/loaders/Makefile.am b/loaders/Makefile.am
deleted file mode 100644
index c7c050b..0000000
--- a/loaders/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-SUBDIRS =
-
-if ENABLE_LUA51
-SUBDIRS += lua5.1
-endif
-
-if ENABLE_PYTHON2
-SUBDIRS += python
-endif
-
-if ENABLE_PYTHON3
-SUBDIRS += python3
-endif
-
-gcov:
- @for dir in $(SUBDIRS); do \
- (cd $$dir && $(MAKE) $(AM_MAKEFLAGS) $(@)); \
- done
diff --git a/loaders/lua5.1/Makefile.am b/loaders/lua5.1/Makefile.am
deleted file mode 100644
index 097224e..0000000
--- a/loaders/lua5.1/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-# Lua 5.1 plugin loader
-
-SUBDIRS = resources
-
-loaderdir = $(libdir)/libpeas-1.0/loaders
-
-AM_CPPFLAGS = \
- -I$(top_srcdir) \
- $(PEAS_CFLAGS) \
- $(GCOV_CFLAGS) \
- $(WARN_CFLAGS) \
- $(DISABLE_DEPRECATED) \
- $(LUA51_CFLAGS)
-
-loader_LTLIBRARIES = liblua51loader.la
-
-liblua51loader_la_SOURCES = \
- peas-lua-internal.c \
- peas-lua-internal.h \
- peas-plugin-loader-lua.c \
- peas-plugin-loader-lua.h \
- peas-lua-utils.c \
- peas-lua-utils.h \
- resources/peas-lua-resources.c
-
-liblua51loader_la_LDFLAGS = \
- $(LOADER_LIBTOOL_FLAGS) \
- $(GCOV_LDFLAGS)
-
-liblua51loader_la_LIBADD = \
- $(top_builddir)/libpeas/libpeas-1.0.la \
- $(PEAS_LIBS) \
- $(LUA51_LIBS)
-
-gcov_sources = $(liblua51loader_la_SOURCES)
-include $(top_srcdir)/Makefile.gcov
diff --git a/loaders/lua5.1/resources/Makefile.am b/loaders/lua5.1/resources/Makefile.am
deleted file mode 100644
index fd89382..0000000
--- a/loaders/lua5.1/resources/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-loader_resources_deps = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir="$(srcdir)" --generate-dependencies "$(srcdir)/peas-lua.gresource.xml")
-loader_resources_c_deps = $(srcdir)/peas-lua.gresource.xml $(loader_resources_deps)
-
-LUAC_FILES = $(addsuffix c,$(loader_resources_deps))
-
-peas-lua-resources.c: $(loader_resources_c_deps)
- $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) \
- --target="$@" \
- --sourcedir="$(srcdir)" \
- --generate-source \
- --internal \
- "$(srcdir)/peas-lua.gresource.xml"
-
-%.luac: %.lua
- $(AM_V_GEN) $(LUA51_BIN) $(srcdir)/peas-lua-compile.lua $< $@
-
-all-local: $(LUAC_FILES) peas-lua-resources.c
-
-CLEANFILES = \
- peas-lua-resources.c \
- $(LUAC_FILES)
-
-EXTRA_DIST = \
- peas-lua-compile.lua \
- $(loader_resources_c_deps)
-
diff --git a/loaders/python/Makefile.am b/loaders/python/Makefile.am
deleted file mode 100644
index eb0c617..0000000
--- a/loaders/python/Makefile.am
+++ /dev/null
@@ -1,60 +0,0 @@
-# Python plugin loader
-
-loaderdir = $(libdir)/libpeas-1.0/loaders
-
-AM_CPPFLAGS = \
- -I$(top_srcdir) \
- $(PEAS_CFLAGS) \
- $(GCOV_CFLAGS) \
- $(WARN_CFLAGS) \
- $(DISABLE_DEPRECATED) \
- $(PYGOBJECT_CFLAGS) \
- $(PYTHON2_CFLAGS) \
- -DPEAS_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
-
-loader_LTLIBRARIES = libpythonloader.la
-
-libpythonloader_la_SOURCES = \
- peas-plugin-loader-python.c \
- peas-plugin-loader-python.h \
- peas-python-internal.c \
- peas-python-internal.h \
- peas-python-resources.c
-
-libpythonloader_la_LDFLAGS = \
- $(LOADER_LIBTOOL_FLAGS) \
- $(GCOV_LDFLAGS) \
- $(PYTHON2_LDFLAGS)
-
-libpythonloader_la_LIBADD = \
- $(top_builddir)/libpeas/libpeas-1.0.la \
- $(PEAS_LIBS) \
- $(PYGOBJECT_LIBS) \
- $(PYTHON2_LIBS)
-
-peas-python-internal.pyc: peas-python-internal.py
- $(AM_V_GEN) $(PYTHON2_BIN) $(srcdir)/peas-python-compile.py $< $@
-
-all-local: peas-python-internal.pyc
-
-loader_resources_deps = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/peas-python.gresource.xml)
-loader_resources_c_deps = $(srcdir)/peas-python.gresource.xml $(loader_resources_deps)
-
-peas-python-resources.c: $(loader_resources_c_deps)
- $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) \
- --target="$@" \
- --sourcedir="$(srcdir)" \
- --generate-source \
- --internal \
- "$(srcdir)/peas-python.gresource.xml"
-
-EXTRA_DIST = \
- peas-python-compile.py \
- $(loader_resources_c_deps)
-
-CLEANFILES = \
- peas-python-internal.pyc \
- peas-python-resources.c
-
-gcov_sources = $(libpythonloader_la_SOURCES)
-include $(top_srcdir)/Makefile.gcov
diff --git a/loaders/python3/Makefile.am b/loaders/python3/Makefile.am
deleted file mode 100644
index bb7485c..0000000
--- a/loaders/python3/Makefile.am
+++ /dev/null
@@ -1,58 +0,0 @@
-# Python 3 plugin loader
-
-loaderdir = $(libdir)/libpeas-1.0/loaders
-
-AM_CPPFLAGS = \
- -I$(top_srcdir) \
- $(PEAS_CFLAGS) \
- $(GCOV_CFLAGS) \
- $(WARN_CFLAGS) \
- $(DISABLE_DEPRECATED) \
- $(PYGOBJECT_CFLAGS) \
- $(PYTHON3_CFLAGS) \
- -DPEAS_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
-
-loader_LTLIBRARIES = libpython3loader.la
-
-libpython3loader_la_SOURCES = \
- $(top_srcdir)/loaders/python/peas-plugin-loader-python.c \
- $(top_srcdir)/loaders/python/peas-plugin-loader-python.h \
- $(top_srcdir)/loaders/python/peas-python-internal.c \
- $(top_srcdir)/loaders/python/peas-python-internal.h \
- peas-python3-resources.c
-
-libpython3loader_la_LDFLAGS = \
- $(LOADER_LIBTOOL_FLAGS) \
- $(GCOV_LDFLAGS) \
- $(PYTHON3_LDFLAGS)
-
-libpython3loader_la_LIBADD = \
- $(top_builddir)/libpeas/libpeas-1.0.la \
- $(PEAS_LIBS) \
- $(PYGOBJECT_LIBS) \
- $(PYTHON3_LIBS)
-
-peas-python3-internal.pyc: $(srcdir)/../python/peas-python-internal.py
- $(AM_V_GEN) $(PYTHON3_BIN) $(srcdir)/../python/peas-python-compile.py $< $@
-
-all-local: peas-python3-internal.pyc
-
-loader_resources_deps = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir="$(srcdir)" --generate-dependencies "$(srcdir)/peas-python3.gresource.xml")
-loader_resources_c_deps = $(srcdir)/peas-python3.gresource.xml $(loader_resources_deps)
-
-peas-python3-resources.c: $(loader_resources_c_deps)
- $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) \
- --target="$@" \
- --sourcedir="$(srcdir)" \
- --generate-source \
- --internal \
- "$(srcdir)/peas-python3.gresource.xml"
-
-EXTRA_DIST = $(loader_resources_c_deps)
-
-CLEANFILES = \
- peas-python3-internal.pyc \
- peas-python3-resources.c
-
-gcov_sources = $(libpython3loader_la_SOURCES)
-include $(top_srcdir)/Makefile.gcov