summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/pixops
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-04-26 14:12:26 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-04-30 18:11:40 +0100
commite35589112a46c386e8fc919ebd3d6ca0f12bc4e0 (patch)
tree23fe36df1e36d38c78d4daa7ab010a14f389e2a7 /gdk-pixbuf/pixops
parentd15ba94b2ebfbec6198353352e1b85afdbb1d8e8 (diff)
downloadgdk-pixbuf-e35589112a46c386e8fc919ebd3d6ca0f12bc4e0.tar.gz
Drop Autotools build
We use Meson, now. The Meson build has been tested for almost a year in our continuous integration pipeline, and it's functionally equivalent to the Autotools one.
Diffstat (limited to 'gdk-pixbuf/pixops')
-rw-r--r--gdk-pixbuf/pixops/Makefile.am32
1 files changed, 0 insertions, 32 deletions
diff --git a/gdk-pixbuf/pixops/Makefile.am b/gdk-pixbuf/pixops/Makefile.am
deleted file mode 100644
index eb1fef473..000000000
--- a/gdk-pixbuf/pixops/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-noinst_LTLIBRARIES = libpixops.la
-
-AM_CPPFLAGS = \
- -I$(top_srcdir) -I$(top_builddir) \
- $(GTK_DEBUG_FLAGS) \
- $(GDK_PIXBUF_DEP_CFLAGS)
-
-noinst_PROGRAMS = timescale
-
-timescale_SOURCES = timescale.c
-timescale_LDADD = libpixops.la $(GLIB_LIBS) $(GDK_PIXBUF_DEP_LIBS)
-
-if USE_MMX
-mmx_sources = \
- have_mmx.S \
- scale_line_22_33_mmx.S \
- composite_line_22_4a4_mmx.S \
- composite_line_color_22_4a4_mmx.S
-endif
-
-libpixops_la_SOURCES = \
- pixops.c \
- pixops.h \
- pixops-internal.h \
- $(mmx_sources)
-
-EXTRA_DIST = \
- DETAILS \
- pixbuf-transform-math.ltx \
- makefile.msc
-
--include $(top_srcdir)/git.mk