# location for the rc file kde_services_DATA = chalk_rgb_u16_plugin.desktop INCLUDES = -I$(srcdir)/../../sdk \ -I$(srcdir)/../../chalkcolor/color_strategy/ \ -I$(srcdir)/../../chalkcolor \ $(KOFFICE_INCLUDES) \ $(all_includes) lib_LTLIBRARIES = libchalk_rgb_u16.la libchalk_rgb_u16_la_SOURCES = kis_rgb_u16_colorspace.cpp libchalk_rgb_u16_la_LDFLAGS = $(all_libraries) libchalk_rgb_u16_la_LIBADD = ../../chalkcolor/libchalkcolor.la # Install this plugin in the KDE modules directory kde_module_LTLIBRARIES = chalk_rgb_u16_plugin.la # Srcs for the plugin chalk_rgb_u16_plugin_la_SOURCES = rgb_u16_plugin.cpp noinst_HEADERS = rgb_u16_plugin.h kis_rgb_u16_colorspace.h chalk_rgb_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms chalk_rgb_u16_plugin_la_LIBADD = libchalk_rgb_u16.la ../../chalkcolor/libchalkcolor.la chalk_rgb_u16_plugin_la_METASOURCES = AUTO if include_tdeunittest_tests TESTSDIR = tests endif SUBDIRS = . $(TESTSDIR) .NOTPARALLEL: