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/plugins/tools/tool_curves/Makefile.am

59 lines
1.4 KiB

kde_services_DATA = chalktoolcurves.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)
chalktoolcurves_la_SOURCES = \
kis_curve_framework.cc \
kis_tool_curve.cc \
tool_curves.cc \
wdg_tool_example.ui \
kis_tool_example.cc \
kis_tool_bezier.cc \
kis_tool_bezier_paint.cc \
kis_tool_bezier_select.cc \
kis_tool_moutline.cc
# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = chalktoolcurves.la
noinst_HEADERS = \
kis_curve_framework.h \
kis_tool_curve.h \
tool_curves.h \
kis_tool_example.h \
kis_tool_bezier.h \
kis_tool_bezier_paint.h \
kis_tool_bezier_select.h \
kis_tool_moutline.h
chalktoolcurves_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts
chalktoolcurves_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \
../../../../chalk/ui/libchalkui.la
chalktoolcurves_la_METASOURCES = AUTO
KDE_OPTIONS = nofinal
chalkpics_DATA = \
tool_example.png \
tool_example_cursor.png \
tool_bezier_paint.png \
tool_bezier_select.png \
tool_bezier_cursor.png \
tool_moutline.png \
tool_moutline_cursor.png \
tool_curve_dragging.png \
tool_moutline_editing.png
chalkpicsdir = $(kde_datadir)/chalk/pics