summaryrefslogtreecommitdiffstats
path: root/kernel/kls_dicom
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-10-30 23:10:46 +0900
committerMichele Calgaro <[email protected]>2023-10-31 11:04:11 +0900
commit029784cdc7bce7828dc98476e9b5fc675f058352 (patch)
tree4d1adfa261781155ddb348eea665a7f56720da1d /kernel/kls_dicom
parent3f622f151a403fbf12bcbff3b702fc7e750f16de (diff)
downloadlibksquirrel-029784cdc7bce7828dc98476e9b5fc675f058352.tar.gz
libksquirrel-029784cdc7bce7828dc98476e9b5fc675f058352.zip
Drop autotools support
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1bdd2746f8891bc9a22d76dc2531901d5c7b03bb)
Diffstat (limited to 'kernel/kls_dicom')
-rw-r--r--kernel/kls_dicom/Makefile.am15
-rw-r--r--kernel/kls_dicom/ksquirrel-libs-dicom2png.in3
2 files changed, 0 insertions, 18 deletions
diff --git a/kernel/kls_dicom/Makefile.am b/kernel/kls_dicom/Makefile.am
deleted file mode 100644
index f2eee99..0000000
--- a/kernel/kls_dicom/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-INCLUDES = -I../include -I.. $(all_includes)
-
-bin_SCRIPTS = ksquirrel-libs-dicom2png
-
-pkglib_LTLIBRARIES = libkls_dicom.la
-
-libkls_dicom_la_SOURCES = fmt_codec_png.cpp fmt_codec_png_defs.h
-
-libkls_dicom_la_LDFLAGS = ${SQ_RELEASE}
-
-libkls_dicom_la_LIBADD = ${SQ_LOCAL_RPATH} -L../ksquirrel-libs-png -lksquirrel-libs-png
-
-AM_CXXFLAGS = -DCODEC_DICOM -DDICOM=\"${bindir}/ksquirrel-libs-dicom2png\"
-
-EXTRA_DIST = ksquirrel-libs-dicom2png.in
diff --git a/kernel/kls_dicom/ksquirrel-libs-dicom2png.in b/kernel/kls_dicom/ksquirrel-libs-dicom2png.in
deleted file mode 100644
index 96e0138..0000000
--- a/kernel/kls_dicom/ksquirrel-libs-dicom2png.in
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-@MEDCON@ --without-prefix -f "$1" -e 0:0 -c - png > "$2" \ No newline at end of file