summaryrefslogtreecommitdiffstats
path: root/kernel/kls_xpm
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-10-30 23:10:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-10-31 11:04:11 +0900
commit029784cdc7bce7828dc98476e9b5fc675f058352 (patch)
tree4d1adfa261781155ddb348eea665a7f56720da1d /kernel/kls_xpm
parent3f622f151a403fbf12bcbff3b702fc7e750f16de (diff)
downloadlibksquirrel-029784cd.tar.gz
libksquirrel-029784cd.zip
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1bdd2746f8891bc9a22d76dc2531901d5c7b03bb)
Diffstat (limited to 'kernel/kls_xpm')
-rw-r--r--kernel/kls_xpm/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/kernel/kls_xpm/Makefile.am b/kernel/kls_xpm/Makefile.am
deleted file mode 100644
index 4189dbd..0000000
--- a/kernel/kls_xpm/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-INCLUDES = -I../include $(all_includes)
-
-pkglib_LTLIBRARIES = libkls_xpm.la
-
-libkls_xpm_la_SOURCES = fmt_codec_xpm.cpp fmt_codec_xpm_defs.h xpm_utils.h
-
-libkls_xpm_la_LDFLAGS = ${SQ_RELEASE}
-
-libkls_xpm_la_LIBADD = ${SQ_LOCAL_RPATH}
-
-AM_CXXFLAGS = -DSQ_RGBMAP=\"${pkgdatadir}/rgbmap\"
-
-EXTRA_DIST = rgbmap
-
-install-data-am:
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
- $(INSTALL) -m 0644 rgbmap $(DESTDIR)$(pkgdatadir)/rgbmap