summaryrefslogtreecommitdiff
path: root/modules/printbackends
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-04-30 16:18:03 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-04-30 16:18:03 +0100
commitc30c6c32aec799489601f818eb157fec65b3c903 (patch)
tree8efbe48ac04bf6f84c0df38d726b31343315543e /modules/printbackends
parenta17aa22647222719abb3737b794396b0c86e7301 (diff)
downloadgtk+-wip/no-autotools.tar.gz
Drop autotools build systemwip/no-autotools
We use Meson, now.
Diffstat (limited to 'modules/printbackends')
-rw-r--r--modules/printbackends/Makefile.am23
-rw-r--r--modules/printbackends/cloudprint/Makefile.am40
-rw-r--r--modules/printbackends/cups/Makefile.am40
-rw-r--r--modules/printbackends/file/Makefile.am34
-rw-r--r--modules/printbackends/lpr/Makefile.am30
-rw-r--r--modules/printbackends/papi/Makefile.am32
-rw-r--r--modules/printbackends/test/Makefile.am33
7 files changed, 0 insertions, 232 deletions
diff --git a/modules/printbackends/Makefile.am b/modules/printbackends/Makefile.am
deleted file mode 100644
index 7d6680dffb..0000000000
--- a/modules/printbackends/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-include $(top_srcdir)/Makefile.decl
-
-SUBDIRS = file lpr
-
-if HAVE_CLOUDPRINT
-SUBDIRS += cloudprint
-endif
-
-if HAVE_CUPS
-SUBDIRS += cups
-endif
-
-if TEST_PRINT_BACKEND
-SUBDIRS += test
-endif
-
-if HAVE_PAPI
-SUBDIRS += papi
-endif
-
-DIST_SUBDIRS = cloudprint cups file lpr test papi
-
--include $(top_srcdir)/git.mk
diff --git a/modules/printbackends/cloudprint/Makefile.am b/modules/printbackends/cloudprint/Makefile.am
deleted file mode 100644
index 2a1811f41c..0000000000
--- a/modules/printbackends/cloudprint/Makefile.am
+++ /dev/null
@@ -1,40 +0,0 @@
-include $(top_srcdir)/Makefile.decl
-
-backenddir = $(libdir)/gtk-4.0/$(GTK_BINARY_VERSION)/printbackends
-
-backend_LTLIBRARIES = libprintbackend-cloudprint.la
-
-libprintbackend_cloudprint_la_SOURCES = \
- gtkprintbackendcloudprint.h \
- gtkprintbackendcloudprint.c \
- gtkprintercloudprint.h \
- gtkprintercloudprint.c \
- gtkcloudprintaccount.h \
- gtkcloudprintaccount.c
-
-libprintbackend_cloudprint_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_cloudprint_la_CFLAGS = \
- $(GTK_DEP_CFLAGS) \
- $(GTK_DEBUG_FLAGS) \
- $(REST_CFLAGS) \
- $(JSON_GLIB_CFLAGS) \
- $(AM_CFLAGS)
-
-libprintbackend_cloudprint_la_LDFLAGS = \
- -avoid-version -module $(no_undefined)
-
-libprintbackend_cloudprint_la_LIBADD = \
- $(top_builddir)/gtk/libgtk-4.la \
- $(REST_LIBS) \
- $(JSON_GLIB_LIBS) \
- $(GTK_DEP_LIBS)
-
--include $(top_srcdir)/git.mk
diff --git a/modules/printbackends/cups/Makefile.am b/modules/printbackends/cups/Makefile.am
deleted file mode 100644
index 8f36a87fa8..0000000000
--- a/modules/printbackends/cups/Makefile.am
+++ /dev/null
@@ -1,40 +0,0 @@
-include $(top_srcdir)/Makefile.decl
-
-AM_CPPFLAGS = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/gtk \
- -I$(top_builddir)/gtk \
- -I$(top_srcdir)/gdk \
- -I$(top_builddir)/gdk \
- $(CUPS_CFLAGS) \
- $(COLORD_CFLAGS) \
- -DGTK_COMPILATION \
- -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED \
- $(GTK_DEP_CFLAGS) \
- $(GTK_DEBUG_FLAGS)
-
-LDADDS = \
- $(top_builddir)/gtk/libgtk-4.la \
- $(COLORD_LIBS) \
- $(GTK_DEP_LIBS)
-
-backenddir = $(libdir)/gtk-4.0/$(GTK_BINARY_VERSION)/printbackends
-
-backend_LTLIBRARIES = libprintbackend-cups.la
-
-libprintbackend_cups_la_SOURCES = \
- gtkprintbackendcups.c \
- gtkprintercups.c \
- gtkcupsutils.c \
- gtkcupssecretsutils.c
-
-noinst_HEADERS = \
- gtkprintbackendcups.h \
- gtkprintercups.h \
- gtkcupsutils.h \
- gtkcupssecretsutils.h
-
-libprintbackend_cups_la_LDFLAGS = -avoid-version -module $(no_undefined)
-libprintbackend_cups_la_LIBADD = $(LDADDS) $(CUPS_LIBS)
-
--include $(top_srcdir)/git.mk
diff --git a/modules/printbackends/file/Makefile.am b/modules/printbackends/file/Makefile.am
deleted file mode 100644
index ffdd81676a..0000000000
--- a/modules/printbackends/file/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-include $(top_srcdir)/Makefile.decl
-
-backenddir = $(libdir)/gtk-4.0/$(GTK_BINARY_VERSION)/printbackends
-
-backend_LTLIBRARIES = libprintbackend-file.la
-
-libprintbackend_file_la_SOURCES = \
- gtkprintbackendfile.c
-
-libprintbackend_file_la_CPPFLAGS = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/gtk \
- -I$(top_builddir)/gtk \
- -I$(top_srcdir)/gdk \
- -I$(top_builddir)/gdk \
- -DGTK_COMPILATION \
- -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED \
- $(AM_CPPFLAGS)
-
-libprintbackend_file_la_CFLAGS = \
- $(GTK_DEP_CFLAGS) \
- $(AM_CFLAGS)
-
-libprintbackend_file_la_LDFLAGS = \
- -avoid-version -module $(no_undefined)
-
-libprintbackend_file_la_LIBADD = \
- $(top_builddir)/gtk/libgtk-4.la \
- $(GTK_DEP_LIBS)
-
-noinst_HEADERS = \
- gtkprintbackendfile.h
-
--include $(top_srcdir)/git.mk
diff --git a/modules/printbackends/lpr/Makefile.am b/modules/printbackends/lpr/Makefile.am
deleted file mode 100644
index 79345edef9..0000000000
--- a/modules/printbackends/lpr/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-include $(top_srcdir)/Makefile.decl
-
-AM_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 \
- $(GTK_DEP_CFLAGS) \
- $(GTK_DEBUG_FLAGS)
-
-LDADDS = \
- $(top_builddir)/gtk/libgtk-4.la \
- $(GTK_DEP_LIBS)
-
-backenddir = $(libdir)/gtk-4.0/$(GTK_BINARY_VERSION)/printbackends
-
-backend_LTLIBRARIES = libprintbackend-lpr.la
-
-libprintbackend_lpr_la_SOURCES = \
- gtkprintbackendlpr.c
-
-noinst_HEADERS = \
- gtkprintbackendlpr.h
-
-libprintbackend_lpr_la_LDFLAGS = -avoid-version -module $(no_undefined)
-libprintbackend_lpr_la_LIBADD = $(LDADDS)
-
--include $(top_srcdir)/git.mk
diff --git a/modules/printbackends/papi/Makefile.am b/modules/printbackends/papi/Makefile.am
deleted file mode 100644
index 48ae2ca729..0000000000
--- a/modules/printbackends/papi/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-include $(top_srcdir)/Makefile.decl
-
-AM_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 \
- $(GTK_DEP_CFLAGS) \
- $(GTK_DEBUG_FLAGS)
-
-LDADDS = \
- $(top_builddir)/gtk/libgtk-4.la \
- $(GTK_DEP_LIBS)
-
-backenddir = $(libdir)/gtk-4.0/$(GTK_BINARY_VERSION)/printbackends
-
-backend_LTLIBRARIES = libprintbackend-papi.la
-
-libprintbackend_papi_la_SOURCES = \
- gtkprinterpapi.c \
- gtkprintbackendpapi.c
-
-noinst_HEADERS = \
- gtkprinterpapi.h \
- gtkprintbackendpapi.h
-
-libprintbackend_papi_la_LDFLAGS = -avoid-version -module $(no_undefined)
-libprintbackend_papi_la_LIBADD = $(LDADDS) -lpapi
-
--include $(top_srcdir)/git.mk
diff --git a/modules/printbackends/test/Makefile.am b/modules/printbackends/test/Makefile.am
deleted file mode 100644
index 876ef0f667..0000000000
--- a/modules/printbackends/test/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-include $(top_srcdir)/Makefile.decl
-
-backenddir = $(libdir)/gtk-4.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-4.la \
- $(GTK_DEP_LIBS)
-
-noinst_HEADERS = \
- gtkprintbackendtest.h
-
--include $(top_srcdir)/git.mk