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:44:27 +0900 |
| commit | a2ab145c9a7b83a42fc168a07972f0de3e31efef (patch) | |
| tree | baf55ab6b3f7b1a84a34e7200493a706c8c54995 /src/imageplugins/coreplugin/sharpnesseditor | |
| parent | 1d65e331c81d0d66a363439a32379e7d669508dd (diff) | |
| download | digikam-a2ab145c9a7b83a42fc168a07972f0de3e31efef.tar.gz digikam-a2ab145c9a7b83a42fc168a07972f0de3e31efef.zip | |
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/imageplugins/coreplugin/sharpnesseditor')
| -rw-r--r-- | src/imageplugins/coreplugin/sharpnesseditor/Makefile.am | 32 | ||||
| -rw-r--r-- | src/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile.am | 7 |
2 files changed, 0 insertions, 39 deletions
diff --git a/src/imageplugins/coreplugin/sharpnesseditor/Makefile.am b/src/imageplugins/coreplugin/sharpnesseditor/Makefile.am deleted file mode 100644 index c02087ee..00000000 --- a/src/imageplugins/coreplugin/sharpnesseditor/Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ -SUBDIRS = clapack -COMPILE_FIRST = clapack - -noinst_LTLIBRARIES = libsharpnesseditor.la -METASOURCES = AUTO - -INCLUDES = -I$(top_srcdir)/src/utilities/imageeditor/editor \ - -I$(top_srcdir)/src/utilities/imageeditor/canvas \ - -I$(top_srcdir)/src/libs/histogram \ - -I$(top_srcdir)/src/libs/levels \ - -I$(top_srcdir)/src/libs/curves \ - -I$(top_srcdir)/src/libs/whitebalance \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/widgets/iccprofiles \ - -I$(top_srcdir)/src/libs/widgets/imageplugins \ - -I$(top_srcdir)/src/libs/dialogs \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/imageplugins/coreplugin/sharpnesseditor/clapack \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -libsharpnesseditor_la_LIBADD = $(top_builddir)/src/imageplugins/coreplugin/sharpnesseditor/clapack/liblapack.la - -libsharpnesseditor_la_SOURCES = sharpentool.cpp unsharp.cpp matrix.cpp refocus.cpp - -libsharpnesseditor_la_LDFLAGS = $(all_libraries) - -noinst_HEADERS = sharpentool.h unsharp.h matrix.h refocus.h - diff --git a/src/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile.am b/src/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile.am deleted file mode 100644 index bf478556..00000000 --- a/src/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -noinst_LTLIBRARIES = liblapack.la - -liblapack_la_CFLAGS = -w - -noinst_HEADERS = blaswrap.h clapack.h f2c.h fio.h fmt.h fp.h - -liblapack_la_SOURCES = abort_.c dgesv.c dlaswp.c endfile.c idamax.c open.c sig_die.c wref.c close.c dgetf2.c dscal.c err.c ieeeck.c s_cmp.c s_stop.c wrtfmt.c dgemm.c dgetrf.c dswap.c fmt.c ilaenv.c s_copy.c wsfe.c dger.c dgetrs.c dtrsm.c fmtlib.c lsame.c sfe.c util.c xerbla.c |
