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/lms_f32/Makefile.am

30 lines
999 B

# Install the desktop file needed to detect the plugin
kde_services_DATA = chalk_lms_f32_plugin.desktop
INCLUDES = \
-I$(srcdir)/../../sdk \
-I$(srcdir)/../../chalkcolor/color_strategy/ \
-I$(srcdir)/../../chalkcolor/ \
$(KOFFICE_INCLUDES) \
$(all_includes)
lib_LTLIBRARIES = libchalk_lms_f32.la
libchalk_lms_f32_la_SOURCES = kis_lms_f32_colorspace.cpp
libchalk_lms_f32_la_LDFLAGS = $(all_libraries)
libchalk_lms_f32_la_LIBADD = ../../chalkcolor/libchalkcolor.la
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalk_lms_f32_plugin.la
# Srcs for the plugin
chalk_lms_f32_plugin_la_SOURCES = lms_f32_plugin.cpp
noinst_HEADERS = lms_f32_plugin.h kis_lms_f32_colorspace.h
chalk_lms_f32_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms
chalk_lms_f32_plugin_la_LIBADD = libchalk_lms_f32.la ../../chalkcolor/libchalkcolor.la
chalk_lms_f32_plugin_la_METASOURCES = AUTO
.NOTPARALLEL: