You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
digikam/digikam/imageplugins/coreplugin/Makefile.am

53 lines
2.6 KiB

SUBDIRS = sharpnesseditor hsl ratiocrop
COMPILE_FIRST = sharpnesseditor hsl ratiocrop
METASOURCES = AUTO
INCLUDES = -I$(top_srcdir)/digikam/utilities/imageeditor/editor \
-I$(top_srcdir)/digikam/utilities/imageeditor/canvas \
-I$(top_srcdir)/digikam/libs/histogram \
-I$(top_srcdir)/digikam/libs/levels \
-I$(top_srcdir)/digikam/libs/curves \
-I$(top_srcdir)/digikam/libs/whitebalance \
-I$(top_srcdir)/digikam/libs/widgets/common \
-I$(top_srcdir)/digikam/libs/widgets/iccprofiles \
-I$(top_srcdir)/digikam/libs/widgets/imageplugins \
-I$(top_srcdir)/digikam/libs/dialogs \
-I$(top_srcdir)/digikam/libs/dimg \
-I$(top_srcdir)/digikam/libs/dmetadata \
-I$(top_srcdir)/digikam/libs/dimg/filters \
-I$(top_srcdir)/digikam/digikam \
-I$(top_srcdir)/digikam/imageplugins/coreplugin/sharpnesseditor \
-I$(top_srcdir)/digikam/imageplugins/coreplugin/hsl \
-I$(top_srcdir)/digikam/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)/digikam/imageplugins/coreplugin/sharpnesseditor/libsharpnesseditor.la \
$(top_builddir)/digikam/imageplugins/coreplugin/hsl/libhsl.la \
$(top_builddir)/digikam/imageplugins/coreplugin/ratiocrop/libratiocrop.la \
$(top_builddir)/digikam/digikam/libdigikam.la \
$(top_builddir)/digikam/utilities/imageeditor/editor/libdimgeditor.la \
$(top_builddir)/digikam/libs/curves/libcurves.la \
$(top_builddir)/digikam/libs/widgets/common/libcommonwidgets.la \
$(top_builddir)/digikam/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