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

32 lines
922 B

kde_services_DATA = chalkgrayplugin.desktop
INCLUDES = -I$(srcdir)/../../sdk \
-I$(srcdir)/../../chalkcolor/color_strategy/ \
-I$(srcdir)/../../chalkcolor/ \
-I$(interfacedir) \
$(KOFFICE_INCLUDES) \
$(all_includes)
lib_LTLIBRARIES = libchalkgrayscale.la
libchalkgrayscale_la_SOURCES = kis_gray_colorspace.cc
libchalkgrayscale_la_LDFLAGS = $(all_libraries)
libchalkgrayscale_la_LIBADD = ../../chalkcolor/libchalkcolor.la
kde_module_LTLIBRARIES = chalkgrayplugin.la
chalkgrayplugin_la_SOURCES = gray_plugin.cc
noinst_HEADERS = gray_plugin.h kis_gray_colorspace.h
chalkgrayplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalkgrayplugin_la_LIBADD = libchalkgrayscale.la ../../chalkcolor/libchalkcolor.la
chalkgrayplugin_la_METASOURCES = AUTO
if include_tdeunittest_tests
TESTSDIR = tests
endif
SUBDIRS = . templates $(TESTSDIR)