summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/selectiontools/Makefile.am
blob: 0f1b8474d33312455422185734193b49ad75750a (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
kde_services_DATA = chalkselectiontools.desktop

# all_includes must remain last!
INCLUDES =  -I$(srcdir)/../../../sdk \
	-I$(srcdir)/../../../core \
	-I$(srcdir)/../../../chalkcolor/ \
	-I$(srcdir)/../../../ui \
	-I$/../../../ui \
	$(KOFFICE_INCLUDES) \
	$(all_includes)

chalkselectiontools_la_SOURCES = kis_tool_move_selection.cpp \
	kis_tool_select_brush.cpp kis_tool_select_contiguous.cpp kis_tool_select_elliptical.cpp \
	kis_tool_select_eraser.cpp kis_tool_select_outline.cpp kis_tool_select_polygonal.cpp \
	kis_tool_select_rectangular.cpp selection_tools.cpp

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

noinst_HEADERS = \
	selection_tools.h \
	kis_tool_select_outline.h \
	kis_tool_select_polygonal.h \
	kis_tool_select_rectangular.h \
	kis_tool_select_brush.h \
	kis_tool_select_eraser.h \
	kis_tool_select_contiguous.h \
	kis_tool_select_elliptical.h 


chalkselectiontools_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts
chalkselectiontools_la_LIBADD =  ../../../libchalkcommon.la \
	../../../../chalk/chalkcolor/libchalkcolor.la \
	../../../../chalk/core/libchalkimage.la \
	../../../../chalk/ui/libchalkui.la

chalkselectiontools_la_METASOURCES = AUTO

KDE_OPTIONS = nofinal

chalkpics_DATA = \
	tool_rect_selection.png \
	tool_eraser_selection.png \
	tool_brush_selection.png  \
	tool_contiguous_selection.png \
	tool_elliptical_selection.png \
	tool_outline_selection.png \
	tool_polygonal_selection.png \
	tool_rectangular_selection_cursor.png \
	tool_eraser_selection_cursor.png \
	tool_brush_selection_cursor.png  \
	tool_contiguous_selection_cursor.png \
	tool_elliptical_selection_cursor.png \
	tool_outline_selection_cursor.png \
	tool_polygonal_selection_cursor.png

chalkpicsdir = $(kde_datadir)/chalk/pics