summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libmng/makefiles/Makefile.am
diff options
context:
space:
mode:
authoraavit <qt_aavit@ovi.com>2012-01-24 16:05:02 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-25 02:22:18 +0100
commit48f9ba388b374d56764d9bd9455fda527f6bafba (patch)
tree3da4940606741fc994128bf35d08c81957215135 /src/3rdparty/libmng/makefiles/Makefile.am
parentc0d30db45ca0af9c3010097d8cd8b1ae92cf83ea (diff)
Remove support for the MNG file format and the bundled libmng
The MNG file format is generally abandoned, and libmng has been unmaintained for several years. The MNG plugin and bundled libmng has been moved to the qtimageformats project on Gerrit. Task-number: QTBUG-21869 Change-Id: I946432347014ffde2b72307a5f8b166ca5553602 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/3rdparty/libmng/makefiles/Makefile.am')
-rw-r--r--src/3rdparty/libmng/makefiles/Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/3rdparty/libmng/makefiles/Makefile.am b/src/3rdparty/libmng/makefiles/Makefile.am
deleted file mode 100644
index b53523e9aa..0000000000
--- a/src/3rdparty/libmng/makefiles/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-AUTOMAKE_OPTIONS = 1.3 foreign no-dependencies
-
-# include the app subdirectories in the distribution
-EXTRA_DIST = makefiles doc contrib
-
-
-# libmng release @VERSION@
-libmng_la_LDFLAGS = -version-info 1:0:0
-
-lib_LTLIBRARIES = libmng.la
-
-include_HEADERS = libmng.h libmng_conf.h libmng_types.h
-noinst_HEADERS = libmng_chunk_io.h libmng_chunk_prc.h libmng_chunks.h \
- libmng_cms.h libmng_data.h libmng_display.h libmng_dither.h \
- libmng_error.h libmng_filter.h libmng_jpeg.h libmng_memory.h \
- libmng_object_prc.h libmng_objects.h libmng_pixels.h \
- libmng_read.h libmng_trace.h libmng_write.h libmng_zlib.h
-
-libmng_la_SOURCES = libmng_callback_xs.c libmng_chunk_io.c \
- libmng_chunk_prc.c libmng_chunk_xs.c libmng_cms.c \
- libmng_display.c libmng_dither.c libmng_error.c \
- libmng_filter.c libmng_hlapi.c libmng_jpeg.c \
- libmng_object_prc.c libmng_pixels.c libmng_prop_xs.c \
- libmng_read.c libmng_trace.c libmng_write.c libmng_zlib.c
-
-man_MANS = doc/man/libmng.3 doc/man/jng.5 doc/man/mng.5
-