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

38 lines
1.1 KiB

# Install the desktop file needed to detect the plugin
kde_services_DATA = chalk_rgb_f16half_plugin.desktop
INCLUDES = \
-I$(srcdir)/../../sdk \
-I$(srcdir)/../../chalkcolor/color_strategy/ \
-I$(srcdir)/../../chalkcolor/ \
$(OPENEXR_CFLAGS) \
$(KOFFICE_INCLUDES) \
$(all_includes)
CXXFLAGS += $(OPENEXR_CXXFLAGS)
lib_LTLIBRARIES = libchalk_rgb_f16half.la
libchalk_rgb_f16half_la_SOURCES = kis_rgb_f16half_colorspace.cc
libchalk_rgb_f16half_la_LDFLAGS = $(all_libraries)
libchalk_rgb_f16half_la_LIBADD = ../../chalkcolor/libchalkcolor.la
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalk_rgb_f16half_plugin.la
# Srcs for the plugin
chalk_rgb_f16half_plugin_la_SOURCES = rgb_f16half_plugin.cc
noinst_HEADERS = rgb_f16half_plugin.h kis_rgb_f16half_colorspace.h
chalk_rgb_f16half_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms
chalk_rgb_f16half_plugin_la_LIBADD = libchalk_rgb_f16half.la ../../chalkcolor/libchalkcolor.la
chalk_rgb_f16half_plugin_la_METASOURCES = AUTO
if include_tdeunittest_tests
TESTSDIR = tests
endif
SUBDIRS = . $(TESTSDIR)