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

35 lines
1.0 KiB

# Install the desktop file needed to detect the plugin
kde_services_DATA = chalkrgbplugin.desktop
INCLUDES = -I$(srcdir)/../../sdk \
-I$(srcdir)/../../chalkcolor/color_strategy/ \
-I$(srcdir)/../../chalkcolor/ \
$(KOFFICE_INCLUDES) \
$(all_includes)
lib_LTLIBRARIES = libchalkrgb.la
libchalkrgb_la_SOURCES = kis_rgb_colorspace.cc
libchalkrgb_la_LDFLAGS = $(all_libraries) $(LIB_QT)
libchalkrgb_la_LIBADD = ../../chalkcolor/libchalkcolor.la
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalkrgbplugin.la
# Srcs for the plugin
chalkrgbplugin_la_SOURCES = rgb_plugin.cc
noinst_HEADERS = rgb_plugin.h kis_rgb_colorspace.h
chalkrgbplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms
chalkrgbplugin_la_LIBADD = libchalkrgb.la ../../chalkcolor/libchalkcolor.la
chalkrgbplugin_la_METASOURCES = AUTO
#METASOURCES = AUTO # XXX: which of the two?
if include_tdeunittest_tests
TESTSDIR = tests
endif
SUBDIRS = . templates $(TESTSDIR)
.NOTPARALLEL: