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.
koffice/chalk/colorspaces/ycbcr_u16/Makefile.am

28 lines
982 B

# Install the desktop file needed to detect the plugin
kde_services_DATA = chalk_ycbcr_u16_plugin.desktop
INCLUDES = -I$(srcdir)/../../sdk \
-I$(srcdir)/../../chalkcolor/color_strategy/ \
-I$(srcdir)/../../chalkcolor/ \
$(KOFFICE_INCLUDES) \
$(all_includes)
lib_LTLIBRARIES = libchalk_ycbcr_u16.la
libchalk_ycbcr_u16_la_LDFLAGS = $(all_libraries)
libchalk_ycbcr_u16_la_LIBADD = ../../chalkcolor/libchalkcolor.la
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalk_ycbcr_u16_plugin.la
# Srcs for the plugin
chalk_ycbcr_u16_plugin_la_SOURCES = ycbcr_u16_plugin.cc
noinst_HEADERS = ycbcr_u16_plugin.h kis_ycbcr_u16_colorspace.h
chalk_ycbcr_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalk_ycbcr_u16_plugin_la_LIBADD = libchalk_ycbcr_u16.la ../../chalkcolor/libchalkcolor.la
METASOURCES = AUTO
libchalk_ycbcr_u16_la_SOURCES = kis_ycbcr_u16_colorspace.cc