diff options
Diffstat (limited to 'src')
83 files changed, 0 insertions, 2762 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 4741808b..00000000 --- a/src/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -COMPILE_FIRST = libs - -SUBDIRS = libs utilities digikam showfoto tdeioslave imageplugins themedesigner - -EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO digikam.lsm - -AUTOMAKE_OPTIONS = foreign - -MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files - - -tip_DATA = tips -tipdir = $(kde_datadir)/digikam - -messages: rc.cpp - $(EXTRACTRC) `find . -name "*.ui"` >> rc.cpp - $(EXTRACTRC) `find . -name "*.rc"` >> rc.cpp - $(PREPARETIPS) > tips.cpp - LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \ - if test -n "$$LIST"; then \ - $(XGETTEXT) $$LIST -o $(podir)/digikam.pot; \ - fi - rm -f tips.cpp - -include ../admin/Doxyfile.am diff --git a/src/configure.in.bot b/src/configure.in.bot deleted file mode 100644 index 8a34d97b..00000000 --- a/src/configure.in.bot +++ /dev/null @@ -1,133 +0,0 @@ -dnl Put here things to be done at the very end - telling users -dnl about additional packages to install. - -echo "" -echo "-- digiKam configure results -------------------" - -if test "x$included_sqlite3" = "xno"; then - if test "x$have_sqlite3" != "xyes"; then - echo "-- using internal libsqlite3...... NO" - echo "-- libsqlite3 library found....... NO" - echo "" - echo "digiKam have been set to be compiled using shared libsqlite3 library." - echo "digiKam needs libsqlite3 library development package." - echo "You need to install the right version first." - echo "Look depencies description from README for details." - echo "libsqlite3 website is http://www.sqlite.org" - echo "" - all_tests=bad - else - echo "-- using internal libsqlite3...... NO" - echo "-- libsqlite3 library found....... YES" - fi -else - echo "-- using internal libsqlite3...... YES" -fi - -if test "x$have_libgphoto2" != "xyes"; then - echo "-- libgphoto2 library found....... NO" - echo "" - echo "digiKam needs libgphoto2 library development package." - echo "You need to install the right version first." - echo "Look depencies description from README for details." - echo "libgphoto2 website is http://www.gphoto.org" - echo "" - all_tests=bad -else - echo "-- libgphoto2 library found....... YES" -fi - -if test "x$have_tiff" != "xyes"; then - echo "-- libtiff library found.......... NO" - echo "" - echo "digiKam needs libtiff library development package." - echo "You need to install the right version first." - echo "Look depencies description from README for details." - echo "libtiff website is http://www.remotesensing.org/libtiff" - echo "" - all_tests=bad -else - echo "-- libtiff library found..... .... YES" -fi - -if test "x$have_png" != "xyes"; then - echo "-- libpng library found........... NO" - echo "" - echo "digiKam needs libpng library development package." - echo "You need to install the right version first." - echo "Look depencies description from README for details." - echo "libpng website is http://www.libpng.org/pub/png/libpng.html" - echo "" - all_tests=bad -else - echo "-- libpng library found........... YES" -fi - -if test "x$have_jasper" != "xyes"; then - echo "-- libjasper library found........ NO" - echo "" - echo "digiKam needs libjasper library development package." - echo "You need to install the right version first." - echo "Look depencies description from README for details." - echo "libjasper website is http://www.ece.uvic.ca/~mdadams/jasper" - echo "Important note: libjasper has to be configured with --enable-shared=yes" - echo "as otherwise the required dynamic libraries are not created." - echo "" - all_tests=bad -else - echo "-- libjasper library found........ YES" -fi - -if test "x$have_lcms" != "xyes"; then - echo "-- liblcms library found.......... NO" - echo "" - echo "digiKam needs liblcms library development package." - echo "You need to install the right version first." - echo "Look depencies description from README for details." - echo "liblcms website is http://www.littlecms.com" - echo "" - all_tests=bad -else - echo "-- liblcms library found.......... YES" -fi - -if test "x$have_libkipi" != "xyes"; then - echo "-- libkipi library found.......... NO" - echo "" - echo "digiKam needs libkipi library development package." - echo "You need to install the right version first." - echo "Look depencies description from README for details." - echo "libkipi website is http://www.kipi-plugins.org" - echo "" - all_tests=bad -else - echo "-- libkipi library found.......... YES" -fi - -if test "x$have_libkexiv2" != "xyes"; then - echo "-- libkexiv2 library found........ NO" - echo "" - echo "digiKam needs libkexiv2 library development package." - echo "You need to install the right version first." - echo "Look depencies description from README for details." - echo "libkexiv2 website is http://www.kipi-plugins.org" - echo "" - all_tests=bad -else - echo "-- libkexiv2 library found........ YES" -fi - -if test "x$have_libkdcraw" != "xyes"; then - echo "-- libkdcraw library found........ NO" - echo "" - echo "digiKam needs libkdcraw library development package." - echo "You need to install the right version first." - echo "Look depencies description from README for details." - echo "libkdcraw website is at http://www.kipi-plugins.org" - echo "" - all_tests=bad -else - echo "-- libkdcraw library found........ YES" -fi - -echo "------------------------------------------------" diff --git a/src/configure.in.in b/src/configure.in.in deleted file mode 100644 index 7095137f..00000000 --- a/src/configure.in.in +++ /dev/null @@ -1,387 +0,0 @@ -#MIN_CONFIG(3) - -# ----------------------------------------------------------------- -# -# enable hidden visibility only if kde >= 3.3.2 and tdelibs has -# been compiled with visibility enabled -# -# ----------------------------------------------------------------- - -AC_LANG_PUSH(C++) -digikam_save_cppflags=$CPPFLAGS -CPPFLAGS="$CPPFLAGS $all_includes" -AC_MSG_CHECKING([if hidden visibility should be enabled]) -AC_COMPILE_IFELSE( - [ - #include <tdeversion.h> - #include <tdemacros.h> - int other_func( void ) - { - #if KDE_IS_VERSION(3,3,2) - #else - iam dying; - #endif - #ifdef __TDE_HAVE_GCC_VISIBILITY - #else - no, iam really dead; - #endif - return 0; - } - ], - [ AC_MSG_RESULT([yes]) - digikam_enable_hidden_visibility="yes" ], - [ AC_MSG_RESULT([no]) ] -) -CPPFLAGS=$digikam_save_cppflags -AC_LANG_POP(C++) - -if test "x$digikam_enable_hidden_visibility" = "xyes"; then - KDE_ENABLE_HIDDEN_VISIBILITY -fi - -# ----------------------------------------------------------------- -# -# pkg config check -# -# ----------------------------------------------------------------- - -AC_ARG_VAR(PKGCONFIGFOUND, [Path to pkg-config]) -AC_CHECK_PROG(PKGCONFIGFOUND, pkg-config,[yes]) - -# ----------------------------------------------------------------- -# -# sqlite2 type check -# -# ----------------------------------------------------------------- - -KDE_CHECK_TYPES - -# ------------------------------------------------------- -# -# Check endianness -# -# ------------------------------------------------------- - -AC_LANG_SAVE -AC_LANG_C -AC_C_BIGENDIAN -AC_LANG_RESTORE - -# ----------------------------------------------------------------- -# -# Check for liblcms -# -# ----------------------------------------------------------------- - -have_lcms_header='no' -KDE_CHECK_HEADER(lcms/lcms.h,have_lcms_header='yes',,) -if test "$have_lcms_header" = 'yes' -then - AC_DEFINE(LCMS_HEADER, <lcms/lcms.h>, [The correct header]) -else - # Alternative! Debian does it this way... - KDE_CHECK_HEADER(lcms.h,have_lcms_header='yes',,) - if test "$have_lcms_header" = 'yes' - then - AC_DEFINE(LCMS_HEADER, <lcms.h>, [The correct header]) - fi -fi - -LCMS_LIBS='' -have_lcms='no' -if test "$have_lcms_header" = 'yes' -then - saved_cflags="$CFLAGS" - saved_ldflags="$LDFLAGS" - saved_libs=$LIBS - LIBS="$LIBS -llcms" - CFLAGS="$CFLAGS $all_includes" - LDFLAGS="$LDFLAGS $all_libraries" - AC_TRY_LINK([ -#define inline __inline /* gcc is in ansi mode */ -#include LCMS_HEADER -#if LCMS_VERSION < 112 -choke! -#endif -], [ -cmsOpenProfileFromFile("foo", "r"); -], - [LCMS_LIBS='-llcms'; have_lcms='yes']) - LIBS=$saved_libs - CFLAGS=$saved_cflags - LDFLAGS=$saved_ldflags -fi - -if test -z "$LCMS_LIBS"; then - DO_NOT_COMPILE="$DO_NOT_COMPILE digikam" -fi - -AC_SUBST(LCMS_LIBS) - -#------------------------------------------------------------------ -# -# Check for libgphoto2 -# -#------------------------------------------------------------------ - -KDE_PKG_CHECK_MODULES(GPHOTO2, libgphoto2 >= 2.5, - [have_libgphoto2=yes; have_gphoto25=yes], have_libgphoto2=no) -if test "x$have_libgphoto2" = "xno"; then - KDE_PKG_CHECK_MODULES(GPHOTO2, libgphoto2, - have_libgphoto2=yes, have_libgphoto2=no) -fi -if test "x$have_libgphoto2" = "xno"; then - AC_PATH_PROG(GPHOTO_CONFIG,gphoto2-config) - AC_PATH_PROG(GPHOTO_PORT_CONFIG,gphoto2-port-config) - if test -n "${GPHOTO_CONFIG}"; then - GPHOTO_VERSION="`$GPHOTO_CONFIG --version`" - case "${GPHOTO_VERSION}" in "libgphoto2 2.5"*) CXXFLAGS="$CXXFLAGS -DHAVE_GPHOTO25";; esac - GPHOTO_CFLAGS="`$GPHOTO_CONFIG --cflags`" - AC_SUBST(GPHOTO_CFLAGS) - LIB_GPHOTO="`$GPHOTO_CONFIG --libs` `$GPHOTO_PORT_CONFIG --libs`" - AC_SUBST(LIB_GPHOTO) - have_libgphoto2=yes - else - AC_MSG_WARN([gPhoto2 not found.]) - DO_NOT_COMPILE="digikam $DO_NOT_COMPILE" - fi -else - if test "x$have_gphoto25" = "xyes"; then - GPHOTO_CFLAGS="$GPHOTO2_CFLAGS -DHAVE_GPHOTO25" - else - GPHOTO_CFLAGS="$GPHOTO2_CFLAGS" - fi - LIB_GPHOTO="$GPHOTO2_LIBS" - AC_SUBST(GPHOTO_CFLAGS) - AC_SUBST(LIB_GPHOTO) -fi - -#------------------------------------------------------------------ -# -# Check for libkipi -# -#------------------------------------------------------------------ - -if test "$PKGCONFIGFOUND" = "yes" ; then - have_libkipi=no - - KDE_PKG_CHECK_MODULES(LIBKIPI, libkipi >= 0.1.5, - have_libkipi=yes, have_libkipi=no) - - if test "x$have_libkipi" = "xno"; then - LIBKIPI_CFLAGS="" - LIBKIPI_LIBS="" - AC_MSG_RESULT([not found]) - else - AC_MSG_RESULT([found]) - fi -else - LIBKIPI_CFLAGS="" - LIBKIPI_LIBS="" - AC_MSG_RESULT([not found]) -fi -AC_SUBST(LIBKIPI_CFLAGS) -AC_SUBST(LIBKIPI_LIBS) - -if test "x$have_libkipi" != "xyes"; then - DO_NOT_COMPILE="$DO_NOT_COMPILE digikam" -fi - -# -------------------------------------------------------------------- -# -# Check for libkexiv2 -# -# -------------------------------------------------------------------- - -if test "$PKGCONFIGFOUND" = "yes" ; then - have_libkexiv2=no - - KDE_PKG_CHECK_MODULES(LIBKEXIV2, libkexiv2 >= 0.1.6, - have_libkexiv2=yes, have_libkexiv2=no) - - if test "x$have_libkexiv2" = "xno"; then - LIBKEXIV2_CFLAGS="" - LIBKEXIV2_LIBS="" - AC_MSG_RESULT([not found]) - else - AC_MSG_RESULT([found]) - fi -else - LIBKEXIV2_CFLAGS="" - LIBKEXIV2_LIBS="" - AC_MSG_RESULT([not found]) -fi -AC_SUBST(LIBKEXIV2_CFLAGS) -AC_SUBST(LIBKEXIV2_LIBS) - -if test "x$have_libkexiv2" != "xyes"; then - DO_NOT_COMPILE="$DO_NOT_COMPILE digikam" -fi - -# -------------------------------------------------------------------- -# -# Check for libkdcraw -# -# -------------------------------------------------------------------- - -if test "$PKGCONFIGFOUND" = "yes" ; then - have_libkdcraw=no - - KDE_PKG_CHECK_MODULES(LIBKDCRAW, libkdcraw >= 0.1.5, - have_libkdcraw=yes, have_libkdcraw=no) - - if test "x$have_libkdcraw" = "xno"; then - LIBKDCRAW_CFLAGS="" - LIBKDCRAW_LIBS="" - AC_MSG_RESULT([not found]) - else - AC_MSG_RESULT([found]) - fi -else - LIBKDCRAW_CFLAGS="" - LIBKDCRAW_LIBS="" - AC_MSG_RESULT([not found]) -fi -AC_SUBST(LIBKDCRAW_CFLAGS) -AC_SUBST(LIBKDCRAW_LIBS) - -if test "x$have_libkdcraw" != "xyes"; then - DO_NOT_COMPILE="$DO_NOT_COMPILE digikam" -fi - -#------------------------------------------------------------------ -# -# Check for libtiff -# -#------------------------------------------------------------------ - -have_tiff=no -KDE_CHECK_LIB(tiff, TIFFWriteScanline, - have_tiff=yes, - AC_MSG_WARN([TIFF library not found]), - -ljpeg -lz -lm) - -if test "x$have_tiff" = "xyes"; then - KDE_CHECK_HEADER(tiffio.h, have_tiff=yes, have_tiff=no) -fi - -if test "x$have_tiff" != "xyes"; then - AC_WARN([TIFF library not found, digiKam will not be compiled.]) - DO_NOT_COMPILE="digikam $DO_NOT_COMPILE" -else - LIB_TIFF="-ltiff" - AC_SUBST(LIB_TIFF) -fi - -#------------------------------------------------------------------ -# -# Check for libpng (with png_set_add_alpha() function) -# -#------------------------------------------------------------------ - -have_png=no -KDE_CHECK_LIB(png, png_set_add_alpha, - have_png=yes, - AC_MSG_WARN([digiKam requires libpng >= 1.2.7]), - -lpng -lz -lm) - -if test "x$have_png" != "xyes"; then - AC_WARN([digiKam requires libpng >= 1.2.7; digiKam will not be compiled.]) - DO_NOT_COMPILE="digikam $DO_NOT_COMPILE" -else - LIB_PNG="-lpng" - AC_SUBST(LIB_PNG) -fi - -#------------------------------------------------------------------ -# -# Check for libjasper (JPEG2000) -# -#------------------------------------------------------------------ - -have_jasper=no -KDE_CHECK_LIB(jasper, jas_init, - have_jasper=yes, - AC_MSG_WARN([digiKam requires libjasper >= 1.7.0]), - -ljasper) - -if test "x$have_jasper" != "xyes"; then - AC_WARN([digiKam requires libjasper >= 1.7.0; digiKam will not be compiled.]) - DO_NOT_COMPILE="digikam $DO_NOT_COMPILE" -else - LIB_JASPER="-ljasper" - AC_SUBST(LIB_JASPER) -fi - -#------------------------------------------------------------------ -# -# Check for local/shared sqlite3 -# -#------------------------------------------------------------------ - -LIB_SQLITE3="" - -AC_ARG_WITH(included-sqlite3, - AC_HELP_STRING([--without-included-sqlite3],[build digiKam using system sqlite3 library]), - [included_sqlite3=$withval], - [included_sqlite3=yes] -) - -if test x$included_sqlite3 = xno; then - if test x$PKGCONFIGFOUND = xyes; then - PKG_CHECK_MODULES(SQLITE, sqlite3 >= 3.5, have_sqlite3=yes,have_sqlite3=no) - - if test x$have_sqlite3 = xyes; then - ## AC_DEFINE(HAVE_SQLITE3, 1, [have SQLite3 database library]) - LIB_SQLITE3=`pkg-config --libs sqlite3` - else - # We don't support not having sqlite3 anymore - DO_NOT_COMPILE="digikam $DO_NOT_COMPILE" - fi - fi -fi - -AC_SUBST(LIB_SQLITE3) -AM_CONDITIONAL(with_included_sqlite3, [test x$included_sqlite3 = xyes]) - -############################################################################### -# END SQLITE CHECK -############################################################################### - - -#------------------------------------------------------------------ -# -# NFS is Evil (sqlite makes use of file locking for allowing -# multiple processes to access the database. but on many -# nfs implementations, this file locking is horribly broken and -# can end up locking the app or not allowing access to the app. -# since we use tdeioslaves which access the db too) -# -#------------------------------------------------------------------ - -AC_ARG_ENABLE(nfs-hack, - AC_HELP_STRING([--enable-nfs-hack], -[Enable a hack for album libraries on a nfs mount, - which causes the database to be saved in - $HOMEDIR/.trinity/share/apps/digikam/directoryname.db [default=disable]]), - [enable_nfs_hack=$enableval], - [enable_nfs_hack=no] -) - -if test "x$enable_nfs_hack" = "xyes"; then - AC_DEFINE(NFS_HACK, 1, [NFS hack enabled]) - AC_MSG_NOTICE([NFS hack enabled. Make sure you know what you are doing]) -fi - -#------------------------------------------------------------------ -# -# get the gcc version -# -# CImg.h version 1.2.8 do not compile fine with gcc 4.3.x -# See B.K.O #163118: digikam-0.9.4_beta5 compilation hangs with gcc 4.3 -# Using -fno-tree-pre is work around this problem. -# -#------------------------------------------------------------------ - -KDE_CHECK_COMPILER_FLAG(fno-tree-pre,[CXXFLAGS="-fno-tree-pre $CXXFLAGS"]) - diff --git a/src/digikam/Makefile.am b/src/digikam/Makefile.am deleted file mode 100644 index 6f0ac90f..00000000 --- a/src/digikam/Makefile.am +++ /dev/null @@ -1,170 +0,0 @@ -METASOURCES = AUTO - -if with_included_sqlite3 - LIB_SQLITE3_LOCAL = $(top_builddir)/src/libs/sqlite3/libsqlite3.la - SQLITE3_INCLUDES = -I$(top_srcdir)/src/libs/sqlite3 -endif - -INCLUDES = -I$(top_srcdir)/src/libs/sqlite2 \ - -I$(top_srcdir)/src/libs/histogram \ - -I$(top_srcdir)/src/libs/levels \ - -I$(top_srcdir)/src/libs/curves \ - -I$(top_srcdir)/src/libs/themeengine \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/thumbbar \ - -I$(top_srcdir)/src/libs/jpegutils \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/imageproperties \ - -I$(top_srcdir)/src/libs/threadimageio \ - -I$(top_srcdir)/src/libs/dialogs \ - -I$(top_builddir)/src/libs/dialogs \ - -I$(top_srcdir)/src/utilities/cameragui \ - -I$(top_srcdir)/src/utilities/imageeditor/editor \ - -I$(top_srcdir)/src/utilities/imageeditor/canvas \ - -I$(top_srcdir)/src/utilities/setup \ - -I$(top_srcdir)/src/utilities/slideshow \ - -I$(top_srcdir)/src/utilities/batch \ - -I$(top_srcdir)/src/utilities/lighttable \ - $(SQLITE3_INCLUDES) \ - $(LIBKEXIV2_CFLAGS) \ - $(LIBKIPI_CFLAGS) \ - $(LIBKDCRAW_CFLAGS) \ - $(GPHOTO_CFLAGS) \ - $(all_includes) - - -# -- shared digiKam library rules ----------------------------------------------- - -lib_LTLIBRARIES = libdigikam.la - -# NOTE from Gilles (30-11-06): kdateedit.cpp and metadatahub.cpp must be placed on the top -# of source file list to unbreak compilation with './configure -enable-final' option. -# I suspect a problem with X11 header included into albumfolderview.cpp witch redefine 'enum' type. -libdigikam_la_SOURCES = kdateedit.cpp \ - metadatahub.cpp \ - digikamapp.cpp \ - album.cpp \ - albumdb.cpp \ - albumdb_sqlite2.cpp \ - albumicongroupitem.cpp \ - albumiconitem.cpp \ - albumiconview.cpp \ - albumiconviewfilter.cpp \ - albumitemhandler.cpp \ - albumfiletip.cpp \ - albumfolderview.cpp \ - albumhistory.cpp \ - albumlister.cpp \ - albummanager.cpp \ - albumpropsedit.cpp \ - albumsettings.cpp \ - albumthumbnailloader.cpp \ - albumwidgetstack.cpp \ - cameralist.cpp \ - cameratype.cpp \ - datefolderview.cpp \ - dcopiface.cpp \ - dcopiface.skel \ - digikamfirstrun.cpp \ - digikamview.cpp \ - dio.cpp \ - dragobjects.cpp \ - firstrun.cpp \ - folderitem.cpp \ - folderview.cpp \ - iconview.cpp \ - icongroupitem.cpp \ - iconitem.cpp \ - imageattributeswatch.cpp \ - imageinfo.cpp \ - imagepreviewview.cpp \ - kdatetimeedit.cpp \ - kdatepickerpopup.cpp \ - kipiinterface.cpp \ - mediaplayerview.cpp \ - mimefilter.cpp \ - monthwidget.cpp \ - pixmapmanager.cpp \ - ratingfilter.cpp \ - ratingpopupmenu.cpp \ - ratingwidget.cpp \ - scanlib.cpp \ - searchadvanceddialog.cpp \ - searchfolderview.cpp \ - searchquickdialog.cpp \ - searchresultsview.cpp \ - searchresultsitem.cpp \ - searchwidgets.cpp \ - syncjob.cpp \ - tageditdlg.cpp \ - tagfilterview.cpp \ - tagfolderview.cpp \ - tagspopupmenu.cpp \ - timelinefolderview.cpp \ - timelineview.cpp \ - timelinewidget.cpp \ - upgradedb_sqlite2tosqlite3.cpp \ - welcomepageview.cpp - -# NOTE: if local libsqlite3 is used LIB_SQLITE3 is null. -# if shared libsqlite3 is used LIB_SQLITE3_LOCAL is null. -libdigikam_la_LIBADD = $(LIB_SQLITE3) \ - $(LIB_SQLITE3_LOCAL) \ - $(LIB_TQT) \ - $(LIB_TDEPARTS) \ - $(LIB_TDEIO) \ - $(LIB_TDEABC) \ - $(LIB_TDEHTML) \ - $(LIBKIPI_LIBS) \ - $(LIBKEXIV2_LIBS) \ - $(LIB_TDEUTILS) \ - $(top_builddir)/src/libs/sqlite2/libsqlite2.la \ - $(top_builddir)/src/libs/thumbbar/libthumbbar.la \ - $(top_builddir)/src/libs/themeengine/libthemeengine.la \ - $(top_builddir)/src/libs/widgets/libwidgets.la \ - $(top_builddir)/src/libs/dialogs/libdialog.la \ - $(top_builddir)/src/libs/jpegutils/libjpegutils.la \ - $(top_builddir)/src/libs/dimg/libdimg.la \ - $(top_builddir)/src/libs/imageproperties/libimagepropertiesdigikam.la \ - $(top_builddir)/src/libs/threadimageio/libthreadimageio.la \ - $(top_builddir)/src/libs/greycstoration/libgreycstoration.la \ - $(top_builddir)/src/utilities/batch/libbatch.la \ - $(top_builddir)/src/utilities/slideshow/libslideshow.la \ - $(top_builddir)/src/utilities/cameragui/libcameragui.la \ - $(top_builddir)/src/utilities/imageeditor/canvas/libdimgcanvas.la \ - $(top_builddir)/src/utilities/imageeditor/editor/libdimgeditor.la \ - $(top_builddir)/src/utilities/setup/libsetup.la \ - $(top_builddir)/src/utilities/lighttable/liblighttable.la - -libdigikam_la_LDFLAGS = $(LIBKEXIV2_LIBS) $(all_libraries) $(KDE_RPATH) -no-undefined - -# -- main digiKam binary target file rules ---------------------------------------------- - -bin_PROGRAMS = digikam - -digikam_SOURCES = main.cpp - -digikam_LDADD = $(LIB_TQT) \ - $(LIB_TDECORE) \ - $(LIB_TDEUI) \ - $(LIBSOCKET) \ - $(LIB_TDEFILE) \ - $(LIB_TDEPARTS) \ - $(LIB_TDEUTILS) \ - libdigikam.la - -digikam_LDFLAGS = $(LIBKIPI_LIBS) $(LIBKDCRAW_LIBS) $(LIBKEXIV2_LIBS) $(KDE_RPATH) $(all_libraries) $(LIB_TDEUTILS) - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamui.rc - -dummy_digikam.cpp: - echo > dummy_digikam.cpp - -xdg_apps_DATA = digikam.desktop - -include_HEADERS = digikam_export.h - -include ../../admin/Doxyfile.am -noinst_HEADERS = dcopiface.h diff --git a/src/imageplugins/Makefile.am b/src/imageplugins/Makefile.am deleted file mode 100644 index 3e04b062..00000000 --- a/src/imageplugins/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -SUBDIRS = coreplugin adjustcurves adjustlevels antivignetting blurfx border \ - channelmixer charcoal colorfx distortionfx emboss filmgrain \ - freerotation hotpixels infrared inpainting inserttext lensdistortion \ - noisereduction oilpaint perspective raindrop restoration sheartool \ - superimpose texture whitebalance diff --git a/src/imageplugins/adjustcurves/Makefile.am b/src/imageplugins/adjustcurves/Makefile.am deleted file mode 100644 index f798a7af..00000000 --- a/src/imageplugins/adjustcurves/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_adjustcurves_la_SOURCES = imageplugin_adjustcurves.cpp \ - adjustcurvestool.cpp - -digikamimageplugin_adjustcurves_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_adjustcurves_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_adjustcurves.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_adjustcurves.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_adjustcurves_ui.rc diff --git a/src/imageplugins/adjustlevels/Makefile.am b/src/imageplugins/adjustlevels/Makefile.am deleted file mode 100644 index 2b04f4cc..00000000 --- a/src/imageplugins/adjustlevels/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_adjustlevels_la_SOURCES = imageplugin_adjustlevels.cpp \ - adjustlevelstool.cpp - -digikamimageplugin_adjustlevels_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_adjustlevels_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_adjustlevels.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_adjustlevels.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_adjustlevels_ui.rc - diff --git a/src/imageplugins/antivignetting/Makefile.am b/src/imageplugins/antivignetting/Makefile.am deleted file mode 100644 index 54539672..00000000 --- a/src/imageplugins/antivignetting/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_antivignetting_la_SOURCES = imageplugin_antivignetting.cpp \ - antivignettingtool.cpp antivignetting.cpp - -digikamimageplugin_antivignetting_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_antivignetting_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_antivignetting.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_antivignetting.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_antivignetting_ui.rc - diff --git a/src/imageplugins/blurfx/Makefile.am b/src/imageplugins/blurfx/Makefile.am deleted file mode 100644 index 51a78977..00000000 --- a/src/imageplugins/blurfx/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_blurfx_la_SOURCES = imageplugin_blurfx.cpp \ - blurfxtool.cpp blurfx.cpp - -digikamimageplugin_blurfx_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_blurfx_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_blurfx.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_blurfx.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_blurfx_ui.rc - diff --git a/src/imageplugins/border/Makefile.am b/src/imageplugins/border/Makefile.am deleted file mode 100644 index 385acfab..00000000 --- a/src/imageplugins/border/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -METASOURCES = AUTO -SUBDIRS = patterns - -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_border_la_SOURCES = imageplugin_border.cpp \ - bordertool.cpp border.cpp - -digikamimageplugin_border_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_border_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_border.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_border.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_border_ui.rc diff --git a/src/imageplugins/border/patterns/Makefile.am b/src/imageplugins/border/patterns/Makefile.am deleted file mode 100644 index 31bb4b2d..00000000 --- a/src/imageplugins/border/patterns/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -borderpicsdir = $(kde_datadir)/digikam/data -borderpics_DATA = pine-pattern.png wood-pattern.png paper-pattern.png parque-pattern.png \ - ice-pattern.png leaf-pattern.png marble-pattern.png rain-pattern.png \ - craters-pattern.png dried-pattern.png pink-pattern.png stone-pattern.png \ - chalk-pattern.png granit-pattern.png rock-pattern.png wall-pattern.png diff --git a/src/imageplugins/channelmixer/Makefile.am b/src/imageplugins/channelmixer/Makefile.am deleted file mode 100644 index 61eaab34..00000000 --- a/src/imageplugins/channelmixer/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_channelmixer_la_SOURCES = imageplugin_channelmixer.cpp \ - channelmixertool.cpp - -digikamimageplugin_channelmixer_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_channelmixer_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_channelmixer.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_channelmixer.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_channelmixer_ui.rc - diff --git a/src/imageplugins/charcoal/Makefile.am b/src/imageplugins/charcoal/Makefile.am deleted file mode 100644 index 3d851deb..00000000 --- a/src/imageplugins/charcoal/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_charcoal_la_SOURCES = imageplugin_charcoal.cpp \ - charcoaltool.cpp charcoal.cpp - -digikamimageplugin_charcoal_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_charcoal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_charcoal.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_charcoal.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_charcoal_ui.rc - diff --git a/src/imageplugins/colorfx/Makefile.am b/src/imageplugins/colorfx/Makefile.am deleted file mode 100644 index a0d2e4fa..00000000 --- a/src/imageplugins/colorfx/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_colorfx_la_SOURCES = imageplugin_colorfx.cpp \ - colorfxtool.cpp - -digikamimageplugin_colorfx_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_colorfx_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_colorfx.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_colorfx.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_colorfx_ui.rc - diff --git a/src/imageplugins/coreplugin/Makefile.am b/src/imageplugins/coreplugin/Makefile.am deleted file mode 100644 index b36d6f36..00000000 --- a/src/imageplugins/coreplugin/Makefile.am +++ /dev/null @@ -1,52 +0,0 @@ -SUBDIRS = sharpnesseditor hsl ratiocrop -COMPILE_FIRST = sharpnesseditor hsl ratiocrop -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 \ - -I$(top_srcdir)/src/imageplugins/coreplugin/hsl \ - -I$(top_srcdir)/src/imageplugins/coreplugin/ratiocrop \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_core_la_SOURCES = imageplugin_core.cpp bwsepiatool.cpp \ - autocorrectiontool.cpp \ - rgbtool.cpp \ - redeyetool.cpp blurtool.cpp \ - iccprooftool.cpp bcgtool.cpp - -noinst_HEADERS = autocorrectiontool.h blurtool.h \ - rgbtool.h bcgtool.h \ - bwsepiatool.h iccprooftool.h redeyetool.h - -digikamimageplugin_core_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/imageplugins/coreplugin/sharpnesseditor/libsharpnesseditor.la \ - $(top_builddir)/src/imageplugins/coreplugin/hsl/libhsl.la \ - $(top_builddir)/src/imageplugins/coreplugin/ratiocrop/libratiocrop.la \ - $(top_builddir)/src/digikam/libdigikam.la \ - $(top_builddir)/src/utilities/imageeditor/editor/libdimgeditor.la \ - $(top_builddir)/src/libs/curves/libcurves.la \ - $(top_builddir)/src/libs/widgets/common/libcommonwidgets.la \ - $(top_builddir)/src/libs/widgets/imageplugins/libimagepluginswidgets.la - -digikamimageplugin_core_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio -lkexiv2 -ltdeutils - -kde_services_DATA = digikamimageplugin_core.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_core.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_core_ui.rc diff --git a/src/imageplugins/coreplugin/hsl/Makefile.am b/src/imageplugins/coreplugin/hsl/Makefile.am deleted file mode 100644 index 4465d44c..00000000 --- a/src/imageplugins/coreplugin/hsl/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -noinst_LTLIBRARIES = libhsl.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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -libhsl_la_SOURCES = hsltool.cpp hspreviewwidget.cpp - -libhsl_la_LDFLAGS = $(all_libraries) - -noinst_HEADERS = hsltool.h hspreviewwidget.h - diff --git a/src/imageplugins/coreplugin/ratiocrop/Makefile.am b/src/imageplugins/coreplugin/ratiocrop/Makefile.am deleted file mode 100644 index 47ec5b58..00000000 --- a/src/imageplugins/coreplugin/ratiocrop/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -noinst_LTLIBRARIES = libratiocrop.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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -libratiocrop_la_SOURCES = ratiocroptool.cpp imageselectionwidget.cpp - -libratiocrop_la_LDFLAGS = $(all_libraries) - -noinst_HEADERS = ratiocroptool.h imageselectionwidget.h - 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 diff --git a/src/imageplugins/distortionfx/Makefile.am b/src/imageplugins/distortionfx/Makefile.am deleted file mode 100644 index fcb7b74a..00000000 --- a/src/imageplugins/distortionfx/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_distortionfx_la_SOURCES = imageplugin_distortionfx.cpp \ - distortionfxtool.cpp distortionfx.cpp - -digikamimageplugin_distortionfx_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_distortionfx_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_distortionfx.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_distortionfx.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_distortionfx_ui.rc - diff --git a/src/imageplugins/emboss/Makefile.am b/src/imageplugins/emboss/Makefile.am deleted file mode 100644 index c595aa30..00000000 --- a/src/imageplugins/emboss/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_emboss_la_SOURCES = imageplugin_emboss.cpp \ - embosstool.cpp emboss.cpp - -digikamimageplugin_emboss_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_emboss_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_emboss.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_emboss.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_emboss_ui.rc - diff --git a/src/imageplugins/filmgrain/Makefile.am b/src/imageplugins/filmgrain/Makefile.am deleted file mode 100644 index c23c9d8e..00000000 --- a/src/imageplugins/filmgrain/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_filmgrain_la_SOURCES = imageplugin_filmgrain.cpp \ - filmgraintool.cpp filmgrain.cpp - -digikamimageplugin_filmgrain_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_filmgrain_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_filmgrain.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_filmgrain.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_filmgrain_ui.rc - diff --git a/src/imageplugins/freerotation/Makefile.am b/src/imageplugins/freerotation/Makefile.am deleted file mode 100644 index e2b67283..00000000 --- a/src/imageplugins/freerotation/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_freerotation_la_SOURCES = imageplugin_freerotation.cpp \ - freerotationtool.cpp freerotation.cpp - -digikamimageplugin_freerotation_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_freerotation_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_freerotation.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_freerotation.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_freerotation_ui.rc - diff --git a/src/imageplugins/hotpixels/Makefile.am b/src/imageplugins/hotpixels/Makefile.am deleted file mode 100644 index 711fe84e..00000000 --- a/src/imageplugins/hotpixels/Makefile.am +++ /dev/null @@ -1,36 +0,0 @@ -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/threadimageio \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/digikam \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_hotpixels_la_SOURCES = blackframeparser.cpp weights.cpp \ - hotpixelfixer.cpp imageplugin_hotpixels.cpp \ - blackframelistview.cpp hotpixelstool.cpp - -digikamimageplugin_hotpixels_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_hotpixels_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_hotpixels.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_hotpixels.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_hotpixels_ui.rc - diff --git a/src/imageplugins/infrared/Makefile.am b/src/imageplugins/infrared/Makefile.am deleted file mode 100644 index 1e9cd294..00000000 --- a/src/imageplugins/infrared/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_infrared_la_SOURCES = imageplugin_infrared.cpp \ - infraredtool.cpp infrared.cpp - -digikamimageplugin_infrared_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_infrared_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_infrared.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_infrared.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_infrared_ui.rc - diff --git a/src/imageplugins/inpainting/Makefile.am b/src/imageplugins/inpainting/Makefile.am deleted file mode 100644 index 243253a8..00000000 --- a/src/imageplugins/inpainting/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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/libs/greycstoration \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_inpainting_la_SOURCES = imageplugin_inpainting.cpp \ - inpaintingtool.cpp - -digikamimageplugin_inpainting_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_inpainting_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -no-undefined -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_inpainting.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_inpainting.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_inpainting_ui.rc diff --git a/src/imageplugins/inserttext/Makefile.am b/src/imageplugins/inserttext/Makefile.am deleted file mode 100644 index 2753def7..00000000 --- a/src/imageplugins/inserttext/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_inserttext_la_SOURCES = imageplugin_inserttext.cpp inserttextwidget.cpp \ - inserttexttool.cpp fontchooserwidget.cpp - -digikamimageplugin_inserttext_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_inserttext_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_inserttext.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_inserttext.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_inserttext_ui.rc - diff --git a/src/imageplugins/lensdistortion/Makefile.am b/src/imageplugins/lensdistortion/Makefile.am deleted file mode 100644 index cd157aa1..00000000 --- a/src/imageplugins/lensdistortion/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_lensdistortion_la_SOURCES = imageplugin_lensdistortion.cpp \ - lensdistortiontool.cpp \ - lensdistortion.cpp pixelaccess.cpp - -digikamimageplugin_lensdistortion_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_lensdistortion_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_lensdistortion.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_lensdistortion.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_lensdistortion_ui.rc diff --git a/src/imageplugins/noisereduction/Makefile.am b/src/imageplugins/noisereduction/Makefile.am deleted file mode 100644 index c1b6ac08..00000000 --- a/src/imageplugins/noisereduction/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_noisereduction_la_SOURCES = imageplugin_noisereduction.cpp \ - noisereductiontool.cpp noisereduction.cpp - -digikamimageplugin_noisereduction_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_noisereduction_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_noisereduction.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_noisereduction.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_noisereduction_ui.rc - diff --git a/src/imageplugins/oilpaint/Makefile.am b/src/imageplugins/oilpaint/Makefile.am deleted file mode 100644 index f50d7408..00000000 --- a/src/imageplugins/oilpaint/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_oilpaint_la_SOURCES = imageplugin_oilpaint.cpp \ - oilpainttool.cpp oilpaint.cpp - -digikamimageplugin_oilpaint_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_oilpaint_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_oilpaint.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_oilpaint.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_oilpaint_ui.rc - diff --git a/src/imageplugins/perspective/Makefile.am b/src/imageplugins/perspective/Makefile.am deleted file mode 100644 index 028add37..00000000 --- a/src/imageplugins/perspective/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_perspective_la_SOURCES = imageplugin_perspective.cpp \ - perspectivetool.cpp \ - perspectivewidget.cpp triangle.cpp matrix.cpp - -digikamimageplugin_perspective_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_perspective_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_perspective.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_perspective.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_perspective_ui.rc - diff --git a/src/imageplugins/raindrop/Makefile.am b/src/imageplugins/raindrop/Makefile.am deleted file mode 100644 index 29899232..00000000 --- a/src/imageplugins/raindrop/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_raindrop_la_SOURCES = imageplugin_raindrop.cpp \ - raindroptool.cpp raindrop.cpp - -digikamimageplugin_raindrop_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_raindrop_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_raindrop.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_raindrop.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_raindrop_ui.rc - diff --git a/src/imageplugins/restoration/Makefile.am b/src/imageplugins/restoration/Makefile.am deleted file mode 100644 index 695609be..00000000 --- a/src/imageplugins/restoration/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -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/libs/greycstoration \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_restoration_la_SOURCES = imageplugin_restoration.cpp \ - restorationtool.cpp - -digikamimageplugin_restoration_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_restoration_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -no-undefined -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_restoration.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_restoration.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_restoration_ui.rc - diff --git a/src/imageplugins/sheartool/Makefile.am b/src/imageplugins/sheartool/Makefile.am deleted file mode 100644 index a601b8a5..00000000 --- a/src/imageplugins/sheartool/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_sheartool_la_SOURCES = imageplugin_sheartool.cpp shear.cpp \ - sheartool.cpp - -digikamimageplugin_sheartool_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_sheartool_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_sheartool.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_sheartool.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_sheartool_ui.rc diff --git a/src/imageplugins/superimpose/Makefile.am b/src/imageplugins/superimpose/Makefile.am deleted file mode 100644 index 686eff2a..00000000 --- a/src/imageplugins/superimpose/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -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/libs/thumbbar \ - -I$(top_srcdir)/src/digikam \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_superimpose_la_SOURCES = superimposewidget.cpp superimpose.cpp dirselectwidget.cpp \ - imageplugin_superimpose.cpp superimposetool.cpp - - -digikamimageplugin_superimpose_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_superimpose_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_superimpose.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_superimpose.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_superimpose_ui.rc diff --git a/src/imageplugins/texture/Makefile.am b/src/imageplugins/texture/Makefile.am deleted file mode 100644 index 22697c65..00000000 --- a/src/imageplugins/texture/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -METASOURCES = AUTO -SUBDIRS = patterns - -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_texture_la_SOURCES = imageplugin_texture.cpp \ - texturetool.cpp texture.cpp - -digikamimageplugin_texture_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_texture_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_texture.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_texture.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_texture_ui.rc - diff --git a/src/imageplugins/texture/patterns/Makefile.am b/src/imageplugins/texture/patterns/Makefile.am deleted file mode 100644 index 414c7f20..00000000 --- a/src/imageplugins/texture/patterns/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -borderpicsdir = $(kde_datadir)/digikam/data -borderpics_DATA = bricks2-texture.png bricks-texture.png burlap-texture.png canvas-texture.png \ - marble2-texture.png marble-texture.png paper-texture.png stone-texture.png \ - fabric-texture.png paper2-texture.png bluejean-texture.png cellwood-texture.png \ - metalwire-texture.png modern-texture.png wall-texture.png moss-texture.png
\ No newline at end of file diff --git a/src/imageplugins/whitebalance/Makefile.am b/src/imageplugins/whitebalance/Makefile.am deleted file mode 100644 index b53cf65a..00000000 --- a/src/imageplugins/whitebalance/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -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 \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_whitebalance_la_SOURCES = imageplugin_whitebalance.cpp \ - whitebalancetool.cpp - -digikamimageplugin_whitebalance_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_whitebalance_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_whitebalance.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_whitebalance.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_whitebalance_ui.rc diff --git a/src/libs/Makefile.am b/src/libs/Makefile.am deleted file mode 100644 index a9af1e06..00000000 --- a/src/libs/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -if with_included_sqlite3 - SQLITE3_SUBDIR = sqlite3 -endif - -COMPILE_FIRST = sqlite2 $(SQLITE3_SUBDIR) - -SUBDIRS = sqlite2 $(SQLITE3_SUBDIR) lprof histogram levels curves whitebalance dmetadata \ - dimg threadimageio themeengine widgets greycstoration \ - thumbbar jpegutils imageproperties dialogs diff --git a/src/libs/curves/Makefile.am b/src/libs/curves/Makefile.am deleted file mode 100644 index f183fcc7..00000000 --- a/src/libs/curves/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libcurves.la - -libcurves_la_SOURCES = imagecurves.cpp - -libcurves_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/libs/histogram \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/digikam \ - $(all_includes) - -digikaminclude_HEADERS = imagecurves.h - -digikamincludedir = $(includedir)/digikam diff --git a/src/libs/dialogs/Makefile.am b/src/libs/dialogs/Makefile.am deleted file mode 100644 index 19d50423..00000000 --- a/src/libs/dialogs/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libdialog.la libdialogshowfoto.la - -# Dialogs collection used by Showfoto. - -libdialogshowfoto_la_SOURCES = iccprofileinfodlg.cpp imagedialog.cpp rawcameradlg.cpp - -libdialogshowfoto_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -# Dialogs collection used by digiKam. - -libdialog_la_SOURCES = deletedialogbase.ui imagedialog.cpp rawcameradlg.cpp \ - iccprofileinfodlg.cpp deletedialog.cpp dprogressdlg.cpp - -libdialog_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/thumbbar \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/widgets/metadata \ - -I$(top_srcdir)/src/libs/widgets/iccprofiles \ - -I$(top_srcdir)/src/libs/widgets/imageplugins \ - -I$(top_srcdir)/src/utilities/imageeditor/canvas \ - $(LIBKDCRAW_CFLAGS) \ - $(LIBKEXIV2_CFLAGS) \ - $(all_includes) - -digikaminclude_HEADERS = iccprofileinfodlg.h dprogressdlg.h imagedialog.h rawcameradlg.h -digikamincludedir = $(includedir)/digikam diff --git a/src/libs/dimg/Makefile.am b/src/libs/dimg/Makefile.am deleted file mode 100644 index 23e746a2..00000000 --- a/src/libs/dimg/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -SUBDIRS = loaders filters -METASOURCES = AUTO - -noinst_LTLIBRARIES = libdimg.la - -libdimg_la_SOURCES = dimg.cpp dimgscale.cpp dcolor.cpp dcolorcomposer.cpp ddebug.cpp - -libdimg_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -libdimg_la_LIBADD = $(top_builddir)/src/libs/histogram/libhistogram.la \ - $(top_builddir)/src/libs/levels/liblevels.la \ - $(top_builddir)/src/libs/curves/libcurves.la \ - $(top_builddir)/src/libs/whitebalance/libwhitebalance.la \ - $(top_builddir)/src/libs/dimg/loaders/libdimgloaders.la \ - $(top_builddir)/src/libs/dimg/filters/libdimgfilters.la \ - $(top_builddir)/src/libs/dmetadata/libdmetadata.la \ - $(LIBKDCRAW_LIBS) $(LCMS_LIBS) - -INCLUDES = $(all_includes) $(LIBKDCRAW_CFLAGS) \ - -I$(top_srcdir)/src/libs/dimg/loaders \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/digikam - -digikaminclude_HEADERS = dimg.h dcolor.h dcolorpixelaccess.h dcolorcomposer.h \ - dcolorblend.h ddebug.h -digikamincludedir = $(includedir)/digikam diff --git a/src/libs/dimg/filters/Makefile.am b/src/libs/dimg/filters/Makefile.am deleted file mode 100644 index 25c4ee54..00000000 --- a/src/libs/dimg/filters/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libdimgfilters.la - -libdimgfilters_la_SOURCES = bcgmodifier.cpp hslmodifier.cpp icctransform.cpp \ - dimgimagefilters.cpp dimgthreadedfilter.cpp \ - dimggaussianblur.cpp dimgsharpen.cpp colormodifier.cpp - -libdimgfilters_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/levels \ - -I$(top_srcdir)/src/libs/histogram \ - -I$(top_srcdir)/src/digikam \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - - -digikaminclude_HEADERS = bcgmodifier.h hslmodifier.h dimgthreadedfilter.h dimgimagefilters.h \ - icctransform.h colormodifier.h dimgsharpen.h dimggaussianblur.h -digikamincludedir = $(includedir)/digikam diff --git a/src/libs/dimg/loaders/Makefile.am b/src/libs/dimg/loaders/Makefile.am deleted file mode 100644 index 62e96fe8..00000000 --- a/src/libs/dimg/loaders/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libdimgloaders.la - -libdimgloaders_la_SOURCES = dimgloader.cpp pngloader.cpp jpegloader.cpp tiffloader.cpp \ - rawloader.cpp ppmloader.cpp qimageloader.cpp iccjpeg.c \ - jp2kloader.cpp jpegsettings.cpp pngsettings.cpp \ - tiffsettings.cpp jp2ksettings.cpp - -libdimgloaders_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) \ - $(LIBJPEG) $(LIB_TIFF) $(LIB_PNG) $(LIB_JASPER) - -INCLUDES = $(all_includes) -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/libs/curves \ - -I$(top_srcdir)/src/libs/levels \ - -I$(top_srcdir)/src/libs/histogram \ - -I$(top_srcdir)/src/libs/whitebalance \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/digikam \ - $(LIBKEXIV2_CFLAGS) $(LIBKDCRAW_CFLAGS) diff --git a/src/libs/dmetadata/Makefile.am b/src/libs/dmetadata/Makefile.am deleted file mode 100644 index 73ff6010..00000000 --- a/src/libs/dmetadata/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libdmetadata.la - -libdmetadata_la_SOURCES = dmetadata.cpp - -libdmetadata_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -libdmetadata_la_LIBADD = $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) - -INCLUDES = -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/digikam \ - $(LIBKEXIV2_CFLAGS) \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikaminclude_HEADERS = dmetadata.h photoinfocontainer.h -digikamincludedir = $(includedir)/digikam diff --git a/src/libs/greycstoration/Makefile.am b/src/libs/greycstoration/Makefile.am deleted file mode 100644 index f7cc569f..00000000 --- a/src/libs/greycstoration/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -METASOURCES = AUTO - -KDE_CXXFLAGS = $(USE_EXCEPTIONS) -w - -noinst_LTLIBRARIES = libgreycstoration.la - -libgreycstoration_la_SOURCES = greycstorationiface.cpp greycstorationwidget.cpp - -libgreycstoration_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/digikam \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikaminclude_HEADERS = greycstorationiface.h greycstorationwidget.h greycstorationsettings.h - -digikamincludedir = $(includedir)/digikam - diff --git a/src/libs/histogram/Makefile.am b/src/libs/histogram/Makefile.am deleted file mode 100644 index 56ea96f6..00000000 --- a/src/libs/histogram/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libhistogram.la - -libhistogram_la_SOURCES = imagehistogram.cpp - -libhistogram_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/digikam \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikaminclude_HEADERS = imagehistogram.h - -digikamincludedir = $(includedir)/digikam diff --git a/src/libs/imageproperties/Makefile.am b/src/libs/imageproperties/Makefile.am deleted file mode 100644 index 2c4f021a..00000000 --- a/src/libs/imageproperties/Makefile.am +++ /dev/null @@ -1,51 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libimagepropertiesshowfoto.la libimagepropertiesdigikam.la \ - libimagepropertiescamgui.la - -# Image Properties SideBar for Camera GUI. - -libimagepropertiescamgui_la_SOURCES = imagepropertiessidebarcamgui.cpp cameraitempropertiestab.cpp - -libimagepropertiescamgui_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -# Image Properties SideBar for Showfoto (without digiKam database support). - -libimagepropertiesshowfoto_la_SOURCES = imagepropertiessidebar.cpp navigatebarwidget.cpp \ - imagepropertiesmetadatatab.cpp imagepropertiescolorstab.cpp \ - imagepropertiestab.cpp navigatebartab.cpp - -libimagepropertiesshowfoto_la_LIBADD = $(top_builddir)/src/libs/widgets/libwidgets.la \ - $(top_builddir)/src/libs/dmetadata/libdmetadata.la \ - $(top_builddir)/src/libs/dimg/libdimg.la \ - $(top_builddir)/src/libs/threadimageio/libthreadimageio.la \ - $(top_builddir)/src/libs/histogram/libhistogram.la - -libimagepropertiesshowfoto_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -# Image Properties SideBar for digiKam Main interface and Image Editor (digiKam database support). - -libimagepropertiesdigikam_la_SOURCES = imagedescedittab.cpp imagepropertiessidebar.cpp \ - imagepropertiessidebardb.cpp \ - talbumlistview.cpp imagepropertiesmetadatatab.cpp \ - imagepropertiescolorstab.cpp \ - navigatebarwidget.cpp imagepropertiestab.cpp navigatebartab.cpp - -libimagepropertiesdigikam_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/libs/histogram \ - -I$(top_srcdir)/src/libs/themeengine \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/widgets/iccprofiles \ - -I$(top_srcdir)/src/libs/widgets/metadata \ - -I$(top_srcdir)/src/libs/dialogs \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/threadimageio \ - -I$(top_srcdir)/src/utilities/cameragui \ - -I$(top_srcdir)/src/utilities/batch \ - -I$(top_srcdir)/src/digikam \ - $(LIBKEXIV2_CFLAGS) \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - diff --git a/src/libs/jpegutils/Makefile.am b/src/libs/jpegutils/Makefile.am deleted file mode 100644 index 3c07aa5a..00000000 --- a/src/libs/jpegutils/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -METASOURCES = AUTO - -# --enable-final triggers: http://bugs.kde.org/show_bug.cgi?id=126326 -# digikam: camera download: auto-rotated images lose EXIF info ... -# So make sure nofinal is always used here! -KDE_OPTIONS = nofinal - -INCLUDES = $(all_includes) \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/digikam \ - $(LIBKDCRAW_CFLAGS) \ - $(LIBKEXIV2_CFLAGS) - - -noinst_LTLIBRARIES = libjpegutils.la - -libjpegutils_la_SOURCES = jpegutils.cpp transupp.cpp - -libjpegutils_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -libjpegutils_la_LIBADD = $(LIBJPEG) diff --git a/src/libs/levels/Makefile.am b/src/libs/levels/Makefile.am deleted file mode 100644 index d86db7c3..00000000 --- a/src/libs/levels/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = liblevels.la - -liblevels_la_SOURCES = imagelevels.cpp - -liblevels_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/histogram \ - -I$(top_srcdir)/src/ \ - -I$(top_srcdir)/src/digikam \ - $(all_includes) - -digikaminclude_HEADERS = imagelevels.h - -digikamincludedir = $(includedir)/digikam diff --git a/src/libs/lprof/Makefile.am b/src/libs/lprof/Makefile.am deleted file mode 100644 index e7251d2c..00000000 --- a/src/libs/lprof/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -# Gilles Caulier 12/01/06: lprof implementation is in C not C++ and do not -# support 'nofinal' compilation option. -KDE_OPTIONS = nofinal - -INCLUDES = $(all_includes) - -noinst_LTLIBRARIES = liblprof.la - -noinst_HEADERS = lcmsprf.h - -liblprof_la_CXXFLAGS = -w -fomit-frame-pointer - -liblprof_la_SOURCES = cmshull.cpp cmslm.cpp cmslnr.cpp cmsmatn.cpp \ - cmsmkmsh.cpp cmsmntr.cpp cmsoutl.cpp cmspcoll.cpp \ - cmsprf.cpp cmsreg.cpp cmsscn.cpp cmssheet.cpp diff --git a/src/libs/sqlite2/Makefile.am b/src/libs/sqlite2/Makefile.am deleted file mode 100644 index dca86fe0..00000000 --- a/src/libs/sqlite2/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ -#stolen Makefile.am from amarok - -noinst_LTLIBRARIES = libsqlite2.la - -INCLUDES = $(all_includes) - -libsqlite2_la_CFLAGS = -w - -libsqlite2_la_LDFLAGS = $(LIBPTHREAD) - -libsqlite2_la_SOURCES = \ - attach.c \ - auth.c \ - btree.c \ - btree_rb.c \ - build.c \ - copy.c \ - date.c \ - delete.c \ - encode.c \ - expr.c \ - func.c \ - hash.c \ - insert.c \ - main.c \ - opcodes.c \ - os.c \ - pager.c \ - parse.c \ - pragma.c \ - printf.c \ - random.c \ - select.c \ - shell.c \ - table.c \ - tokenize.c \ - trigger.c \ - update.c \ - util.c \ - vacuum.c \ - vdbe.c \ - vdbeaux.c \ - where.c diff --git a/src/libs/sqlite3/Makefile.am b/src/libs/sqlite3/Makefile.am deleted file mode 100644 index b672e2c1..00000000 --- a/src/libs/sqlite3/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -noinst_LTLIBRARIES = libsqlite3.la - -INCLUDES = $(all_includes) - -libsqlite3_la_CFLAGS = -w - -libsqlite3_la_LDFLAGS = $(LIBPTHREAD) -no-undefined - -libsqlite3_la_SOURCES = sqlite3.c
\ No newline at end of file diff --git a/src/libs/themeengine/Makefile.am b/src/libs/themeengine/Makefile.am deleted file mode 100644 index f2e5f4ce..00000000 --- a/src/libs/themeengine/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libthemeengine.la - -libthemeengine_la_SOURCES = theme.cpp themeengine.cpp texture.cpp - -libthemeengine_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/ \ - $(all_includes) diff --git a/src/libs/threadimageio/Makefile.am b/src/libs/threadimageio/Makefile.am deleted file mode 100644 index a301012e..00000000 --- a/src/libs/threadimageio/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libthreadimageio.la - -libthreadimageio_la_SOURCES = loadsavethread.cpp \ - managedloadsavethread.cpp \ - sharedloadsavethread.cpp \ - previewloadthread.cpp \ - loadingdescription.cpp \ - loadsavetask.cpp \ - previewtask.cpp \ - loadingcache.cpp \ - loadingcacheinterface.cpp - -libthreadimageio_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dimg/loaders \ - -I$(top_srcdir)/src/libs/dmetadata \ - $(LIBKEXIV2_CFLAGS) \ - -I$(top_srcdir)/src/libs/jpegutils \ - -I$(top_srcdir)/src/digikam \ - $(LIBKDCRAW_CFLAGS) $(all_includes) diff --git a/src/libs/thumbbar/Makefile.am b/src/libs/thumbbar/Makefile.am deleted file mode 100644 index 7e885514..00000000 --- a/src/libs/thumbbar/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libthumbbar.la - -libthumbbar_la_SOURCES = thumbbar.cpp thumbnailjob.cpp - -libthumbbar_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/digikam \ - $(LIBKDCRAW_CFLAGS) \ - $(LIBKEXIV2_CFLAGS) \ - $(all_includes) - -digikaminclude_HEADERS = thumbbar.h - -digikamincludedir = $(includedir)/digikam diff --git a/src/libs/whitebalance/Makefile.am b/src/libs/whitebalance/Makefile.am deleted file mode 100644 index 0325e16a..00000000 --- a/src/libs/whitebalance/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libwhitebalance.la - -libwhitebalance_la_SOURCES = whitebalance.cpp - -libwhitebalance_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/libs/histogram \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/digikam \ - $(all_includes) - -digikaminclude_HEADERS = whitebalance.h - -digikamincludedir = $(includedir)/digikam diff --git a/src/libs/widgets/Makefile.am b/src/libs/widgets/Makefile.am deleted file mode 100644 index 699a4438..00000000 --- a/src/libs/widgets/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -SUBDIRS = metadata imageplugins common iccprofiles - -noinst_LTLIBRARIES = libwidgets.la - -libwidgets_la_SOURCES = - -libwidgets_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -libwidgets_la_LIBADD = $(top_builddir)/src/libs/widgets/metadata/libmetadatawidgets.la \ - $(top_builddir)/src/libs/widgets/iccprofiles/libiccprofileswidgets.la \ - $(top_builddir)/src/libs/widgets/imageplugins/libimagepluginswidgets.la \ - $(top_builddir)/src/libs/widgets/common/libcommonwidgets.la diff --git a/src/libs/widgets/common/Makefile.am b/src/libs/widgets/common/Makefile.am deleted file mode 100644 index 287f60d8..00000000 --- a/src/libs/widgets/common/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libcommonwidgets.la - -libcommonwidgets_la_SOURCES = histogramwidget.cpp colorgradientwidget.cpp curveswidget.cpp dlogoaction.cpp \ - sidebar.cpp squeezedcombobox.cpp filesaveoptionsbox.cpp dpopupmenu.cpp \ - statuszoombar.cpp statusnavigatebar.cpp statusprogressbar.cpp searchtextbar.cpp \ - dcursortracker.cpp paniconwidget.cpp previewwidget.cpp splashscreen.cpp statusled.cpp - -libcommonwidgets_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/libs/histogram \ - -I$(top_srcdir)/src/libs/curves \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dimg/loaders \ - -I$(top_srcdir)/src/digikam \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - - -digikaminclude_HEADERS = histogramwidget.h colorgradientwidget.h curveswidget.h sidebar.h dlogoaction.h \ - squeezedcombobox.h dpopupmenu.h statuszoombar.h statusnavigatebar.h searchtextbar.h \ - statusprogressbar.h dcursortracker.h paniconwidget.h previewwidget.h statusled.h - -digikamincludedir = $(includedir)/digikam diff --git a/src/libs/widgets/iccprofiles/Makefile.am b/src/libs/widgets/iccprofiles/Makefile.am deleted file mode 100644 index 8888d326..00000000 --- a/src/libs/widgets/iccprofiles/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libiccprofileswidgets.la - -libiccprofileswidgets_la_SOURCES = iccprofilewidget.cpp cietonguewidget.cpp iccpreviewwidget.cpp - -libiccprofileswidgets_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -libiccprofileswidgets_la_LIBADD = $(top_builddir)/src/libs/lprof/liblprof.la - -INCLUDES = -I$(top_srcdir)/src/libs/widgets/metadata \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/lprof \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/digikam \ - $(LIBKDCRAW_CFLAGS) \ - $(LIBKEXIV2_CFLAGS) \ - $(all_includes) - -digikaminclude_HEADERS = cietonguewidget.h iccprofilewidget.h iccpreviewwidget.h - -digikamincludedir = $(includedir)/digikam diff --git a/src/libs/widgets/imageplugins/Makefile.am b/src/libs/widgets/imageplugins/Makefile.am deleted file mode 100644 index d223cb05..00000000 --- a/src/libs/widgets/imageplugins/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libimagepluginswidgets.la - -libimagepluginswidgets_la_SOURCES = imageregionwidget.cpp imagepaniconwidget.cpp imageguidewidget.cpp \ - imagewidget.cpp listboxpreviewitem.cpp imagepanelwidget.cpp - -libimagepluginswidgets_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/utilities/imageeditor/editor \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/digikam \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikaminclude_HEADERS = imageregionwidget.h imagepaniconwidget.h \ - imagepanelwidget.h imageguidewidget.h \ - listboxpreviewitem.h imagewidget.h - -digikamincludedir = $(includedir)/digikam diff --git a/src/libs/widgets/metadata/Makefile.am b/src/libs/widgets/metadata/Makefile.am deleted file mode 100644 index 4fe62356..00000000 --- a/src/libs/widgets/metadata/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libmetadatawidgets.la - -libmetadatawidgets_la_SOURCES = metadatalistview.cpp metadatalistviewitem.cpp metadatawidget.cpp \ - iptcwidget.cpp exifwidget.cpp mdkeylistviewitem.cpp \ - makernotewidget.cpp gpswidget.cpp worldmapwidget.cpp - -libmetadatawidgets_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/themeengine \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/digikam \ - $(LIBKEXIV2_CFLAGS) $(LIBKDCRAW_CFLAGS) \ - $(all_includes) diff --git a/src/showfoto/Makefile.am b/src/showfoto/Makefile.am deleted file mode 100644 index 9f5f5064..00000000 --- a/src/showfoto/Makefile.am +++ /dev/null @@ -1,42 +0,0 @@ -SUBDIRS = setup - -METASOURCES = AUTO - -bin_PROGRAMS = showfoto - -INCLUDES = -I$(top_srcdir)/src/showfoto/setup \ - -I$(top_srcdir)/src/utilities/setup \ - -I$(top_srcdir)/src/libs/thumbbar \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/imageproperties \ - -I$(top_srcdir)/src/libs/histogram \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/threadimageio \ - -I$(top_srcdir)/src/libs/themeengine \ - -I$(top_srcdir)/src/libs/dialogs \ - -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/utilities/slideshow \ - -I$(top_srcdir)/src/utilities/imageeditor/canvas \ - -I$(top_srcdir)/src/utilities/imageeditor/editor \ - -I$(top_srcdir)/src/utilities/imageeditor/tools \ - $(LIBKEXIV2_CFLAGS) $(LIBKDCRAW_CFLAGS) $(all_includes) - -showfoto_SOURCES = main.cpp showfoto.cpp - -showfoto_LDADD = $(top_builddir)/src/showfoto/setup/libsetup.la \ - $(top_builddir)/src/libs/imageproperties/libimagepropertiesshowfoto.la \ - $(top_builddir)/src/libs/thumbbar/libthumbbar.la \ - $(top_builddir)/src/utilities/imageeditor/editor/libshowfoto.la \ - $(top_builddir)/src/utilities/slideshow/libslideshow.la \ - $(top_builddir)/src/libs/threadimageio/libthreadimageio.la \ - $(top_builddir)/src/libs/themeengine/libthemeengine.la \ - $(top_builddir)/src/libs/jpegutils/libjpegutils.la \ - $(LIB_TDEUTILS) $(LIB_TDEPARTS) $(LIBJPEG) - -showfoto_LDFLAGS = $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) $(KDE_RPATH) $(all_libraries) - -rcdir = $(kde_datadir)/showfoto -rc_DATA = showfotoui.rc - -xdg_apps_DATA = showfoto.desktop diff --git a/src/showfoto/setup/Makefile.am b/src/showfoto/setup/Makefile.am deleted file mode 100644 index d2767031..00000000 --- a/src/showfoto/setup/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -METASOURCES = AUTO - -INCLUDES = -I$(top_srcdir)/src/utilities/setup \ - -I$(top_srcdir)/src/digikam \ - $(all_includes) - -noinst_LTLIBRARIES = libsetup.la - -libsetup_la_SOURCES = setup.cpp setupeditor.cpp setuptooltip.cpp - -libsetup_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -libsetup_la_LIBADD = $(top_builddir)/src/utilities/setup/libshowfotosetup.la - diff --git a/src/tdeioslave/Makefile.am b/src/tdeioslave/Makefile.am deleted file mode 100644 index 28b8a2ff..00000000 --- a/src/tdeioslave/Makefile.am +++ /dev/null @@ -1,72 +0,0 @@ -METASOURCES = AUTO - -if with_included_sqlite3 - LIB_SQLITE3_LOCAL = $(top_builddir)/src/libs/sqlite3/libsqlite3.la - SQLITE3_INCLUDES = -I$(top_srcdir)/src/libs/sqlite3 -endif - -INCLUDES = -I$(top_srcdir)/src/libs/jpegutils \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/digikam \ - $(SQLITE3_INCLUDES) \ - $(LIBKEXIV2_CFLAGS) $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -kde_module_LTLIBRARIES = tdeio_digikamthumbnail.la tdeio_digikamtags.la \ - tdeio_digikamalbums.la tdeio_digikamdates.la \ - tdeio_digikamsearch.la - -protocol_DATA = digikamthumbnail.protocol digikamtags.protocol \ - digikamalbums.protocol digikamdates.protocol \ - digikamsearch.protocol - -protocoldir = $(kde_servicesdir) - -# NOTE: if local libsqlite3 is used LIB_SQLITE3 is null. -# if shared libsqlite3 is used LIB_SQLITE3_LOCAL is null. - -# -- digikam TDEIO image thumbnails generator ---------------------------------------- - -tdeio_digikamthumbnail_la_SOURCES = digikamthumbnail.cpp - -tdeio_digikamthumbnail_la_LIBADD = $(LIB_TDEIO) $(LIBJPEG) $(LIBPNG) \ - $(top_builddir)/src/libs/jpegutils/libjpegutils.la \ - $(top_builddir)/src/libs/dimg/libdimg.la - -tdeio_digikamthumbnail_la_LDFLAGS = -module -avoid-version $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx - -# -- digikam tags TDEIO -------------------------------------------------------------- - -tdeio_digikamtags_la_SOURCES = digikamtags.cpp sqlitedb.cpp - -tdeio_digikamtags_la_LIBADD = $(LIB_TDEIO) $(LIB_SQLITE3) $(LIB_SQLITE3_LOCAL) - -tdeio_digikamtags_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_TQT) -ltdefx - -# -- digikam albums TDEIO ------------------------------------------------------------ - -tdeio_digikamalbums_la_SOURCES = digikamalbums.cpp sqlitedb.cpp - -tdeio_digikamalbums_la_LIBADD = $(top_builddir)/src/libs/jpegutils/libjpegutils.la \ - $(top_builddir)/src/libs/dimg/libdimg.la \ - $(LIB_TDEIO) $(LIB_SQLITE3) $(LIB_SQLITE3_LOCAL) - - -tdeio_digikamalbums_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_TQT) -ltdefx - -# -- digikam dates TDEIO ------------------------------------------------------------- - -tdeio_digikamdates_la_SOURCES = digikamdates.cpp sqlitedb.cpp - -tdeio_digikamdates_la_LIBADD = $(LIB_TDEIO) $(LIB_SQLITE3) $(LIB_SQLITE3_LOCAL) - -tdeio_digikamdates_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_TQT) -ltdefx - -# -- digikam search TDEIO ------------------------------------------------------------ - -tdeio_digikamsearch_la_SOURCES = digikamsearch.cpp sqlitedb.cpp - -tdeio_digikamsearch_la_LIBADD = $(LIB_TDEIO) $(LIB_SQLITE3) $(LIB_SQLITE3_LOCAL) - -tdeio_digikamsearch_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_TQT) -ltdefx diff --git a/src/themedesigner/Makefile.am b/src/themedesigner/Makefile.am deleted file mode 100644 index 98c9dce6..00000000 --- a/src/themedesigner/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -METASOURCES = AUTO - -INCLUDES = -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/themeengine \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/imageproperties \ - $(LIBKEXIV2_CFLAGS) $(LIBKDCRAW_CFLAGS) $(all_includes) - -bin_PROGRAMS = digikamthemedesigner - -digikamthemedesigner_SOURCES = main.cpp mainwindow.cpp themedicongroupitem.cpp \ - themediconitem.cpp themediconview.cpp - -digikamthemedesigner_LDADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamthemedesigner_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEUTILS) diff --git a/src/utilities/Makefile.am b/src/utilities/Makefile.am deleted file mode 100644 index fe4c1532..00000000 --- a/src/utilities/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = imageeditor setup cameragui hotplug scripts batch slideshow lighttable diff --git a/src/utilities/batch/Makefile.am b/src/utilities/batch/Makefile.am deleted file mode 100644 index 355643da..00000000 --- a/src/utilities/batch/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -METASOURCES = AUTO - -INCLUDES = -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/libs/dialogs \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/thumbbar \ - -I$(top_srcdir)/src/libs/widgets/common \ - $(LIBKDCRAW_CFLAGS) \ - $(LIBKEXIV2_CFLAGS) \ - $(all_includes) - -noinst_LTLIBRARIES = libbatch.la - -libbatch_la_SOURCES = batchthumbsgenerator.cpp batchalbumssyncmetadata.cpp \ - imageinfojob.cpp imageinfoalbumsjob.cpp batchsyncmetadata.cpp - -libbatch_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - - diff --git a/src/utilities/cameragui/Makefile.am b/src/utilities/cameragui/Makefile.am deleted file mode 100644 index 83f810f4..00000000 --- a/src/utilities/cameragui/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libcameragui.la - -# NOTE from Gilles (06-12-06): gpcamera.cpp must be placed on the top of source file list -# to unbreak compilation with './configure -enable-final' option. I suspect a problem with -# Gphoto2 C Ansi header. -libcameragui_la_SOURCES = gpcamera.cpp cameraui.cpp cameraiconview.cpp \ - cameraiconitem.cpp cameracontroller.cpp \ - camerafolderview.cpp camerafolderitem.cpp \ - animwidget.cpp renamecustomizer.cpp \ - dkcamera.cpp umscamera.cpp gpiteminfo.cpp \ - camerainfodialog.cpp albumselectdialog.cpp \ - camerafolderdialog.cpp freespacewidget.cpp - -libcameragui_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -libcameragui_la_LIBADD = $(top_builddir)/src/libs/imageproperties/libimagepropertiescamgui.la \ - $(LIB_GPHOTO) $(LIBJPEG) - -INCLUDES = -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/utilities/imageeditor/editor \ - -I$(top_srcdir)/src/libs/jpegutils \ - -I$(top_srcdir)/src/libs/themeengine \ - -I$(top_srcdir)/src/libs/imageproperties \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dmetadata \ - $(LIBKEXIV2_CFLAGS) \ - $(GPHOTO_CFLAGS) $(LIBKDCRAW_CFLAGS) $(all_includes) diff --git a/src/utilities/hotplug/Makefile.am b/src/utilities/hotplug/Makefile.am deleted file mode 100644 index b0b9e23a..00000000 --- a/src/utilities/hotplug/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -konqservicemenudir = $(kde_datadir)/konqueror/servicemenus -konqservicemenu_DATA = digikam-download.desktop digikam-gphoto2-camera.desktop digikam-mount-and-download.desktop - -helperdir = $(digikamhelper_dir) -helper_SCRIPTS = digikam-camera - -#EXTRA_DIST = $(servicemenu_DATA) $(helper_SCRIPTS) diff --git a/src/utilities/hotplug/configure.in.in b/src/utilities/hotplug/configure.in.in deleted file mode 100644 index b36be1e8..00000000 --- a/src/utilities/hotplug/configure.in.in +++ /dev/null @@ -1,7 +0,0 @@ -KDE_EXPAND_MAKEVAR(digikamhelper_dir, kde_datadir/digikam/utils) -AC_SUBST(digikamhelper_dir) - -AC_OUTPUT(src/utilities/hotplug/digikam-download.desktop) -AC_OUTPUT(src/utilities/hotplug/digikam-gphoto2-camera.desktop) -AC_OUTPUT(src/utilities/hotplug/digikam-mount-and-download.desktop) - diff --git a/src/utilities/hotplug/digikam-download.desktop.in b/src/utilities/hotplug/digikam-download.desktop.in deleted file mode 100644 index 55a29fdb..00000000 --- a/src/utilities/hotplug/digikam-download.desktop.in +++ /dev/null @@ -1,27 +0,0 @@ -[Desktop Action digiKam Download] -Exec=@digikamhelper_dir@/digikam-camera storage %u -Icon=digikam -Name=Download Photos with digiKam -Name[ca]=Descàrrega de fotos amb el digiKam -Name[de]=Fotos mit digiKam herunterladen -Name[es]=Descargar fotos con digiKam -Name[et]=Fotode allalaadimine digiKamiga -Name[fi]=Lataa valokuvat digiKamilla -Name[fr]=Télécharger les photos avec digiKam -Name[is]=Hala niður myndum með digiKam -Name[it]=Scarica foto con digiKam -Name[ja]=digiKam で写真をダウンロード -Name[nds]=Fotos mit digiKam daalladen -Name[nl]=Foto's downloaden met digiKam -Name[pl]=Pobierz zdjęcia programem digiKam -Name[pt]=Obter Fotografias com o digiKam -Name[pt_BR]=Obter Fotografias com o digiKam -Name[sk]=Stiahnuť fotky pomocou digiKam -Name[sr]=Преузми слике помоћу digiKam-а -Name[sr@Latn]=Преузми слике помоћу digiKam-а -Name[sv]=Ladda ner foton med Digikam -Name[xx]=xxDownload Photos with digiKamxx - -[Desktop Entry] -Actions=digiKam Download -X-TDE-ServiceTypes=media/removable_mounted,media/camera_mounted diff --git a/src/utilities/hotplug/digikam-gphoto2-camera.desktop.in b/src/utilities/hotplug/digikam-gphoto2-camera.desktop.in deleted file mode 100644 index f2c4a42a..00000000 --- a/src/utilities/hotplug/digikam-gphoto2-camera.desktop.in +++ /dev/null @@ -1,27 +0,0 @@ -[Desktop Action digiKam Detect and Download] -Exec=@digikamhelper_dir@/digikam-camera detect %u -Icon=digikam -Name=digiKam Detect and Download -Name[ca]=Detecta i descarrega amb el digiKam -Name[de]=Finden und Herunterladen mit digiKam -Name[es]=Detectar y descargar con digiKam -Name[et]=*Fotode tuvastamine ja allalaadimine digiKamiga -Name[fi]=Tunnista kamera ja lataa kuvat digiKamilla -Name[fr]=Détecter et télécharger avec digiKam -Name[is]=digiKam Finna og Niðurhala -Name[it]=Rileva e scarica con digiKam -Name[ja]=digiKam 検出とダウンロード -Name[nds]=digiKam - Opdecken un daalladen -Name[nl]=digiKam-detectie en download -Name[pl]=Wykrycie i pobieranie digiKamem -Name[pt]=Detectar e Transferir com o digiKam -Name[pt_BR]=Detectar e Transferir com o digiKam -Name[sk]=digiKam Nájsť a stiahnuť -Name[sr]=digiKam-ово Препознај и преузми -Name[sr@Latn]=digiKam-ово Препознај и преузми -Name[sv]=Digikam detektering och nerladdning -Name[xx]=xxdigiKam Detect and Downloadxx - -[Desktop Entry] -Actions=digiKam Detect and Download -X-TDE-ServiceTypes=media/gphoto2camera diff --git a/src/utilities/hotplug/digikam-mount-and-download.desktop.in b/src/utilities/hotplug/digikam-mount-and-download.desktop.in deleted file mode 100644 index 2b773a15..00000000 --- a/src/utilities/hotplug/digikam-mount-and-download.desktop.in +++ /dev/null @@ -1,27 +0,0 @@ -[Desktop Action digiKam Mount and Download] -Exec=@digikamhelper_dir@/digikam-camera storage %u -Icon=digikam -Name=Download Photos with digiKam -Name[ca]=Descàrrega de fotos amb el digiKam -Name[de]=Fotos mit digiKam herunterladen -Name[es]=Descargar fotos con digiKam -Name[et]=Fotode allalaadimine digiKamiga -Name[fi]=Lataa valokuvat digiKamilla -Name[fr]=Télécharger les photos avec digiKam -Name[is]=Hala niður myndum með digiKam -Name[it]=Scarica foto con digiKam -Name[ja]=digiKam で写真をダウンロード -Name[nds]=Fotos mit digiKam daalladen -Name[nl]=Foto's downloaden met digiKam -Name[pl]=Pobierz zdjęcia programem digiKam -Name[pt]=Obter Fotografias com o digiKam -Name[pt_BR]=Obter Fotografias com o digiKam -Name[sk]=Stiahnuť fotky pomocou digiKam -Name[sr]=Преузми слике помоћу digiKam-а -Name[sr@Latn]=Преузми слике помоћу digiKam-а -Name[sv]=Ladda ner foton med Digikam -Name[xx]=xxDownload Photos with digiKamxx - -[Desktop Entry] -Actions=digiKam Mount and Download -X-TDE-ServiceTypes=media/removable_unmounted,media/camera_unmounted 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) - diff --git a/src/utilities/lighttable/Makefile.am b/src/utilities/lighttable/Makefile.am deleted file mode 100644 index df38b5f9..00000000 --- a/src/utilities/lighttable/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -METASOURCES = AUTO - -INCLUDES = -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/dialogs \ - -I$(top_srcdir)/src/libs/thumbbar \ - -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/editor \ - -I$(top_builddir)/src/libs/dialogs \ - $(LIBKEXIV2_CFLAGS) $(LIBKDCRAW_CFLAGS) $(all_includes) - -noinst_LTLIBRARIES = liblighttable.la - -liblighttable_la_SOURCES = lighttablebar.cpp lighttablewindow.cpp lighttablepreview.cpp \ - lighttableview.cpp - -liblighttable_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -rcdir = $(kde_datadir)/digikam -rc_DATA = lighttablewindowui.rc diff --git a/src/utilities/scripts/Makefile.am b/src/utilities/scripts/Makefile.am deleted file mode 100644 index f6ea556a..00000000 --- a/src/utilities/scripts/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -####### This script name should probably be more 'namespaced'. Think about distros putting everything in /usr/bin... -bin_SCRIPTS = digitaglinktree - diff --git a/src/utilities/setup/Makefile.am b/src/utilities/setup/Makefile.am deleted file mode 100644 index bd6fd66e..00000000 --- a/src/utilities/setup/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -METASOURCES = AUTO - -INCLUDES = -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/utilities/cameragui \ - -I$(top_srcdir)/src/utilities/batch \ - -I$(top_srcdir)/src/utilities/imageeditor/canvas \ - -I$(top_srcdir)/src/libs/dialogs \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dimg/loaders \ - -I$(top_srcdir)/src/libs/widgets/common \ - $(LIBKIPI_CFLAGS) $(LIBKDCRAW_CFLAGS) $(all_includes) - -noinst_LTLIBRARIES = libsetup.la libshowfotosetup.la - -libsetup_la_SOURCES = cameraselection.cpp setupcamera.cpp \ - setupmime.cpp setupplugins.cpp setupidentity.cpp \ - setupgeneral.cpp setup.cpp \ - setupcollections.cpp setupmetadata.cpp \ - setupeditor.cpp setupmisc.cpp setupicc.cpp \ - setupiofiles.cpp setupdcraw.cpp setupslideshow.cpp \ - setuptooltip.cpp setuplighttable.cpp - -libsetup_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_GPHOTO) - -libshowfotosetup_la_SOURCES = setupiofiles.cpp setupdcraw.cpp \ - setupicc.cpp setupslideshow.cpp - -libshowfotosetup_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - diff --git a/src/utilities/slideshow/Makefile.am b/src/utilities/slideshow/Makefile.am deleted file mode 100644 index 5340e80c..00000000 --- a/src/utilities/slideshow/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -METASOURCES = AUTO - -INCLUDES = -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/themeengine \ - -I$(top_srcdir)/src/libs/threadimageio \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -noinst_LTLIBRARIES = libslideshow.la - -libslideshow_la_SOURCES = toolbar.cpp slideshow.cpp - -libslideshow_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - - |