summaryrefslogtreecommitdiffstats
path: root/chalk/colorspaces/gray_u16/Makefile.am
blob: d77d32d2a841805f23689d5fc6663ee63486e430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# location for the rc file
kde_services_DATA = chalk_gray_u16_plugin.desktop

INCLUDES  =  -I$(srcdir)/../../sdk \
	-I$(srcdir)/../../chalkcolor/color_strategy \
	-I$(srcdir)/../../chalkcolor/ \
	$(KOFFICE_INCLUDES) \
	$(all_includes)

lib_LTLIBRARIES = libchalk_gray_u16.la
libchalk_gray_u16_la_SOURCES = kis_gray_u16_colorspace.cpp
libchalk_gray_u16_la_LDFLAGS = $(all_libraries)
libchalk_gray_u16_la_LIBADD =  ../../chalkcolor/libchalkcolor.la

# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalk_gray_u16_plugin.la

# Srcs for the plugin
chalk_gray_u16_plugin_la_SOURCES = gray_u16_plugin.cpp
noinst_HEADERS = gray_u16_plugin.h kis_gray_u16_colorspace.h

chalk_gray_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms
chalk_gray_u16_plugin_la_LIBADD =  libchalk_gray_u16.la ../../chalkcolor/libchalkcolor.la

chalk_gray_u16_plugin_la_METASOURCES = AUTO


SUBDIRS = .

.NOTPARALLEL: