diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 17:17:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-24 22:46:05 +0900 |
| commit | d3702134fe5c9154a8ac685481508293ef4ea6ad (patch) | |
| tree | 99d12905de6ce69a99426073c708826356649031 /src/utilities/imageeditor | |
| parent | ea9d449a129bcb3f03210d878a8ac31012c1bf8f (diff) | |
| download | digikam-d3702134.tar.gz digikam-d3702134.zip | |
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a2ab145c9a7b83a42fc168a07972f0de3e31efef)
Diffstat (limited to 'src/utilities/imageeditor')
| -rw-r--r-- | src/utilities/imageeditor/Makefile.am | 1 | ||||
| -rw-r--r-- | src/utilities/imageeditor/canvas/Makefile.am | 28 | ||||
| -rw-r--r-- | src/utilities/imageeditor/editor/Makefile.am | 51 | ||||
| -rw-r--r-- | src/utilities/imageeditor/rawimport/Makefile.am | 27 | ||||
| -rw-r--r-- | src/utilities/imageeditor/tools/Makefile.am | 19 |
5 files changed, 0 insertions, 126 deletions
diff --git a/src/utilities/imageeditor/Makefile.am b/src/utilities/imageeditor/Makefile.am deleted file mode 100644 index c324c683..00000000 --- a/src/utilities/imageeditor/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = canvas tools rawimport editor diff --git a/src/utilities/imageeditor/canvas/Makefile.am b/src/utilities/imageeditor/canvas/Makefile.am deleted file mode 100644 index 740f854e..00000000 --- a/src/utilities/imageeditor/canvas/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libdimgcanvas.la - -libdimgcanvas_la_SOURCES = dimginterface.cpp colorcorrectiondlg.cpp \ - canvas.cpp undocache.cpp \ - undoaction.cpp undomanager.cpp \ - imagepluginloader.cpp imageplugin.cpp - -libdimgcanvas_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TIFF) - -INCLUDES = -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/dialogs \ - -I$(top_srcdir)/src/libs/histogram \ - -I$(top_srcdir)/src/libs/threadimageio \ - -I$(top_srcdir)/src/utilities/splashscreen \ - -I$(top_srcdir)/src/utilities/imageeditor/editor \ - -I$(top_srcdir)/src/utilities/imageeditor/rawimport \ - -I$(top_srcdir)/src/libs/widgets/imageplugins \ - -I$(top_srcdir)/src/libs/widgets/common \ - $(LIBKEXIV2_CFLAGS) $(LIBKDCRAW_CFLAGS) $(all_includes) - -digikaminclude_HEADERS = imageplugin.h - -digikamincludedir = $(includedir)/digikam diff --git a/src/utilities/imageeditor/editor/Makefile.am b/src/utilities/imageeditor/editor/Makefile.am deleted file mode 100644 index 71031991..00000000 --- a/src/utilities/imageeditor/editor/Makefile.am +++ /dev/null @@ -1,51 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libdimgeditor.la libshowfoto.la - -libdimgeditor_la_SOURCES = editorwindow.cpp imageiface.cpp imagewindow.cpp editorstackview.cpp \ - editortooliface.cpp editortool.cpp editortoolsettings.cpp - -libdimgeditor_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TDEPRINT) - -libdimgeditor_la_LIBADD = $(top_builddir)/src/utilities/imageeditor/tools/libdimgeditortools.la \ - $(top_builddir)/src/utilities/imageeditor/rawimport/librawimport.la - -libshowfoto_la_SOURCES = editorwindow.cpp imageiface.cpp editorstackview.cpp \ - editortooliface.cpp editortool.cpp editortoolsettings.cpp - -libshowfoto_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TDEPRINT) - -libshowfoto_la_LIBADD = $(top_builddir)/src/libs/dimg/libdimg.la \ - $(top_builddir)/src/libs/dialogs/libdialogshowfoto.la \ - $(top_builddir)/src/libs/widgets/libwidgets.la \ - $(top_builddir)/src/libs/greycstoration/libgreycstoration.la \ - $(top_builddir)/src/utilities/imageeditor/canvas/libdimgcanvas.la \ - $(top_builddir)/src/utilities/imageeditor/tools/libdimgeditortools.la \ - $(top_builddir)/src/utilities/imageeditor/rawimport/librawimport.la - -INCLUDES = -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/widgets/imageplugins \ - -I$(top_srcdir)/src/libs/dialogs \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/themeengine \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/libs/imageproperties \ - -I$(top_srcdir)/src/libs/threadimageio \ - -I$(top_srcdir)/src/utilities/setup \ - -I$(top_srcdir)/src/utilities/slideshow \ - -I$(top_srcdir)/src/utilities/imageeditor/canvas \ - -I$(top_srcdir)/src/utilities/imageeditor/tools \ - -I$(top_builddir)/src/libs/dialogs \ - $(LIBKEXIV2_CFLAGS) $(LIBKDCRAW_CFLAGS) $(all_includes) - -digikaminclude_HEADERS = imageiface.h - -digikamincludedir = $(includedir)/digikam - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimagewindowui.rc - -kde_servicetypes_DATA = digikamimageplugin.desktop - diff --git a/src/utilities/imageeditor/rawimport/Makefile.am b/src/utilities/imageeditor/rawimport/Makefile.am deleted file mode 100644 index 19071935..00000000 --- a/src/utilities/imageeditor/rawimport/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = librawimport.la - -librawimport_la_SOURCES = rawpreview.cpp rawsettingsbox.cpp rawimport.cpp \ - rawpostprocessing.cpp - -librawimport_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TDEPRINT) - -INCLUDES= -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/utilities/imageeditor/editor \ - -I$(top_srcdir)/src/libs/histogram \ - -I$(top_srcdir)/src/libs/curves \ - -I$(top_srcdir)/src/libs/levels \ - -I$(top_srcdir)/src/libs/whitebalance \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/curves \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/libs/dialogs \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/widgets/iccprofiles \ - -I$(top_srcdir)/src/libs/threadimageio \ - -I$(top_srcdir)/src/libs/themeengine \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - diff --git a/src/utilities/imageeditor/tools/Makefile.am b/src/utilities/imageeditor/tools/Makefile.am deleted file mode 100644 index b76207ff..00000000 --- a/src/utilities/imageeditor/tools/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libdimgeditortools.la - -libdimgeditortools_la_SOURCES = imageresize.cpp imageprint.cpp - -libdimgeditortools_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TDEPRINT) - -INCLUDES= -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/greycstoration \ - -I$(top_srcdir)/src/utilities/imageeditor/canvas \ - -I$(top_srcdir)/src/utilities/imageeditor/editor \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - |
